mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Initial import of t1lib version 0.9.
A type 1 Rasterizer Library for UNIX/X11. PR: 11682 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
This commit is contained in:
parent
8aa476bc59
commit
2f95c357b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19266
5 changed files with 46 additions and 0 deletions
22
devel/t1lib/Makefile
Normal file
22
devel/t1lib/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: libt1
|
||||||
|
# Version required: 0.9
|
||||||
|
# Date created: 13, May, 1999
|
||||||
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= t1lib-0.9
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||||
|
MASTER_SITE_SUBDIR= lib/graphics
|
||||||
|
|
||||||
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/T1-0.9
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
ALL_TARGET= without_doc
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/t1lib/distinfo
Normal file
1
devel/t1lib/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (t1lib-0.9.tar.gz) = dafa28cda3f9eaf89c24a839678e4189
|
1
devel/t1lib/pkg-comment
Normal file
1
devel/t1lib/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A Type 1 Rasterizer Library for UNIX/X11
|
12
devel/t1lib/pkg-descr
Normal file
12
devel/t1lib/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
t1lib is a library written in the C programming language allowing a programmer
|
||||||
|
to generate bitmaps from Adobe (TM) Type 1 fonts quite easily. These bitmaps
|
||||||
|
are returned in a data structure with type GLYPH. This special GLYPH-type is
|
||||||
|
also used in the X11 window system to describe character bitmaps. It contains
|
||||||
|
the bitmap data as well as some metric information. But t1lib is in itself
|
||||||
|
entirely independent of the X11-system or any other graphical user interface.
|
||||||
|
|
||||||
|
WWW :
|
||||||
|
http://www.neuroinformatik.ruhr-uni-bochum.de/ini/PEOPLE/rmz/t1lib/t1lib.html
|
||||||
|
|
||||||
|
- Ying-Chieh Liao
|
||||||
|
ijliao@csie.nctu.edu.tw
|
10
devel/t1lib/pkg-plist
Normal file
10
devel/t1lib/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
bin/type1afm
|
||||||
|
bin/xglyph
|
||||||
|
include/t1lib.h
|
||||||
|
include/t1libx.h
|
||||||
|
lib/libt1.a
|
||||||
|
lib/libt1.la
|
||||||
|
lib/libt1x.a
|
||||||
|
lib/libt1x.la
|
||||||
|
share/t1lib-0.9/t1lib.config
|
||||||
|
@dirrm share/t1lib-0.9
|
Loading…
Add table
Reference in a new issue