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.
This commit is contained in:
parent
c1fa696e32
commit
93d0417ac4
5 changed files with 59 additions and 0 deletions
2
print/libspectre/DESCR
Normal file
2
print/libspectre/DESCR
Normal file
|
@ -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.
|
19
print/libspectre/Makefile
Normal file
19
print/libspectre/Makefile
Normal file
|
@ -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
|
||||
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"
|
12
print/libspectre/PLIST
Normal file
12
print/libspectre/PLIST
Normal file
|
@ -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
|
21
print/libspectre/buildlink3.mk
Normal file
21
print/libspectre/buildlink3.mk
Normal file
|
@ -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/+$//}
|
5
print/libspectre/distinfo
Normal file
5
print/libspectre/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue