summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-02 18:52:50 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-02 18:52:50 +0000
commitd9db709373b583251332009646c386de242a3364 (patch)
treea0c76598f0fad17f99a6e01054ffebc1bb033ad9 /misc
parentActivate flashplayer (diff)
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>
Notes
Notes: svn path=/head/; revision=22125
Diffstat (limited to 'misc')
-rw-r--r--misc/numchar/Makefile21
-rw-r--r--misc/numchar/distinfo1
-rw-r--r--misc/numchar/pkg-comment1
-rw-r--r--misc/numchar/pkg-descr10
-rw-r--r--misc/numchar/pkg-plist4
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