[Lunar-commits]
CVS: moonbase/libs/t1lib BUILD, 1.1.1.1, 1.2 DETAILS, 1.1.1.1, 1.2
Florin Braescu
florin at lunar-linux.org
Sat Feb 21 07:44:45 GMT 2004
Update of /var/cvs/lunar/moonbase/libs/t1lib
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8865
Modified Files:
BUILD DETAILS
Log Message:
bump version from 1.3.1 to 5.0.1. tested with gcc 3.3.3 and linux 2.6.3.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/t1lib/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:17 -0000 1.1.1.1
+++ BUILD 21 Feb 2004 07:44:43 -0000 1.2
@@ -1,6 +1,7 @@
(
- ./configure --prefix=/usr &&
+ ./configure --prefix=/usr \
+ $OPTS &&
make without_doc &&
prepare_install &&
make install
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/t1lib/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:17 -0000 1.1.1.1
+++ DETAILS 21 Feb 2004 07:44:43 -0000 1.2
@@ -1,15 +1,17 @@
MODULE=t1lib
- VERSION=1.3.1
+ VERSION=5.0.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://sunsite.unc.edu/pub/Linux/libs/graphics/$SOURCE
+ SOURCE_VFY=md5:b4e14bc4bf322c88da41a98f73c19b98
WEB_SITE=http://www.foolabs.com/xpdf/
ENTERED=20010923
- UPDATED=20011122
- SHORT="t1lib allows applications to rasterize Type1 fonts."
+ UPDATED=20040221
+ SHORT="t1lib allows applications to rasterize Type1 fonts."
+
cat << EOF
-t1lib is a library written in C which implements functions for
-generating bitmaps from Adobe Type 1 fonts. It uses most internal
-parts of the Type 1 rasterizer provided with X11R5 and newer but
-tries avoid the disadvantages known from that rasterizer.
+t1lib is a library written in C which implements functions for generating
+bitmaps from Adobe Type 1 fonts. It uses most internal parts of the Type 1
+rasterizer provided with X11R5 and newer but tries avoid the disadvantages
+known from that rasterizer.
EOF
More information about the Lunar-commits
mailing list