pkgsrc/textproc
seb 02518bb0ce Update to version 4.1.
Package changes:

* remove inclusion of converters/libiconv/buildlink3.mk,
devel/gettext-lib/builtin.mk will take care of that if needed.

Changes since last packaged version (4.0.9):

* // matches the last regular expression even in POSIXLY_CORRECT mode.

* change the way we treat lines which are not terminated by a newline.
Such lines are printed without the terminating newline (as before)
but as soon as more text is sent to the same output stream, the
missing newline is printed, so that the two lines don't concatenate.
The behavior is now independent from POSIXLY_CORRECT because POSIX
actually has undefined behavior in this case, and the new implementation
arguably gives the ``least expected surprise''.  Thanks to Stepan
Kasal for the implementation.

* documentation improvements, with updated references to the POSIX.2
specification

* error messages on I/O errors are better, and -i does not leave temporary
files around (e.g. when running ``sed -i'' on a directory).

* escapes are accepted in the y command (for example: y/o/\n/ transforms
o's into newlines)

* -i option tries to set the owner and group to the same as the input file

* `L' command is deprecated and will be removed in sed 4.2.

* line number addresses are processed differently -- this is supposedly
conformant to POSIX and surely more idiot-proof.  Line number addresses
are not affected by jumping around them: they are activated and
deactivated exactly where the script says, while previously
    5,8b
    1,5d
would actually delete lines 1,2,3,4 and 9 (!).

* multibyte characters are taken in consideration to compute the
operands of s and y, provided you set LC_CTYPE correctly.  They are
also considered by \l, \L, \u, \U, \E.

* [\n] matches either backslash or 'n' when POSIXLY_CORRECT.

* new option --posix, disables all GNU extensions.  POSIXLY_CORRECT only
disables GNU extensions that violate the POSIX standard.

* options -h and -V are not supported anymore, use --help and --version.

* removed documentation for \s and \S which worked incorrectly

* restored correct behavior for \w and \W: match [[:alnum:]_] and
[^[:alnum:]_] (they used to match [[:alpha:]_] and [^[:alpha:]_]

* the special address 0 can only be used in 0,/RE/ or 0~STEP addresses;
other cases give an error (you are hindering portability for no reason
if specifying 0,N and you are giving a dead command if specifying 0
alone).

* when a \ is used to escape the character that would terminate an operand
of the s or y commands, the backslash is removed before the regex is
compiled.  This is left undefined by POSIX; this behavior makes `s+x\+++g'
remove occurrences of `x+', consistently with `s/x\///g'.  (However, if
you enjoy yourself trying `s*x\***g', sed will use the `x*' regex, and you
won't be able to pass down `x\*' while using * as the delimiter; ideas on
how to simplify the parser in this respect, and/or gain more coherent
semantics, are welcome).
2004-06-25 15:17:55 +00:00
..
aiksaurus Unused. 2004-04-26 09:21:57 +00:00
antiword Update to 0.35: 2003-12-12 22:31:55 +00:00
aspell No longer used. 2004-05-05 00:47:52 +00:00
aspell-breton bl3ify 2004-02-11 04:35:20 +00:00
aspell-catalan bl3ify 2004-02-11 04:35:20 +00:00
aspell-czech bl3ify 2004-02-11 04:35:20 +00:00
aspell-danish bl3ify 2004-02-11 04:35:20 +00:00
aspell-dutch bl3ify 2004-02-11 04:35:20 +00:00
aspell-english "e.g." needs a comma after it. 2004-02-22 00:02:09 +00:00
aspell-esperanto bl3ify 2004-02-11 04:35:20 +00:00
aspell-faroese bl3ify 2004-02-11 04:35:20 +00:00
aspell-francais bl3ify 2004-02-11 04:35:20 +00:00
aspell-gaeilge bl3ify 2004-02-11 04:35:20 +00:00
aspell-german Alos install ngerman.alias. 2004-03-29 14:03:28 +00:00
aspell-greek bl3ify 2004-02-11 04:35:20 +00:00
aspell-italian bl3ify 2004-02-11 04:35:20 +00:00
aspell-norwegian bl3ify 2004-02-11 04:35:20 +00:00
aspell-polish bl3ify 2004-02-11 04:35:20 +00:00
aspell-portuguese bl3ify 2004-02-11 04:35:20 +00:00
aspell-romanian bl3ify 2004-02-11 04:35:20 +00:00
aspell-russian bl3ify 2004-02-11 04:35:20 +00:00
aspell-slovak Updated to version 0.52.0. 2004-04-21 08:42:34 +00:00
aspell-spanish bl3ify 2004-02-11 04:35:20 +00:00
aspell-svenska bl3ify 2004-02-11 04:35:20 +00:00
aspell-ukrainian bl3ify 2004-02-11 04:35:20 +00:00
aspell-welsh bl3ify 2004-02-11 04:35:20 +00:00
awf s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
bibclean bl3ify and enable pkgviews installation. 2004-03-07 06:33:40 +00:00
biblook malloc.h fixes for darwin, plus a handful of other small fixes for 2004-05-23 23:28:29 +00:00
bibparse Bl3ify and enable pkgviews installation. 2004-04-13 02:24:05 +00:00
bsdgrep-devel Update to 20040505. Add --line-buffered option. 2004-05-05 15:10:26 +00:00
btparse Enable pkgviews installation. 2004-04-12 01:58:24 +00:00
catdoc Convert to buildlink3. 2004-05-05 00:28:50 +00:00
catdoc-tk Convert to buildlink3. 2004-05-05 00:28:50 +00:00
cdif Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
chasen Update chasen (meta-package) to 2.3.3; chasen-base-2.3.3 and ipadic-2.7.0. 2004-05-06 13:35:19 +00:00
chasen-base Quick fix for build with converters/libiconv, making configure detect 2004-06-09 05:42:31 +00:00
crimson Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead. 2004-03-30 18:32:32 +00:00
db2latex - bl3ify. 2004-04-12 02:32:38 +00:00
detex This does not seem to need to link against libl, so leave it out to allow 2004-06-04 18:34:17 +00:00
dict-client Convert to buildlink3. 2004-05-04 23:46:36 +00:00
dict-dictionaries Re: PR 25725 Syntax errors prevent compilation of with gcc 3.4.0 2004-06-01 15:36:50 +00:00
dict-server Re: PR 25720 Syntax errors prevent compilation with gcc 3.4.0 2004-06-01 08:55:34 +00:00
diction remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this 2004-02-14 00:54:44 +00:00
diffstat Update to 1.34, from Soren Jacobsen in PR pkg/23741: 2003-12-14 11:14:21 +00:00
docbook Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
docbook-simple Update docbook-simple to 1.1b3. 2004-05-28 16:40:34 +00:00
docbook-website these packages don't need a compiler. 2004-02-25 11:48:15 +00:00
docbook-xml Enable pkgviews installation. 2004-06-04 23:46:08 +00:00
docbook-xsl Packages no longer need to clean up *.subst.sav leftovers. 2004-06-06 04:29:17 +00:00
doclifter Update to 1.8: 2004-03-10 18:12:40 +00:00
dsssl-docbook-modular this package doesn't use a compiler. 2004-06-06 13:04:24 +00:00
dtdparse bl3ify 2004-04-26 10:34:09 +00:00
eb No longer used. 2004-05-05 00:13:14 +00:00
eblook Update to 1.6. Support EB 4.x. Add pbm, xbm, bmp, bmp2ppm, bmp2tiff, 2004-03-19 16:02:17 +00:00
emacs-dict-client Use emacs.mk instead of hardcoding a dependency on a certain 2003-09-09 23:51:21 +00:00
enchant No longer used. 2004-04-11 20:56:16 +00:00
eperl Convert to buildlink3. 2004-05-04 23:46:36 +00:00
expat Bump BUILDLINK_DEPENDS.expat from 1.95.4 to 1.95.7. 2004-04-08 16:35:21 +00:00
expatobjc Convert to buildlink3. 2004-05-05 00:28:50 +00:00
flyspell Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
fop Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
freepwing replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
glimpse replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
gnome-spell Make use of the new USE_DIRS variable, instead of directly depending on the 2004-04-14 16:15:20 +00:00
gocr Convert to buildlink3. 2004-04-16 21:46:02 +00:00
grep Convert to buildlink3. 2004-04-25 05:02:23 +00:00
groff Under Irix, vsnprintf(3) happily truncates longer strings and returns 2004-05-08 03:21:57 +00:00
gsed Update to version 4.1. 2004-06-25 15:17:55 +00:00
gtk-doc bl3ify 2004-04-26 10:34:09 +00:00
gtkspell No longer used. 2004-04-11 19:42:00 +00:00
GutenMark Convert to bl3. 2004-04-18 19:34:05 +00:00
GutenMark-words Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
helpdeco Make helpdeco build and run in Linux. 2004-04-17 04:49:07 +00:00
hevea darwin is anal about cpp being a *C* preprocessor, so use m4 here 2004-05-03 23:45:56 +00:00
html bl3ify 2004-04-26 10:34:09 +00:00
html2text Update to 1.3.2. 2004-02-13 14:43:18 +00:00
html2wml Fix some bad roff in the man page. Closes PR 25950. Bump PKGREVISION. 2004-06-21 08:58:59 +00:00
icu compiler.mk needs to be included before we can test CC_VERSION. 2004-04-13 16:39:11 +00:00
intltool Enable pkgviews installation. 2004-06-04 23:46:08 +00:00
ipadic Update ipadic package to 2.7.0. 2004-05-06 13:34:19 +00:00
isearch Make this compile when using gcc 3.3. 2004-05-23 22:33:17 +00:00
iso8879 Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
iso12083 bl3ify 2004-04-26 10:34:09 +00:00
ispell-base Convert to buildlink3. 2004-05-04 23:46:36 +00:00
ispell-british Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ispell-catalan Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ispell-emacs Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ispell-francais Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ispell-gaeilge Reset maintainer to tech-pkg@ (from ad@, since he is not working on them 2004-05-07 11:54:35 +00:00
ispell-german update to 20030222 version 2004-03-12 19:54:51 +00:00
ispell-polski Polish dictionary for the ispell 2003-09-30 13:43:16 +00:00
ispell-romanian s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ispell-russian Split the ispell-russian packages into two separate packages, 2004-01-23 15:02:07 +00:00
ispell-russian-io Break the ispell-russian package into two separate packages - 2004-01-23 15:00:01 +00:00
ispell-slovak Update to version 0.2.1. 2003-12-03 09:32:12 +00:00
ispell-spanish s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ispell-svenska s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ja-grep s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ja-groff replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
ja-sed Remove info files entries from PLIST. 2004-03-11 13:28:37 +00:00
jade s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
kakasi Convert to buildlink3. 2004-05-04 23:46:36 +00:00
kbanner s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
kdoc Convert to buildlink3. 2004-05-05 00:28:50 +00:00
latex2html PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
libcroco Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
libpathan Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
libunicode Unused. 2004-04-27 01:02:45 +00:00
libxml Unused. 2004-05-09 22:39:55 +00:00
libxml2 Unused. 2004-05-22 10:04:21 +00:00
libxslt Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
lout Update from version 3.21 to 3.26 of lout, the first part of PR 18687 2003-09-15 09:51:38 +00:00
lq-sp Update lq-sp to 1.3.4.10. 2004-02-17 01:25:00 +00:00
lua-expat Initial import of lua-expat from pkgsrc-wip, packaged by pancake. 2004-04-05 13:57:53 +00:00
makeztxt Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
namazu1 Make depends on nkf 1.7 and lator, not 1.7 only. 2004-02-05 09:56:36 +00:00
namazu2 Update namazu package to 2.0.13. 2004-05-06 13:40:21 +00:00
nbsed bump to 20040613 2004-06-13 13:14:03 +00:00
ndtpd Convert to buildlink3. 2004-05-04 23:46:36 +00:00
openjade USE_LANGUAGES= c c++ 2004-05-19 06:50:46 +00:00
opensp Re: PR 25853 textproc/opensp does not compile with gcc 3.4.0 2004-06-07 19:25:58 +00:00
p5-Convert-ASCII-Armour Add HOMEPAGE, adapt to buildlink3. Uses no compiler, so mark it with empty USE_LANGUAGES. 2004-03-20 17:26:10 +00:00
p5-Convert-ASN1 Updated to version 0.18. 2004-02-24 23:21:35 +00:00
p5-Convert-BER Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Convert-PEM Adapted to buildlink3. 2004-02-24 23:27:54 +00:00
p5-Cz-Cstools Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Filter Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-libxml bl3ify and enable pkgviews installation. 2004-02-22 00:55:37 +00:00
p5-libxml-enno Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-PDF Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-PDF-API2 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-PDF-Create Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Pod-POM Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Regexp-Common Import p5-Regexp-Common-2.113 from pkgsrc-wip. Packaged by dieter Roelants 2004-03-04 23:21:15 +00:00
p5-String-Approx Eek, meant to import 3.23, not 3.20. Since this is an update, ChangeLog: 2004-03-29 18:51:27 +00:00
p5-String-CRC32 Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-String-ShellQuote Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Autoformat Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Balanced bl3ify 2004-01-05 22:16:24 +00:00
p5-Text-BibTeX Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-ChaSen Use c++ for link since libchasen.so is linked with libstdc++. 2004-05-06 13:50:32 +00:00
p5-Text-CSV-Hash Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-CSV_XS Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-DelimMatch Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Diff Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Format Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Kakasi Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Quoted Import p5-Text-Quoted from pkgsrc-wip. Packaged by dieter Roelants. 2004-04-29 23:57:28 +00:00
p5-Text-Reform Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:18:42 +00:00
p5-Text-Substitute Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Template Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-Text-Wrapper Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-Checker PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
p5-XML-DOM Update textproc/p5-XML-DOM to 1.43 (previous distfile unavailable). 2004-05-29 01:19:32 +00:00
p5-XML-Grove Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-LibXML Update to 1.57; addresses PR 23884. Changes: 2004-03-29 23:50:49 +00:00
p5-XML-LibXML-Common Enable pkgviews installation. 2004-02-22 07:03:20 +00:00
p5-XML-LibXML-Iterator Initial import of p5-XML-LibXML-Iterator-1.00. 2004-05-29 01:42:39 +00:00
p5-XML-LibXML-XPathContext Initial import of p5-XML-LibXML-XPathContext-0.06. 2004-05-29 01:58:56 +00:00
p5-XML-LibXSLT PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
p5-XML-NamespaceSupport bl3ify 2004-01-05 22:16:24 +00:00
p5-XML-Node Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-NodeFilter Initial import of p5-XML-NodeFilter-0.01. 2004-05-29 01:43:19 +00:00
p5-XML-Parser Find the expat libraries and headers if they come from /usr/X11R6. 2004-03-31 07:54:50 +00:00
p5-XML-RAI Initial import of p5-XML-RAI. 2004-06-20 22:28:00 +00:00
p5-XML-RegExp bl3ify and enable pkgviews installation. 2004-02-22 00:55:37 +00:00
p5-XML-RSS Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-RSS-Parser Initial import of p5-XML-RSS-Parser. 2004-06-20 22:25:59 +00:00
p5-XML-Sablotron Import p5-XML-Sablotron from pkgsrc-wip. Packaged by Adam Migus and 2004-05-09 05:20:25 +00:00
p5-XML-SAX Add HOMEPAGE. 2004-02-22 07:14:14 +00:00
p5-XML-SAX-Expat Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-Simple bl3ify 2004-01-05 22:16:24 +00:00
p5-XML-Stream Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-Twig Bl3ify and enable pkgviews installation. 2004-04-23 20:39:54 +00:00
p5-XML-Writer Update p5-XML-Writer to 0.500. Patches provided by Adrian Portelli in 2004-03-29 01:39:45 +00:00
p5-XML-Writer-String Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-Xerces Update p5-XML-Xerces to 2.3.0.4. This closes PR pkg/23862. 2004-02-11 04:14:02 +00:00
p5-XML-XPath Update p5-XML-XPath to 1.13. Changelog is not available. 2004-04-20 21:19:35 +00:00
p5-XML-XQL Convert to buildlink3. 2004-05-04 23:46:36 +00:00
p5-XML-XSLT Update p5-XML-XSLT to 0.48. 2004-04-20 20:22:51 +00:00
p5-XML-XUpdate-LibXML Initial import of p5-XML-XUpdate-LibXML-0.2.3. 2004-05-29 01:58:00 +00:00
p5-XML-YAWriter Bl3ify and enable pkgviews installation. 2004-04-22 06:08:27 +00:00
p5-YAML Bl3ify and enable pkgviews installation. 2004-04-22 06:04:17 +00:00
par s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
php4-domxml bl3ify 2004-04-25 00:52:39 +00:00
php4-wddx bl3ify 2004-04-25 00:52:39 +00:00
php4-xslt bl3ify 2004-04-25 00:52:39 +00:00
postgresql-autodoc Convert to buildlink3. 2004-05-05 00:28:50 +00:00
psgml-mode Remove info files entries from PLIST. 2004-03-11 14:11:21 +00:00
py-csv Convert to buildlink3. 2004-05-04 23:46:36 +00:00
py-docutils bl3ify 2004-02-18 04:44:46 +00:00
py-dtml PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
py-expat Convert to buildlink3. 2004-04-25 04:59:40 +00:00
py-FourSuite Unused. 2004-05-08 08:53:54 +00:00
py-gdick PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
py-gnosis-utils initial import of Gnosis-Utils-1.1.1 2004-03-06 18:54:12 +00:00
py-HappyDoc bl3ify 2004-02-22 20:19:26 +00:00
py-libxml2 Update py-libxml2 to 2.6.9 to sync with textproc/libxml2. 2004-04-19 15:30:41 +00:00
py-libxslt Update py-libxslt to 1.1.6 to sync with textproc/libxslt. 2004-04-19 15:44:05 +00:00
py-Lupy update to 0.2.1 2004-05-18 12:44:05 +00:00
py-Reverend PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
py-SimpleParse Convert to buildlink3. 2004-05-04 23:46:36 +00:00
py-textile Import py-textile from pkgsrc-wip. Packaged by Michal Pasternak and 2004-03-28 23:22:43 +00:00
py-xml unused 2004-05-23 16:59:05 +00:00
py-xmltools bl3ify 2004-05-05 09:06:45 +00:00
pyDict bl3ify 2004-05-05 09:06:45 +00:00
qsubst Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
raptor Drop maintainership; I don't have the enough free time to maintain 2004-05-07 01:14:46 +00:00
regexx Convert to buildlink3. 2004-05-04 23:46:36 +00:00
rfcutil PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
rman Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
robodoc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
rtf-tools Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
rtfm s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
ruby-amrita Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-erb Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-eruby Convert to buildlink3. 2004-05-04 23:46:36 +00:00
ruby-html-parser Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-nqxml Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-rdoc Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-rdtool Re-add dependency to ruby-strscan package since ruby-rdtool package 2004-04-11 13:17:09 +00:00
ruby-rexml Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-rttool Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
sablotron Unused. 2004-05-09 11:23:51 +00:00
saxon Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
scew Import scew from pkgsrc-wip. Provided by Thorbjorn Svensson, and 2004-02-16 01:19:45 +00:00
scrollkeeper Enable pkgviews installation. 2004-06-04 23:58:12 +00:00
source-highlight Fix build with older GNU libstdc++ (mentioned in PR pkg/25590). 2004-05-16 12:22:40 +00:00
sp bl3ify 2004-04-26 10:34:09 +00:00
stardic Convert to bl3 and make build with gcc3. 2004-05-03 23:00:20 +00:00
subtitleripper Convert to buildlink3. 2004-05-09 20:19:44 +00:00
tcl-dom s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tcl-expat Switch to Tcl 8.4. Bump PKGREVISION. 2004-03-09 01:16:59 +00:00
tcl-xml Switch to Tcl 8.4. 2004-03-09 01:22:58 +00:00
tei Bl3ify (so that catalogs.mk uses the bl3 file); per wiz@ request. 2004-04-27 20:53:34 +00:00
teixsl-fo Bl3ify (so that catalogs.mk uses the bl3 file); per wiz@ request. 2004-04-27 20:53:34 +00:00
teixsl-html Bl3ify (so that catalogs.mk uses the bl3 file); per wiz@ request. 2004-04-27 20:53:34 +00:00
texi2html Unused. 2004-04-26 09:21:57 +00:00
texi2roff s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
troffcvt Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 2004-01-27 00:53:10 +00:00
unroff s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
untex Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
urlview Convert to buildlink3. 2004-04-25 04:53:30 +00:00
wdiff Add "CONFIGURE_HAS_INFODIR=no" to get this package building. 2004-05-25 04:21:29 +00:00
xalan-c Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
xalan-j Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xerces-c Work around "internal compiler errors" for gcc 2.95.3 on i386. 2004-03-22 17:04:13 +00:00
xerces-j Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xhtml Initial import of xhtml, version 1.0: 2004-02-18 13:44:40 +00:00
xml-i18n-tools Unused. 2004-04-26 09:21:57 +00:00
xml2doc Move WRKSRC definition into a later section. 2004-05-29 13:04:00 +00:00
xmlcatmgr Quote arguments properly for xmlcatmgr. OK'ed by jmmv@. 2004-05-06 14:39:05 +00:00
xmlindent Enable pkgviews installation. 2004-05-29 13:01:11 +00:00
xp Add pseudo-category 'java'. 2003-08-23 15:16:36 +00:00
xslide Convert to bl3. 2004-04-18 19:34:05 +00:00
xt s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
yodl bl3ify 2004-02-16 02:36:44 +00:00
Makefile Add p5-XML-RAI, p5-XML-RSS-Parser (hi schmonz!) 2004-06-24 03:46:33 +00:00