diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/damageproto | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/damageproto')
-rw-r--r-- | x11/damageproto/Makefile | 18 | ||||
-rw-r--r-- | x11/damageproto/distinfo | 3 | ||||
-rw-r--r-- | x11/damageproto/pkg-descr | 5 | ||||
-rw-r--r-- | x11/damageproto/pkg-plist | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11/damageproto/Makefile b/x11/damageproto/Makefile new file mode 100644 index 000000000000..13fbd41b7039 --- /dev/null +++ b/x11/damageproto/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: damageproto +# Date Created: 08 Aug 2005 +# Whom: Dejan Lesjak <lesi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= damageproto +PORTVERSION= 1.1.0 +PORTREVISION= 2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Damage extension headers + +XORG_CAT= proto + +.include <bsd.port.mk> diff --git a/x11/damageproto/distinfo b/x11/damageproto/distinfo new file mode 100644 index 000000000000..94794a9b8037 --- /dev/null +++ b/x11/damageproto/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/proto/damageproto-1.1.0.tar.bz2) = 33ee591e0b1ca5ad7902934541db7d24 +SHA256 (xorg/proto/damageproto-1.1.0.tar.bz2) = 9d2684fac835e9cdf78befff2a58292f54db90094acbfb9f2ed5316fa30d641d +SIZE (xorg/proto/damageproto-1.1.0.tar.bz2) = 41449 diff --git a/x11/damageproto/pkg-descr b/x11/damageproto/pkg-descr new file mode 100644 index 000000000000..9ba4ce9c9d65 --- /dev/null +++ b/x11/damageproto/pkg-descr @@ -0,0 +1,5 @@ +This package contains X.Org Damage extension protocol specification +and header files. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/damageproto/pkg-plist b/x11/damageproto/pkg-plist new file mode 100644 index 000000000000..66a230ae830d --- /dev/null +++ b/x11/damageproto/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/damageproto.h +include/X11/extensions/damagewire.h +libdata/pkgconfig/damageproto.pc +share/doc/damageproto/damageproto.txt +@dirrm share/doc/damageproto +@dirrmtry include/X11/extensions |