diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-24 00:00:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-24 00:00:33 +0800 |
commit | 9c60b9645781e53d79925209c82999b411c49d05 (patch) | |
tree | c7456c003953069eb05dcceef36df76c07c643eb /print | |
parent | 6a3fd5d5bc8ba9942cbae5e199cabf3e1ef4f89e (diff) | |
download | marcuscom-ports-9c60b9645781e53d79925209c82999b411c49d05.tar.gz marcuscom-ports-9c60b9645781e53d79925209c82999b411c49d05.tar.zst marcuscom-ports-9c60b9645781e53d79925209c82999b411c49d05.zip |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/libspectre/Makefile | 24 | ||||
-rw-r--r-- | print/libspectre/distinfo | 3 | ||||
-rw-r--r-- | print/libspectre/pkg-descr | 3 | ||||
-rw-r--r-- | print/libspectre/pkg-plist | 14 |
4 files changed, 44 insertions, 0 deletions
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 <ahze@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |