diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-03 02:52:50 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-03 02:52:50 +0800 |
commit | 98dc894d5b8a49e2e9e496d27af0540130c976b8 (patch) | |
tree | ceca822252d5703913e026fef2b2d16f557d23c1 /misc/numchar | |
parent | de6a3a666529515d9ac7577ed84a49d5e07846d7 (diff) | |
download | freebsd-ports-gnome-98dc894d5b8a49e2e9e496d27af0540130c976b8.tar.gz freebsd-ports-gnome-98dc894d5b8a49e2e9e496d27af0540130c976b8.tar.zst freebsd-ports-gnome-98dc894d5b8a49e2e9e496d27af0540130c976b8.zip |
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>
Diffstat (limited to 'misc/numchar')
-rw-r--r-- | misc/numchar/Makefile | 21 | ||||
-rw-r--r-- | misc/numchar/distinfo | 1 | ||||
-rw-r--r-- | misc/numchar/pkg-comment | 1 | ||||
-rw-r--r-- | misc/numchar/pkg-descr | 10 | ||||
-rw-r--r-- | misc/numchar/pkg-plist | 4 |
5 files changed, 37 insertions, 0 deletions
diff --git a/misc/numchar/Makefile b/misc/numchar/Makefile new file mode 100644 index 000000000000..138528354602 --- /dev/null +++ b/misc/numchar/Makefile @@ -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> diff --git a/misc/numchar/distinfo b/misc/numchar/distinfo new file mode 100644 index 000000000000..5468e2e87f81 --- /dev/null +++ b/misc/numchar/distinfo @@ -0,0 +1 @@ +MD5 (numchar-1.0.tar.gz) = 90293ab97dca1fed58452128cbe33602 diff --git a/misc/numchar/pkg-comment b/misc/numchar/pkg-comment new file mode 100644 index 000000000000..8f434e978944 --- /dev/null +++ b/misc/numchar/pkg-comment @@ -0,0 +1 @@ +Converts phone numbers between digits and characters diff --git a/misc/numchar/pkg-descr b/misc/numchar/pkg-descr new file mode 100644 index 000000000000..3b72e5165aa9 --- /dev/null +++ b/misc/numchar/pkg-descr @@ -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> diff --git a/misc/numchar/pkg-plist b/misc/numchar/pkg-plist new file mode 100644 index 000000000000..5211ae4fb5cc --- /dev/null +++ b/misc/numchar/pkg-plist @@ -0,0 +1,4 @@ +bin/phdecode +bin/numchar +share/doc/numchar/numchar.html +@dirrm share/doc/numchar |