mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
New port kenny version 1.6: Translate text both to and from KennySpeak
PR: 33171 Submitted by: Alan Eldridge <ports@geeksrus.net>
This commit is contained in:
parent
6ee266f6fe
commit
69ac313590
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52514
@ -109,6 +109,7 @@
|
||||
SUBDIR += kdeaddons
|
||||
SUBDIR += kdeutils2
|
||||
SUBDIR += kdirstat
|
||||
SUBDIR += kenny
|
||||
SUBDIR += koffice-i18n
|
||||
SUBDIR += kp
|
||||
SUBDIR += kwatch
|
||||
|
51
misc/kenny/Makefile
Normal file
51
misc/kenny/Makefile
Normal file
@ -0,0 +1,51 @@
|
||||
# ex:ts=8
|
||||
#
|
||||
# New ports collection makefile for: kenny
|
||||
# Date created: 2001/12/25
|
||||
# Whom: Alan E ports@geeksrus.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kenny
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= misc perl5
|
||||
MASTER_SITES= http://www.h.shuttle.de/mitch/stuff/
|
||||
DISTNAME= kenny.pl-${PORTVERSION}
|
||||
EXTRACT_SUFX= .gz
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= ports@geeksrus.net
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
MAN1= kenny.1
|
||||
|
||||
program= kenny
|
||||
manpage= kenny.1
|
||||
|
||||
.if exists(/usr/bin/pod2man)
|
||||
POD2MAN= /usr/bin/pod2man
|
||||
.elif exists(${LOCALBASE}/bin/pod2man)
|
||||
POD2MAN= ${LOCALBASE}/bin/pod2man
|
||||
.else
|
||||
POD2MAN= pod2man
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
|
||||
> ${WRKDIR}/${program}
|
||||
@${POD2MAN} ${WRKDIR}/${program} > ${WRKDIR}/${manpage}
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s|/usr/bin/perl|${PERL}|" ${WRKDIR}/${program}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/${program} ${PREFIX}/bin/${program}
|
||||
@${INSTALL_MAN} ${WRKDIR}/${manpage} ${MANPREFIX}/man/man1/${manpage}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
#
|
||||
#EOF
|
1
misc/kenny/distinfo
Normal file
1
misc/kenny/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (kenny.pl-1.6.gz) = 49c51ed4a33cd475cb4add69acfc46bf
|
1
misc/kenny/pkg-comment
Normal file
1
misc/kenny/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Translate text both to and from KennySpeak
|
10
misc/kenny/pkg-descr
Normal file
10
misc/kenny/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
kenny.pl translates a given text from or to KennySpeak.
|
||||
KennySpeak looks like this:
|
||||
|
||||
"Ppfmfp ppmffm mfmppfmpm, fmpmfpmppffm'fpmmpp
|
||||
pmpmffpmfpmfmppmpm Pmpmppppppppffm!"
|
||||
|
||||
KennySpeak was invented by Kohan Ikin. kenny.pl was written by
|
||||
Christian Garbs.
|
||||
|
||||
WWW: http://www.h.shuttle.de/mitch/kenny.en.html
|
1
misc/kenny/pkg-plist
Normal file
1
misc/kenny/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/kenny
|
Loading…
Reference in New Issue
Block a user