head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.57.59;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2011.11.28.16.05.48;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2008.06.06.13.32.23;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.15.14.28.27;	author thierry;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.20.19.08.33;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.10.16.46.20;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.06.22.45.17;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2002.09.10.03.29.38;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:    de-aspell
# Date created:                         1 September 2002
# Whom:                                 Thierry Thomas <thierry@@pompo.net>
#
# $FreeBSD: head/german/aspell/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	aspell
DISTVERSION=	6-de-20030222-1
PORTREVISION=	1
CATEGORIES=	german textproc

MAINTAINER=	office@@FreeBSD.org
COMMENT=	Aspell German dictionary

DICT=	 	de

.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
@


1.7
log
@- Pass maintainership to office@@FreeBSD.org

Discussed with:	bapt
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@All dictionaries can be installed separately:

  - by default, textproc/aspell installs the English dictionaries (no
    change);
  - thereafter you can install any foreign dictionary;
  - when you install a foreign dictionary, i.e. french/aspell or
    textproc/da-aspell, it installs only the dictionaries, and depends
    upon textproc/aspell for the programs;
  - if you don't need the English dictionaries, you can define
    WITHOUT_DICTEN or install textproc/aspell-without-dicten;
  - add a new port for textproc/en-aspell: if aspell had been installed
    without the English dictionaries, they can be added thereafter;
  - add a missing port for german/alt-aspell;
  - foreign dictionaries are almost independent from textproc/aspell,
    and their maintainership is available.

Credits:	special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
@
text
@d10 1
@


1.4
log
@De-pkg-comment.
@
text
@d9 2
a10 1
CATEGORIES=	german
d13 1
a13 1
COMMENT=	Aspell with German dictionary
d15 1
a15 1
MASTERDIR=	${.CURDIR}/../../textproc/aspell
d17 2
a18 3
ASPELL_DE=	ja

.include "${MASTERDIR}/Makefile"
@


1.3
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d12 1
@


1.2
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a12 2
PORTCOMMENT=	Aspell with German dictionary

@


1.1
log
@build aspell with dictionary
PR:             42528
Submitted by:   thierry@@pompo.net
@
text
@d13 2
@

