[Midnightbsd-cvs] mports: mports/misc: move phone to here ..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 13 23:44:15 EDT 2008


Log Message:
-----------
move phone to here .. phone-de

Modified Files:
--------------
    mports/misc:
        Makefile (r1.41 -> r1.42)

Added Files:
-----------
    mports/misc/phone-de:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/misc/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -L misc/Makefile -L misc/Makefile -u -r1.41 -r1.42
--- misc/Makefile
+++ misc/Makefile
@@ -82,6 +82,7 @@
     SUBDIR += p5-Geography-Countries
     SUBDIR += p5-List-Compare
     SUBDIR += pciids
+    SUBDIR += phone-de
     SUBDIR += php5-calendar
     SUBDIR += shared-mime-info
     SUBDIR += susv2
--- /dev/null
+++ misc/phone-de/pkg-descr
@@ -0,0 +1,3 @@
+German phone code.
+
+Deutsche Telefonvorwahl (AVON). Mit Umlauten. 120KB unkomprimiert.
--- /dev/null
+++ misc/phone-de/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for:	German phone codes
+# Date created:         1997-12-30
+# Whom:                 wosch
+#
+# $FreeBSD: ports/german/phone/Makefile,v 1.15 2005/11/10 03:48:27 linimon Exp $
+# $MidnightBSD: mports/misc/phone-de/Makefile,v 1.1 2008/06/14 03:44:13 laffer1 Exp $
+#
+
+PORTNAME=	phone-de
+PORTVERSION=	1.0
+CATEGORIES=	misc german
+MASTER_SITES=	http://wolfram.schneider.org/src/
+DISTNAME=	avon-1996
+EXTRACT_SUFX=	.gz
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	German phone code / Deutsche Telefonvorwahl (AVON)
+LICENSE=	unknown
+
+PLIST_FILES=	share/misc/de.phone
+NO_WRKSUBDIR=	YES
+EXTRACT_CMD=	${GZCAT}
+EXTRACT_BEFORE_ARGS=	# None
+EXTRACT_AFTER_ARGS=	> ${WRKSRC}/de.phone
+NO_BUILD=	YES
+
+do-install:
+	${INSTALL_DATA} ${WRKSRC}/de.phone ${PREFIX}/share/misc
+
+.include <bsd.port.mk>
--- /dev/null
+++ misc/phone-de/distinfo
@@ -0,0 +1,3 @@
+MD5 (avon-1996.gz) = 68bb141fb1403e6822637b0f95092fc5
+SHA256 (avon-1996.gz) = 40c3e7b37118be3e4548557c81fc642f1c009031972ad9e442acf0dc84f0379d
+SIZE (avon-1996.gz) = 50350


More information about the Midnightbsd-cvs mailing list