summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
1999-09-28Use a relative path for bsd.pkg.mk instead of relying on the search path.soren1-2/+2
1999-09-28Regen.simonb1-2/+2
1999-09-28Compile with optimisation (-O2). On the mips, we get an error from thesimonb1-6/+15
assembler about a branch offset being too large in z06.c. Optimising must make a function small enough...
1999-09-24Remove obsolete package t1libx.fredb8-108/+0
1999-09-24Disable obsolete t1libx -- t1lib now installs "libt1x" and "xglyph".fredb1-2/+1
1999-09-24Update t1lib to 0.9.2fredb14-81/+183
Closes PR pkg/7746, t1lib-0.8beta->t1lib-0.9, by Kazuki Sakamoto - - consolidate (and make obsolete) t1libx, as discussed on "packages" - - install LaTeX doc sources and add message explaining how to build t1lib_doc.dvi in order to remove dependence on teTeX - - install sample fonts - - construct and install a sane configuration for NetBSD
1999-09-19add and enable:dmcmahill1-1/+13
ted-cs ted-da ted-de ted-en-gb ted-en-us ted-es ted-fr ted-it ted-nl ted-no ted-pt ted-sv
1999-09-19add ted-nl-2.5.dmcmahill5-0/+28
Dutch spelling dictionary for the Ted word processor.
1999-09-19add ted-sv-2.5.dmcmahill5-0/+28
Swedish spelling dictionary for the Ted word processor.
1999-09-19add ted-pt-2.5.dmcmahill5-0/+28
Portuguese spelling dictionary for the Ted word processor.
1999-09-19add ted-no-2.5.dmcmahill5-0/+28
Norwegian spelling dictionary for the Ted word processor.
1999-09-19add ted-it-2.5.dmcmahill5-0/+28
Italian spelling dictionary for the Ted word processor.
1999-09-19add ted-fr-2.5.dmcmahill5-0/+28
French spelling dictionary for the Ted word processor.
1999-09-19add ted-es-2.5.dmcmahill5-0/+28
Spanish spelling dictionary for the Ted word processor.
1999-09-19add ted-en-us-2.5.dmcmahill5-0/+30
US English spelling dictionary for the Ted word processor.
1999-09-19add ted-en-gb-2.5.dmcmahill5-0/+28
UK English spelling dictionary for the Ted word processor.
1999-09-19add ted-de-2.5.dmcmahill5-0/+28
German spelling dictionary for the Ted word processor.
1999-09-19add ted-da-2.5.dmcmahill5-0/+28
Danish spelling dictionary for the Ted word processor.
1999-09-19add ted-cs-2.5.dmcmahill5-0/+28
Czech spelling dictionary for the Ted word processor.
1999-09-19update CATEGORIES to reflect moving ted. (was print, is textproc)dmcmahill1-2/+2
1999-09-19add and enable teddmcmahill1-1/+2
1999-09-19Moved from print/ted/pkg/PLIST,vdmcmahill1-0/+22
1999-09-19Moved from print/ted/pkg/MESSAGE,vdmcmahill1-0/+7
1999-09-19Moved from print/ted/pkg/DESCR,vdmcmahill1-0/+24
1999-09-19Moved from print/ted/pkg/COMMENT,vdmcmahill1-0/+1
1999-09-19Moved from print/ted/patches/patch-aa,vdmcmahill1-0/+12
1999-09-19Moved from print/ted/files/README.ind,vdmcmahill1-0/+1
1999-09-19Moved from print/ted/files/patch-sum,vdmcmahill1-0/+3
1999-09-19Moved from print/ted/files/md5,vdmcmahill1-0/+3
1999-09-19Moved from print/ted/Makefile,vdmcmahill1-0/+62
1999-09-03Update libxml to 1.6.1.rh3-10/+9
Changes: - improves validation support - adds namespace support for attributes - lot of progress in the XPath implementation.
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1).
1999-08-16Don't let emacs try to generate ispell.info; makeinfo does fine.fredb2-4/+4
Fixes pr pkg/7088.
1999-07-31Update libxml to version 1.4.0.rh7-60/+27
Features some parser enhancements and bug fixes.
1999-07-28Use "files" and "patches" directory of the "dict-server" package.tron6-72/+6
1999-07-28Add and enable "dict-server". Fixes PR pkg/7999 by Michael Santos.tron1-1/+2
1999-07-28New "dict-server" package submitted by Michael Santos in PR pkg/7999:tron10-0/+186
Dictionary Service Protocol server.
1999-07-27Add and enable "dict-client" package. Fixes PR pkg/7998 by Michael Santos.tron1-1/+2
1999-07-27Import "dict-client" package submitted by Michael Santos in PR pkg/7998:tron9-0/+97
Dictionary Service Protocol client.
1999-07-09Fix this on ELF platforms.thorpej1-1/+3
1999-07-09Add package patch checksum files.agc12-0/+59
1999-07-02Some packages use bsd-style .mk files when building, and so any manualagc1-6/+2
pages that are installed will be gzip-compressed, if MANZ is set, or not if MANZ is not set. If the package uses bsd-style .mk files, the variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in the package Makefile. This replaces the previous method of specific inclusion of bsd.prefs.mk, followed by a check for MANZ and conditional assignment of MANCOMPRESSED. Add appropriate documentation, and change all necessary ocurrences in package Makefiles.
1999-07-01enable dsssl-docbook-modulardrochner1-1/+2
1999-06-30Make this package work on Solaris as well as NetBSD - Solaris doesn't haveagc1-1/+5
a decent flock(3).
1999-06-28Include bsd.prefs.mk before any != ${CC} --version assignment, just inagc1-1/+3
case CC is set to something non-standard, so that we execute the right compiler.
1999-06-27DSSL stylesheets for docbook. Derived from the FreeBSD port, but usingdrochner6-0/+778
docbook-3.1. (Thus too different to justify an import of the original.)
1999-06-27install version 3.1 toodrochner5-12/+48
fetch files from new master site www.oasis-open.org (sadly, .zip only)
1999-06-27Disable C++ compiler optimization. "jade" dumps core on some files ifdrochner1-0/+17
compiled with -O2. Might be a compiler bug, or something deep inside the code...
1999-06-15complete lasthubertf1-2/+1
1999-06-15Add the binary, reported in PR 7780 byhubertf1-1/+2
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>