Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8110/stable/main/finkinfo/games

Added Files:
        fortunes-b5.info fortunes-de.info fortunes-de.patch 
Log Message:
...also want optional collections


--- NEW FILE: fortunes-b5.info ---
Package: fortunes-b5
Version: 20060905
Revision: 1
Description: Babylon 5 quotes for fortune-mod
Homepage: http://www.cs.tut.fi/~albert/Quotes/B5-quotes.html
Maintainer: Brian Gernhardt <be...@silverinsanity.com>
License: OSI-Approved
Depends: fortune-mod
Source: http://www.cs.tut.fi/~albert/Quotes/B5-quotes
Source-MD5: 5ca0733d0a8b4469c103c11669cc50e7
NoSourceDirectory: true
CompileScript: <<
sed -e "s/^%%%%$/%%/" B5-quotes > babylon5
strfile babylon5 babylon5.dat
ln -s babylon5 babylon5.u8
<<
InstallScript: <<
mkdir -p %i/share/fortunes
cp -R babylon5 babylon5.dat babylon5.u8 %i/share/fortunes
<<

--- NEW FILE: fortunes-de.patch ---
diff -ru2N --exclude=.DS_Store fortunes-de-0.19/install.sh 
fortunes-de-0.19-patched/install.sh
--- fortunes-de-0.19/install.sh Wed Aug 13 02:05:12 2003
+++ fortunes-de-0.19-patched/install.sh Sun Dec 12 00:00:23 2004
@@ -2,8 +2,4 @@
 ### install.sh - installation skript for German fortunes
 ### -- Andreas Tille <ti...@debian.org>
-###
-VERSION="0.11"
-
-PREFIX=${PREFIX-"/usr/local"}
 
 ### Databases
@@ -12,15 +8,5 @@
 DIRS=`find data -type d -maxdepth 1 | sed "s?data/??" | sed "/data/d"`
 
-DOC="README AUTHORS NEWS LIESMICH GPL-Deutsch"
-DOCDIR=$PREFIX/${DOCDIR:-"doc/fortune-de-$VERSION"}
-BINDIR=$PREFIX/${BINDIR:-"games"}
-MANDIR=$PREFIX/${MANDIR:-"man"}
-FORTUNEDIR=${FORTUNEDIR:-"$PREFIX/games"}
-# SCRIPTS="spruch regeln"
-
-FORTUNESDIR=$PREFIX/${FORTUNESDIR:-"share/games/fortunes"}
-INSTDIR=$FORTUNESDIR/de
-
-SCRIPTSEARCH=${SCRIPTSEARCH:-"$FORTUNESDIR"}
+instd...@prefix@/share/fortunes/de
 
 UTF8=no
@@ -35,5 +21,5 @@
 str_it () {
   dat=`basename $1`
-  cp -a -f $1 $INSTDIR
+  cp -pR -f $1 $INSTDIR
   if [ "$UTF8" == "yes" ] ; then
      # recode to UTF-8
@@ -45,11 +31,4 @@
 }
 
-if [ -d $DOCDIR ] || mkdir -p $DOCDIR
-then cp -a -f $DOC $DOCDIR
-else 
- echo "Unable to create $DOCDIR."
- exit 2
-fi
-
 if [ -d $INSTDIR ] || mkdir -p $INSTDIR
 then
@@ -104,69 +83,3 @@
 fi
 
-# Script-Pfade anpassen
-mainsh="spruch"
-if [ -d $BINDIR ] || mkdir -p $BINDIR
-then
-  cat bin/$mainsh.sh | \
-      sed "s?/usr/local/share/games/fortunes?$SCRIPTSEARCH?" | \
-      sed "s?\(FORTUNEPATH=\)/usr/local/games/?\1$FORTUNEDIR/?" \
-      > $BINDIR/$mainsh
-    chmod 755 $BINDIR/$mainsh
-  for sh in `ls rezepte`
-  do
-    ln -sf $mainsh $BINDIR/$sh
-  done
-else
-  echo  "Unable to create $BINDIR"
-fi
-
-MANLOCALES="/ /de/"
-mainman="spruch.6"
-for loc in ${MANLOCALES} ; do
-  MAN6DIR=$MANDIR${loc}man6
-  if [ -d $MAN6DIR ] || mkdir -p $MAN6DIR
-  then
-    cp -a man${loc}$mainman $MAN6DIR
-    for man in `ls rezepte` ; do
-      ln -sf $mainman $MAN6DIR/${man}.6
-    done
-#    if [ "$loc" == "/de/" ] ; then
-#      ln -sf $mainman $MAN6DIR/fortune.6
-#    fi
-  else
-    echo  "Unable to create $MAN6DIR"
-  fi
-done
-
-if [ -f ${BINDIR}/fortune ] ; then
-  if [ -f ${BINDIR}/fortune.en -o -L ${BINDIR}/fortune ] ; then
-    echo "Es scheint schon eine frühere Version von fortunes-de installiert 
worden zu sein."
-    echo "Verzichte auf das Umbenennen von ${BINDIR}/fortune."
-  else
-    mv ${BINDIR}/fortune ${BINDIR}/fortune.en
-  fi
-fi
-
-exit $?
-
-# Do not link to fortune because fortune is now internationalized
-ln -sf $mainsh ${BINDIR}/fortune
-
-MAN6DIR=$MANDIR/man6
-if [ -f ${MAN6DIR}/fortune.6 ] ; then
-  if [ -f ${MAN6DIR}/fortune.en.6 -o -L ${MAN6DIR}/fortune.6 ] ; then
-    echo "Verzichte auf das Umbenennen von ${MAN6DIR}/fortune.en.6."
-  else
-    mv ${MAN6DIR}/fortune.6 ${MAN6DIR}/fortune.en.6
-  fi
-fi
-if [ -f ${MAN6DIR}/fortune.6.gz ] ; then
-  if [ -f ${MAN6DIR}/fortune.en.6.gz -o -L ${MAN6DIR}/fortune.6.gz ] ; then
-    echo "Verzichte auf das Umbenennen von ${MAN6DIR}/fortune.en.6.gz."
-  else
-    mv ${MAN6DIR}/fortune.6.gz ${MAN6DIR}/fortune.en.6.gz
-  fi
-fi
-ln -sf $mainman $MAN6DIR/fortune.6
-
-
+sudo chown -R root:staff $INSTDIR

--- NEW FILE: fortunes-de.info ---
Package: fortunes-de
Version: 0.19
Revision: 1
License: GPL
HomePage: http://packages.debian.org/unstable/games/fortunes-de.de.html
BuildDepends: recode, fortune-mod, fink (>= 0.24.12)
Recommends: fortune-mod (>= 9708-3)
Enhances: fortune-mod (>= 9708-3)
Provides: fortune-cookie-db
Source: mirror:debian:pool/main/f/%n/%n_%v.orig.tar.gz
Source-MD5: 8dbd0b4c73905c4adc996811a0458807
SourceDirectory: %n-%v
DocFiles: AUTHORS ChangeLog COPYING GPL-Deutsch LIESMICH NEWS README
PatchFile: %n.patch
PatchFile-MD5: aa207ebbf449adf55982191548a1b5f8
PatchScript: sed 's|@PREFIX@|%i|g' < %{PatchFile} | patch -p1
CompileScript: echo "No compile needed."
InstallScript: ./install.sh -utf8
Description: Fortune-mod: German data files for fortune
DescDetail: <<

 Collection of more than 15000 German cookies. This package can be a
 replacement for or an addition to the fortunes package to let fortune
 speak German.

 Deutsche Spruch-Dateien fuer fortune

 Sammlung von mehr als 15000 deutschen Spruechen, Witzen und
 Zitaten. Dieses Paket ersetzt oder ergaenzt das (englische) fortune
 Paket um deutsche Sprueche.
<<
DescPackaging: <<
  Original maintainer: Carsten Klapp <carstenkl...@users.sourceforge.net>

  Only installs the fortune data files.
<<
Maintainer: None <fink-de...@lists.sourceforge.net>
DescUsage: <<
 Automatic fortune selection based on language requires
 fortune-mod-9708-3 or newer, and setting of shell environment
 variables:
 - (t)csh % setenv LANG de
 -        % setenv LANGUAGE de
 - bash   $ export LANG=de
 -        $ export LANGUAGE=de

 For earlier versions of fortune invoke it manually as follows:
 fortune /sw/share/fortunes/de/
<<
DescPort: <<
 UTF-8 cookies are now installed as this is the default for
 fortune-mod 1.199.1 which uses librecode.
<<


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to