head	1.18;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.05.57.59;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2010.09.18.07.38.38;	author beat;	state Exp;
branches;
next	1.16;

1.16
date	2010.09.15.11.06.18;	author beat;	state Exp;
branches;
next	1.15;

1.15
date	2009.05.12.19.05.32;	author beat;	state Exp;
branches;
next	1.14;

1.14
date	2009.01.28.23.25.19;	author beat;	state Exp;
branches;
next	1.13;

1.13
date	2008.04.09.13.42.06;	author pav;	state Exp;
branches;
next	1.12;

1.12
date	2008.03.17.21.56.07;	author ehaupt;	state Exp;
branches;
next	1.11;

1.11
date	2007.05.19.20.08.26;	author flz;	state Exp;
branches;
next	1.10;

1.10
date	2007.04.20.20.25.56;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2006.06.06.20.18.17;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2006.03.24.05.44.37;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2005.07.14.08.02.35;	author niels;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.08.22.38.10;	author nectar;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.08.12.56.19;	author krion;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.18.23.30.44;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.25.19.11.34;	author nectar;	state Exp;
branches;
next	1.2;

1.2
date	2002.08.13.15.14.13;	author nectar;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.25.23.51.34;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ding
# Date created:							5/25/2001
# Whom:									n@@nectar.com
#
# $FreeBSD: head/german/ding/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ding
PORTVERSION=	1.7
CATEGORIES=	german tk
MASTER_SITES=	ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ \
		CRITICAL

MAINTAINER=	beat@@FreeBSD.org
COMMENT=	A German-English dictionary program for X windows/Unix

RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
		agrep:${PORTSDIR}/textproc/agrep

USE_PERL5=	yes

MAN1=		ding.1

DICTFILE=	de-en.txt
SWISSDICT=	de_ch-en.txt

do-build:
	${SED} -E -e '1,/^exec/ s!wish!wish8.4!' \
	  -e 's!/usr/share/dict/de-en.txt!${PREFIX}/share/ding/de-en.txt!' \
	  ${WRKSRC}/ding > ${WRKSRC}/dingX
	${SED} -E -e 's!/usr/share/bin/!${PREFIX}/bin/!' \
	  ${WRKSRC}/ding.desktop > ${WRKSRC}/ding.desktop.sed
	@@${CP} ${WRKSRC}/${DICTFILE} ${WRKSRC}/${SWISSDICT}
	${PERL5} -pi.orig -e '$${sz}="\x{009F}"; s/$${sz}/ss/g' \
	  ${WRKSRC}/${SWISSDICT}

do-install:
	${MKDIR} ${PREFIX}/share/ding
	${INSTALL_SCRIPT} ${WRKSRC}/dingX ${PREFIX}/bin/ding
	${INSTALL_DATA} ${WRKSRC}/${DICTFILE} ${PREFIX}/share/ding/de-en.txt
	${INSTALL_DATA} ${WRKSRC}/${SWISSDICT} ${PREFIX}/share/ding
	${INSTALL_DATA} ${WRKSRC}/ding.png ${PREFIX}/share/ding/ding.png
	${INSTALL_DATA} ${WRKSRC}/ding.desktop.sed ${PREFIX}/share/ding/ding.desktop
	${INSTALL_MAN} ${WRKSRC}/ding.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
@


1.17
log
@- Add additional MASTER_SITES to fix distfile fetching

Reported by:	pointyhat via pav
Submitted by:	ehaupt
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@- Update to 1.7

Reported by:	portscout
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/
@


1.15
log
@- Update to 1.6
- Integrate dict file from swissgerman-ding [1]

Approved by:	miwi (mentor)
Suggested by:	ehaupt (swissgerman-ding maintainer) [1]
@
text
@d9 1
a9 1
PORTVERSION=	1.6
@


1.14
log
@Update my email address to @@FreeBSD.org.

Approved by:	miwi (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	1.5
PORTREVISION=	2
d19 2
d23 3
d32 3
d39 2
a40 1
	${INSTALL_DATA} ${WRKSRC}/de-en.txt ${PREFIX}/share/ding/de-en.txt
@


1.13
log
@- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:	portmgr
@
text
@d14 1
a14 1
MAINTAINER=	beat@@chruetertee.ch
@


1.12
log
@Get rid of USE_X_PREFIX.

Approved by:	Beat Gtzi <beat@@chruetertee.ch> (maintainer)
@
text
@d11 1
a11 1
CATEGORIES=	german tk84
@


1.11
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	1
a20 1
USE_X_PREFIX=	yes
@


1.10
log
@- Update to 1.5

PR:		111908
Submitted by:	miwi
Approved by:	maintainer
@
text
@d10 1
@


1.9
log
@Take maintainership

PR:		ports/98540
Submitted by:	Beat Gaetzi <beat at chruetertee.ch>
Approved by:	krion (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	1.4
@


1.8
log
@Reset maintainer at his request; nectar is away from FreeBSD work right now.
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@Upgraded to version 1.4. The 1.3 version was unfetchable which caused the port
to be BROKEN.

Approved by:	nectar (mentor)
Reported by:	pointyhat via kris
@
text
@d13 1
a13 1
MAINTAINER=	nectar@@FreeBSD.ORG
@


1.6
log
@Upgrade 1.2 -> 1.3.
Install PNG icon and man page.

The upgrade was

Requested by:	Rainer Hurling <rhurlin@@gwdg.de>
@
text
@d9 1
a9 1
PORTVERSION=	1.3
d24 1
a24 1
	  -e 's!/usr/share/dict/ger-eng.txt!${PREFIX}/share/ding/ger-eng.txt!' \
d26 2
d32 1
a32 1
	${INSTALL_DATA} ${WRKSRC}/ger-eng.txt ${PREFIX}/share/ding/ger-eng.txt
d34 1
@


1.5
log
@- Fix MASTER_SITES

PR:		ports/66704
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
Approved by:	maintainer timeout
@
text
@d9 1
a9 2
PORTVERSION=	1.2
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/old-releases/
d19 1
d31 2
@


1.4
log
@Switch to tk84, bump PORTREVISION and tidy some whitespace.

Reviewed by:	nectar
@
text
@d12 1
a12 2
MASTER_SITES=	http://cgi.tu-chemnitz.de/ftp-home/pub/Local/urz/ding/ \
		ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/
@


1.3
log
@-- Move pkg-comment into Makefile
-- portlint as necessary
@
text
@d8 1
a8 1
PORTNAME=		ding
d10 2
a11 1
CATEGORIES=		german
d13 1
a13 1
				ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/
d15 2
a16 2
MAINTAINER=		nectar@@FreeBSD.ORG
COMMENT=		A German-English dictionary program for X windows/Unix
d18 2
a19 2
RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
				agrep:${PORTSDIR}/textproc/agrep
d24 1
a24 1
	${SED} -E -e '1,/^exec/ s!wish!wish8.3!' \
@


1.2
log
@Update 1.1 -> 1.2.
@
text
@d15 1
@


1.1
log
@A German-English dictionary program for X windows/Unix
@
text
@d9 1
a9 1
PORTVERSION=	1.1
a12 1
EXTRACT_SUFX=	.tgz
d23 1
a23 1
	  -e 's!/usr/dict/ger-eng.txt!${PREFIX}/share/ding/ger-eng.txt!' \
@

