Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-09-12 | Note conflict with versions of teTeX-bin older than 1.0.7nb1. | jlam | 1 | -1/+3 | |
2000-09-07 | replace tcldom and tclxml by tcl-dom and tcl-xml | wiz | 1 | -3/+3 | |
2000-09-05 | fix the dependency on py-extclass to actually work as expected | jdolecek | 1 | -2/+2 | |
2000-09-04 | Add and enable p5-Text-DelimMatch | kim | 1 | -1/+2 | |
2000-09-04 | Find regexp delimited strings with proper nesting | kim | 5 | -0/+27 | |
2000-09-04 | Update to 1.57, noted by Federico Lupi. | hubertf | 3 | -11/+11 | |
Changes: bugfixes only | |||||
2000-09-03 | remove whitespace to silence pkglint | wiz | 1 | -6/+6 | |
2000-09-03 | add HOMEPAGE | wiz | 1 | -1/+2 | |
2000-09-03 | add a leftover, xlsview. | wiz | 1 | -1/+2 | |
2000-08-30 | Re-import this package as tcl-dom-1.6, adapted for tcl-8.3.2. | jwise | 5 | -0/+45 | |
2000-08-30 | Reimport this package as tcl-xml-1.2, adapted for tcl-8.3.2. | jwise | 5 | -0/+44 | |
2000-08-30 | Remove this package. It will be reimported as pkgsrc/textproc/tcl-xml | jwise | 5 | -40/+0 | |
with package name tcl-xml-1.2. | |||||
2000-08-30 | Remove this package. It will be reimported as pkgsrc/textproc/tcl-dom, | jwise | 5 | -41/+0 | |
with package name tcl-dom-1.6. | |||||
2000-08-30 | Adapt to tcl-8.3.2. | jwise | 1 | -2/+2 | |
2000-08-29 | Make this compile under NetBSD-1.4.x which doesn't define EILSEQ | rh | 2 | -0/+19 | |
2000-08-29 | Add and enable libunicode | rh | 1 | -1/+2 | |
2000-08-29 | Initial import of libunicode-0.4, a library for manipulating unicode | rh | 5 | -0/+31 | |
characters and strings. | |||||
2000-08-29 | Remove "*.orig" files so they don't accidentally get installed. | jlam | 1 | -1/+4 | |
2000-08-27 | Convert packages to use PERL5_PACKLIST (part 1). These were the easy | jlam | 16 | -150/+27 | |
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :) | |||||
2000-08-27 | Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. | jlam | 2 | -13/+13 | |
2000-08-24 | Implement improvements suggested by hubertf@netbsd.org: | jlam | 2 | -10/+11 | |
* Substitute ${PREFIX} instead of ${LOCALBASE} for location of installed files. * Use only one ${SED} invocation instead of four to speed things up. * Add a comment to ${PKGDIR}/PLIST to make explicit at which point the PLIST is generated dynamically. | |||||
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -2/+2 | |
2000-08-23 | Install documentation into directory "share/doc" instead of "doc" and | tron | 3 | -2/+20 | |
list it in the package list. | |||||
2000-08-21 | Correctly note dependency on tcl. | jwise | 1 | -1/+3 | |
2000-08-21 | Add and enable tcldom | jwise | 1 | -1/+2 | |
2000-08-21 | Initial import of TclDOM-1.6, a DOM implementation for use with TclXML or | jwise | 5 | -0/+41 | |
TclExpat. | |||||
2000-08-21 | Add and enable tclxml. | jwise | 1 | -1/+2 | |
2000-08-21 | Initial import of TclXML-1.2, an XML parser implemented entirely in Tcl. | jwise | 5 | -0/+38 | |
Later today, I will be importing TclExpat, which implements an identical API, but uses James Clark's expat package (implemented in C) for XML parsing. | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -2/+5 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-08-18 | De-(pkg)lint. | fredb | 1 | -2/+1 | |
2000-08-18 | Update "PolyGlotMan", a.k.a "rman", to version 3.0.9. A Changelog from | fredb | 7 | -39/+28 | |
the previous version, 3.0.8, is not available. The most noticable change is that the license is now less restrictive, and more GPL-like. | |||||
2000-08-15 | Make this work and de-install properly with perl5 + perl5-current. | jlam | 5 | -15/+100 | |
Include code in the Makefile to show how to use the installed .packlist to dynamically generate a PLIST for this package. I couldn't use the solution proposed on tech-pkg since eperl installed some stuff in ${PERL5_SITELIB} under perl-5.00404, but in ${PERL_SITEARCH} under perl-5.6.0. I imagine other modules will also show this difficulty since the Makefile for eperl was generated by ExtUtils::MakeMaker, so I think the .packlist way is the right thing to do. | |||||
2000-08-07 | Update to version 1.20 from 1.14: | jonb | 2 | -4/+4 | |
Changes from earlier versions Version 1.20: Fixes a small, non-critical bug in t1asm -a reported by Tom Kacvinsky <tjk@ams.org>. Version 1.18/1.19: Fixes a bug where t1mac generated corrupt Macintosh fonts, and generates better Macintosh files. Version 1.17: Fixes to t1unmac's new options, and added support for BinHex 4.0 format. Added new program, t1mac, which is the inverse of t1unmac: it translates PFB or PFA fonts into Macintosh format. Version 1.16: Adds support to t1unmac for AppleSingle and AppleDouble files. Version 1.15: Fixes a non-critical bug with some error messages. | |||||
2000-08-04 | Don't delete the CC definition in the patch - it's necessary for Solaris, | agc | 2 | -15/+7 | |
in case other compilers get picked up from the path which don't recognise gcc arguments. | |||||
2000-08-04 | Move LDFLAGS to after the in-source -L directives to avoid conflicts | jlam | 1 | -0/+27 | |
between libutil.a and system libutil.so. This makes this compile when LOCALBASE=/usr. | |||||
2000-08-04 | Regen. | jlam | 1 | -1/+2 | |
2000-07-31 | Enable a bunch of packages in category/Makefile that | hubertf | 1 | -2/+2 | |
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate) | |||||
2000-07-28 | Upgrade to version from Zope 2.2.0. Highlights include as new security | tsarna | 2 | -7/+7 | |
system, enhancements to the dtml-mime tag, and fixes to statistic calculation for the dtml-in tag. | |||||
2000-07-28 | Remove trailing '.'. | ad | 1 | -1/+1 | |
2000-07-26 | Update to 1.55. | hubertf | 3 | -8/+26 | |
Changes: adopt to DocBook 4.x | |||||
2000-07-24 | please pkglint. | wiz | 1 | -3/+2 | |
2000-07-18 | Note reason for commenting out xerces-j-current. (because the older, and | jwise | 1 | -2/+2 | |
conflicting xerces-j is preferable right now). Is this correct? If this is enabled, will bulk pkg builds deal with the CONFLICT= sensibly? | |||||
2000-07-15 | Update libxml to 1.8.9. Changes from 1.8.7 are bugfixes and some mods | jlam | 5 | -12/+12 | |
for convergence between libxml and libxml2 (the development lib). | |||||
2000-07-14 | Add and enable ispell-gaeilge. | ad | 1 | -1/+2 | |
2000-07-14 | Irish language support for ispell. | ad | 7 | -0/+49 | |
2000-07-10 | Update to 1.54. Changes: support for DocBook 4.x | hubertf | 3 | -249/+260 | |
2000-07-10 | Add docbook public identifier | hubertf | 1 | -0/+1 | |
2000-07-05 | Add and enable antiword | rh | 1 | -1/+2 | |
2000-07-05 | Initial import of antiword-0.30, a MS Word to text/postscript converter. | rh | 7 | -0/+72 | |
2000-07-04 | add and enable urlview | wiz | 1 | -1/+2 | |