diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-29 15:10:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-29 15:10:12 +0800 |
commit | 157b529fbf8004a3db83475014f4cdb0b3821b7a (patch) | |
tree | f91ab1237c144bd44246bd7ac96d45345c068008 /german | |
parent | 8b145430aab9459620e0691f049a2df15bf3fe11 (diff) | |
download | freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.tar.gz freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.tar.zst freebsd-ports-gnome-157b529fbf8004a3db83475014f4cdb0b3821b7a.zip |
Remove ispell which is deprecated for long, consider using aspell instead or the aspell-ispell wrapper
french/ispell
german/ispell
german/ispell-alt
german/ispell-neu
hungarian/ispell
polish/ispell
portuguese/ispell-pt_BR
russian/rus-ispell
textproc/british-ispell
textproc/es-ispell
textproc/ispell
textproc/it-ispell
textproc/nl-ispell
textproc/sk-ispell
ukrainian/ispell
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 3 | ||||
-rw-r--r-- | german/ispell-alt/Makefile | 18 | ||||
-rw-r--r-- | german/ispell-neu/Makefile | 19 | ||||
-rw-r--r-- | german/ispell/Makefile | 21 |
4 files changed, 0 insertions, 61 deletions
diff --git a/german/Makefile b/german/Makefile index ffa2e1512884..de78657435c9 100644 --- a/german/Makefile +++ b/german/Makefile @@ -23,9 +23,6 @@ SUBDIR += gimp-help SUBDIR += hunspell SUBDIR += hyphen - SUBDIR += ispell - SUBDIR += ispell-alt - SUBDIR += ispell-neu SUBDIR += jdictionary-eng-ger SUBDIR += jdictionary-ger-hun SUBDIR += kde4-l10n diff --git a/german/ispell-alt/Makefile b/german/ispell-alt/Makefile deleted file mode 100644 index ed40d790e5d8..000000000000 --- a/german/ispell-alt/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Alexander Langer <alex@big.endian.de> -# $FreeBSD$ - -PORTNAME= ispell -CATEGORIES= german -PKGNAMESUFFIX= -alt-19991219 - -MAINTAINER= office@FreeBSD.org - -ISPELL_DEALT= yes -MASTERDIR= ${.CURDIR}/../../textproc/ispell -NO_STAGE= yes - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" diff --git a/german/ispell-neu/Makefile b/german/ispell-neu/Makefile deleted file mode 100644 index 5b149bc7413b..000000000000 --- a/german/ispell-neu/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Alexander Langer <alex@big.endian.de> -# $FreeBSD$ - -PORTNAME= ispell -CATEGORIES= german -PKGNAMESUFFIX= -neu-20071211 - -MAINTAINER= office@FreeBSD.org - -ISPELL_DENEU= yes -MASTERDIR= ${.CURDIR}/../../textproc/ispell -USES= perl5 -NO_STAGE= yes - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" diff --git a/german/ispell/Makefile b/german/ispell/Makefile deleted file mode 100644 index f24613b23dc2..000000000000 --- a/german/ispell/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Alexander Langer <alex@big.endian.de> -# $FreeBSD$ - -PORTNAME= ispell -CATEGORIES= german -PKGNAMESUFFIX= -20071211 - -MAINTAINER= office@FreeBSD.org - -USES= perl5 - -ISPELL_DEALT= yes -ISPELL_DENEU= yes -MASTERDIR= ${.CURDIR}/../../textproc/ispell -NO_STAGE= yes - -.if exists(${.CURDIR}/Makefile.local) -.include "${.CURDIR}/Makefile.local" -.endif - -.include "${MASTERDIR}/Makefile" |