[Midnightbsd-cvs] mports: mports/textproc: move ispell german ports here.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 14 00:03:19 EDT 2008


Log Message:
-----------
move ispell german ports here.

Modified Files:
--------------
    mports/textproc:
        Makefile (r1.100 -> r1.101)

Added Files:
-----------
    mports/textproc/ispell-alt-de:
        Makefile (r1.1)
    mports/textproc/ispell-de:
        Makefile (r1.1)
    mports/textproc/ispell-neu-de:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.100
retrieving revision 1.101
diff -L textproc/Makefile -L textproc/Makefile -u -r1.100 -r1.101
--- textproc/Makefile
+++ textproc/Makefile
@@ -46,6 +46,9 @@
     SUBDIR += intltool
     SUBDIR += iso8879
     SUBDIR += ispell
+    SUBDIR += ispell-alt-de
+    SUBDIR += ispell-neu-de
+    SUBDIR += ispell-de
     SUBDIR += jade
     SUBDIR += latex-service
     SUBDIR += libcroco
--- /dev/null
+++ textproc/ispell-alt-de/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:    dealt-ispell
+# Date created:                         10 February 2000
+# Whom:                                 Alexander Langer <alex at big.endian.de>
+#
+# $FreeBSD: ports/german/ispell-alt/Makefile,v 1.10 2005/10/12 21:27:23 linimon Exp $
+# $MidnightBSD: mports/textproc/ispell-alt-de/Makefile,v 1.1 2008/06/14 04:03:16 laffer1 Exp $
+#
+
+PORTNAME=	ispell
+CATEGORIES=	textproc german
+PKGNAMESUFFIX=	-alt-19991219
+PKGNAMEPREFIX=	de-
+
+MAINTAINER=	ports at MidnightBSD.org
+LICENSE=	unknown
+# probably gpl2, but i dont' see a license file
+
+ISPELL_DEALT=	yes
+MASTERDIR=	${.CURDIR}/../../textproc/ispell
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include        "${MASTERDIR}/Makefile"
--- /dev/null
+++ textproc/ispell-de/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for:    de-ispell
+# Date created:                         10 February 2000
+# Whom:                                 Alexander Langer <alex at big.endian.de>
+#
+# $FreeBSD: ports/german/ispell/Makefile,v 1.14 2005/10/01 06:08:59 linimon Exp $
+# $MidnightBSD: mports/textproc/ispell-de/Makefile,v 1.1 2008/06/14 04:03:16 laffer1 Exp $
+#
+
+PORTNAME=	ispell
+CATEGORIES=	textproc german
+PKGNAMESUFFIX=	-20001109
+PKGNAMEPREFIX=	de-
+
+MAINTAINER=	ports at MidnightBSD.org
+LICENSE=	gpl2
+
+USE_PERL5=	yes
+
+ISPELL_DEALT=	yes
+ISPELL_DENEU=	yes
+MASTERDIR=	${.CURDIR}/../../textproc/ispell
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include        "${MASTERDIR}/Makefile"
--- /dev/null
+++ textproc/ispell-neu-de/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:    deneu-ispell
+# Date created:                         10 February 2000
+# Whom:                                 Alexander Langer <alex at big.endian.de>
+#
+# $FreeBSD: ports/german/ispell-neu/Makefile,v 1.12 2005/10/01 06:09:00 linimon Exp $
+# $MidnightBSD: mports/textproc/ispell-neu-de/Makefile,v 1.1 2008/06/14 04:03:16 laffer1 Exp $
+#
+
+PORTNAME=	ispell
+CATEGORIES=	textproc german
+PKGNAMESUFFIX=	-neu-20001109
+PKGNAMEPREFIX=	de-
+
+MAINTAINER=	ports at MidnightBSD.org
+LICENSE=	unknown
+
+ISPELL_DENEU=	yes
+MASTERDIR=	${.CURDIR}/../../textproc/ispell
+USE_PERL5=	yes
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include        "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list