Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv29091

Modified Files:
        ispell.info ispell-german.info ispell-german.patch 
Added Files:
        ispell-portuguese.info 
Log Message:
Latest versions from unstable.

Index: ispell-german.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/text/ispell-german.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ispell-german.info  26 Jan 2006 03:37:13 -0000      1.1
+++ ispell-german.info  1 Jul 2007 16:55:36 -0000       1.2
@@ -1,7 +1,7 @@
 Package: ispell-german
-Version: 20011124
-Revision: 1
-Depends: ispell
+Version: 20030222
+Revision: 2
+Depends: ispell (>= 3.3.02-2)
 Description: German ispell dictionaries
 DescDetail: <<
   German dictionaries for use with ispell.
@@ -11,9 +11,11 @@
 Source: ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk2-deutsch.tar.gz
 Source-MD5: 7fa72ab88d3ef466e35cf0721140b8ec
 NoSourceDirectory: True
-Source2: http://lisa.goe.net/~bjacke/igerman98/dict/igerman98-%v.tar.bz2
-Source2-MD5: c1eb62963d28ca423e2666e838de0b96
+Source2: http://j3e.de/ispell/igerman98/dict/igerman98-%v.tar.bz2
+Source2-MD5: 90e3d3f05d6517b389c75e7d2b46dc36
 Patch: %n.patch
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
 CompileScript: <<
 make
 (cd igerman98-%v; make)

--- NEW FILE: ispell-portuguese.info ---
Package: ispell-portuguese
Version: 20061226
Revision: 1
Depends: ispell
Description: Portuguese ispell dictionary
DescDetail: <<
  This is the Portuguese dictionary by Jose Joao de Almeida 
  and Ulisses Pinto for use with ispell.
<<
Source: 
http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt-%v.tar.gz
Source-MD5: 96cecafa96fed7a98c2d19d9048e8bba
CompileScript: make
InstallScript: <<
#!/bin/sh -ex
 mkdir -p %i/lib
 cp portugues.hash portugues.aff %i/lib/
 ln -s portugues.hash %i/lib/pt_PT.hash
 ln -s portugues.hash %i/lib/pt.hash
 ln -s portugues.hash %i/lib/port.hash
<<
DocFiles: COPYING README 
DescPort: <<
 Thanks to Rodrigo Ventura for the URLs.

 Installing is done by hand, because "make install"
 doesn't know about %i vs %p.  
<<
License: GPL
Homepage: http://linguateca.di.uminho.pt/dics/dics.html
Maintainer: Martin Costabel <[EMAIL PROTECTED]>

Index: ispell.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/text/ispell.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ispell.info 1 Feb 2007 22:05:45 -0000       1.3
+++ ispell.info 1 Jul 2007 16:55:36 -0000       1.4
@@ -1,25 +1,41 @@
 Package: ispell
-Version: 3.2.06
-Revision: 3
+Version: 3.3.02
+Revision: 2
 Description: Interactive spell-checker
 DescDetail: <<
 International Ispell is an interactive spell-checking program for Unix 
 which supports a large number of European languages.
 <<
 Source: http://ficus-www.cs.ucla.edu/geoff/tars/%n-%v.tar.gz
-Source-MD5: d434e1aef1a815294d5012c60c4c414a
-BuildConflicts: coreutils-default
+Source-MD5: 12087d7555fc2b746425cd167af480fe
 PatchScript: <<
- sed 's|<PREFIX>|%p|g' %a/%n.patch | patch -p1
- cp local.h.samp local.h
+#!/bin/sh -ex
+# fix configuration
+ /usr/bin/sed -e '/I.DIR/s|/usr/local|%p|g ;
+                  /MAN.*DIR/s|/usr/local|%p/share|g ;
+                  85a\
+#define YACC    "/usr/bin/yacc"\
+#define LANGUAGES 
"{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=}"
+                 ' local.h.macos > local.h
+# remove Makefile weirdness
+ perl -pi -e 's|\-f \.\.\/\.\./Makefile||' `find languages -name Makefile`
+<<
+NoSetMAKEFLAGS: true
+SetMAKEFLAGS: -j1
+CompileScript: <<
+#!/bin/sh -ev 
+ make config.sh 
+ sed 's|%p|%i|g' config.sh > config.sh.INSTALL 
+ make all
+ /usr/bin/sed -n '8,46wLICENSE' ispell.c
 <<
-CompileScript: (export TMPDIR=/tmp; make config.sh; cp config.sh 
config.sh.BUILD; sed 's|%p|%i|g' < config.sh.BUILD > config.sh.INSTALL; make)
 InstallScript: <<
- (rm -f config.sh; ln -s config.sh.INSTALL config.sh; make install)
- mkdir -p %i/share/doc/%n
- cp README %i/share/doc/%n
- head -n 54 ispell.c | tail -n 47 > %i/share/doc/%n/LICENSE
+#!/bin/sh -ev
+ mv config.sh.INSTALL config.sh 
+ make install
 <<
+DocFiles: README Contributors WISHES LICENSE
+DescPort: Previous versions by Jeff Whitaker
 License: OSI-Approved
 Homepage: http://ficus-www.cs.ucla.edu/geoff/ispell.html
-Maintainer: None <[EMAIL PROTECTED]>
+Maintainer: Martin Costabel <[EMAIL PROTECTED]>

Index: ispell-german.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/text/ispell-german.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ispell-german.patch 26 Jan 2006 03:37:13 -0000      1.1
+++ ispell-german.patch 1 Jul 2007 16:55:36 -0000       1.2
@@ -494,17 +494,8 @@
  Zisterne/N
 diff -ur igerman98-20011124.ori/Makefile igerman98-20011124/Makefile
 --- igerman98-20011124/igerman98-20011124.ori/Makefile Sat Nov 24 23:16:10 2001
-+++ igerman98-20011124/igerman98-20011124/Makefile     Tue Feb  5 13:21:34 2002
-@@ -45,17 +45,17 @@
- 
- 
- ISPELLIBDIR = $$(ispell -vv |grep "LIBDIR" |sed "s/.*\=//;s/^\ *//" |tr -d \")
--test:
--      echo $(ISPELLIBDIR)
-+#test:
-+#     echo $(ISPELLIBDIR)
- DESTDIR =
- MAKE = make
++++ igerman98-20030222/igerman98-20030222/Makefile     Tue Feb  5 13:21:34 2002
+@@ -51,10 +51,10 @@
  BUILDHASH = buildhash
  ISPELL = ispell
  SQ = sq


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to