summaryrefslogtreecommitdiff
path: root/x11/printext
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2004-05-07 20:08:46 +0000
committerEric Anholt <anholt@FreeBSD.org>2004-05-07 20:08:46 +0000
commitce49fcaa9aa8533b9de6fe4118fb2ddcde8b6af8 (patch)
treea0a40715c579fe6b9bd7887cdb428c82c6232314 /x11/printext
parentAdd p5-Spreadsheet-WriteExcelXML 0.02, module for creating an Excel file in XML (diff)
New port: printerext taken from X.org release 6.7.0 at freedesktop.org:
X Print extension headers Testing is encouraged, but please do not use these ports as dependencies until a plan is made for handling the transition from XFree86.
Notes
Notes: svn path=/head/; revision=108632
Diffstat (limited to 'x11/printext')
-rw-r--r--x11/printext/Makefile29
-rw-r--r--x11/printext/distinfo2
-rw-r--r--x11/printext/pkg-descr3
-rw-r--r--x11/printext/pkg-plist2
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/printext/Makefile b/x11/printext/Makefile
new file mode 100644
index 000000000000..22b8a6d1eb03
--- /dev/null
+++ b/x11/printext/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: PrintExt
+# Date Created: 4 May 2004
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= PrintExt
+PORTVERSION= 1.0
+CATEGORIES= x11
+MASTER_SITES= http://pdx.freedesktop.org/~xorg/release/
+DISTNAME= X11R6.7.0-src1
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Header files for the X Print Extension
+
+CONFLICTS= XFree86-libraries-*
+
+PREFIX?= ${X11BASE}
+DIST_SUBDIR= xorg
+WRKSRC= ${WRKDIR}/xc/include/extensions
+EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/include/extensions
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL} ${WRKSRC}/Print.h ${PREFIX}/include/X11/extensions
+ ${INSTALL} ${WRKSRC}/Printstr.h ${PREFIX}/include/X11/extensions
+
+.include <bsd.port.mk>
diff --git a/x11/printext/distinfo b/x11/printext/distinfo
new file mode 100644
index 000000000000..3b6121dc89e0
--- /dev/null
+++ b/x11/printext/distinfo
@@ -0,0 +1,2 @@
+MD5 (xorg/X11R6.7.0-src1.tar.gz) = 22465263bae7a2e9f5ad77e172cf1ab5
+SIZE (xorg/X11R6.7.0-src1.tar.gz) = 30039655
diff --git a/x11/printext/pkg-descr b/x11/printext/pkg-descr
new file mode 100644
index 000000000000..918aad4e5500
--- /dev/null
+++ b/x11/printext/pkg-descr
@@ -0,0 +1,3 @@
+This package contains header files for the X Print extension.
+
+WWW: http://www.freedesktop.org/Software/xorg
diff --git a/x11/printext/pkg-plist b/x11/printext/pkg-plist
new file mode 100644
index 000000000000..8b1ac7295114
--- /dev/null
+++ b/x11/printext/pkg-plist
@@ -0,0 +1,2 @@
+include/X11/extensions/Print.h
+include/X11/extensions/Printstr.h