Import libspectre-0.2.2
libspectre is a small library that provides a convenient and easy to use API for handling and rendering Postscript documents. looks good to jasper@
This commit is contained in:
parent
b76c4d2e97
commit
1d8ff7d6ec
34
print/libspectre/Makefile
Normal file
34
print/libspectre/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/12/12 16:02:51 ajacoutot Exp $
|
||||
|
||||
COMMENT= library for rendering Postscript documents
|
||||
|
||||
DISTNAME= libspectre-0.2.2
|
||||
CATEGORIES= print
|
||||
|
||||
SHARED_LIBS= spectre 0.0 # .2.2
|
||||
|
||||
HOMEPAGE= http://libspectre.freedesktop.org/
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt ijs jpeg m png z
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/releases/
|
||||
|
||||
MODULES= converters/libiconv
|
||||
|
||||
LIB_DEPENDS= gs.>=11:ghostscript-*-gtk:print/ghostscript/gnu,gtk
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-test
|
||||
|
||||
.include <bsd.port.mk>
|
5
print/libspectre/distinfo
Normal file
5
print/libspectre/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (libspectre-0.2.2.tar.gz) = BgBlNlPZMT474TWyIX6n/Q==
|
||||
RMD160 (libspectre-0.2.2.tar.gz) = rKPse5/7UhxOOM8yoUy5rwfS8Ak=
|
||||
SHA1 (libspectre-0.2.2.tar.gz) = 1ZaNNMS8k80oDqNdjbU89B+BHtw=
|
||||
SHA256 (libspectre-0.2.2.tar.gz) = lNTntZFvkl+ZI4Aje8askicpFTG0zRiiHfVMrvFH9wQ=
|
||||
SIZE (libspectre-0.2.2.tar.gz) = 391727
|
2
print/libspectre/pkg/DESCR
Normal file
2
print/libspectre/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
libspectre is a small library that provides a convenient and easy to use
|
||||
API for handling and rendering Postscript documents.
|
2
print/libspectre/pkg/PFRAG.shared
Normal file
2
print/libspectre/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/12/12 16:02:51 ajacoutot Exp $
|
||||
@lib lib/libspectre.so.${LIBspectre_VERSION}
|
15
print/libspectre/pkg/PLIST
Normal file
15
print/libspectre/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/12/12 16:02:51 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
include/libspectre/
|
||||
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/pkgconfig/
|
||||
lib/pkgconfig/libspectre.pc
|
Loading…
Reference in New Issue
Block a user