svn commit: r378638 - in head/x11: . p5-XTerm-Conf

Kurt Jaeger pi at FreeBSD.org
Sun Feb 8 10:31:16 UTC 2015


Author: pi
Date: Sun Feb  8 10:31:13 2015
New Revision: 378638
URL: https://svnweb.freebsd.org/changeset/ports/378638
QAT: https://qat.redports.org/buildarchive/r378638/

Log:
  New port: x11/p5-XTerm-Conf
  
  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/
  
  PR:		195495
  Submitted by:	eserte12 at yahoo.de

Added:
  head/x11/p5-XTerm-Conf/
  head/x11/p5-XTerm-Conf/Makefile   (contents, props changed)
  head/x11/p5-XTerm-Conf/distinfo   (contents, props changed)
  head/x11/p5-XTerm-Conf/pkg-descr   (contents, props changed)
  head/x11/p5-XTerm-Conf/pkg-plist   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sun Feb  8 10:23:35 2015	(r378637)
+++ head/x11/Makefile	Sun Feb  8 10:31:13 2015	(r378638)
@@ -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

Added: head/x11/p5-XTerm-Conf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/p5-XTerm-Conf/Makefile	Sun Feb  8 10:31:13 2015	(r378638)
@@ -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 at 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>

Added: head/x11/p5-XTerm-Conf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/p5-XTerm-Conf/distinfo	Sun Feb  8 10:31:13 2015	(r378638)
@@ -0,0 +1,2 @@
+SHA256 (XTerm-Conf-0.10.tar.gz) = 73af4015bfc5d64f6580ce5aeb2668280357937fab43a67565c3a67981f097de
+SIZE (XTerm-Conf-0.10.tar.gz) = 11485

Added: head/x11/p5-XTerm-Conf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/p5-XTerm-Conf/pkg-descr	Sun Feb  8 10:31:13 2015	(r378638)
@@ -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/

Added: head/x11/p5-XTerm-Conf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/p5-XTerm-Conf/pkg-plist	Sun Feb  8 10:31:13 2015	(r378638)
@@ -0,0 +1,4 @@
+bin/xterm-conf
+%%PERL5_MAN3%%/XTerm::Conf.3.gz
+%%SITE_PERL%%/XTerm/Conf.pm
+man/man1/xterm-conf.1.gz


More information about the svn-ports-all mailing list