From 8fb31c8ee9cc4c6a874439c77607f1047af2dcf9 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 30 Dec 1997 23:26:03 +0000 Subject: German phone code / Deutsche Telefonvorwahl (AVON). --- german/phone/Makefile | 29 +++++++++++++++++++++++++++++ german/phone/distinfo | 1 + german/phone/pkg-comment | 1 + german/phone/pkg-descr | 4 ++++ german/phone/pkg-plist | 1 + 5 files changed, 36 insertions(+) create mode 100644 german/phone/Makefile create mode 100644 german/phone/distinfo create mode 100644 german/phone/pkg-comment create mode 100644 german/phone/pkg-descr create mode 100644 german/phone/pkg-plist (limited to 'german/phone') diff --git a/german/phone/Makefile b/german/phone/Makefile new file mode 100644 index 000000000000..3a7e078eafc8 --- /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 diff --git a/german/phone/distinfo b/german/phone/distinfo new file mode 100644 index 000000000000..c9c679285b15 --- /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 000000000000..0a1c6359d28e --- /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 000000000000..79e59d742920 --- /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 000000000000..6cd3c2bb7ff1 --- /dev/null +++ b/german/phone/pkg-plist @@ -0,0 +1 @@ +share/misc/de.phone -- cgit v1.2.3