diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-22 03:42:47 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-22 03:42:47 +0800 |
commit | c764f766cc6d3092c6f92648c213681daecbdfee (patch) | |
tree | 077454036fa45577bf342f38984e725adbc3b5ef /x11 | |
parent | 252ee02d3fbd0b6dba3e4dad0fe2ccfdec1c0d62 (diff) | |
download | freebsd-ports-gnome-c764f766cc6d3092c6f92648c213681daecbdfee.tar.gz freebsd-ports-gnome-c764f766cc6d3092c6f92648c213681daecbdfee.tar.zst freebsd-ports-gnome-c764f766cc6d3092c6f92648c213681daecbdfee.zip |
New port: Prerelease version of xproto from freedesktop.org:
X11 protocol headers
Testing is encouraged, but please do not use these ports as dependencies until
they are updated to release tarballs and the XFree86 ports have been updated to
depend on them.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xproto/Makefile | 24 | ||||
-rw-r--r-- | x11/xproto/distinfo | 1 | ||||
-rw-r--r-- | x11/xproto/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/xproto/pkg-descr | 6 | ||||
-rw-r--r-- | x11/xproto/pkg-plist | 18 |
6 files changed, 61 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 054adaeb8b88..5ddb88400084 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -175,6 +175,7 @@ SUBDIR += xnee SUBDIR += xnodecor SUBDIR += xprompt + SUBDIR += xproto SUBDIR += xrootconsole SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile new file mode 100644 index 000000000000..03ddfcfb722d --- /dev/null +++ b/x11/xproto/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xproto +# Date Created: 29 Oct, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xproto +PORTVERSION= 6.6.p2 +CATEGORIES= x11 +MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ + +MAINTAINER= x11@FreeBSD.org +COMMENT= X11 protocol headers + +USE_BZIP2= yes +PREFIX?= ${X11BASE} +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GMAKE= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-6.6 + +.include <bsd.port.mk> diff --git a/x11/xproto/distinfo b/x11/xproto/distinfo new file mode 100644 index 000000000000..3ba996f2ebf0 --- /dev/null +++ b/x11/xproto/distinfo @@ -0,0 +1 @@ +MD5 (xproto-6.6.p2.tar.bz2) = 95f894aed6538841902dee5a60ce2fb7 diff --git a/x11/xproto/files/patch-Makefile.in b/x11/xproto/files/patch-Makefile.in new file mode 100644 index 000000000000..e87e734977f6 --- /dev/null +++ b/x11/xproto/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Nov 9 22:47:17 2003 ++++ Makefile.in Sun Nov 9 22:47:29 2003 +@@ -133,7 +133,7 @@ + keysymdef.h + + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = xproto.pc + + EXTRA_DIST = autogen.sh xproto.pc.in diff --git a/x11/xproto/pkg-descr b/x11/xproto/pkg-descr new file mode 100644 index 000000000000..ecfb530b0694 --- /dev/null +++ b/x11/xproto/pkg-descr @@ -0,0 +1,6 @@ +This package contains X protocol and ancillary headers. + +WWW: http://www.freedesktop.org/Software/xlibs + +- Eric Anholt +anholt@FreeBSD.org diff --git a/x11/xproto/pkg-plist b/x11/xproto/pkg-plist new file mode 100644 index 000000000000..80abca7cc40b --- /dev/null +++ b/x11/xproto/pkg-plist @@ -0,0 +1,18 @@ +include/X11/X.h +include/X11/XF86keysym.h +include/X11/Xarch.h +include/X11/Xatom.h +include/X11/Xdefs.h +include/X11/Xfuncproto.h +include/X11/Xfuncs.h +include/X11/Xmd.h +include/X11/Xos.h +include/X11/Xos_r.h +include/X11/Xosdefs.h +include/X11/Xpoll.h +include/X11/Xproto.h +include/X11/Xprotostr.h +include/X11/Xthreads.h +include/X11/keysym.h +include/X11/keysymdef.h +libdata/pkgconfig/xproto.pc |