Commit graph

2691 commits

Author SHA1 Message Date
christos
f037ad8962 Prefer sigaction instead of sigvec if it exists, and check if sigvec exists
based on the existance of the macro SV_INTERRUPT.
2005-12-03 16:46:32 +00:00
rillig
80e4c00ddc Fixed misspelled variables NO_SOURCE_ON_{FTP,CDROM}. 2005-12-02 13:57:49 +00:00
rillig
a658c87fb4 Added a patch that fixes the build for ISO C90 compilers. 2005-11-30 19:08:54 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
wiz
651c43b46b Capitalize KOffice like in the other packages. 2005-11-24 20:18:38 +00:00
wiz
830f7dc521 Improve comment. 2005-11-24 20:17:48 +00:00
wiz
ad37663a10 Update to 0.50:
[Changes for 0.50 - 2005-11-04]

* Per suggestion from Sava Chankov, add the (quite outdated) webl10n
  articles to docs/ directory.

Patches from Mikael Sennerholm:

* Added "localize" and "localise" to the list of recognized L10N
  functions in Locale::Maketext::Extract.

* Skip .svn directories in Locale::Maketext::Extract::Run.

[Changes for 0.49 - 2005-04-13]

* Stephen Quinney notes that we are too eager to die on nonexisting
  files passed in as part of a lexicon_get_() source.  We now silently
  ignore nonexistant files, only reporting error when it exists but
  cannot be read or parsed.

[Changes for 0.48 - 2005-03-12]

Patches from Thierry Vignaud:

* In Gettext.pm, do not silently skip last entry of a catalog.

* In Extract.pm, do not silently skip first entry of a catalog
  if there's only one empty line tween header and first real message.
2005-11-23 22:11:45 +00:00
wiz
23be7a8cc8 Update to 1.10:
2005-11-10  Andy Lester
	* Release 1.10:

	New maintainer.  No changes at all.  Bumped up the version number
	and released it so that I can get the RT queue and any future mail.
2005-11-23 22:11:00 +00:00
magick
01235f8ff0 Update to 2.7.6. Changes since 2.7.5:
The major new features in release 2.7.6 is the German translation of
the complete manual and help pages. Also a few bugs which have been
reported since the previous release have been fixed.

* Added German translation of the complete manual and help pages.
  (Many thanks to Olaf Noehring and Kurt Lettmaier for contributing
  thetranslated manual.)
* A major bug which affected sequential removal of multiple reminders
  was fixed. The bug could even crash nxtvepg.  (Thanks again to Kurt
  for reporting this bug.)
* XMLTV output was slightly changed to make it fully compliant with
  the XMLTV DTD 0.6.
* Error diagnositcs in the provider scan were improved to avoid silent
  failures without an indication of the cause.  (Thanks to Andreas for
  reporting this problem)
* Last but not least, the Windows release is now provided in form of
  an installer instead of a plain ZIP archive.  (Thanks to Néo for
  suggesting and implementing the installer.)
2005-11-20 17:52:43 +00:00
rillig
8061a246e4 Added missing RMD160 checksums, except for those files that were
unavailable.
2005-11-17 10:43:51 +00:00
heinz
c10e3a93b9 Added package esniper. 2005-11-13 17:54:53 +00:00
heinz
198f562d2b Initial import of esniper 2.14.0.
Esniper is a simple, lightweight command line tool for sniping ebay auctions.
It runs on all flavors of Linux, Unix and Windows, and should adapt easily
to other operating systems.

Pkgsrc changes:
  - Added patch-aa to let esniper accept eBay passwords with unsafe
    characters (according to URL-encoding rules). Submitted to the upstream
    author (esniper-Bugs-1352595).
2005-11-13 17:51:40 +00:00
joerg
3fabd20993 Depend on errno.h to provide errno. 2005-11-10 18:29:01 +00:00
joerg
43b5d9ae83 Depend on errno.h for errno.
Don't depend on stdio and stdout to be static values, move the
initialisation to run time.
2005-11-10 18:25:42 +00:00
joerg
6e4272b21d Depend on errno.h to provide errno. 2005-11-10 18:13:53 +00:00
joerg
54ba5b8c5d Use POSIX NAME_MAX if available, fall back to MAXNAMLEN otherwise.
Don't use stdout for initialisation of a global variable, do it
in main.
2005-11-10 18:10:36 +00:00
joerg
2747b739d1 Welcome in the 21st century. errno, malloc and realloc are all
part of ISO C, don't define them manually.
2005-11-10 18:03:21 +00:00
joerg
f1e2e5680c Hack in DragonFly. 2005-11-10 18:00:09 +00:00
joerg
5d41d07897 Depend on the existence of errno.h and its errno. 2005-11-10 17:56:49 +00:00
joerg
1a11187979 Depend on errno.h to provide errno. 2005-11-10 17:41:18 +00:00
joerg
c0b212acf9 Use errno from errno.h. 2005-11-10 17:31:47 +00:00
joerg
1fc5f5990d cdialog is gone. 2005-11-10 13:03:36 +00:00
martti
2020bbfe3d Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
2005-11-09 07:09:04 +00:00
uebayasi
ef25155504 cdialog is superseded by dialog (pkgsrc/misc/dialog).
Pointed out by Tomoaki Imamura.
2005-11-09 04:29:44 +00:00
reinoud
1eb7013c3d Upgrade udfclient to version 0.5, featuring
SCSI layer rewrite, new CD-MRW and DVD+MRW support, new scsi/atapi format
utility, more support for customer DVD (video) recorder DVDs and lots of
bug fixes. Please do test this version and report strange behaviour 0.4.9
didn't show and report any problems!
2005-11-08 20:30:57 +00:00
reed
9d6019b481 Use patch from Thomas Dickey for this "tty-input".
(Not bumping PKGREVISION, since it was bumped today for similar patch.)
2005-11-08 18:05:23 +00:00
joerg
ca9979bfc9 Unbreak build on NetBSD, C says that stdio is not a modificable lvalue.
Infact, the LHS is not needed at all.
2005-11-08 14:42:10 +00:00
joerg
6f2c35ed2a The stdio abuse is bad enough to warrant a PKGREVISION bump. 2005-11-08 13:25:12 +00:00
joerg
8c4f2eb1c9 Fix another stupid program, which assumes that *stdin =*reopen()
is ever likely to work.
2005-11-08 13:20:45 +00:00
joerg
8d751efc7b Always use the errno from errno.h. 2005-11-08 12:58:47 +00:00
tv
c85768c7fe Use HUGE_VAL for INFINITY if it is available. 2005-11-08 03:24:00 +00:00
tv
9c4ca81985 Add __INTERIX to conditional cpp block for <netinet/in.h>. 2005-11-08 03:06:06 +00:00
tv
adff29069e Use utime() instead of utimes() on Interix. 2005-11-08 03:03:44 +00:00
kristerw
49e24d6370 Change "../p5-I18N-LangTags" to "../../misc/p5-I18N-LangTags" to silence
warnings from "make show-depends-dirs".
2005-11-06 22:15:02 +00:00
tv
13d6f46ff8 Fix typo botch in previous. 2005-11-03 16:26:28 +00:00
tv
e29bd72b8d This needs libgetopt for getopt_long(3). 2005-11-03 15:11:37 +00:00
taca
5f0adcb4f0 - remove dependency to ruby-digest, ruby-openssl and ruby-zlib packages.
- require Ruby 1.8.3 or lator.

Bump PKGREVISION.
2005-11-03 05:12:42 +00:00
rillig
296401572a Replaced USE_PERL=run with USE_TOOLS+=perl:run. 2005-11-02 20:53:38 +00:00
mrauch
8b6802b5ba Remove the test if /proc exists.
This was left over from the version 1 package and is no longer necessary,
as installation sets are now rpms.
Noted by Geert Hendrickx.
2005-11-01 13:26:43 +00:00
mrauch
24299b5cb3 Missed one file when committing the change to enable optional java support.
This patch was part of the patch set from Geert Hendrickx.
2005-10-26 18:26:52 +00:00
tv
c439d81404 Check defined() before empty() to satisfy older NetBSD make / bmake. 2005-10-26 11:56:12 +00:00
wiz
2d3e809d30 Update to 1.3.7:
2005-10-23  Heikki Orsila
	* Version 1.3.7
	- Fixed INSTALL documentation. The INSTALL file documented the
	  old behaviour, where editing Makefile was required for installing
	  to an alternative path.
	- Fixed 'configure --help' to report usage properly. '--prefix dir' =>
	  '--prefix=dir'.
	- Shortened cksfv output to print only 2 lines to the beginning of a
	  newly created sfv file. cksfv version, date, time, and the project
	  web site URL.
	- A stack corruption and localtime error fix by
	  T. Farago
	- Added -b option to the command line help.
2005-10-25 13:16:34 +00:00
rillig
302e549bd0 Use "+=" instead of "=" with PLIST_SUBST. Added proper quoting for
DISTNAME.
2005-10-23 23:09:59 +00:00
rillig
40d65e93e1 Set GNU_CONFIGURE to "yes" in Makefile. Removed leading "#" characters
from patch-aa. Sorted PLIST.
2005-10-23 20:14:07 +00:00
rillig
6fbf764a47 Added missing $ after NetBSD in line 1. 2005-10-23 20:11:47 +00:00
rillig
c0f6a017e2 Added RCS Id to patch-aa and converted it into a unified patch. Sorted
PLIST.
2005-10-23 20:10:57 +00:00
mrauch
bc9a97eb7b Add optional java support via options framework.
Patch from Geert Hendrickx in mail to tech-pkg.
2005-10-23 14:38:30 +00:00
wiz
68b8d173bf Update MASTER_SITES and HOMEPAGE, fixing PR 31776 by Zafer Aydogan. 2005-10-22 03:33:29 +00:00
mrauch
6721dad7d4 Rename PKGNAME to openoffice-bin so it better coexists with the
misc/openoffice-bin package.
Noted by Hubert Feyrer in mail to tech-pkg.
2005-10-21 12:30:58 +00:00
abs
8c2c441380 Updated misc/p5-Business-CreditCard to 0.28
0.28  Thu Jul  1 01:17:32 PDT 2004
        - added Switch and Solo cards, patch from Max Becker
        - added proper Changes file
        - added documentation on cardtype() return values from
          tmurray@agronomy.org (closes: cpan #3330)
2005-10-20 17:27:46 +00:00