mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Oops - I forgot to add these files in my previous commit.
This commit is contained in:
parent
6f5de1d923
commit
d5ddd85f15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24952
4 changed files with 90 additions and 0 deletions
8
textproc/ispell/files/BR.patch
Normal file
8
textproc/ispell/files/BR.patch
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- br.ispell-2.3/conjugue.old Sun Feb 21 13:39:02 1999
|
||||
+++ br.ispell-2.3/conjugue Sat Nov 6 01:02:55 1999
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/gawk -f
|
||||
+#!/usr/bin/awk -f
|
||||
#
|
||||
|
||||
#
|
39
textproc/ispell/files/DENEU.patch
Normal file
39
textproc/ispell/files/DENEU.patch
Normal file
|
@ -0,0 +1,39 @@
|
|||
--- igerman98-19991219/Makefile.orig Sun Dec 19 10:46:45 1999
|
||||
+++ igerman98-19991219/Makefile Fri Dec 31 11:31:02 1999
|
||||
@@ -36,16 +38,16 @@
|
||||
## Ispell and Aspell stuff:
|
||||
###
|
||||
|
||||
-german.hash: all.words copyright
|
||||
- buildhash all.words german.aff $@
|
||||
+german.hash: all.words
|
||||
+ ${BUILDHASH} all.words german.aff $@
|
||||
|
||||
-all.words: $(WORTE)
|
||||
- sed s/qq//g $+ | sort -u > $@
|
||||
+all.words: ${WORTE}
|
||||
+ sed s/qq//g ${WORTE} | sort -u > $@
|
||||
|
||||
swiss: all.words copyright
|
||||
cat german.aff |sed /swiss-del/d |sed /swiss-convert/s/sS/SS/g |sed '/stringchar/!s/sS//g' > swiss.aff
|
||||
cat all.words helvetismen.txt |sed s/sS/ss/g |sort -u > all.words.swiss
|
||||
- buildhash all.words.swiss swiss.aff swiss.hash
|
||||
+ ${BUILDHASH} all.words.swiss swiss.aff swiss.hash
|
||||
|
||||
install: german.hash
|
||||
cp german.aff german.hash `ispell -vv|grep LIBDIR|sed "s/.*\=//" |tr -d \"`
|
||||
@@ -68,11 +70,11 @@
|
||||
liglist.aff:
|
||||
sed '/\#qqq/s/^\#//g;/\#nnn/d' german.aff > liglist.aff
|
||||
|
||||
-all.words.liglist: $(WORTE)
|
||||
- sort -u $+ > $@
|
||||
+all.words.liglist: ${WORTE}
|
||||
+ sort -u ${WORTE} > $@
|
||||
|
||||
liglist.hash: liglist.aff all.words.liglist
|
||||
- buildhash all.words.liglist liglist.aff $@
|
||||
+ ${BUILDHASH} all.words.liglist liglist.aff $@
|
||||
|
||||
liglist: liglist.hash copyright
|
||||
cat oldspell.liglist all.words.liglist \
|
26
textproc/ispell/files/FR.patch
Normal file
26
textproc/ispell/files/FR.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
--- francais-IREQ/Makefile.old Fri Dec 31 10:23:00 1999
|
||||
+++ francais-IREQ/Makefile Fri Dec 31 10:27:35 1999
|
||||
@@ -13,10 +13,10 @@
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# Prendre soin de bien définir cette variable:
|
||||
-LIBDIR = /depot/public/lib/ispell
|
||||
+LIBDIR = ${PREFIX}/lib
|
||||
|
||||
# Il peut être requis de changer celle-ci aussi:
|
||||
-HASH = $(LIBDIR)/buildhash
|
||||
+HASH=${BUILDHASH}
|
||||
|
||||
# buildict n'est pas requis pour l'utilisation de francais-IREQ,
|
||||
# mais si vous décidez de modifier le dictionnaire, la variable suivante
|
||||
@@ -48,8 +48,8 @@
|
||||
> $@'
|
||||
|
||||
francais.hash: francais.dico
|
||||
- $(RM) francais.dico.cnt francais.dico.stat
|
||||
- $(HASH) francais.dico $(AFFIXES) francais.hash
|
||||
+ @rm -f francais.dico.cnt francais.dico.stat
|
||||
+ @${HASH} francais.dico $(AFFIXES) francais.hash
|
||||
|
||||
install: francais.hash
|
||||
install francais.hash $(LIBDIR)
|
17
textproc/ispell/files/SE.patch
Normal file
17
textproc/ispell/files/SE.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- iswedish-1.2.1/Makefile.orig Fri Dec 31 11:32:49 1999
|
||||
+++ iswedish-1.2.1/Makefile Fri Dec 31 11:33:14 1999
|
||||
@@ -1,4 +1,5 @@
|
||||
installdir=/usr/lib/ispell
|
||||
+BUILDHASH=../ispell-3.1/buildhash
|
||||
|
||||
all: svenska.hash
|
||||
|
||||
@@ -7,7 +8,7 @@
|
||||
install -o root -g root -m 0644 svenska.aff $(installdir)
|
||||
|
||||
svenska.hash: svenska.aff svenska.datalista
|
||||
- buildhash svenska.datalista svenska.aff svenska.hash
|
||||
+ ${BUILDHASH} svenska.datalista svenska.aff svenska.hash
|
||||
|
||||
clean:
|
||||
rm -f svenska.datalista.stat svenska.hash svenska.datalista.cnt *~
|
Loading…
Add table
Reference in a new issue