diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-12 07:50:49 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-01-12 07:50:49 +0000 |
commit | 17301e95a2932cf5c917d7bd091a29ec3ca0c5fe (patch) | |
tree | 5cf0684717e096df330ca7c3a2dc0982d6a2fcca /textproc/ispell | |
parent | 529787e5c4943d9da3408f0cb20e27c04f6ad5f8 (diff) | |
download | ports-17301e95a2932cf5c917d7bd091a29ec3ca0c5fe.tar.gz ports-17301e95a2932cf5c917d7bd091a29ec3ca0c5fe.zip |
Apply iso639 to the variable names I introduced the last few days.
Afrikaans is now ISPELL_AF, and Danish is ISPELL_DA, as per iso639.
[pointed out by markm]
Also bumped the PORTREVISION belatedly due to introducing three new
languages.
Notes
Notes:
svn path=/head/; revision=37123
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 47 | ||||
-rw-r--r-- | textproc/ispell/files/AF.patch (renamed from textproc/ispell/files/ZA.patch) | 0 | ||||
-rw-r--r-- | textproc/ispell/files/DA.patch (renamed from textproc/ispell/files/DK.patch) | 0 | ||||
-rw-r--r-- | textproc/ispell/pkg-plist.af (renamed from textproc/ispell/pkg-plist.za) | 0 | ||||
-rw-r--r-- | textproc/ispell/pkg-plist.da (renamed from textproc/ispell/pkg-plist.dk) | 0 |
5 files changed, 24 insertions, 23 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 7c20071fc925..970bbb96ac90 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,6 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.1.20c +PORTREVISION= 1 CATEGORIES+= textproc elisp MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \ ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ @@ -31,16 +32,16 @@ ALL_TARGET= BUILDHASH= ${WRKSRC}/buildhash DATADIR= ${PREFIX}/share/ispell -.if (!defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO) && !defined(ISPELL_NL) && !defined(ISPELL_DK) && !defined(ISPELL_ZA)) +.if (!defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO) && !defined(ISPELL_NL) && !defined(ISPELL_DA) && !defined(ISPELL_AF)) pre-everything: @${ECHO_MSG} '*********************************************************' @${ECHO_MSG} '* You can add further dictionaries: *' @${ECHO_MSG} '* Use make-flag: *' - @${ECHO_MSG} '* - Afrikaans ISPELL_ZA=yes *' + @${ECHO_MSG} '* - Afrikaans ISPELL_AF=yes *' @${ECHO_MSG} '* - British ISPELL_BRITISH=yes *' @${ECHO_MSG} '* (replaces the American dictionary) *' @${ECHO_MSG} '* - Dutch ISPELL_NL=yes *' - @${ECHO_MSG} '* - Danish ISPELL_DK=yes *' + @${ECHO_MSG} '* - Danish ISPELL_DA=yes *' @${ECHO_MSG} '* - French ISPELL_FR=yes *' @${ECHO_MSG} '* - Brasilian ISPELL_BR=yes *' @${ECHO_MSG} '* - German (old spelling) ISPELL_DEALT=yes *' @@ -94,21 +95,21 @@ MASTER_SITE_SUBDIR= asmodai EXTRA_DICT+= ${NLDISTFILE} EXTRACT_ONLY+= ${NLDISTFILE} .endif -.if defined(ISPELL_DK) -DKDISTFILE= ispell-da-1.4.7.tar.gz +.if defined(ISPELL_DA) +DADISTFILE= ispell-da-1.4.7.tar.gz MASTER_SITES+= http://da.speling.org/filer/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asmodai -EXTRA_DICT+= ${DKDISTFILE} -EXTRACT_ONLY+= ${DKDISTFILE} +EXTRA_DICT+= ${DADISTFILE} +EXTRACT_ONLY+= ${DADISTFILE} .endif -.if defined(ISPELL_ZA) -ZADISTFILE= ispell-sa-1.0.0.tar.gz +.if defined(ISPELL_AF) +AFDISTFILE= ispell-sa-1.0.0.tar.gz MASTER_SITES+= ${MASTER_SITE_LOCAL} \ http://www.ninth-circle.org/~asmodai/ MASTER_SITE_SUBDIR= asmodai -EXTRA_DICT+= ${ZADISTFILE} -EXTRACT_ONLY+= ${ZADISTFILE} +EXTRA_DICT+= ${AFDISTFILE} +EXTRACT_ONLY+= ${AFDISTFILE} .endif @@ -148,11 +149,11 @@ post-patch: .if defined(ISPELL_NL) @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/NL.patch 2>/dev/null .endif -.if defined(ISPELL_DK) - @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/DK.patch 2>/dev/null +.if defined(ISPELL_DA) + @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/DA.patch 2>/dev/null .endif -.if defined(ISPELL_ZA) - @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/ZA.patch 2>/dev/null +.if defined(ISPELL_AF) + @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/AF.patch 2>/dev/null .endif @@ -200,12 +201,12 @@ post-build: @cd ${WRKDIR}/${NLDISTFILE:S=.tar.gz==} && \ ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} all .endif -.if defined(ISPELL_DK) - @cd ${WRKDIR}/${DKDISTFILE:S=.tar.gz==} && \ +.if defined(ISPELL_DA) + @cd ${WRKDIR}/${DADISTFILE:S=.tar.gz==} && \ ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} all .endif -.if defined(ISPELL_ZA) - @cd ${WRKDIR}/${ZADISTFILE:S=.tar.gz==} && \ +.if defined(ISPELL_AF) + @cd ${WRKDIR}/${AFDISTFILE:S=.tar.gz==} && \ ${MAKE} ${MAKEFLAGS} BUILDHASH=${BUILDHASH} all .endif @@ -235,11 +236,11 @@ post-install: .if defined(ISPELL_NL) @${CAT} ${MASTERDIR}/pkg-plist.nl >> ${TMPPLIST} .endif -.if defined(ISPELL_DK) - @${CAT} ${MASTERDIR}/pkg-plist.dk >> ${TMPPLIST} +.if defined(ISPELL_DA) + @${CAT} ${MASTERDIR}/pkg-plist.da >> ${TMPPLIST} .endif -.if defined(ISPELL_ZA) - @${CAT} ${MASTERDIR}/pkg-plist.za >> ${TMPPLIST} +.if defined(ISPELL_AF) + @${CAT} ${MASTERDIR}/pkg-plist.af >> ${TMPPLIST} .endif .if defined(ISPELL_BRITISH) @${CAT} ${MASTERDIR}/pkg-plist.british >> ${TMPPLIST} diff --git a/textproc/ispell/files/ZA.patch b/textproc/ispell/files/AF.patch index 9443efc08a3f..9443efc08a3f 100644 --- a/textproc/ispell/files/ZA.patch +++ b/textproc/ispell/files/AF.patch diff --git a/textproc/ispell/files/DK.patch b/textproc/ispell/files/DA.patch index a309dc24a1d7..a309dc24a1d7 100644 --- a/textproc/ispell/files/DK.patch +++ b/textproc/ispell/files/DA.patch diff --git a/textproc/ispell/pkg-plist.za b/textproc/ispell/pkg-plist.af index f9788453919b..f9788453919b 100644 --- a/textproc/ispell/pkg-plist.za +++ b/textproc/ispell/pkg-plist.af diff --git a/textproc/ispell/pkg-plist.dk b/textproc/ispell/pkg-plist.da index a6f64643e810..a6f64643e810 100644 --- a/textproc/ispell/pkg-plist.dk +++ b/textproc/ispell/pkg-plist.da |