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

Modified Files:
        wtf.info 
Log Message:
New upstream version.


Index: wtf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/wtf.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- wtf.info    13 Oct 2009 15:37:15 -0000      1.3
+++ wtf.info    13 Oct 2009 16:43:46 -0000      1.4
@@ -1,65 +1,75 @@
 Package: wtf
-Version: 20080626
+Version: 20080926
 Revision: 1
 Description: Translates common Internet acronyms
+License: Public Domain
+Homepage: http://www.freebsd.org/cgi/pds.cgi?ports/games/wtf
+Maintainer: Monic Polynomial <moni...@users.sourceforge.net>
+
 Replaces: wtf-acronyms
-#http://www.mu.org/~mux/%n/%n-%v.tar.gz
-Source: 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/jadawin/%n-%v.tar.gz
-Source-MD5: b78ab4628c451e0709c609b3f13d8fd8
+
+#Source: http://www.mu.org/~mux/%n/%n-%v.tar.gz
+Source: mirror:freebsd:%n-%v.tar.gz
+Source-MD5: 5f3ad46d90a71d30ecf281dbd58e9d20
+
 PatchScript: <<
  perl -pi -e 's|/usr/share/misc/|%p/share/%n/|g' %n %n.6
  echo 'FINK    Fink is not an acronym. See 
http://www.finkproject.org/faq/general.php#naming' >> acronyms
  sort acronyms | uniq > acronyms-patched
 <<
+
 CompileScript: <<
- echo "Creating wtfup script..."
- echo '#!/bin/sh' > %nup
- echo '# %f' >> %nup
- echo "echo 'Downloading latest %n acronyms'" >> %nup
- echo 'curl 
http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/share/misc/acronyms -o 
/tmp/acronyms.%nup' >> %nup
- echo "echo 'Backing up installed acronyms to /tmp/acronyms.bak'" >> %nup
- echo 'cp %p/share/%n/acronyms /tmp/acronyms.bak' >> %nup
- echo "echo 'merging with installed acronyms'" >> %nup
- echo 'cat /tmp/acronyms.%nup /tmp/acronyms.bak > /tmp/acronyms.tmp' >> %nup
- echo "echo 'FINK      Fink is not an acronym. See 
http://www.finkproject.org/faq/general.php#naming' >> /tmp/acronyms.tmp" >> %nup
- echo 'sort /tmp/acronyms.tmp | uniq > /tmp/acronyms' >> %nup
- echo "echo 'Installing updated acronyms'" >> %nup
- echo 'sudo install -m 0644 /tmp/acronyms %p/share/%n/acronyms' >> %nup
- echo 'rm /tmp/acronyms.tmp /tmp/acronyms.%nup /tmp/acronyms' >> %nup
- echo "echo 'The following new acronyms were found:'" >> %nup
- echo 'diff -U 0 /tmp/acronyms.bak %p/share/%n/acronyms' >> %nup
- echo 'echo "Done."' >> %nup
+  echo "Creating wtfup script..."
+  echo '#!/bin/sh' > %nup
+  echo '# %f' >> %nup
+  echo "echo 'Downloading latest %n acronyms'" >> %nup
+  echo 'curl 
http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/share/misc/acronyms -o 
/tmp/acronyms.%nup' >> %nup
+  echo "echo 'Backing up installed acronyms to /tmp/acronyms.bak'" >> %nup
+  echo 'cp %p/share/%n/acronyms /tmp/acronyms.bak' >> %nup
+  echo "echo 'merging with installed acronyms'" >> %nup
+  echo 'cat /tmp/acronyms.%nup /tmp/acronyms.bak > /tmp/acronyms.tmp' >> %nup
+  echo "echo 'FINK     Fink is not an acronym. See 
http://www.finkproject.org/faq/general.php#naming' >> /tmp/acronyms.tmp" >> %nup
+  echo 'sort /tmp/acronyms.tmp | uniq > /tmp/acronyms' >> %nup
+  echo "echo 'Installing updated acronyms'" >> %nup
+  echo 'sudo install -m 0644 /tmp/acronyms %p/share/%n/acronyms' >> %nup
+  echo 'rm /tmp/acronyms.tmp /tmp/acronyms.%nup /tmp/acronyms' >> %nup
+  echo "echo 'The following new acronyms were found:'" >> %nup
+  echo 'diff -U 0 /tmp/acronyms.bak %p/share/%n/acronyms' >> %nup
+  echo 'echo "Done."' >> %nup
 <<
+
 InstallScript: <<
- mkdir -p %i/bin/
- mkdir -p %i/share/man/man6/
- mkdir -p %i/share/%n/
- install -m 0755 %n %i/bin/%n
- install -m 0755 %nup %i/bin/%nup
- install -m 0644 %n.6 %i/share/man/man6/%n.6
- install -m 0644 acronyms-patched %i/share/%n/acronyms
+  mkdir -p %i/bin/
+  mkdir -p %i/share/man/man6/
+  mkdir -p %i/share/%n/
+  install -m 0755 %n %i/bin/%n
+  install -m 0755 %nup %i/bin/%nup
+  install -m 0644 %n.6 %i/share/man/man6/%n.6
+  install -m 0644 acronyms-patched %i/share/%n/acronyms
 <<
-PostInstScript: echo "Run 'sudo wtfup' to update to the latest acronym list."
+
+PostInstScript: <<
+  echo "Run wtfup to update to the latest acronym list."
+<<
+
 DescDetail: <<
- Wtf is little shell script taken from NetBSD which translates
- acronyms. These acronyms are kept in a file located at
- %p/share/wtf/acronyms.
+  Wtf is little shell script taken from NetBSD which translates acronyms. These
+  acronyms are kept in a file located at %p/share/wtf/acronyms.
 <<
-DescUsage: <<
- Manual:
-  man wtf
 
- Lookups:
-  wtf tla
-  wtf AFAIK
-  wtf is fink
+DescUsage: <<
+  Manual:
+   man wtf
 
- Update:
-  wtfup
+  Lookups:
+   wtf tla
+   wtf AFAIK
+   wtf is fink
+ 
+  Update:
+   wtfup
 <<
-Homepage: http://www.freebsd.org/cgi/pds.cgi?ports/games/wtf
-License: Public Domain
-Maintainer: Monic Polynomial <moni...@users.sourceforge.net>
+
 DescPackaging: <<
-  Previous maintainer: Carsten Klapp <carstenkl...@users.sourceforge.net>
+  Original maintainer: Carsten Klapp <carstenkl...@users.sourceforge.net>
 <<


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to