summaryrefslogtreecommitdiff
path: root/print/pslib
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-08-19 16:05:03 +0000
committerdrochner <drochner@pkgsrc.org>2005-08-19 16:05:03 +0000
commitef74b29338f7f1f52825dbccbb35f68f86287cfa (patch)
tree0c57cb263cfcb940277b73b33c4fe5e1885f183a /print/pslib
parent6ce382afe1eaaa88524e5a83e3c2ecfe2ad9640a (diff)
downloadpkgsrc-ef74b29338f7f1f52825dbccbb35f68f86287cfa.tar.gz
import pslib-0.2.6, a tool to create postscript from programs
Diffstat (limited to 'print/pslib')
-rw-r--r--print/pslib/DESCR7
-rw-r--r--print/pslib/Makefile17
-rw-r--r--print/pslib/PLIST12
-rw-r--r--print/pslib/buildlink3.mk28
-rw-r--r--print/pslib/distinfo5
5 files changed, 69 insertions, 0 deletions
diff --git a/print/pslib/DESCR b/print/pslib/DESCR
new file mode 100644
index 00000000000..495575fae76
--- /dev/null
+++ b/print/pslib/DESCR
@@ -0,0 +1,7 @@
+pslib is a C-library for generating PostScript files with little
+effort. It offers an easy way of generating PostScript text
+and graphics. Its text function are very sophisticated and support
+kerning, ligatures and some basic formatting. Hypertext functions
+are supported through pdfmarks which makes pslib in combination
+with ghostscript a viable alternative for libraries creating
+PDF.
diff --git a/print/pslib/Makefile b/print/pslib/Makefile
new file mode 100644
index 00000000000..5d659917278
--- /dev/null
+++ b/print/pslib/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/19 16:05:03 drochner Exp $
+#
+
+DISTNAME= pslib-0.2.6
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pslib/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://pslib.sourceforge.net/
+COMMENT= C-library to create PostScript files
+
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/libps.pc.in
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/pslib/PLIST b/print/pslib/PLIST
new file mode 100644
index 00000000000..c879e093ff2
--- /dev/null
+++ b/print/pslib/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/19 16:05:03 drochner Exp $
+include/libps/pslib-mp.h
+include/libps/pslib.h
+include/libps/psversion.h
+lib/libps.la
+lib/pkgconfig/libps.pc
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pslib.mo
+share/pslib/draft.ps
+share/pslib/exectime.ps
+share/pslib/grid.ps
+@dirrm share/pslib
+@dirrm include/libps
diff --git a/print/pslib/buildlink3.mk b/print/pslib/buildlink3.mk
new file mode 100644
index 00000000000..26464944d92
--- /dev/null
+++ b/print/pslib/buildlink3.mk
@@ -0,0 +1,28 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/08/19 16:05:03 drochner Exp $
+# XXX
+# XXX This file was created automatically using createbuildlink-3.9.
+# XXX After this file has been verified as correct, the comment lines
+# XXX beginning with "XXX" should be removed. Please do not commit
+# XXX unverified buildlink3.mk files.
+# XXX
+# XXX Packages that only install static libraries or headers should
+# XXX include the following line:
+# XXX
+# XXX BUILDLINK_DEPMETHOD.pslib?= build
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+PSLIB_BUILDLINK3_MK:= ${PSLIB_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= pslib
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npslib}
+BUILDLINK_PACKAGES+= pslib
+
+.if !empty(PSLIB_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.pslib+= pslib>=0.2.6
+BUILDLINK_PKGSRCDIR.pslib?= ../../print/pslib
+.endif # PSLIB_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/print/pslib/distinfo b/print/pslib/distinfo
new file mode 100644
index 00000000000..cfcff364322
--- /dev/null
+++ b/print/pslib/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/08/19 16:05:03 drochner Exp $
+
+SHA1 (pslib-0.2.6.tar.gz) = 0bcd220fa30a3faec9dd1860434c62596043aa8a
+RMD160 (pslib-0.2.6.tar.gz) = 14afdfdca94d752499d0d38b946d3b5f469b34ae
+Size (pslib-0.2.6.tar.gz) = 486812 bytes