summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-28Fixed pkglint warnings. Converted patch-ab to unified diff format. Movedrillig4-24/+133
hint.1 from inside patch-aa to the files/ directory.
2005-09-28Bumped PKGREVISION in inputmethod/sj3-* because of a changed patch.rillig1-1/+5
2005-09-28Don't abuse int variables as pointers in patch-ag. Bumped PKGREVISION inrillig6-50/+100
all sj3 packages.
2005-09-28Split patch-aa into patch-ah..patch-am. Converted to unified diffs.rillig9-482/+238
2005-09-28Fixed pkglint warnings. Among others, split patch-aa into six patches.rillig8-77/+92
2005-09-28Fixed pkglint warning.rillig1-2/+2
2005-09-28Removed empty PKGREVISION.rillig1-2/+1
2005-09-28Sorted PLIST.rillig1-27/+27
2005-09-28Fixed pkglint warning.rillig1-2/+2
2005-09-28Removed duplicate RCS Id.rillig1-2/+1
2005-09-28Cleaned up the TODO list.rillig1-5/+1
2005-09-28Cleaned up the Makefile. Added NO_CHECKSUM=yes, as this is a meta-package.rillig1-4/+4
2005-09-28Removed trailing white-space.rillig46-103/+103
2005-09-28Removed trailing white-space.rillig25-62/+62
2005-09-28Updated pkglint to 4.23.1.rillig4-6/+10
BUILD_USES_MSGFMT should always be set to YES/yes or left undefined. When checking for direct use of tools, respect shell commands.
2005-09-28Removed trailing white-space.rillig1-1/+1
2005-09-28Removed trailing white-space. Don't use the expanded RCS Id whenrillig1-3/+4
regenerating the distinfo file.
2005-09-28Fixed pkglint warnings.rillig1-8/+6
2005-09-28Fixed typo.rillig1-2/+2
2005-09-28Added RMD160 checksum.rillig1-1/+2
2005-09-28Removed trailing white-space.rillig4-11/+11
2005-09-28Fixed pkglint warnings.rillig1-2/+2
2005-09-28Fixed pkglint warnings.rillig10-26/+22
2005-09-28Fixed some pkglint warnings.rillig1-3/+3
2005-09-28Fixed pkglint warnings.rillig10-23/+21
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Fixed pkglint warnings.rillig2-11/+11
2005-09-28Removed trailing empty line.rillig1-2/+1
2005-09-28Fixed pkglint warning.rillig1-2/+2
2005-09-28Added RCS Id tags. Removed trailing empty line from patch-sg.rillig4-4/+7
2005-09-28The file was errouneously added because of a misspelled file name.bad1-174/+0
The license is already in the file rsaref-license.
2005-09-28Fix building with qt-3.3.5 (based on KDE web-site)adam1-5/+12
2005-09-28Fixed the indentation for "Other arguments".rillig1-2/+2
2005-09-28Removed redundant braces. Reindented the code.rillig1-7/+8
2005-09-28Regen.wiz1-15/+15
2005-09-28Sort option descriptions.wiz1-3/+3
2005-09-28Tightened the code and improved the diagnostics.rillig1-16/+9
2005-09-28Note update of xvile to 9.5, and remove it from the TODO listagc2-3/+3
2005-09-28Updated to pkglint-4.23.rillig5-27/+45
Added the -R command line option to allow more RCS Id tags than $NetBSD$ to appear in line 1 of almost every file. Suggested by dillo.
2005-09-28Upgrade xvile to version 9.5agc3-9/+18
Differences to previous pkgsrc version (9.4): + many bug fixes + some minor enhancements
2005-09-28Added a variable LICENSE_FILE that may be set to point to the licenserillig1-12/+13
file of the package. It does _not_ replace the LICENSE variable. The variable is currently only used in the show-license target. It is intended that LICENSE_FILE is used for licenses that only apply to a single package or a package group, so that the number of licenses in the licenses/ directory is kept small.
2005-09-28Added a comment to the "regress" category.rillig1-2/+2
2005-09-28Fix quoting problem in autoconf file.wiz2-1/+15
Since this only interests few people, no PKGREVISION bump.
2005-09-27Note update of vile to 9.5, remove it from the TODO list.agc2-3/+3
2005-09-27Upgrade vile to version 9.5.agc3-11/+17
Differences to previous pkgsrc version (9.4): + many bug fixes + some minor enhancements
2005-09-27Relinquish maintainershipmjl4-8/+8
2005-09-27Relinquish maintainershipmjl1-2/+2
2005-09-27Updated pkglint to 4.22.rillig4-19/+35
A distfile that only has an SHA1 checksum, but not an RMD160 one, is considered an error. While at it, made the distinfo file check a little stricter.
2005-09-27Updated pcre to 6.4.wiz2-3/+3
2005-09-27Update to 6.4:wiz2-6/+6
Version 6.4 05-Sep-05 --------------------- 1. Change 6.0/10/(l) to pcregrep introduced a bug that caused separator lines "--" to be printed when multiple files were scanned, even when none of the -A, -B, or -C options were used. This is not compatible with Gnu grep, so I consider it to be a bug, and have restored the previous behaviour. 2. A couple of code tidies to get rid of compiler warnings. 3. The pcretest program used to cheat by referring to symbols in the library whose names begin with _pcre_. These are internal symbols that are not really supposed to be visible externally, and in some environments it is possible to suppress them. The cheating is now confined to including certain files from the library's source, which is a bit cleaner. 4. Renamed pcre.in as pcre.h.in to go with pcrecpp.h.in; it also makes the file's purpose clearer. 5. Reorganized pcre_ucp_findchar().