summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2000-08-29Add and enable libunicoderh1-1/+2
2000-08-29Initial import of libunicode-0.4, a library for manipulating unicoderh5-0/+31
characters and strings.
2000-08-29Remove "*.orig" files so they don't accidentally get installed.jlam1-1/+4
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam16-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-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam2-13/+13
2000-08-24Implement improvements suggested by hubertf@netbsd.org:jlam2-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-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-2/+2
2000-08-23Install documentation into directory "share/doc" instead of "doc" andtron3-2/+20
list it in the package list.
2000-08-21Correctly note dependency on tcl.jwise1-1/+3
2000-08-21Add and enable tcldomjwise1-1/+2
2000-08-21Initial import of TclDOM-1.6, a DOM implementation for use with TclXML orjwise5-0/+41
TclExpat.
2000-08-21Add and enable tclxml.jwise1-1/+2
2000-08-21Initial import of TclXML-1.2, an XML parser implemented entirely in Tcl.jwise5-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-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+5
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18De-(pkg)lint.fredb1-2/+1
2000-08-18Update "PolyGlotMan", a.k.a "rman", to version 3.0.9. A Changelog fromfredb7-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-15Make this work and de-install properly with perl5 + perl5-current.jlam5-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-07Update to version 1.20 from 1.14:jonb2-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-04Don't delete the CC definition in the patch - it's necessary for Solaris,agc2-15/+7
in case other compilers get picked up from the path which don't recognise gcc arguments.
2000-08-04Move LDFLAGS to after the in-source -L directives to avoid conflictsjlam1-0/+27
between libutil.a and system libutil.so. This makes this compile when LOCALBASE=/usr.
2000-08-04Regen.jlam1-1/+2
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-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-28Upgrade to version from Zope 2.2.0. Highlights include as new securitytsarna2-7/+7
system, enhancements to the dtml-mime tag, and fixes to statistic calculation for the dtml-in tag.
2000-07-28Remove trailing '.'.ad1-1/+1
2000-07-26Update to 1.55.hubertf3-8/+26
Changes: adopt to DocBook 4.x
2000-07-24please pkglint.wiz1-3/+2
2000-07-18Note reason for commenting out xerces-j-current. (because the older, andjwise1-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-15Update libxml to 1.8.9. Changes from 1.8.7 are bugfixes and some modsjlam5-12/+12
for convergence between libxml and libxml2 (the development lib).
2000-07-14Add and enable ispell-gaeilge.ad1-1/+2
2000-07-14Irish language support for ispell.ad7-0/+49
2000-07-10Update to 1.54. Changes: support for DocBook 4.xhubertf3-249/+260
2000-07-10Add docbook public identifierhubertf1-0/+1
2000-07-05Add and enable antiwordrh1-1/+2
2000-07-05Initial import of antiword-0.30, a MS Word to text/postscript converter.rh7-0/+72
2000-07-04add and enable urlviewwiz1-1/+2
2000-07-04Import "urlview" package:tron5-0/+28
extract URLs from text files and display them in a menu
2000-06-27Update distname to reflect 4.0 -> 4.1 bump.kleink1-2/+2
2000-06-27Update to 4.1. Changes:hubertf3-8/+50
No user-visible changes; removed some 4.0 future use comments that had accidentally been left in the DTD and fixed a couple of incorrect FPIs. See 40chg.txt for a list of the significant changes.
2000-06-26- make this work on sparc. The original code used #ifdef(__sparc__) to dodmcmahill7-1/+73
SunOS/Solaris specific stuff.
2000-06-22Better use of GTARjwise6-6/+15
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam13-122/+93
Factor out common post-install code in Makefile and pkg/PLIST into pkg/INSTALL.
2000-06-20Remove unnecessary patch now that we USE_LIBTOOL.jlam1-15/+0
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL; sort PLIST.jlam3-36/+37
2000-06-16upgrade to 3.21. ok'ed by tsarna@netbsd.org (maintainer).itojun5-39/+21
-- Changes and new features introduced in Version 3.14 [released March 1999] Bug fixes "lout -PDF" now available as alternative to "lout -Z" Cross referencing list items yields just the raw item number now Changes and new features introduced in Version 3.15 [May 1999] Bug fixes @FootNoteFormat option for controlling format of footnotes @TheoremFormat option for controlling format of theorems (etc.) @ListOuterGap setup file option for space before and after lists Standardized and improved "slides" package, incl. new setup file options (NB please send me @Word&&lecture and @Word&&overhead in your language) Faster database reading (uses more memory though); prevent with -M @DoubleLine symbol in diagrams for drawing a double line -l and -L flags for selecting collation order (see lout -u) Changes and new features introduced in Version 3.16 [28 May 1999] Bug fixes Optimal paragraph breaking weights adjusted yet again (sigh) Changes and new features introduced in Version 3.17 [13 September 1999] Bug fixes @AtEnd option for @Book and @Report (unnumbered back cover page) @Abbreviations symbol in books (like @Introduction but for abbreviations) @Euro symbol added for getting a European Currency symbol Document OBJECT struct declaration in externs.h (for gurus only) Changes and new features introduced in Version 3.18 [26 February 2000] Bug fixes (more than usual, somehow) New @CurrYUnit and @CurrZUnit symbols (expert users) @Diag enhancement: node types, similar to row types in @Tbl @Diag enhancement: new features for drawing syntax diagrams Portuguese (thanks to Jose Roberto B. de A. Monteiro) Slight change to @Tbl spec (affects aligned columns) Replaced c2lout with prg2lout (computer program formatting) @Outline symbol for printing words in outline rather than filled A few extra @Eq symbols: filledcircle, small, trieq Changes and new features introduced in Version 3.19 [9 March 2000] Bug fixes Four @HeaderComponent symbols for running headers (expert users) Running headers in multi-page tables Running headers in indexes Two extra @Eq symbols: triangleup, triangledown Changes and new features introduced in Version 3.20 [8 April 2000] Bug fixes (including the internal error that was dumping core recently) Multi-line style changes (@I, @Colour etc.) now work in lines @Break mode @Perl symbol for Perl programming language formatting (includes Pod) Changes and new features introduced in Version 3.21 [10 May 2000] Bug fixes (including an old problem of bits lost from programs in tables) Refinements to @Perl symbol for Perl programming language formatting Program texts can now be formatted with line numbers added -V now tells about PDF compression and whether debug output is available "Page body margins" for indenting of page body wrt headers and footers Margin notes code updated to work as desired with the new page body margins @PageEnclose symbol generalizes @PageBox (enclose each page in anything) Robustness wrt Linux strcoll() improved (tab characters no longer compared) "Abstract" word in tech reports now centred again by default Lout now builds composite characters - see Expert's Guide, under @Font *** IMPORTANT: ONE CHANGE THAT IS NOT UPWARDLY COMPATIBLE *** If you are using your own setup file, then it is likely to contain the line "@SysInclude { fontdefs }". There is no longer a fontdefs file, there is now a fontdefs database, so you need to replace this line with "@SysDatabase @FontDef { fontdefs }".
2000-06-14fix for recent versions of lesstifdmcmahill2-4/+4
2000-06-09mswordview is at 0.5.14 now - changes seem to be bugfixes mostlydrochner3-5/+9
2000-06-09Add/enable p5-Convert-ASN1.kleink1-1/+2
2000-06-09Initial import of p5-Convert-ASN1-0.07, a perl class to parse ASN.1kleink7-0/+63
descriptions and en/decode perl data structures. Thanks to Bernd Ernesti for doing the packaging work.
2000-06-07any docbook later than 3.1 will do (we're at 4.0 now)hubertf1-2/+2
2000-06-07The trailing "--" wasn't (only) for optical reasons, it's somehubertf1-1/+1
comment delimiter in SGML.