Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/web
In directory usw-pr-cvs1:/tmp/cvs-serv15914
Added Files:
linkchecker-1.6.0-1.info linkchecker-1.6.0-1.patch
Log Message:
New v ersion
--- NEW FILE: linkchecker-1.6.0-1.info ---
Package: linkchecker
Version: 1.6.0
Revision: 1
Description: HTML link checker.
License: GPL
Maintainer: Christian Schaffner <[EMAIL PROTECTED]>
# Dependencies:
Depends: python | python-nox, pydns
BuildDepends: db3, readline, gdbm, gmp, expat, tcltk-dev
# Unpack Phase:
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: b62c12ef685966c8617779ee6f8b429f
# Patch Phase:
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%f.patch | patch -p1
# Compile Phase:
CompileScript: python setup.py build
# Install Phase:
InstallScript: python setup.py install --prefix=%i
DocFiles: FAQ INSTALL LICENSE README TODO WONTDO
DescDetail: <<
* Recursive, Multithreaded checking.
* Output can be colored or normal text, HTML, SQL, CSV or a sitemap graph
in XML or GML format.
* Additionally reports download time for HTML pages.
* HTTP/1.1 and 1.0, HTTPS, FTP, mailto:, news:, nntp:, Gopher,
Telnet and local file links are supported - Javascript ignored
* Restrict link checking with regular expression filters for URLs
* Proxy and i18n support.
* Give username/password for HTTP and FTP authorization.
* robots.txt exclusion protocol support.
* Command line and (Fast) CGI Web interfaces.
<<
DescPackaging: <<
Crazy BuildDepends are just for python, the package itself just needs python.
The path to phyton is adjusted to fink in the example pages.
Previous versions by Ben Hines <[EMAIL PROTECTED]>.
<<
Homepage: http://linkchecker.sf.net/
--- NEW FILE: linkchecker-1.6.0-1.patch ---
diff -ru linkchecker-1.6.0/lc.cgi linkchecker-1.6.0-patched/lc.cgi
--- linkchecker-1.6.0/lc.cgi 2002-06-07 22:23:43.000000000 +0200
+++ linkchecker-1.6.0-patched/lc.cgi 2002-08-14 13:28:27.000000000 +0200
@@ -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.0/lc.fcgi linkchecker-1.6.0-patched/lc.fcgi
--- linkchecker-1.6.0/lc.fcgi 2002-06-07 22:25:18.000000000 +0200
+++ linkchecker-1.6.0-patched/lc.fcgi 2002-08-14 13:28:28.000000000 +0200
@@ -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.0/lc.sz_fcgi linkchecker-1.6.0-patched/lc.sz_fcgi
--- linkchecker-1.6.0/lc.sz_fcgi 2002-06-07 22:26:36.000000000 +0200
+++ linkchecker-1.6.0-patched/lc.sz_fcgi 2002-08-14 13:28:27.000000000 +0200
@@ -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
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits