From 9e39773d565038e616065fc0574237f86b6d7a2e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 7 May 2004 20:18:40 +0000 Subject: New port: libXp taken from X.org release 6.7.0: X print library Testing is encouraged, but please do not use these ports as dependencies until a plan is made for handling the transition from XFree86 --- x11/Makefile | 1 + x11/libXp/Makefile | 31 +++++++++++++++++++++++++++++++ x11/libXp/distinfo | 2 ++ x11/libXp/pkg-descr | 6 ++++++ x11/libXp/pkg-plist | 3 +++ 5 files changed, 43 insertions(+) create mode 100644 x11/libXp/Makefile create mode 100644 x11/libXp/distinfo create mode 100644 x11/libXp/pkg-descr create mode 100644 x11/libXp/pkg-plist (limited to 'x11') diff --git a/x11/Makefile b/x11/Makefile index 8cfbdc333639..dbc65b10ef2f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -94,6 +94,7 @@ SUBDIR += libXfont SUBDIR += libXi SUBDIR += libXinerama + SUBDIR += libXp SUBDIR += libXpm SUBDIR += libXrandr SUBDIR += libXrender diff --git a/x11/libXp/Makefile b/x11/libXp/Makefile new file mode 100644 index 000000000000..d89ba2eb53b3 --- /dev/null +++ b/x11/libXp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: libXp +# Date Created: 4 May 2004 +# Whom: Eric Anholt +# +# $FreeBSD$ +# + +PORTNAME= libXp +PORTVERSION= 6.0 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~xorg/release/ +DISTNAME= X11R6.7.0-src1 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X print library + +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ + ${X11BASE}/include/X11/extensions/Print.h:${PORTSDIR}/x11/printext +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ + ${LIB_PC_DEPENDS} +RUN_DEPENDS= ${LIB_PC_DEPENDS} + +CONFLICTS= XFree86-libraries-* + +USE_IMAKE= YES +DIST_SUBDIR= xorg +INSTALLS_SHLIB= yes +WRKSRC= ${WRKDIR}/xc/lib/Xp +EXTRACT_AFTER_ARGS= | ${TAR} -xf - xc/lib/Xp + +.include diff --git a/x11/libXp/distinfo b/x11/libXp/distinfo new file mode 100644 index 000000000000..3b6121dc89e0 --- /dev/null +++ b/x11/libXp/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/libXp/pkg-descr b/x11/libXp/pkg-descr new file mode 100644 index 000000000000..d61d29de9388 --- /dev/null +++ b/x11/libXp/pkg-descr @@ -0,0 +1,6 @@ +This package contains the X print library. + +WWW: http://www.freedesktop.org/Software/xorg + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/libXp/pkg-plist b/x11/libXp/pkg-plist new file mode 100644 index 000000000000..ec3568cca799 --- /dev/null +++ b/x11/libXp/pkg-plist @@ -0,0 +1,3 @@ +lib/libXp.a +lib/libXp.so +lib/libXp.so.6 -- cgit v1.2.3