From 9c60b9645781e53d79925209c82999b411c49d05 Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 23 Feb 2010 16:00:33 +0000 Subject: Update to 0.2.4. Ghostscript-gnu port got renamed in 2008-09-05. Since there aren't any -gnu or -gpl flavors anymore, remove the check. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13685 df743ca5-7f9a-e211-a948-0013205c9059 --- print/libspectre/Makefile | 24 ++++++++++++++++++++++++ print/libspectre/distinfo | 3 +++ print/libspectre/pkg-descr | 3 +++ print/libspectre/pkg-plist | 14 ++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 print/libspectre/Makefile create mode 100644 print/libspectre/distinfo create mode 100644 print/libspectre/pkg-descr create mode 100644 print/libspectre/pkg-plist (limited to 'print') diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile new file mode 100644 index 000000000..f8a1c0644 --- /dev/null +++ b/print/libspectre/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libspectre +# Date created: 2008-03-12 +# Whom: Michael Johnson +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= libspectre +PORTVERSION= 0.2.4 +CATEGORIES= print +MASTER_SITES= http://libspectre.freedesktop.org/releases/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A small library for rendering Postscript documents + +LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo + +USE_AUTOTOOLS= libtool:22 +USE_LDCONFIG= yes +USE_GNOME= gnomehack gnomeprefix ltverhack +USE_GHOSTSCRIPT=yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/print/libspectre/distinfo b/print/libspectre/distinfo new file mode 100644 index 000000000..9735c8a68 --- /dev/null +++ b/print/libspectre/distinfo @@ -0,0 +1,3 @@ +MD5 (libspectre-0.2.4.tar.gz) = 1dddf8d28761372c74153d6fbc644574 +SHA256 (libspectre-0.2.4.tar.gz) = b12fd50983af834daa347a2905ec01ead19469b82a747a84f77008d8f34f3935 +SIZE (libspectre-0.2.4.tar.gz) = 354820 diff --git a/print/libspectre/pkg-descr b/print/libspectre/pkg-descr new file mode 100644 index 000000000..63383bb8b --- /dev/null +++ b/print/libspectre/pkg-descr @@ -0,0 +1,3 @@ +A small library for rendering Postscript documents + +WWW: http://libspectre.freedesktop.org/wiki/ diff --git a/print/libspectre/pkg-plist b/print/libspectre/pkg-plist new file mode 100644 index 000000000..ad5024a0b --- /dev/null +++ b/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 +@dirrm include/libspectre -- cgit v1.2.3