[Midnightbsd-cvs] mports: mports/german: remove dict.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 13 23:48:47 EDT 2008


Log Message:
-----------
remove dict.

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

Removed Files:
-------------
    mports/german/dict:
        Makefile
        distinfo
        pkg-descr
        pkg-plist
    mports/german/dict/files:
        patch-aa

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/german/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -L german/Makefile -L german/Makefile -u -r1.14 -r1.15
--- german/Makefile
+++ german/Makefile
@@ -5,7 +5,6 @@
 
     SUBDIR += alt-aspell
     SUBDIR += aspell
-    SUBDIR += dict
     SUBDIR += ispell
     SUBDIR += ispell-alt
     SUBDIR += ispell-neu
--- german/dict/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-A simple German <-> English dictionary with ~115,000 entries, 3.2MB data.
-
-For an online example, try 
-	
-WWW: http://www.de.freebsd.org/~wosch/dict/dict.cgi
--- german/dict/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/de-dict
-share/ger-eng.txt
--- german/dict/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: dict
-# Date created:         6 August 1997
-# Whom:                 wosch
-#
-# $FreeBSD: ports/german/dict/Makefile,v 1.15 2003/10/29 07:46:48 linimon Exp $
-# $MidnightBSD: mports/german/dict/Makefile,v 1.4 2007/11/07 21:01:19 ctriv Exp $
-#
-
-PORTNAME=	dict
-PORTVERSION=	1.2
-PORTREVISION=	3
-CATEGORIES=	german
-MASTER_SITES=	http://wolfram.schneider.org/src/
-DISTNAME=	dict-${PORTVERSION}
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
-EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Simple english/german dictionary
-LICENSE=	unknown
-
-BUILD_DEPENDS=	agrep:${PORTSDIR}/textproc/agrep
-RUN_DEPENDS=	agrep:${PORTSDIR}/textproc/agrep
-
-FAKE_OPTS=	trueprefix
-
-dict=		ger-eng.txt
-
-post-extract: ${dict}
-${dict}:
-	${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
-
-.include <bsd.port.mk>
--- german/dict/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (dict-1.2.tar.gz) = fe545c0e3858e8b63058fd4c979ae511
-SHA256 (dict-1.2.tar.gz) = 80d136bb1b22081af6826439e47c402827b1ecb5c97d38ef00467482c5ed467d
-SIZE (dict-1.2.tar.gz) = 1700
-MD5 (ger-eng.txt.gz) = 280c8762e910d0b490634b3ac9fbe074
-SHA256 (ger-eng.txt.gz) = 342968ee07bfaf0d2fdd480cc209407ea96a2e3915b17fcf7e9c2e57f01ce3b4
-SIZE (ger-eng.txt.gz) = 924047
--- german/dict/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.old	Sat Mar  9 12:20:02 2002
-+++ Makefile	Sat Mar  9 12:19:37 2002
-@@ -9,7 +9,7 @@
- 
- beforeinstall:
- 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
--	    ${.CURDIR}/dict.sh ${DESTDIR}${BINDIR}/dict
-+	    ${.CURDIR}/dict.sh ${DESTDIR}${BINDIR}/de-dict
- 	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
- 	    ${.CURDIR}/${dict} ${DESTDIR}${PREFIX}/share
- 


More information about the Midnightbsd-cvs mailing list