diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-04-12 05:34:57 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-04-12 05:34:57 +0000 |
commit | 0e9ce34a928894e3f8deb1dc791b6f36bf36749e (patch) | |
tree | 57f65b916d158ddd07cd8c961447fcc201e4e683 /x11 | |
parent | 4b34a924610229b5d8d8017827957af542193923 (diff) | |
download | ports-0e9ce34a928894e3f8deb1dc791b6f36bf36749e.tar.gz ports-0e9ce34a928894e3f8deb1dc791b6f36bf36749e.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/p5-X11-Xlib/Makefile | 27 | ||||
-rw-r--r-- | x11/p5-X11-Xlib/distinfo | 2 | ||||
-rw-r--r-- | x11/p5-X11-Xlib/pkg-descr | 4 | ||||
-rw-r--r-- | x11/p5-X11-Xlib/pkg-plist | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 3e5b9319a63c..27a1a5ffaf67 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -225,6 +225,7 @@ SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution SUBDIR += p5-X11-XCB + SUBDIR += p5-X11-Xlib SUBDIR += p5-XTerm-Conf SUBDIR += pixman SUBDIR += plasma-scriptengine-python diff --git a/x11/p5-X11-Xlib/Makefile b/x11/p5-X11-Xlib/Makefile new file mode 100644 index 000000000000..71030c131b9e --- /dev/null +++ b/x11/p5-X11-Xlib/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= X11-Xlib +PORTVERSION= 0.03 +CATEGORIES= x11 perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= pi@FreeBSD.org +COMMENT= Low-level access to the X11 library + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_XORG= x11 xproto xinerama xtst + +pre-configure: + cd ${WRKSRC} && ${PERL} Makefile.PL + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/X11/Xlib/Xlib.so + +.include <bsd.port.mk> diff --git a/x11/p5-X11-Xlib/distinfo b/x11/p5-X11-Xlib/distinfo new file mode 100644 index 000000000000..76c573f33484 --- /dev/null +++ b/x11/p5-X11-Xlib/distinfo @@ -0,0 +1,2 @@ +SHA256 (X11-Xlib-0.03.tar.gz) = 5382234b095f069f31148373fb8e65982f5b583859253e584bef178928d9ab58 +SIZE (X11-Xlib-0.03.tar.gz) = 5492 diff --git a/x11/p5-X11-Xlib/pkg-descr b/x11/p5-X11-Xlib/pkg-descr new file mode 100644 index 000000000000..76673e4bbbcc --- /dev/null +++ b/x11/p5-X11-Xlib/pkg-descr @@ -0,0 +1,4 @@ +This module provides low-level access to X11 library functions, +including access to some X11 extensions like the X11 test library (Xtst). + +WWW: http://search.cpan.org/dist/X11-Xlib/ diff --git a/x11/p5-X11-Xlib/pkg-plist b/x11/p5-X11-Xlib/pkg-plist new file mode 100644 index 000000000000..7bd4e5fd1a4c --- /dev/null +++ b/x11/p5-X11-Xlib/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_ARCH%%/X11/Xlib.pm +%%SITE_ARCH%%/X11/Xlib/Window.pm +%%SITE_ARCH%%/auto/X11/Xlib/Xlib.so +%%PERL5_MAN3%%/X11::Xlib.3.gz +%%PERL5_MAN3%%/X11::Xlib::Window.3.gz |