diff options
author | beat <beat@FreeBSD.org> | 2009-05-13 03:18:43 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-05-13 03:18:43 +0800 |
commit | ad018ff782b40f7b8d412d753d7f79fc4baadd29 (patch) | |
tree | 6870d0a23573566152b86d4de3a034fa65059b34 /german | |
parent | 2892a3dba4833e49746001ccbba457a9d672ff4e (diff) | |
download | freebsd-ports-gnome-ad018ff782b40f7b8d412d753d7f79fc4baadd29.tar.gz freebsd-ports-gnome-ad018ff782b40f7b8d412d753d7f79fc4baadd29.tar.zst freebsd-ports-gnome-ad018ff782b40f7b8d412d753d7f79fc4baadd29.zip |
- Remove german/swissgerman-ding. german/swissgerman-ding is now
integrated in german/ding.
Approved by: ehaupt (maintainer), miwi (mentor)
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/swissgerman-ding/Makefile | 47 | ||||
-rw-r--r-- | german/swissgerman-ding/pkg-descr | 7 |
3 files changed, 0 insertions, 55 deletions
diff --git a/german/Makefile b/german/Makefile index eb91442751ed..4aff03edb9ed 100644 --- a/german/Makefile +++ b/german/Makefile @@ -38,7 +38,6 @@ SUBDIR += staroffice52 SUBDIR += staroffice70 SUBDIR += steak - SUBDIR += swissgerman-ding SUBDIR += tipp10 SUBDIR += unix-connect SUBDIR += vtiger diff --git a/german/swissgerman-ding/Makefile b/german/swissgerman-ding/Makefile deleted file mode 100644 index 443e3465d722..000000000000 --- a/german/swissgerman-ding/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: swissgerman-ding -# Date created: 15 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# -# $FreeBSD$ -# - -PORTNAME= swissgerman-ding -PORTVERSION= 1.4 -PORTREVISION= 2 -CATEGORIES= german -MASTER_SITES= # none -PKGNAMEPREFIX= de- -DISTFILES= # none - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A swiss high german german doppel-s free language pack for de-ding - -RUN_DEPENDS= ${DICTFILE}:${PORTSDIR}/german/ding -BUILD_DEPENDS= ${RUN_DEPENDS} - -NO_WRKSUBDIR= yes -USE_PERL5= yes -MAKE_JOBS_SAFE= yes - -DICTFILE= ${PREFIX}/share/ding/de-en.txt -SWISSDICT= de_ch-en.txt - -PLIST_FILES= share/ding/de_ch-en.txt - -do-fetch: - @${DO_NADA} - -do-build: - @${CP} ${DICTFILE} ${WRKDIR}/${SWISSDICT} - ${PERL5} -pi.orig -e '$${sz}="\x{009F}"; s/Ã$${sz}/ss/g' \ - ${WRKDIR}/${SWISSDICT} - -do-install: - ${INSTALL_DATA} ${WRKDIR}/${SWISSDICT} ${PREFIX}/share/ding - -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} "You can now configure ${SWISSDICT} in your 'Settings' menu." - @${ECHO_MSG} "" - -.include <bsd.port.mk> diff --git a/german/swissgerman-ding/pkg-descr b/german/swissgerman-ding/pkg-descr deleted file mode 100644 index ad4e732dd0a8..000000000000 --- a/german/swissgerman-ding/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a swiss-"high german" language pack for german/ding. - -The official written language in the German part of Switzerland does not contain -the doppel-s (UTF-8 0x9f) nor is it available on Swiss-German keyboards. - -- ehaupt -ehaupt@critical.ch |