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@yahoo.de
This commit is contained in:
parent
fa2c83824e
commit
7e177b7061
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378638
5 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
22
x11/p5-XTerm-Conf/Makefile
Normal file
22
x11/p5-XTerm-Conf/Makefile
Normal file
|
@ -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>
|
2
x11/p5-XTerm-Conf/distinfo
Normal file
2
x11/p5-XTerm-Conf/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (XTerm-Conf-0.10.tar.gz) = 73af4015bfc5d64f6580ce5aeb2668280357937fab43a67565c3a67981f097de
|
||||
SIZE (XTerm-Conf-0.10.tar.gz) = 11485
|
4
x11/p5-XTerm-Conf/pkg-descr
Normal file
4
x11/p5-XTerm-Conf/pkg-descr
Normal file
|
@ -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/
|
4
x11/p5-XTerm-Conf/pkg-plist
Normal file
4
x11/p5-XTerm-Conf/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
bin/xterm-conf
|
||||
%%PERL5_MAN3%%/XTerm::Conf.3.gz
|
||||
%%SITE_PERL%%/XTerm/Conf.pm
|
||||
man/man1/xterm-conf.1.gz
|
Loading…
Reference in a new issue