From d9db709373b583251332009646c386de242a3364 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 2 Oct 1999 18:52:50 +0000 Subject: 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 --- misc/numchar/Makefile | 21 +++++++++++++++++++++ misc/numchar/distinfo | 1 + misc/numchar/pkg-comment | 1 + misc/numchar/pkg-descr | 10 ++++++++++ misc/numchar/pkg-plist | 4 ++++ 5 files changed, 37 insertions(+) create mode 100644 misc/numchar/Makefile create mode 100644 misc/numchar/distinfo create mode 100644 misc/numchar/pkg-comment create mode 100644 misc/numchar/pkg-descr create mode 100644 misc/numchar/pkg-plist (limited to 'misc/numchar') 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 +# +# $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 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 + 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 -- cgit v1.2.3