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:
parent
03f8b03e09
commit
fb71a95bb1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310065
@ -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
38
x11/urxvt-perls/Makefile
Normal 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
2
x11/urxvt-perls/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (urxvt-perls-2.0.tar.gz) = d553b39fe10d1bfe82125e2378aa25af42be06c80f2f543f03b4fb8c3458808f
|
||||
SIZE (urxvt-perls-2.0.tar.gz) = 13722
|
3
x11/urxvt-perls/pkg-descr
Normal file
3
x11/urxvt-perls/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A small collection of perl extensions for the rxvt-unicode terminal emulator.
|
||||
|
||||
WWW: https://github.com/muennich/urxvt-perls
|
Loading…
Reference in New Issue
Block a user