summaryrefslogtreecommitdiff
path: root/x11/libXp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-03 21:01:49 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-03 21:01:49 +0000
commit88d55be4498b5fb2950f52812126f5b8afd03499 (patch)
tree7ccc748833ddf4055223b725aac65e06db9fd4d7 /x11/libXp
parentdf2b5ebf7385a2130bb718dc877215754e11d4e4 (diff)
downloadpkgsrc-88d55be4498b5fb2950f52812126f5b8afd03499.tar.gz
Import libXp-1.0.0 from pkgsrc-wip:
The X Print Service Extension Library (libXp) provides public APIs to allow client applications to render to non-display devices. It can query about printers, send jobs, and more. This is from the modular X.org.
Diffstat (limited to 'x11/libXp')
-rw-r--r--x11/libXp/DESCR5
-rw-r--r--x11/libXp/Makefile27
-rw-r--r--x11/libXp/PLIST37
-rw-r--r--x11/libXp/buildlink3.mk23
-rw-r--r--x11/libXp/distinfo5
5 files changed, 97 insertions, 0 deletions
diff --git a/x11/libXp/DESCR b/x11/libXp/DESCR
new file mode 100644
index 00000000000..281a4eeb7a0
--- /dev/null
+++ b/x11/libXp/DESCR
@@ -0,0 +1,5 @@
+The X Print Service Extension Library (libXp) provides public APIs
+to allow client applications to render to non-display devices.
+It can query about printers, send jobs, and more.
+
+This is from the modular X.org.
diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile
new file mode 100644
index 00000000000..eab86fad627
--- /dev/null
+++ b/x11/libXp/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:01:49 joerg Exp $
+#
+
+DISTNAME= libXp-1.0.0
+CATEGORIES= x11 print
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/releases/individual/lib/
+COMMENT= X Print Service Extension Library
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
+PKGCONFIG_OVERRIDE+= xp.pc.in
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/printproto/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/libXp/PLIST b/x11/libXp/PLIST
new file mode 100644
index 00000000000..d909b0603c9
--- /dev/null
+++ b/x11/libXp/PLIST
@@ -0,0 +1,37 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 21:01:49 joerg Exp $
+lib/libXp.la
+lib/pkgconfig/xp.pc
+man/man3/XpCancelDoc.3
+man/man3/XpCancelJob.3
+man/man3/XpCancelPage.3
+man/man3/XpCreateContext.3
+man/man3/XpDestroyContext.3
+man/man3/XpEndDoc.3
+man/man3/XpEndJob.3
+man/man3/XpEndPage.3
+man/man3/XpFreePrinterList.3
+man/man3/XpGetAttributes.3
+man/man3/XpGetContext.3
+man/man3/XpGetDocumentData.3
+man/man3/XpGetImageResolution.3
+man/man3/XpGetLocaleHinter.3
+man/man3/XpGetOneAttribute.3
+man/man3/XpGetPageDimensions.3
+man/man3/XpGetPdmStartParams.3
+man/man3/XpGetPrinterList.3
+man/man3/XpGetScreenOfContext.3
+man/man3/XpInputSelected.3
+man/man3/XpPutDocumentData.3
+man/man3/XpQueryExtension.3
+man/man3/XpQueryScreens.3
+man/man3/XpQueryVersion.3
+man/man3/XpRehashPrinterList.3
+man/man3/XpSelectInput.3
+man/man3/XpSetAttributes.3
+man/man3/XpSetContext.3
+man/man3/XpSetImageResolution.3
+man/man3/XpSetLocaleHinter.3
+man/man3/XpStartDoc.3
+man/man3/XpStartJob.3
+man/man3/XpStartPage.3
+man/man3/libXp.3
diff --git a/x11/libXp/buildlink3.mk b/x11/libXp/buildlink3.mk
new file mode 100644
index 00000000000..53fe698dad4
--- /dev/null
+++ b/x11/libXp/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 21:01:49 joerg Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBXP_BUILDLINK3_MK:= ${LIBXP_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libXp
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXp}
+BUILDLINK_PACKAGES+= libXp
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXp
+
+.if ${LIBXP_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXp+= libXp>=1.0.0
+BUILDLINK_PKGSRCDIR.libXp?= ../../x11/libXp
+.endif # LIBXP_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/printproto/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/libXp/distinfo b/x11/libXp/distinfo
new file mode 100644
index 00000000000..f3c179af8a4
--- /dev/null
+++ b/x11/libXp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 21:01:49 joerg Exp $
+
+SHA1 (libXp-1.0.0.tar.bz2) = fac67954e247fc805af6e495ff8695b5724cd1e2
+RMD160 (libXp-1.0.0.tar.bz2) = 5d12e6bd1598654d1aa47a818047d1e0c6f50145
+Size (libXp-1.0.0.tar.bz2) = 244470 bytes