[Midnightbsd-cvs] mports: mports/german: remove old ports.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 13 23:45:09 EDT 2008


Log Message:
-----------
remove old ports.

Modified Files:
--------------
    mports/german:
        Makefile (r1.13 -> r1.14)

Removed Files:
-------------
    mports/german/manpages:
        Makefile
        distinfo
        pkg-descr
    mports/german/phone:
        Makefile
        distinfo
        pkg-descr

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/german/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -L german/Makefile -L german/Makefile -u -r1.13 -r1.14
--- german/Makefile
+++ german/Makefile
@@ -9,7 +9,5 @@
     SUBDIR += ispell
     SUBDIR += ispell-alt
     SUBDIR += ispell-neu
-    SUBDIR += manpages
-    SUBDIR += phone
 
 .include <bsd.port.subdir.mk>
--- german/manpages/pkg-descr
+++ /dev/null
@@ -1,31 +0,0 @@
-Dieses ist die aktuelle Distribution deutscher Manpages fuer
-Linux. Sie wurde am 13.03.97 um 06:24 Uhr fuer Sie zusammengestellt.
-
-Dieses Projekt wurde von Andries Brouwer ins Leben gerufen, der das
-Manpages Paket fuer Linux verwaltet. Es wurde von Martin Schulze
-<joey at infodrom.north.de> uebernommen.
-
-Bereits uebersetzte Manpages koennen unter folgender URL gefunden
-werden:
-
-        ftp://ftp.Infodrom.North.DE/pub/Linux/Devel/manpages-de/
-
-und der aktuelle Status befindet sich unter folgender URL:
-
-        http://www.infodrom.org/projects/manpages-de/
-
-An diesem Projekt kann jede(r) Interessierte(r) teilnehmen. Dazu
-sollte einfach der Mailingliste
-
-        manpages-de at Infodrom.North.DE
-
-beigetreten und um eine Seite zum Uebersetzen gebeten werden.
-
-Um der Mailingliste beizutreten, reicht es, eine Mail an
-Majordomo at Infodrom.North.DE zu schicken und in der Mail "subscribe
-manpages-de" zu schreiben.
-
-                              Joey (joey at linux.de), Oldenburg, 16.4.96
-                              Andries (aeb at cwi.nl), Eindhoven, 12.2.96
-
-WWW: http://www.infodrom.org/projects/manpages-de/
--- german/manpages/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: German manpages
-# Date created:         29 September 1997
-# Whom:                 wosch
-#
-# $FreeBSD: ports/german/manpages/Makefile,v 1.23 2005/02/16 16:21:28 wosch Exp $
-# $MidnightBSD: mports/german/manpages/Makefile,v 1.2 2007/11/11 00:26:26 laffer1 Exp $
-
-PORTNAME=	manpages-de
-PORTVERSION=	0.4
-CATEGORIES=	german
-MASTER_SITES=	http://www.infodrom.org/projects/manpages-de/download/ \
-		http://wolfram.schneider.org/src/
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	German GNU and Linux manual pages
-LICENSE=	unknown
-
-LANG=		de.ISO8859-1
-NO_WRKSUBDIR=	YES
-PLIST=		${WRKSRC}/PLIST
-
-mandir=		${PREFIX}/man/${LANG}
-manpages=	${PORTNAME}-${PORTVERSION}
-
-do-build:
-	makewhatis ${WRKSRC}/${manpages}
-.if !defined(NOMANCOMPRESS)
-	${GZIP_CMD} -r ${WRKSRC}/${manpages}/man* || exit 0
-.endif
-
-pre-install:
-	${RM} -rf ${WRKSRC}/${manpages}/debian
-	${FIND} ${WRKSRC}/${manpages} -type f -print | \
-		 ${SED} "s%${WRKSRC}/${manpages}%man/${LANG}%" > ${PLIST}
-
-do-install:
-	cd ${WRKSRC}/${manpages}; \
-	${TAR} cf - . | \
-		(cd ${mandir}; ${TAR} xf - )
-
-.include <bsd.port.mk>
--- german/manpages/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (manpages-de-0.4.tar.gz) = 6a2a1cd24b0bd61c4ab384324e707a95
-SHA256 (manpages-de-0.4.tar.gz) = 866451cd6465801106fa16cc8ddd14081c616be7a28e7a47abca1900f8544528
-SIZE (manpages-de-0.4.tar.gz) = 486618
--- german/phone/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-German phone code.
-
-Deutsche Telefonvorwahl (AVON). Mit Umlauten. 120KB unkomprimiert.
--- german/phone/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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/german/phone/Makefile,v 1.2 2007/11/11 00:27:02 laffer1 Exp $
-#
-
-PORTNAME=	phone
-PORTVERSION=	1.0
-CATEGORIES=	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>
--- german/phone/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (avon-1996.gz) = 68bb141fb1403e6822637b0f95092fc5
-SHA256 (avon-1996.gz) = 40c3e7b37118be3e4548557c81fc642f1c009031972ad9e442acf0dc84f0379d
-SIZE (avon-1996.gz) = 50350


More information about the Midnightbsd-cvs mailing list