summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig9-18/+18
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig64-147/+136
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03bump pkgrevision and fix distinfo I forgot to commitchristos2-2/+5
2005-12-03Prefer sigaction instead of sigvec if it exists, and check if sigvec existschristos2-0/+71
based on the existance of the macro SV_INTERRUPT.
2005-12-02Fixed misspelled variables NO_SOURCE_ON_{FTP,CDROM}.rillig1-5/+6
2005-11-30Added a patch that fixes the build for ISO C90 compilers.rillig2-1/+20
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz2-4/+4
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-24Capitalize KOffice like in the other packages.wiz1-2/+2
2005-11-24Improve comment.wiz2-4/+4
2005-11-23Update to 0.50:wiz2-7/+6
[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-23Update to 1.10:wiz2-7/+6
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-20Update to 2.7.6. Changes since 2.7.5:magick2-6/+6
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-17Added missing RMD160 checksums, except for those files that wererillig1-1/+5
unavailable.
2005-11-13Added package esniper.heinz1-1/+2
2005-11-13Initial import of esniper 2.14.0.heinz5-0/+67
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-10Depend on errno.h to provide errno.joerg2-48/+49
2005-11-10Depend on errno.h for errno.joerg4-1/+75
Don't depend on stdio and stdout to be static values, move the initialisation to run time.
2005-11-10Depend on errno.h to provide errno.joerg2-1/+18
2005-11-10Use POSIX NAME_MAX if available, fall back to MAXNAMLEN otherwise.joerg2-9/+38
Don't use stdout for initialisation of a global variable, do it in main.
2005-11-10Welcome in the 21st century. errno, malloc and realloc are alljoerg2-11/+16
part of ISO C, don't define them manually.
2005-11-10Hack in DragonFly.joerg2-4/+13
2005-11-10Depend on the existence of errno.h and its errno.joerg2-1/+14
2005-11-10Depend on errno.h to provide errno.joerg2-1/+15
2005-11-10Use errno from errno.h.joerg2-6/+14
2005-11-10cdialog is gone.joerg1-2/+1
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti2-3/+3
It is a lower-case f according to the official site.
2005-11-09cdialog is superseded by dialog (pkgsrc/misc/dialog).uebayasi5-94/+0
Pointed out by Tomoaki Imamura.
2005-11-08Upgrade udfclient to version 0.5, featuringreinoud3-9/+9
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-08Use patch from Thomas Dickey for this "tty-input".reed2-7/+8
(Not bumping PKGREVISION, since it was bumped today for similar patch.)
2005-11-08Unbreak build on NetBSD, C says that stdio is not a modificable lvalue.joerg2-4/+4
Infact, the LHS is not needed at all.
2005-11-08The stdio abuse is bad enough to warrant a PKGREVISION bump.joerg1-1/+2
2005-11-08Fix another stupid program, which assumes that *stdin =*reopen()joerg2-1/+15
is ever likely to work.
2005-11-08Always use the errno from errno.h.joerg2-8/+16
2005-11-08Use HUGE_VAL for INFINITY if it is available.tv2-6/+10
2005-11-08Add __INTERIX to conditional cpp block for <netinet/in.h>.tv2-4/+4
2005-11-08Use utime() instead of utimes() on Interix.tv2-5/+42
2005-11-06Change "../p5-I18N-LangTags" to "../../misc/p5-I18N-LangTags" to silencekristerw1-2/+2
warnings from "make show-depends-dirs".
2005-11-03Fix typo botch in previous.tv1-2/+2
2005-11-03This needs libgetopt for getopt_long(3).tv1-1/+2
2005-11-03- remove dependency to ruby-digest, ruby-openssl and ruby-zlib packages.taca1-5/+3
- require Ruby 1.8.3 or lator. Bump PKGREVISION.
2005-11-02Replaced USE_PERL=run with USE_TOOLS+=perl:run.rillig1-3/+2
2005-11-01Remove the test if /proc exists.mrauch2-7/+3
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-10-26Missed one file when committing the change to enable optional java support.mrauch2-12/+6
This patch was part of the patch set from Geert Hendrickx.
2005-10-26Check defined() before empty() to satisfy older NetBSD make / bmake.tv1-2/+2
2005-10-25Update to 1.3.7:wiz2-6/+6
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-23Use "+=" instead of "=" with PLIST_SUBST. Added proper quoting forrillig1-2/+2
DISTNAME.
2005-10-23Set GNU_CONFIGURE to "yes" in Makefile. Removed leading "#" charactersrillig4-9/+9
from patch-aa. Sorted PLIST.
2005-10-23Added missing $ after NetBSD in line 1.rillig1-1/+1
2005-10-23Added RCS Id to patch-aa and converted it into a unified patch. Sortedrillig3-42/+28
PLIST.
2005-10-23Add optional java support via options framework.mrauch2-1/+21
Patch from Geert Hendrickx in mail to tech-pkg.