From 1fb57a31ec201086ba7ec90e5dc855022590531a Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Sat, 29 Sep 2012 12:56:37 +0400 Subject: [PATCH] New port: x11/urxvt-perls Collection of tiny Perl scripts for rxvt-unicode terminal emulator. Signed-off-by: Eygene Ryabinkin --- x11/Makefile | 1 + x11/urxvt-perls/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ x11/urxvt-perls/distinfo | 2 ++ x11/urxvt-perls/pkg-descr | 3 +++ 4 files changed, 44 insertions(+) create mode 100644 x11/urxvt-perls/Makefile create mode 100644 x11/urxvt-perls/distinfo create mode 100644 x11/urxvt-perls/pkg-descr diff --git a/x11/Makefile b/x11/Makefile index 95e1b04..00e4569 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -286,6 +286,7 @@ SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon + SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += videoproto SUBDIR += viewres diff --git a/x11/urxvt-perls/Makefile b/x11/urxvt-perls/Makefile new file mode 100644 index 0000000..778b158 --- /dev/null +++ b/x11/urxvt-perls/Makefile @@ -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 diff --git a/x11/urxvt-perls/distinfo b/x11/urxvt-perls/distinfo new file mode 100644 index 0000000..0306144 --- /dev/null +++ b/x11/urxvt-perls/distinfo @@ -0,0 +1,2 @@ +SHA256 (urxvt-perls-2.0.tar.gz) = d553b39fe10d1bfe82125e2378aa25af42be06c80f2f543f03b4fb8c3458808f +SIZE (urxvt-perls-2.0.tar.gz) = 13722 diff --git a/x11/urxvt-perls/pkg-descr b/x11/urxvt-perls/pkg-descr new file mode 100644 index 0000000..135aabb --- /dev/null +++ b/x11/urxvt-perls/pkg-descr @@ -0,0 +1,3 @@ +A small collection of perl extensions for the rxvt-unicode terminal emulator. + +WWW: https://github.com/muennich/urxvt-perls -- 1.8.0.2