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


1.10
date	2012.11.17.06.00.44;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.11.28.16.05.49;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.06.13.55.33;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2006.12.12.21.35.00;	author miwi;	state Exp;
branches;
next	1.6;

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

1.5
date	2003.08.19.09.12.39;	author arved;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:    pl-aspell
# Date created:                         3 September 2002
# Whom:                                 Thierry Thomas <thierry@@pompo.net>
#
# $FreeBSD: head/polish/aspell/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	aspell
DISTVERSION=	6-pl-6.0_20061121-0
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	polish textproc

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

DICT=	 	pl

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


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

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


1.8
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
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@- Update to 6.0.20061121

PR:		ports/106575
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd@@gmail.com>
@
text
@d10 1
@


1.6
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
@d9 1
a9 1
DISTVERSION=	-pl-0.51-0
@


1.5
log
@- Update the Categories after Repocopy.
- Adjust MASTERDIRs
- Remove PKGNAMEPREFIX since it is implicit
- Add ports to Category Makefile

PR:		53797
Submitted by:	Aleksander Fafula <alex@@fafula.com>
Approved by:	portmgr (marcus)
Repocopied by:	joe
@
text
@d9 3
a11 1
CATEGORIES=	polish
d14 1
a14 1
COMMENT=	Aspell with Polish dictionary
d16 1
a16 1
MASTERDIR=	${.CURDIR}/../../textproc/aspell
d18 2
a19 3
ASPELL_PL=	tak

.include "${MASTERDIR}/Makefile"
@


1.4
log
@De-pkg-comment.
@
text
@d8 2
a9 1
PORTNAME=	pl-aspell
d14 1
a14 1
MASTERDIR=	${.CURDIR}/../aspell
@


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


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

Approved by:	pat
@
text
@a11 2
PORTCOMMENT=	Aspell with Polish dictionary

@


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

