aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-02-08 10:31:13 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-02-08 10:31:13 +0000
commit7e177b706124defb13293ef23dc99d5409299e54 (patch)
tree53b6f6e9a25a11de670e45ccd4be5fc1cad64dfa
parentfa2c83824eeb014f6d7a5951dc688e102d4348d5 (diff)
downloadports-7e177b706124defb13293ef23dc99d5409299e54.tar.gz
ports-7e177b706124defb13293ef23dc99d5409299e54.zip
Notes
-rw-r--r--x11/Makefile1
-rw-r--r--x11/p5-XTerm-Conf/Makefile22
-rw-r--r--x11/p5-XTerm-Conf/distinfo2
-rw-r--r--x11/p5-XTerm-Conf/pkg-descr4
-rw-r--r--x11/p5-XTerm-Conf/pkg-plist4
5 files changed, 33 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile
index f5747653d674..ff35358be582 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -222,6 +222,7 @@
SUBDIR += p5-X11-IdleTime
SUBDIR += p5-X11-Protocol
SUBDIR += p5-X11-Resolution
+ SUBDIR += p5-XTerm-Conf
SUBDIR += pixman
SUBDIR += plasma-scriptengine-python
SUBDIR += plasma-scriptengine-ruby
diff --git a/x11/p5-XTerm-Conf/Makefile b/x11/p5-XTerm-Conf/Makefile
new file mode 100644
index 000000000000..68eec0e4eccb
--- /dev/null
+++ b/x11/p5-XTerm-Conf/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= XTerm-Conf
+PORTVERSION= 0.10
+CATEGORIES= x11 perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:SREZIC
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= slaven@rezic.de
+COMMENT= Perl module that changes configuration of a running xterm
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Term-ReadKey>=2.32:${PORTSDIR}/devel/p5-Term-ReadKey
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/x11/p5-XTerm-Conf/distinfo b/x11/p5-XTerm-Conf/distinfo
new file mode 100644
index 000000000000..290e32612929
--- /dev/null
+++ b/x11/p5-XTerm-Conf/distinfo
@@ -0,0 +1,2 @@
+SHA256 (XTerm-Conf-0.10.tar.gz) = 73af4015bfc5d64f6580ce5aeb2668280357937fab43a67565c3a67981f097de
+SIZE (XTerm-Conf-0.10.tar.gz) = 11485
diff --git a/x11/p5-XTerm-Conf/pkg-descr b/x11/p5-XTerm-Conf/pkg-descr
new file mode 100644
index 000000000000..733d63c61531
--- /dev/null
+++ b/x11/p5-XTerm-Conf/pkg-descr
@@ -0,0 +1,4 @@
+XTerm::Conf provides functions to change some aspects of a running
+xterm and compatible terminal emulators (e.g. rxvt or urxvt).
+
+WWW: http://search.cpan.org/dist/XTerm-Conf/
diff --git a/x11/p5-XTerm-Conf/pkg-plist b/x11/p5-XTerm-Conf/pkg-plist
new file mode 100644
index 000000000000..48989fbc840f
--- /dev/null
+++ b/x11/p5-XTerm-Conf/pkg-plist
@@ -0,0 +1,4 @@
+bin/xterm-conf
+%%PERL5_MAN3%%/XTerm::Conf.3.gz
+%%SITE_PERL%%/XTerm/Conf.pm
+man/man1/xterm-conf.1.gz