summaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-01-12 07:50:49 +0000
committerasmodai <asmodai@FreeBSD.org>2001-01-12 07:50:49 +0000
commit7b173c73704f54955090f0ccafe782632e91ae55 (patch)
treea745dc5cfac5c513c1353d6d8f50e7dbeda9a891 /textproc
parentc67130d24caf9eae2e727be5c01499303b1d9303 (diff)
downloadFreeBSD-ports-7b173c73704f54955090f0ccafe782632e91ae55.zip
FreeBSD-ports-7b173c73704f54955090f0ccafe782632e91ae55.tar.gz
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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/Makefile47
-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 7c20071..970bbb9 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 9443efc..9443efc 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 a309dc2..a309dc2 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 f978845..f978845 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 a6f6464..a6f6464 100644
--- a/textproc/ispell/pkg-plist.dk
+++ b/textproc/ispell/pkg-plist.da
OpenPOWER on IntegriCloud