From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 18 07:30:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0816716A41C for ; Mon, 18 Jul 2005 07:30:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A631B43D46 for ; Mon, 18 Jul 2005 07:30:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6I7UFdS068696 for ; Mon, 18 Jul 2005 07:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6I7UF3S068692; Mon, 18 Jul 2005 07:30:15 GMT (envelope-from gnats) Resent-Date: Mon, 18 Jul 2005 07:30:15 GMT Resent-Message-Id: <200507180730.j6I7UF3S068692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B5316A41C for ; Mon, 18 Jul 2005 07:22:40 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id A42ED43D48 for ; Mon, 18 Jul 2005 07:22:40 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 91421 invoked by uid 1000); 18 Jul 2005 07:22:39 -0000 Message-Id: <20050718072239.91420.qmail@mx.critical.ch> Date: 18 Jul 2005 07:22:39 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/83646: new port: german/swissgerman-ding X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 07:30:16 -0000 >Number: 83646 >Category: ports >Synopsis: new port: german/swissgerman-ding >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 18 07:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: german/swissgerman-ding 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. >How-To-Repeat: >Fix: --- swissgerman-ding.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # swissgerman-ding # swissgerman-ding/Makefile # swissgerman-ding/pkg-descr # echo c - swissgerman-ding mkdir -p swissgerman-ding > /dev/null 2>&1 echo x - swissgerman-ding/Makefile sed 's/^X//' >swissgerman-ding/Makefile << 'END-of-swissgerman-ding/Makefile' X# New ports collection makefile for: swissgerman-ding X# Date created: 15 Jul 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= swissgerman-ding XPORTVERSION= 1.4 XCATEGORIES= german XMASTER_SITES= # none XPKGNAMEPREFIX= de- XDISTFILES= # none X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A swiss high german german doppel-s free language pack for de-ding X XRUN_DEPENDS= ${DICTFILE}:${PORTSDIR}/german/ding XBUILD_DEPENDS= ${RUN_DEPENDS} X XNO_WRKSUBDIR= yes XUSE_PERL5= yes XUSE_X_PREFIX= yes X XDICTFILE= ${PREFIX}/share/ding/de-en.txt XSWISSDICT= de_ch-en.txt X XPLIST_FILES= share/ding/de_ch-en.txt X Xdo-fetch: X @${DO_NADA} X Xdo-build: X @${CP} ${DICTFILE} ${WRKDIR}/${SWISSDICT} X ${PERL5} -pi.orig -e '$${sz}="\x{009F}"; s/Ã$${sz}/ss/g' \ X ${WRKDIR}/${SWISSDICT} X Xdo-install: X ${INSTALL_DATA} ${WRKDIR}/${SWISSDICT} ${PREFIX}/share/ding X Xpost-install: X @${ECHO_MSG} "" X @${ECHO_MSG} "You can now configure ${SWISSDICT} in your 'Settings' menu." X @${ECHO_MSG} "" X X.include END-of-swissgerman-ding/Makefile echo x - swissgerman-ding/pkg-descr sed 's/^X//' >swissgerman-ding/pkg-descr << 'END-of-swissgerman-ding/pkg-descr' XThis is a swiss-"high german" language pack for german/ding. X XThe official written language in the German part of Switzerland does not contain Xthe doppel-s (UTF-8 0x9f) nor is it available on Swiss-German keyboards. X XWWW: none X X- ehaupt Xehaupt@critical.ch END-of-swissgerman-ding/pkg-descr exit --- swissgerman-ding.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: