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 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