summaryrefslogtreecommitdiff
path: root/textproc/t1libx/pkg
diff options
context:
space:
mode:
authorgarbled <garbled>1998-11-05 08:28:48 +0000
committergarbled <garbled>1998-11-05 08:28:48 +0000
commit3df4c0335476703fb81859adbb157ba55d37342b (patch)
tree9ed819cbe70ea303ac715838acd373a8ad97124b /textproc/t1libx/pkg
parent118ae68dc8fc70722968987b4fc2bf1e667a7e12 (diff)
downloadpkgsrc-3df4c0335476703fb81859adbb157ba55d37342b.tar.gz
initial import of t1libx-0.8:
an X11 library for generating bitmaps from Adobe Type 1 fonts note: I did not install the python modules that come with this, if someone with python clue wants to make a separate pkg for that, please do.
Diffstat (limited to 'textproc/t1libx/pkg')
-rw-r--r--textproc/t1libx/pkg/COMMENT1
-rw-r--r--textproc/t1libx/pkg/DESCR12
-rw-r--r--textproc/t1libx/pkg/PLIST6
3 files changed, 19 insertions, 0 deletions
diff --git a/textproc/t1libx/pkg/COMMENT b/textproc/t1libx/pkg/COMMENT
new file mode 100644
index 00000000000..56732498e98
--- /dev/null
+++ b/textproc/t1libx/pkg/COMMENT
@@ -0,0 +1 @@
+an X11 library for generating bitmaps from Adobe Type 1 fonts
diff --git a/textproc/t1libx/pkg/DESCR b/textproc/t1libx/pkg/DESCR
new file mode 100644
index 00000000000..3f5cb3497aa
--- /dev/null
+++ b/textproc/t1libx/pkg/DESCR
@@ -0,0 +1,12 @@
+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. Although most people would use the rasterizer
+under X11, having X11 is not necessary at all.
+
+The rasterizer is implemented as a shared or static library to be linked
+to the programs that want to use Type 1 fonts. In addition to this library
+there is a test-program called xglyph which, as the name indicates,
+requires X11. It can be used to show most of the features of the library.
+xglyph can be run out of the box without doing any X11 configuration like
+setting resources.
diff --git a/textproc/t1libx/pkg/PLIST b/textproc/t1libx/pkg/PLIST
new file mode 100644
index 00000000000..2a655bdb107
--- /dev/null
+++ b/textproc/t1libx/pkg/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/05 08:28:48 garbled Exp $
+lib/libt1x.so.8.0
+lib/libt1x.a
+share/t1lib
+include/t1libx.h
+bin/xglyph