pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/libspectre Initial import of libspectre 0.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9fea8dc64ad
branches:  trunk
changeset: 546524:e9fea8dc64ad
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Sep 03 21:36:46 2008 +0000

description:
Initial import of libspectre 0.2.1

libspectre is a small library for rendering Postscript documents. It
provides a convenient easy to use API for handling and rendering
Postscript documents.

diffstat:

 print/libspectre/DESCR         |   2 ++
 print/libspectre/Makefile      |  19 +++++++++++++++++++
 print/libspectre/PLIST         |  12 ++++++++++++
 print/libspectre/buildlink3.mk |  21 +++++++++++++++++++++
 print/libspectre/distinfo      |   5 +++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r f1cec59d2dca -r e9fea8dc64ad print/libspectre/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/libspectre/DESCR    Wed Sep 03 21:36:46 2008 +0000
@@ -0,0 +1,2 @@
+libspectre is a small library for rendering Postscript documents. It provides a
+convenient easy to use API for handling and rendering Postscript documents.
diff -r f1cec59d2dca -r e9fea8dc64ad print/libspectre/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/libspectre/Makefile Wed Sep 03 21:36:46 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/03 21:36:46 markd Exp $
+
+DISTNAME=      libspectre-0.2.1
+CATEGORIES=    print
+MASTER_SITES=  http://libspectre.freedesktop.org/releases/
+
+MAINTAINER=    markd%NetBSD.org@localhost
+HOMEPAGE=      http://libspectre.freedesktop.org/wiki/
+COMMENT=       Small library for rendering Postscript documents
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+
+PKGCONFIG_OVERRIDE+=    libspectre.pc.in
+
+.include "../../print/ghostscript/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f1cec59d2dca -r e9fea8dc64ad print/libspectre/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/libspectre/PLIST    Wed Sep 03 21:36:46 2008 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/03 21:36:46 markd Exp $
+include/libspectre/spectre-document.h
+include/libspectre/spectre-exporter.h
+include/libspectre/spectre-macros.h
+include/libspectre/spectre-page.h
+include/libspectre/spectre-render-context.h
+include/libspectre/spectre-status.h
+include/libspectre/spectre-version.h
+include/libspectre/spectre.h
+lib/libspectre.la
+lib/pkgconfig/libspectre.pc
+@dirrm include/libspectre
diff -r f1cec59d2dca -r e9fea8dc64ad print/libspectre/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/libspectre/buildlink3.mk    Wed Sep 03 21:36:46 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/09/03 21:36:46 markd Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBSPECTRE_BUILDLINK3_MK:=     ${LIBSPECTRE_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libspectre
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibspectre}
+BUILDLINK_PACKAGES+=   libspectre
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libspectre
+
+.if ${LIBSPECTRE_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libspectre+=     libspectre>=0.2.1
+BUILDLINK_PKGSRCDIR.libspectre?=       ../../print/libspectre
+.endif # LIBSPECTRE_BUILDLINK3_MK
+
+.include "../../print/ghostscript/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r f1cec59d2dca -r e9fea8dc64ad print/libspectre/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/libspectre/distinfo Wed Sep 03 21:36:46 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/03 21:36:46 markd Exp $
+
+SHA1 (libspectre-0.2.1.tar.gz) = a9a44466d40120a11fe25f6b941b47b6fcc8cd8a
+RMD160 (libspectre-0.2.1.tar.gz) = 634ffb33f1124ecc323bdb970ee58ec6b70d2859
+Size (libspectre-0.2.1.tar.gz) = 390113 bytes



Home | Main Index | Thread Index | Old Index