diff options
author | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-07-30 20:02:35 +0800 |
---|---|---|
committer | zeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09> | 2012-07-30 20:02:35 +0800 |
commit | 95e37f472fd49b4ce51631fa25787b396976845a (patch) | |
tree | 5852ca46d71c26121f781c724c2467befe91f1dd | |
parent | cdc112a39d4ee67db00b6b403e216ed8b4af3bab (diff) | |
download | xorg-devel-ports-95e37f472fd49b4ce51631fa25787b396976845a.tar.gz xorg-devel-ports-95e37f472fd49b4ce51631fa25787b396976845a.tar.zst xorg-devel-ports-95e37f472fd49b4ce51631fa25787b396976845a.zip |
Copy from regular ports tree and update to 1.4.0
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@549 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r-- | x11/libXrandr/Makefile | 36 | ||||
-rw-r--r-- | x11/libXrandr/distinfo | 2 | ||||
-rw-r--r-- | x11/libXrandr/pkg-descr | 3 | ||||
-rw-r--r-- | x11/libXrandr/pkg-plist | 6 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile new file mode 100644 index 0000000..7ebea5a --- /dev/null +++ b/x11/libXrandr/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: libXrandr +# Date Created: 9 Nov, 2003 +# Whom: Eric Anholt <anholt@FreeBSD.org> +# +# $FreeBSD: ports/x11/libXrandr/Makefile,v 1.19 2011/11/09 15:25:49 miwi Exp $ +# + +PORTNAME= libXrandr +PORTVERSION= 1.4.0 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= X Resize and Rotate extension library + +LICENSE= MIT + +XORG_CAT= lib +USE_XORG= x11 randrproto:both xext xextproto xrender renderproto xproto:both + +MAN3= Xrandr.3 \ + XRRConfigCurrentConfiguration.3 \ + XRRConfigCurrentRate.3 \ + XRRConfigRates.3 \ + XRRConfigRotations.3 \ + XRRConfigSizes.3 \ + XRRConfigTimes.3 \ + XRRFreeScreenConfigInfo.3 \ + XRRGetScreenInfo.3 \ + XRRQueryExtension.3 \ + XRRQueryVersion.3 \ + XRRRootToScreen.3 \ + XRRSelectInput.3 \ + XRRSetScreenConfig.3 \ + XRRSetScreenConfigAndRate.3 + +.include <bsd.port.mk> diff --git a/x11/libXrandr/distinfo b/x11/libXrandr/distinfo new file mode 100644 index 0000000..11f3498 --- /dev/null +++ b/x11/libXrandr/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/lib/libXrandr-1.4.0.tar.bz2) = 033ad0ac2f012afb05268660f6d78705c85f84689f92fa7b47ce12959b15f5c3 +SIZE (xorg/lib/libXrandr-1.4.0.tar.bz2) = 306649 diff --git a/x11/libXrandr/pkg-descr b/x11/libXrandr/pkg-descr new file mode 100644 index 0000000..17b598b --- /dev/null +++ b/x11/libXrandr/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X Resize and Rotate extension library. + +WWW: http://www.freedesktop.org/Software/xlibs diff --git a/x11/libXrandr/pkg-plist b/x11/libXrandr/pkg-plist new file mode 100644 index 0000000..1b0f1f3 --- /dev/null +++ b/x11/libXrandr/pkg-plist @@ -0,0 +1,6 @@ +include/X11/extensions/Xrandr.h +lib/libXrandr.a +lib/libXrandr.la +lib/libXrandr.so +lib/libXrandr.so.2 +libdata/pkgconfig/xrandr.pc |