summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-12-30 23:26:03 +0000
committerwosch <wosch@FreeBSD.org>1997-12-30 23:26:03 +0000
commitb0226fd5783048e019cb3f18b0c77200e8fbf76d (patch)
treecacaa7e673d5ff2f349d449d2912541b779a81d6
parent0e788ccccb20b1b9a040edf47b458fbffdd7d7e5 (diff)
downloadFreeBSD-ports-b0226fd5783048e019cb3f18b0c77200e8fbf76d.zip
FreeBSD-ports-b0226fd5783048e019cb3f18b0c77200e8fbf76d.tar.gz
German phone code / Deutsche Telefonvorwahl (AVON).
-rw-r--r--german/phone/Makefile29
-rw-r--r--german/phone/distinfo1
-rw-r--r--german/phone/pkg-comment1
-rw-r--r--german/phone/pkg-descr4
-rw-r--r--german/phone/pkg-plist1
5 files changed, 36 insertions, 0 deletions
diff --git a/german/phone/Makefile b/german/phone/Makefile
new file mode 100644
index 0000000..3a7e078
--- /dev/null
+++ b/german/phone/Makefile
@@ -0,0 +1,29 @@
+# Version required: 1.0
+# Date created: 1997-12-30
+# Whom: wosch
+#
+# $Id: Makefile,v 1.6 1997/10/03 12:25:15 wosch Exp $
+
+DISTNAME= de-phone-1.0
+CATEGORIES= german
+MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.freebsd.org/~wosch/src/
+DISTFILES= ${phone}.gz
+
+MAINTAINER= wosch@FreeBSD.org
+NO_BUILD= YES
+NO_WRKSUBDIR= YES
+EXTRACT_ONLY=
+
+
+phone= avon-1996
+phoneout= de.phone
+
+do-install:
+ ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
+ ${WRKSRC}/${phone} ${PREFIX}/share/misc/${phoneout}
+
+post-extract: ${phone}
+${phone}:
+ ${GZIP_CMD} -d < ${DISTDIR}/${phone}.gz > ${WRKSRC}/${.TARGET}
+
+.include <bsd.port.mk>
diff --git a/german/phone/distinfo b/german/phone/distinfo
new file mode 100644
index 0000000..c9c6792
--- /dev/null
+++ b/german/phone/distinfo
@@ -0,0 +1 @@
+MD5 (avon-1996.gz) = 68bb141fb1403e6822637b0f95092fc5
diff --git a/german/phone/pkg-comment b/german/phone/pkg-comment
new file mode 100644
index 0000000..0a1c635
--- /dev/null
+++ b/german/phone/pkg-comment
@@ -0,0 +1 @@
+German phone code / Deutsche Telefonvorwahl (AVON).
diff --git a/german/phone/pkg-descr b/german/phone/pkg-descr
new file mode 100644
index 0000000..79e59d7
--- /dev/null
+++ b/german/phone/pkg-descr
@@ -0,0 +1,4 @@
+German phone code.
+
+Deutsche Telefonvorwahl (AVON). Mit Umlauten. 120KB unkomprimiert.
+
diff --git a/german/phone/pkg-plist b/german/phone/pkg-plist
new file mode 100644
index 0000000..6cd3c2b
--- /dev/null
+++ b/german/phone/pkg-plist
@@ -0,0 +1 @@
+share/misc/de.phone
OpenPOWER on IntegriCloud