Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8629

Modified Files:
        linkchecker.info 
Log Message:
new version and unmaintain by request

Index: linkchecker.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/linkchecker.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- linkchecker.info    8 Aug 2009 05:12:14 -0000       1.10
+++ linkchecker.info    24 May 2010 19:43:41 -0000      1.11
@@ -1,21 +1,25 @@
 Package: linkchecker
-Version: 4.7
-Revision: 12
+Version: 5.2
+Revision: 2
 Description: Check websites and HTML docs for broken links
 License: GPL
-Maintainer: Christian Schaffner <[email protected]>
+Maintainer: None <[email protected]>
 
 # Dependencies:
 Depends: python26, python-dns-py26
 
 # Unpack Phase:
-Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 0bd9860cf8acd546ac57b7b8ff5933e8
+Source: mirror:sourceforge:%n/%v/LinkChecker-%v.tar.gz
+Source-MD5: 671e80434e24aaead5352ed62cb45142
 
 # Patch Phase:
 PatchScript: <<
- perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.6;' cgi-bin/*.cgi
- perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.6;' cgi-bin/*.fcgi
+ ### why are only these moved to %p/bin/python2.6 and not the other scripts 
that also reference /usr/bin/python?
+ perl -pi.bak -e 's;#!/usr/bin/python;#!%p/bin/python2.6;' cgi-bin/*.cgi
+ perl -pi.bak -e 's;#!/usr/bin/python;#!%p/bin/python2.6;' cgi-bin/*.fcgi
+ ### do not install these QHelpCollectionProject files or depend on qt4-* to 
compile them
+ perl -pi -e "s|linkcheckerrc\', \'config/logging.conf\',|linkcheckerrc\', 
\'config/logging.conf\'\]\),|g" setup.py
+ perl -pi -e "s|        'doc/html/lccollection.qhc', 
'doc/html/lcdoc.qch'\]\),\n||g" setup.py
 <<
 
 # Compile Phase:
@@ -24,10 +28,6 @@
 # Install Phase:
 InstallScript: <<
  %p/bin/python2.6 setup.py install --root=%d
- chmod -R 755 %i/share/%n
- chmod -R 755 %i/share/%n/examples
- chmod -R 644 %i/share/%n/examples/*
- chmod 644 %i/share/man/man1/*
 
  ### Install docu and notes
  /usr/bin/install -d %i/share
@@ -35,7 +35,7 @@
  /usr/bin/install -d %i/share/doc/%n
  cp -r doc/* %i/share/doc/%n
 <<
-DocFiles: COPYING ChangeLog INSTALL README TODO
+DocFiles: COPYING doc/changelog.txt doc/install.txt readme.txt doc/todo.txt 
doc/upgrading.txt
 ConfFiles: %p/share/%n/linkcheckerrc %p/share/%n/logging.conf
 
 # Additional Info
@@ -58,7 +58,8 @@
 DescPackaging: <<
 The path to python is adjusted to fink in the example pages.
 
-Previous versions by Ben Hines <[email protected]>.
+Previous versions by Ben Hines <[email protected]>,
+Christian Schaffner <[email protected]>.
 <<
 
 Homepage: http://linkchecker.sourceforge.net/


------------------------------------------------------------------------------

_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to