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/damageproto | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
Notes
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 |