pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/pslib import pslib-0.2.6, a tool to create posts...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9e3c738f17c
branches:  trunk
changeset: 498306:b9e3c738f17c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 19 16:05:03 2005 +0000

description:
import pslib-0.2.6, a tool to create postscript from programs

diffstat:

 print/pslib/DESCR         |   7 +++++++
 print/pslib/Makefile      |  17 +++++++++++++++++
 print/pslib/PLIST         |  12 ++++++++++++
 print/pslib/buildlink3.mk |  28 ++++++++++++++++++++++++++++
 print/pslib/distinfo      |   5 +++++
 5 files changed, 69 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 73b7fb32f002 -r b9e3c738f17c print/pslib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pslib/DESCR Fri Aug 19 16:05:03 2005 +0000
@@ -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 -r 73b7fb32f002 -r b9e3c738f17c print/pslib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pslib/Makefile      Fri Aug 19 16:05:03 2005 +0000
@@ -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@localhost
+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 -r 73b7fb32f002 -r b9e3c738f17c print/pslib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pslib/PLIST Fri Aug 19 16:05:03 2005 +0000
@@ -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 -r 73b7fb32f002 -r b9e3c738f17c print/pslib/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pslib/buildlink3.mk Fri Aug 19 16:05:03 2005 +0000
@@ -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 -r 73b7fb32f002 -r b9e3c738f17c print/pslib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pslib/distinfo      Fri Aug 19 16:05:03 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index