diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /x11/xcmiscproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'x11/xcmiscproto')
-rw-r--r-- | x11/xcmiscproto/Makefile | 17 | ||||
-rw-r--r-- | x11/xcmiscproto/distinfo | 3 | ||||
-rw-r--r-- | x11/xcmiscproto/pkg-descr | 4 | ||||
-rw-r--r-- | x11/xcmiscproto/pkg-plist | 3 |
4 files changed, 27 insertions, 0 deletions
diff --git a/x11/xcmiscproto/Makefile b/x11/xcmiscproto/Makefile new file mode 100644 index 000000000000..481facc39c45 --- /dev/null +++ b/x11/xcmiscproto/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xcmiscproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xcmiscproto +PORTVERSION= 1.1.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= XCMisc extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/xcmiscproto/distinfo b/x11/xcmiscproto/distinfo new file mode 100644 index 000000000000..44a00f483a14 --- /dev/null +++ b/x11/xcmiscproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/xcmiscproto-1.1.2.tar.bz2) = fde0b050901f024b19159cdacdcfbd20 +SHA256 (xorg/proto/xcmiscproto-1.1.2.tar.bz2) = b2807e96a9d632b7bbf1782a43095de51f3feae3d2e25374d3df00c6c68792ab +SIZE (xorg/proto/xcmiscproto-1.1.2.tar.bz2) = 36750 diff --git a/x11/xcmiscproto/pkg-descr b/x11/xcmiscproto/pkg-descr new file mode 100644 index 000000000000..2eb54f046456 --- /dev/null +++ b/x11/xcmiscproto/pkg-descr @@ -0,0 +1,4 @@ +This package contains X.Org XCMisc extension headers. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xcmiscproto/pkg-plist b/x11/xcmiscproto/pkg-plist new file mode 100644 index 000000000000..384401d8ac76 --- /dev/null +++ b/x11/xcmiscproto/pkg-plist @@ -0,0 +1,3 @@ +include/X11/extensions/xcmiscstr.h +libdata/pkgconfig/xcmiscproto.pc +@dirrmtry include/X11/extensions |