Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
rillig 98b01c2c50 pkglint says, the :Q operator should not be used in double quotes.
The code here only worked due to many conincidences: Let's assume a
variable has the value "a b" and is used with the :Q operator, which
results in "a\ b" (a, backslash, space, b). When used in double quotes,
the shell command looks like:

    echo "a\ b"

which, depending on the shell, may output the backslash literally or
not. In the case of this file, the ":Q" string was not passed to
echo(1), but to sed(1). sed(1) in turn interprets (backslash, space) in
the replacement text as equivalent to (space), and that's where the
backslash finally disappears. So it's only to this coincident that the
code worked although it was not correct.
2006-06-09 06:02:33 +00:00
archivers Enable NLS support. Bump PKGREVISION. 2006-06-05 19:04:32 +00:00
audio Needs mkdirhier. 2006-06-08 21:41:22 +00:00
benchmarks Fixed some pkglint warnings. Among others, the "@" character is only 2006-06-08 14:58:38 +00:00
biology Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION. 2006-06-05 23:34:42 +00:00
bootstrap corrected a few typos 2006-04-18 18:11:21 +00:00
cad This package needs dlopen. 2006-06-07 23:52:17 +00:00
chat configure wants C++. 2006-06-06 14:38:31 +00:00
comms Make this package build with gcc-4. Patch provided by John D. Baker in 2006-06-08 01:12:45 +00:00
converters Explicitly disable NLS. This should fix PLIST problems on Linux, 2006-06-08 03:56:21 +00:00
cross Use pkgsrc versions of config.guess and config.sub. 2006-06-06 20:58:28 +00:00
crosspkgtools Fixed some pkglint warnings. 2006-05-23 10:57:15 +00:00
databases Removed the leading "@" from a shell command line to fix pkglint warnings. 2006-06-08 15:31:08 +00:00
devel Use fix for "glib" package from PR pkg/21909 on all platforms. This will 2006-06-08 21:13:38 +00:00
distfiles
doc Note update of "glib" package to version 1.2.10nb10. 2006-06-08 21:13:53 +00:00
editors Make this package build with gcc-4. 2006-06-08 16:12:48 +00:00
emulators Rework last change to avoid spurious warning message if no 2006-06-07 14:00:44 +00:00
finance Uses C++. 2006-06-06 19:14:24 +00:00
fonts This package needs zlib. 2006-06-07 20:31:27 +00:00
games Honor *OWN, *GRP, and *MODE. 2006-06-08 16:21:17 +00:00
geography Uses Fortran. 2006-05-28 15:16:10 +00:00
graphics Just hack in all answers instead of assuming that the scripts asks 2006-06-08 21:40:21 +00:00
ham Fixed pkglint warnings. 2006-06-08 22:24:28 +00:00
inputmethod Uses C++. 2006-05-11 14:07:51 +00:00
lang Fixed some pkglint warnings. 2006-06-08 21:21:21 +00:00
licenses Add the proper license for sendmail 2006-06-03 09:50:15 +00:00
mail Fix names of installed manual pages. The PLIST expects that the pages 2006-06-08 02:26:32 +00:00
math Use install framework for info pages. Bump revision. 2006-06-08 21:57:15 +00:00
mbone Uses C++. 2006-06-06 14:56:20 +00:00
meta-pkgs Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
misc No need to set the non-existent d_reclen on DragonFly... 2006-06-06 21:11:29 +00:00
mk pkglint says, the :Q operator should not be used in double quotes. 2006-06-09 06:02:33 +00:00
multimedia Now that the faad/mp4ip conflict is resolved, enable the faad2 plugin 2006-06-08 18:03:13 +00:00
net Needs libtool. 2006-06-08 19:50:22 +00:00
news Fix errno. On DragonFly, force -traditional for cpp. 2006-06-01 23:11:29 +00:00
packages
parallel Use config.* from pkgrsc. 2006-06-04 12:57:11 +00:00
pkgtools The old syntax for List+ and InternalList+ does not exist anymore. 2006-06-08 22:31:25 +00:00
print Uses xmkmf. 2006-06-08 19:55:16 +00:00
regress Double the length of the command line argument after each iteration. 2006-05-31 13:10:49 +00:00
security Removed temporary code that should not have been committed in my last 2006-06-08 22:07:24 +00:00
shells Ignore unknown resource types instead of bailing out. 2006-06-01 21:16:40 +00:00
sysutils Uses C++. 2006-06-08 20:08:23 +00:00
templates Drop some whitespace. 2005-06-01 19:07:20 +00:00
textproc Needs Python 2.1+ 2006-06-07 12:48:44 +00:00
time Update sunbird to 0.3alpha2, the second official release of the Mozilla Sunbird 2006-06-07 19:29:59 +00:00
wm Needs libtool. 2006-06-08 09:47:14 +00:00
www Require bison as tool and remove broken bison test. 2006-06-08 19:48:35 +00:00
x11 Needs msgfmt. 2006-06-08 12:24:55 +00:00
Makefile Added a comment to the "regress" category. 2005-09-28 07:49:22 +00:00
pkglocate
README Refer doc/pkgsrc.txt instead of Packages.txt. 2005-05-07 22:16:38 +00:00

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.