[Lunar-commits] CVS: moonbase/games/fortune CONFIGURE, NONE,
1.1 DEPENDS, NONE, 1.1 BUILD, 1.1.1.1, 1.2 DETAILS, 1.1.1.1, 1.2
Chad Kittel
v3rt1g0 at lunar-linux.org
Tue Sep 7 01:57:40 UTC 2004
Update of /var/cvs/lunar/moonbase/games/fortune
In directory espresso.lunar-linux.org:/tmp/cvs-serv30699/fortune
Modified Files:
BUILD DETAILS
Added Files:
CONFIGURE DEPENDS
Log Message:
Version bump. YaY. This release is the first from fortune's new developer.
Fortune-mod now has some internationalization and UTF-8 support. This
version also added about 1000 more cookies to the default database. It
now depends on an already existing module, recode. I also added a
configure option so that the offensive cookies are not installed by
default, see the comment in the CONFIGURE file.
--- NEW FILE: CONFIGURE ---
# Ask the user about the cookies that have been deemed "offensive"
# by the fortune-mod developers. The default is NO (that is, Do not
# install the offensive cookies) to be "school appropriate" (sic).
if ! grep -q "OFF=" $MODULE_CONFIG; then
if query "Install the \"offensive\" cookies distributed with fortune?" n; then
OFFENSIVE=1
else
OFFENSIVE=0
fi
echo "OFF=OFFENSIVE=$OFFENSIVE" >> $MODULE_CONFIG
fi
--- NEW FILE: DEPENDS ---
depends recode # Needed as of version 1.99.1
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/fortune/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ BUILD 7 Sep 2004 01:57:37 -0000 1.2
@@ -1,14 +1,11 @@
(
-
- LOCATIONS=" FORTDIR=/usr/games
- COOKIEDIR=/usr/share/games/fortunes
- BINDIR=/usr/bin
- BINMANDIR=/usr/share/man/man1
- FORTMANDIR=/usr/share/man/man6"
-
- make $LOCATIONS &&
+ make $OFF all &&
prepare_install &&
- make $LOCATIONS \
- install
+ make $OFF install &&
+
+ # Remove the .u8 simlinks from the main cookie directory
+ # and the offensive directory (if it exists)
+ rm -f /usr/share/games/fortunes/*.u8
+ rm -f /usr/share/games/fortunes/off/*.u8
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/fortune/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:15 -0000 1.1.1.1
+++ DETAILS 7 Sep 2004 01:57:37 -0000 1.2
@@ -1,14 +1,15 @@
- MODULE=fortune
- VERSION=mod-9708
+ MODULE=fortune
+ VERSION=mod-1.99.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/games/amusements/$MODULE/$SOURCE
- WEB_SITE=http://www.ibiblio.org/pub/Linux/games/amusements/$MODULE/$MODULE-$VERSION.README
+ SOURCE_URL=http://www.redellipse.net/code/downloads/$SOURCE
+ SOURCE_VRY=sha1:53aa354025094d7c0e544bb1662714815fa63918
+ WEB_SITE=http://www.redellipse.net/code/$MODULE
ENTERED=20011116
- UPDATED=20011116
+ UPDATED=20040906
SHORT="Fortune is a program which randomly pulls quotations from a large database."
cat << EOF
Fortune is a program which randomly pulls quotations from a large database
-(over 15,000 at current count). Fortune started out life as a part of
-NetBSD, but has been ported to and enhanced for the Linux platform.
+(16,422 at current count). Fortune started out life as a part of NetBSD,
+but has been ported to and enhanced for the Linux platform.
EOF
More information about the Lunar-commits
mailing list