summaryrefslogtreecommitdiff
path: root/textproc/t1lib
AgeCommit message (Collapse)AuthorFilesLines
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02MKDIR -> INSTALL_DATA_DIRzuntum1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
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-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
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-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-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-08update to 1.0.1drochner5-16/+20
Changes from 1.0: - A few bug Fixes. - lenIV=-1 is now handled. According to an undocumented Adobe convention lenIV=-1 indicates suppressing of charstring encryption. - Patches to compile t1lib und MS Visual C++ 6.0. In case something goes wrong, please contact Nakano Hideo (hideo@mb.infoeddy.ne.jp).
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-02Update to t1lib-1.0. Also update homepage, ftp site.fredb6-37/+36
From the Changes file: November 1999: t1lib-1.0: ------------------------- - Bug-fixes. - There happen to exist different assumptions about what exactly ISOLatin1Encoding is. Especially the name for char 45 (dec) is not uniquely specified in ISO 8859-1. Thus t1lib provides two encoding files ISOLatin1Encoding one which (PSLatin1.enc) is compatible with PostScript Level 2 and above.
1999-11-14Regen patches to apply without fuzz.fredb6-26/+26
1999-11-05Workaround for IsoLatin2.enc not being publically readablesoren1-1/+2
in the distribution archive.
1999-10-28Make this package compile on Solaris, by cleaning up the packageagc1-4/+4
Makefile sed(1) commands.
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-07-09Add package patch checksum files.agc1-0/+9
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1998-11-13Do not override libtool's perception of installation. Breaks NOPIC.tv1-2/+2
1998-11-05Initial import of t1lib-0.8:garbled13-0/+191
a library for generating bitmaps from Adobe Type 1 fonts