Import of numchar.

This port contains two phone number conversion utilities:

	1. numchar - converts a phone number to all possible combinations
	   of digits and characters;

	2. phdecode - decodes a phone number containing characters into
	   one containing only digits.

PR:		12974
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
This commit is contained in:
Chris Piazza 1999-10-02 18:52:50 +00:00
parent aaabd7834d
commit d9db709373
5 changed files with 37 additions and 0 deletions

21
misc/numchar/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: numchar
# Version required: 1.0
# Date created: 3 August 1999
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $FreeBSD$
#
DISTNAME= numchar-1.0
CATEGORIES= misc
MASTER_SITES= ftp://www.whizkidtech.net/unix/
MAINTAINER= adam@whizkidtech.net
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/numchar ${PREFIX}/bin
${LN} -fs ${PREFIX}/bin/numchar ${PREFIX}/bin/phdecode
${MKDIR} ${PREFIX}/share/doc/numchar
${INSTALL_MAN} ${WRKSRC}/numchar.html ${PREFIX}/share/doc/numchar
.include <bsd.port.mk>

1
misc/numchar/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (numchar-1.0.tar.gz) = 90293ab97dca1fed58452128cbe33602

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

@ -0,0 +1 @@
Converts phone numbers between digits and characters

10
misc/numchar/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
This port contains two phone number conversion utilities:
1. numchar - converts a phone number to all possible combinations
of digits and characters;
2. phdecode - decodes a phone number containing characters into
one containing only digits.
G. Adam Stanislav
<adam@whizkidtech.net>

4
misc/numchar/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/phdecode
bin/numchar
share/doc/numchar/numchar.html
@dirrm share/doc/numchar