1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

New port: Perl extensions for rxvt-unicode terminal emulator

QA page:	http://codelabs.ru/fbsd/ports/qa/x11/urxvt-perls/2.0
This commit is contained in:
Eygene Ryabinkin 2013-01-08 05:01:58 +00:00
parent 03f8b03e09
commit fb71a95bb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310065
4 changed files with 44 additions and 0 deletions

View File

@ -285,6 +285,7 @@
SUBDIR += trapproto
SUBDIR += trayer
SUBDIR += tycoon
SUBDIR += urxvt-perls
SUBDIR += vdesk
SUBDIR += videoproto
SUBDIR += viewres

38
x11/urxvt-perls/Makefile Normal file
View File

@ -0,0 +1,38 @@
# $FreeBSD$
PORTNAME= urxvt-perls
PORTVERSION= 2.0
CATEGORIES= x11
MAINTAINER= rea@FreeBSD.org
COMMENT= Perl extension scripts for rxvt-unicode terminal emulator
LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/bin/urxvt:${PORTSDIR}/x11/rxvt-unicode
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= muennich
GH_COMMIT= dd6e9d7
INSTDIR_REL= lib/urxvt/perl
SCRIPTS= clipboard keyboard-select url-select
PLIST_FILES+= ${SCRIPTS:C/^/${INSTDIR_REL}\//}
PLIST_DIRSTRY+= ${INSTDIR_REL}
.if !defined(NOPORTDOCS)
PLIST_FILES+= ${DOCSDIR_REL}/README
PLIST_DIRS+= ${DOCSDIR_REL}
.endif
do-install:
${MKDIR} ${PREFIX}/${INSTDIR_REL}
.for s in ${SCRIPTS}
${INSTALL_DATA} ${WRKSRC}/${s} ${PREFIX}/${INSTDIR_REL}
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}/README
.endif
.include <bsd.port.mk>

2
x11/urxvt-perls/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (urxvt-perls-2.0.tar.gz) = d553b39fe10d1bfe82125e2378aa25af42be06c80f2f543f03b4fb8c3458808f
SIZE (urxvt-perls-2.0.tar.gz) = 13722

View File

@ -0,0 +1,3 @@
A small collection of perl extensions for the rxvt-unicode terminal emulator.
WWW: https://github.com/muennich/urxvt-perls