- Remove german/swissgerman-ding. german/swissgerman-ding is now

integrated in german/ding.

Approved by:	ehaupt (maintainer), miwi (mentor)
This commit is contained in:
Beat Gaetzi 2009-05-12 19:18:43 +00:00
parent 0ff7b37784
commit 09b0d43ac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233789
4 changed files with 1 additions and 55 deletions

1
MOVED
View File

@ -3958,3 +3958,4 @@ net-mgmt/nrpe||2009-05-04|Has expired: Obsolete version, consider migration to n
www/phpsurveyor|www/limesurvey|2009-05-05|Project was renamed
devel/oskit||2009-05-07|Has expired: does not work with current versions of GCC, needs gcc295 which has been failing to build for months, no active maintainer
www/p5-WWW-Nicovideo-Download|www/p5-WWW-NicoVideo-Download|2009-05-07|directory renamed
german/swissgerman-ding|german/ding|2009-05-12|integrated into german/ding

View File

@ -38,7 +38,6 @@
SUBDIR += staroffice52
SUBDIR += staroffice70
SUBDIR += steak
SUBDIR += swissgerman-ding
SUBDIR += tipp10
SUBDIR += unix-connect
SUBDIR += vtiger

View File

@ -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>

View File

@ -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