svn commit: r383838 - in head/x11: . p5-X11-Xlib
Kurt Jaeger
pi at FreeBSD.org
Sun Apr 12 05:35:00 UTC 2015
Author: pi
Date: Sun Apr 12 05:34:57 2015
New Revision: 383838
URL: https://svnweb.freebsd.org/changeset/ports/383838
Log:
New port: x11/p5-X11-Xlib
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/
Added:
head/x11/p5-X11-Xlib/
head/x11/p5-X11-Xlib/Makefile (contents, props changed)
head/x11/p5-X11-Xlib/distinfo (contents, props changed)
head/x11/p5-X11-Xlib/pkg-descr (contents, props changed)
head/x11/p5-X11-Xlib/pkg-plist (contents, props changed)
Modified:
head/x11/Makefile
Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile Sun Apr 12 05:19:59 2015 (r383837)
+++ head/x11/Makefile Sun Apr 12 05:34:57 2015 (r383838)
@@ -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
Added: head/x11/p5-X11-Xlib/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/p5-X11-Xlib/Makefile Sun Apr 12 05:34:57 2015 (r383838)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= X11-Xlib
+PORTVERSION= 0.03
+CATEGORIES= x11 perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= pi at 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>
Added: head/x11/p5-X11-Xlib/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/p5-X11-Xlib/distinfo Sun Apr 12 05:34:57 2015 (r383838)
@@ -0,0 +1,2 @@
+SHA256 (X11-Xlib-0.03.tar.gz) = 5382234b095f069f31148373fb8e65982f5b583859253e584bef178928d9ab58
+SIZE (X11-Xlib-0.03.tar.gz) = 5492
Added: head/x11/p5-X11-Xlib/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/p5-X11-Xlib/pkg-descr Sun Apr 12 05:34:57 2015 (r383838)
@@ -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/
Added: head/x11/p5-X11-Xlib/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/p5-X11-Xlib/pkg-plist Sun Apr 12 05:34:57 2015 (r383838)
@@ -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
More information about the svn-ports-head
mailing list