diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-01-16 06:38:33 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2013-01-16 06:38:33 +0800 |
commit | 8ed0d59ec3b3d8d3ffae493aa0ca163fe123a5a4 (patch) | |
tree | 7790a8cc1260526a2b545e987fe70fd04ab1f756 | |
parent | 58cf0220f8c48f99c9a5b100da22e3cf67e6748e (diff) | |
download | xorg-devel-ports-8ed0d59ec3b3d8d3ffae493aa0ca163fe123a5a4.tar.gz xorg-devel-ports-8ed0d59ec3b3d8d3ffae493aa0ca163fe123a5a4.tar.zst xorg-devel-ports-8ed0d59ec3b3d8d3ffae493aa0ca163fe123a5a4.zip |
Update to 1.1.4
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@606 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/libXdamage/Makefile | 14 | ||||
-rw-r--r-- | x11/libXdamage/distinfo | 2 | ||||
-rw-r--r-- | x11/libXdamage/pkg-descr | 3 | ||||
-rw-r--r-- | x11/libXdamage/pkg-plist | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/x11/libXdamage/Makefile b/x11/libXdamage/Makefile new file mode 100644 index 0000000..0f23abb --- /dev/null +++ b/x11/libXdamage/Makefile @@ -0,0 +1,14 @@ +# Created by: Eric Anholt <anholt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libXdamage +PORTVERSION= 1.1.4 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Damage extension library + +XORG_CAT= lib +USE_XORG= x11 damageproto:both xfixes fixesproto xextproto xproto:both + +.include <bsd.port.mk> diff --git a/x11/libXdamage/distinfo b/x11/libXdamage/distinfo new file mode 100644 index 0000000..80739d0 --- /dev/null +++ b/x11/libXdamage/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/lib/libXdamage-1.1.4.tar.bz2) = 7c3fe7c657e83547f4822bfde30a90d84524efb56365448768409b77f05355ad +SIZE (xorg/lib/libXdamage-1.1.4.tar.bz2) = 278937 diff --git a/x11/libXdamage/pkg-descr b/x11/libXdamage/pkg-descr new file mode 100644 index 0000000..b6ad8c1 --- /dev/null +++ b/x11/libXdamage/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X Damage extension library. + +WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXdamage/pkg-plist b/x11/libXdamage/pkg-plist new file mode 100644 index 0000000..0db2e1e --- /dev/null +++ b/x11/libXdamage/pkg-plist @@ -0,0 +1,7 @@ +include/X11/extensions/Xdamage.h +lib/libXdamage.a +lib/libXdamage.la +lib/libXdamage.so +lib/libXdamage.so.1 +libdata/pkgconfig/xdamage.pc +@dirrmtry include/X11/extensions |