Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25811/stable/main/finkinfo/utils

Modified Files:
        yydecode.info 
Added Files:
        yydecode.patch 
Log Message:
latest to stable (starting to let old-old gettext die)


Index: yydecode.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/utils/yydecode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- yydecode.info       27 Jan 2006 17:15:35 -0000      1.1
+++ yydecode.info       14 Oct 2010 04:51:07 -0000      1.2
@@ -1,21 +1,26 @@
 Package: yydecode
-Version: 0.2.9
-Revision: 1
+Version: 0.2.10
+Revision: 11
+Description: Decoder for yEnc encoded binaries on USENET
+License: GPL
+Maintainer: Ben Hines <bhi...@alumni.ucsd.edu>
+Replaces: yydecode
+Provides: yydecode
+BuildDepends: libgettext3-dev, gettext-bin, gettext-tools, fink (>= 0.24.12-1)
+Depends: libgettext3-shlibs
 Source: mirror:sourceforge:yydecode/%n-%v.tar.gz 
-Source-MD5: 9c528fc4990d8a21c80b8bc9fdf83aaa
-BuildDepends: gettext-dev, gettext-bin, gettext-tools
+Source-MD5: 9e6c5eb009f9084f7cbe7e4b766b12d8
 ConfigureParams: --mandir=%p/share/man
+PatchFile: %n.patch
+PatchFile-MD5: cf1734163daf5db67d6d7bf19658f350
 SetLIBS: -lintl 
 InstallScript: << 
  make install DESTDIR=%d
  strip %i/bin/%n
 <<
 DocFiles: README AUTHORS COPYING ChangeLog INSTALL NEWS
-Description: Decoder for yEnc encoded binaries on USENET
 DescPort: <<
 The configure script detects that it needs libintl, but doesn't add
 the appropriate library flag. We set LIBS to work around this.
 <<
-License: GPL
-Maintainer: Ben Hines <bhi...@alumni.ucsd.edu>
 Homepage: http://yydecode.sourceforge.net/

--- NEW FILE: yydecode.patch ---
--- yydecode-0.2.10/src/crc32.c 2002-09-26 07:39:18.000000000 -0700
+++ yydecode-0.2.10-patched/src/crc32.c 2003-05-01 17:07:22.000000000 -0700
@@ -16,6 +16,10 @@
    the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
    02111-1307, USA.  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include "system.h"
 #include "crc32.h"
 


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to