summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron2-16/+16
"${LOCALBASE}".
2001-02-11Use "${MASTER_SITE_SOURCEFORGE}" in master site list.tron1-3/+2
2001-02-06Add and enable isearch.jtb1-1/+2
2001-02-06Initial import of isearch:jtb7-0/+117
Advanced text indexing and searching system
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron2-6/+6
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-12/+7
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe1-2/+2
is bumped to tcl-8.3.2nb1.
2001-01-21Add and enable makeztxtrh1-1/+2
2001-01-21Initial import of makeztxt-1.10, an ASCII text to Palm zTXT converter.rh5-0/+50
2001-01-17add & enable rtfmhubertf1-1/+2
2001-01-17Add rtfm-1.0:hubertf9-0/+92
NetBSD documentation and GNU Texinfo files search mechanism rtfm(1) is a FreeBSD documentation search program that currently is able to search the FreeBSD manual pages and the GNU Texinfo pages. Modified for NetBSD by Tomasz Luchowski <zuntum@eik.pl> Pkg provided by Tomasz Luchowski <zuntum@eik.pl> in PR 11978
2001-01-15Add and enable xalan-cskrll1-1/+2
2001-01-15Import of xalan-c 1.0. The Apache Project's XSLT implementationskrll13-0/+604
2001-01-14Use gettimeofday instead of ftime.skrll2-5/+5
2001-01-13Add and enable xerces-cskrll1-1/+2
2001-01-13Import of xerces-c package based on pkg/11559 from Emmanuel Dreyfusskrll25-0/+1362
<p99dreyf@criens.u-psud.fr>. This is version 1.3.0 of xerces-c and XML parser written in C++
2001-01-13icudata.so is a shared library - add lib prefix.skrll3-7/+7
2001-01-13"${LOCALEBASE}" gets defined in "bsd.pkg.mk" now.tron1-12/+4
2001-01-04fix DEPENDS linehubertf1-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc5-5/+27
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-30Manually syncing ONLY_FOR_PLATFORM is not the way to go.wiz1-5/+1
Remove ONLY_FOR_PLATFORM, and let it fail while installing the DEPENDS.
2000-12-28Sync ONLY_FOR_PLATFORM with devel/unproven-pthreads.wiz1-1/+5
2000-12-28add & enable p5-XML-Nodehubertf1-1/+2
2000-12-28Add p5-XML-Node-0.10:hubertf5-0/+34
If you are only interested in processing certain nodes in an XML file, this module can help you simplify your Perl scripts significantly. The XML::Node module allows you to register callback functions or variables for any XML node. If you register a call back function, it will be called when the node of the type you specified are encountered. If you register a variable, the content of a XML node will be appended to that variable automatically.
2000-12-23Fix the broken symlink in lib/icu/1.7skrll7-12/+26
2000-12-22This file is no longer needed for 1.7.skrll1-75/+0
2000-12-21Update to version 1.7. Changes are (from the web page)skrll24-491/+103
Collation performance is improved. The collation implementation will continue to change for ICU 1.8 according to the collation design document. Improved performance of parsing and formatting of dates and numbers Improvements in the ISO-2022 implementation Bug fixes, more stable, and support for standard country variants: ISO-2022-JP (incl. -1, -2) ISO-2022-CN (incl. -EXT) ISO-2022-KR Support for GB 18030 Basic support for UTF-32 (no ucnv_getNextUChar(), incomplete offset handling) Support for the HZ encoding Converter fallback semantics modified and .ucm mapping files updated with precise roundtrip/fallback indicators ICU library names include the version number for better coexistence of different installed ICU versions on a single machine The code libraries contain the two major/minor version digits On Windows, they also contain a 'd' for the debug versions The icu data file contains the ICU version and a letter for the data configuration (ASCII/EBCDIC, big-endian/little-endian) ICU client code links with .lib files/object symlinks without the version number for easier future updates Debian packaging The API documentation is improved.
2000-12-21Make me maintainterskrll1-2/+2
2000-12-21Add a test target to run the test programs.skrll1-1/+4
All tests pass on i386/1.5
2000-12-20Add and enable icuskrll1-1/+2
2000-12-20Import of new ICU package: Robust and full-featured unicode supportskrll27-0/+703
2000-12-20Bring Makefile into line with other changes and sort PLIST.skrll2-18/+26
2000-12-19Update kdoc to version 2.0.1bwulf4-19/+12
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-11-14Take packlist from Text/Template, not IMAP/Admin!rh1-2/+2
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron2-4/+4
2000-11-10remove mswordview (superseded by converters/wv)wiz1-2/+1
2000-11-10Superseded by converters/wv.wiz5-699/+0
2000-11-10update homepage.itojun1-2/+2
2000-11-03* Relax requirement on ghostscript to also allow ghostscript-nox11.jlam3-5/+58
* Enable GIF and PNG support. * Specify path to install TeX files to avoid problems when /usr/pkg is a symbolic link. * Add INSTALL/DEINSTALL targets to properly regenerate teTeX's ls-R file.
2000-11-02Add and enable latex2htmlwennmach1-1/+2
2000-11-02Initial import of latex2html-99.2beta8, a LaTeX to HTML converter.wennmach5-0/+398
2000-10-26match new dyslexically unchallenged directorywiz1-2/+2
2000-10-26Remove dyslectically challenged version.mjl5-26/+0
2000-10-26Re-import: Commiter dyslexic error.mjl5-0/+26
2000-10-24add p5-text-cvs_xswiz1-1/+2
2000-10-23Initial import of p5-Text-CSV_XS, a collection of routines formjl5-0/+26
composition and decomposition of comma-separated values.
2000-10-22First batch of upgrades for Python 2.0:tsarna3-24/+22
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming...
2000-10-22Add and enable libpspellrh1-1/+2