[Midnightbsd-cvs] mports: print/libspectre: Added libspectre-0.2.2

ctriv at midnightbsd.org ctriv at midnightbsd.org
Sat Jan 3 19:29:28 EST 2009


Log Message:
-----------
Added libspectre-0.2.2

Added Files:
-----------
    mports/print/libspectre:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ print/libspectre/pkg-descr
@@ -0,0 +1,3 @@
+A small library for rendering Postscript documents
+
+WWW: http://libspectre.freedesktop.org/wiki/
--- /dev/null
+++ print/libspectre/pkg-plist
@@ -0,0 +1,14 @@
+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.a
+lib/libspectre.la
+lib/libspectre.so
+lib/libspectre.so.1
+libdata/pkgconfig/libspectre.pc
+ at dirrm include/libspectre
--- /dev/null
+++ print/libspectre/Makefile
@@ -0,0 +1,22 @@
+#
+# $MidnightBSD: mports/print/libspectre/Makefile,v 1.1 2009/01/04 00:29:27 ctriv Exp $
+#    $MCom: ports/print/libspectre/Makefile,v 1.2 2008/03/13 16:30:50 ahze Exp $
+
+PORTNAME=	libspectre
+PORTVERSION=	0.2.2
+CATEGORIES=	print
+MASTER_SITES=	http://libspectre.freedesktop.org/releases/
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A small library for rendering Postscript documents
+LICENSE=	gpl2
+
+LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo
+
+USE_AUTOTOOLS=	libtool:15
+USE_LDCONFIG=	yes
+USE_GNOME=	gnomehack gnomeprefix ltverhack
+USE_GHOSTSCRIPT=yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
--- /dev/null
+++ print/libspectre/distinfo
@@ -0,0 +1,3 @@
+MD5 (libspectre-0.2.2.tar.gz) = 0600653653d9313e3be135b2217ea7fd
+SHA256 (libspectre-0.2.2.tar.gz) = 94d4e7b5916f925f992380237bc6ac9227291531b4cd18a21df54caef147f704
+SIZE (libspectre-0.2.2.tar.gz) = 391727


More information about the Midnightbsd-cvs mailing list