summaryrefslogtreecommitdiff
path: root/print/perlftlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump freetype's lib numberJustin M. Seger1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23312
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* The faster this commit message is typed the faster it'll all be over.Michael Haro1999-05-031-1/+1
| | | | | | | (add WWW:) Notes: svn path=/head/; revision=18429
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-011-3/+3
| | | | | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
* Remove ``WWW.jp.FreeBSD.ORG/~sada/*'' addresses from MASTER_SITESSADA Kenji1999-03-311-3/+3
| | | | | | | | & PATCH_SITES, and use ${MASTER_SITE_PORTS_JP} instead. We couldn't use ``WWW.jp.FreeBSD.ORG/'' address soon. Notes: svn path=/head/; revision=17510
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-6/+6
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* This is a package of libraries to use the FreeType library from theSADA Kenji1999-01-016-0/+111
perl language. It contains following pieces. <FreeType.xs> This is a simple caller of the FreeType library. It has same API as the FreeType library, so please read a manual of that to understand how to use this. <FreeTypeWrapper.pm> This is a simple wrapper of FreeType.xs to use the FreeType library from perl with easy, perl-like API. <ftinfo.pl> This is a dumper of a lot of information in each TrueType fonts. This convert them as human readable strings. <mkttfdir.pl> This is a maker of fonts.dir by parsing TTF and TTC fils. It has special handler for DynaLab fonts, so it make good fonts.dir automatically. And it detects what language's fonts are contained in it by looking at code_page_range field in os2 table, so it makes right entries. See also <http://www.io.com/~kazushi/xtt/#perlftlib> Note that ftinfo core-dumps with a signal 11 in case using perl5.00502. :-) Submitted by: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15761