Add phraze 0.1.

Phraze produces a list of combinations of "valid" words that
correspond to the letters on a standard U.S. telephone keypad.

PR:		51038
Submitted by:	Michael L.Hostbaek <mich@freebsdcluster.org>
This commit is contained in:
Christian Weisgerber 2003-04-28 11:10:20 +00:00
parent b9fde6414d
commit d1324a1a63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79783
5 changed files with 50 additions and 0 deletions

View file

@ -247,6 +247,7 @@
SUBDIR += pdmenu
SUBDIR += peq
SUBDIR += pg
SUBDIR += phraze
SUBDIR += pinfo
SUBDIR += pl-sms
SUBDIR += porteasy

34
misc/phraze/Makefile Normal file
View file

@ -0,0 +1,34 @@
# ex:ts=8
# Ports collection makefile for: phraze
# Date created: Wed Apr 16, 2003
# Whom: Michael L. Hostbaek <mich@freebsdcluster.org>
#
# $FreeBSD$
#
PORTNAME= phraze
PORTVERSION= 0.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mich@freebsdcluster.org
COMMENT= Converts telephone number to combinations of valid words
USE_RUBY= yes
NO_BUILD= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|; \
s|/usr/local/phraze|${DATADIR}|' ${WRKSRC}/phraze ${WRKSRC}/phraze.1
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/phraze.dict ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/phraze ${PREFIX}/bin/phraze
${INSTALL_MAN} ${WRKSRC}/phraze.1 ${PREFIX}/man/man1/
MAN1= phraze.1
.include <bsd.port.mk>

1
misc/phraze/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (phraze-0.1.tar.gz) = 01f1d29be64d7ecd11c8ff5a0c0ce633

10
misc/phraze/pkg-descr Normal file
View file

@ -0,0 +1,10 @@
Phraze takes a telephone number and produces a list of combinations of
valid words that can be derived from it, using the keypad of a US phone.
Requires ruby.
WWW: http://phraze.sourceforge.net/
AUTHOR: Jeff Pace <jpace@incava.org>
- Michael L. Hostbaek
mich@freebsdcluster.org

4
misc/phraze/pkg-plist Normal file
View file

@ -0,0 +1,4 @@
@comment $FreeBSD$
bin/phraze
%%DATADIR%%/phraze.dict
@dirrm %%DATADIR%%