ports/51038: New port: misc/phraze

Michael L.Hostbaek mich at freebsdcluster.org
Wed Apr 16 14:10:24 UTC 2003


>Number:         51038
>Category:       ports
>Synopsis:       New port: misc/phraze
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 16 07:10:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD extranet.itxmarket.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Oct 11 17:00:45 CEST 2002 root at extranet.itxmarket.com:/usr/obj/usr/src/sys/EXTRANET1 i386
>Description:
	- New port.
	- Phraze produces a list of combinations of "valid" words that 
	  correspond to the letters on a standard U.S. telephone keypad.
>How-To-Repeat:
>Fix:

	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	phraze
#	phraze/Makefile
#	phraze/distinfo
#	phraze/pkg-descr
#	phraze/pkg-plist
#
echo c - phraze
mkdir -p phraze > /dev/null 2>&1
echo x - phraze/Makefile
sed 's/^X//' >phraze/Makefile << 'END-of-phraze/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  phraze
X# Date created:                   Wed Apr 16, 2003
X# Whom:                           Michael L. Hostbaek (mich at freebsdcluster.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	phraze
XPORTVERSION=	0.1
XCATEGORIES=	misc
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	mich at freebsdcluster.org
XCOMMENT=	Converts telephone number to combinations of valid words
X
XUSE_RUBY=	yes
XNO_BUILD=	yes
XUSE_REINPLACE=	yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|; \
X	s|${LOCALBASE}/phraze|${LOCALBASE}/etc/phraze|' ${WRKSRC}/phraze
X
Xdo-install:
X	${MKDIR} ${PREFIX}/etc/${PORTNAME}
X	${TOUCH} ${PREFIX}/etc/${PORTNAME}/${PORTNAME}.dict
X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
X	${INSTALL_MAN} ${WRKSRC}/phraze.1 ${PREFIX}/man/man1/
X
XMAN1=		phraze.1
X
X.include <bsd.port.mk>
END-of-phraze/Makefile
echo x - phraze/distinfo
sed 's/^X//' >phraze/distinfo << 'END-of-phraze/distinfo'
XMD5 (phraze-0.1.tar.gz) = 01f1d29be64d7ecd11c8ff5a0c0ce633
END-of-phraze/distinfo
echo x - phraze/pkg-descr
sed 's/^X//' >phraze/pkg-descr << 'END-of-phraze/pkg-descr'
XPhraze takes a telephone number and produces a list of combinations of 
Xvalid words that can be derived from it, using the keypad of a US phone.  
X
XRequires ruby.
X
XWWW:		http://phraze.sourceforge.net/
XAUTHOR:		Jeff Pace <jpace at incava.org>
X
X	- Michael L. Hostbaek
X	mich at freebsdcluster.org
END-of-phraze/pkg-descr
echo x - phraze/pkg-plist
sed 's/^X//' >phraze/pkg-plist << 'END-of-phraze/pkg-plist'
Xbin/phraze
Xetc/phraze/phraze.dict
X at dirrm etc/phraze/
END-of-phraze/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list