the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: linkchecker
Version: 4.7
Revision: 10
Description: Check websites and HTML docs for broken links
License: GPL
Maintainer: Christian Schaffner
# Dependencies:
Depends: python25 | python25-nox, pydns-py25
# Unpack Phase:
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 0bd9860cf8acd546ac57b7b8ff5933e8
# Patch Phase:
PatchScript: <<
perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.5;' cgi-bin/*.cgi
perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.5;' cgi-bin/*.fcgi
<<
# Compile Phase:
CompileScript: python2.5 setup.py build
# Install Phase:
InstallScript: <<
python2.5 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
/usr/bin/install -d %i/share/doc
/usr/bin/install -d %i/share/doc/%n
cp -r doc/* %i/share/doc/%n
<<
DocFiles: COPYING ChangeLog INSTALL README TODO
ConfFiles: %p/share/%n/linkcheckerrc %p/share/%n/logging.conf
# Additional Info
DescDetail: <<
Linkchecker features:
* recursive checking
* multithreaded
* output in colored or normal text, HTML, SQL, CSV, XML or a
sitemap graph in different formats
* HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
file links support
* restriction of link checking with regular expression filters for URLs
* proxy support
* username/password authorization for HTTP and FTP
* robots.txt exclusion protocol support
* i18n support
* a command line interface
* a (Fast)CGI web interface (requires HTTP server)
<<
DescPackaging: <<
The path to python is adjusted to fink in the example pages.
Previous versions by Ben Hines
<<
Homepage: http://linkchecker.sourceforge.net/
diff -ru linkchecker-1.6.4/lc.cgi linkchecker-1.6.4-patched/lc.cgi
--- linkchecker-1.6.4/lc.cgi Fri Jun 7 22:23:43 2002
+++ linkchecker-1.6.4-patched/lc.cgi Thu Oct 24 09:39:50 2002
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!@PREFIX@/bin/python
# Copyright (C) 2000,2001 Bastian Kleineidam
#
# This program is free software; you can redistribute it and/or modify
diff -ru linkchecker-1.6.4/lc.fcgi linkchecker-1.6.4-patched/lc.fcgi
--- linkchecker-1.6.4/lc.fcgi Fri Jun 7 22:25:18 2002
+++ linkchecker-1.6.4-patched/lc.fcgi Thu Oct 24 09:39:46 2002
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!@PREFIX@/bin/python
# Copyright (C) 2000,2001 Bastian Kleineidam
#
# This program is free software; you can redistribute it and/or modify
diff -ru linkchecker-1.6.4/lc.sz_fcgi linkchecker-1.6.4-patched/lc.sz_fcgi
--- linkchecker-1.6.4/lc.sz_fcgi Fri Jun 7 22:26:36 2002
+++ linkchecker-1.6.4-patched/lc.sz_fcgi Thu Oct 24 09:39:42 2002
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!@PREFIX@/bin/python
# Copyright (C) 2000,2001 Bastian Kleineidam
#
# This program is free software; you can redistribute it and/or modify
Package: linkchecker
Version: 4.7
Revision: 10
Description: Check websites and HTML docs for broken links
License: GPL
Maintainer: Christian Schaffner
# Dependencies:
Depends: python25 | python25-nox, pydns-py25
# Unpack Phase:
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 0bd9860cf8acd546ac57b7b8ff5933e8
# Patch Phase:
PatchScript: <<
perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.5;' cgi-bin/*.cgi
perl -pi.bak -e 's;#!/usr/bin/python;#%p/bin/python2.5;' cgi-bin/*.fcgi
<<
# Compile Phase:
CompileScript: python2.5 setup.py build
# Install Phase:
InstallScript: <<
python2.5 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
/usr/bin/install -d %i/share/doc
/usr/bin/install -d %i/share/doc/%n
cp -r doc/* %i/share/doc/%n
<<
DocFiles: COPYING ChangeLog INSTALL README TODO
ConfFiles: %p/share/%n/linkcheckerrc %p/share/%n/logging.conf
# Additional Info
DescDetail: <<
Linkchecker features:
* recursive checking
* multithreaded
* output in colored or normal text, HTML, SQL, CSV, XML or a
sitemap graph in different formats
* HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
file links support
* restriction of link checking with regular expression filters for URLs
* proxy support
* username/password authorization for HTTP and FTP
* robots.txt exclusion protocol support
* i18n support
* a command line interface
* a (Fast)CGI web interface (requires HTTP server)
<<
DescPackaging: <<
The path to python is adjusted to fink in the example pages.
Previous versions by Ben Hines
<<
Homepage: http://linkchecker.sourceforge.net/