1
0
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:
Mario Sergio Fujikawa Ferreira 2002-01-02 23:22:26 +00:00
parent 6ee266f6fe
commit 69ac313590
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52514
6 changed files with 65 additions and 0 deletions

View File

@ -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
View 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
View File

@ -0,0 +1 @@
MD5 (kenny.pl-1.6.gz) = 49c51ed4a33cd475cb4add69acfc46bf

1
misc/kenny/pkg-comment Normal file
View File

@ -0,0 +1 @@
Translate text both to and from KennySpeak

10
misc/kenny/pkg-descr Normal file
View 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
View File

@ -0,0 +1 @@
bin/kenny