use python module

MAINTAINER timeout, from Xavier Santolaria
This commit is contained in:
sturm 2003-10-21 18:40:38 +00:00
parent 9c426a5a27
commit d138142a57
3 changed files with 44 additions and 60 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2003/10/18 19:44:44 sturm Exp $
# $OpenBSD: Makefile,v 1.8 2003/10/21 18:40:38 sturm Exp $
COMMENT= "checks HTML documents for broken links"
@ -17,25 +17,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PYTHON_VER= 2.2
BUILD_DEPENDS= :python-${PYTHON_VER}*:lang/python/${PYTHON_VER} \
:py-dns-*:net/py-dns
RUN_DEPENDS= ${BUILD_DEPENDS}
MODULES= python
SUBST_VARS= PYTHON_VER
NO_REGRESS= Yes
PY_CMD= @cd ${WRKSRC}; python${PYTHON_VER} ./setup.py
MODPY_DISTUTILS_INSTALLARGS= --no-compile
do-configure:
cd ${WRKSRC}; python${PYTHON_VER} setup.py config
do-build:
cd ${WRKSRC}; python${PYTHON_VER} setup.py build
BUILD_DEPENDS+= :py-dns-*:net/py-dns
NO_REGRESS= Yes
do-install:
cd ${WRKSRC}; python${PYTHON_VER} setup.py install \
--root=${WRKINST} --no-compile
.include <bsd.port.mk>

View File

@ -12,6 +12,3 @@ o username/password authorization for HTTP and FTP
o robots.txt exclusion protocol support
o i18n support
o a command line interface
WWW: ${HOMEPAGE}

View File

@ -1,41 +1,42 @@
@comment $OpenBSD: PLIST,v 1.5 2002/11/10 09:34:59 jakob Exp $
@comment $OpenBSD: PLIST,v 1.6 2003/10/21 18:40:38 sturm Exp $
bin/linkchecker
lib/python${PYTHON_VER}/site-packages/_linkchecker_configdata.py
lib/python${PYTHON_VER}/site-packages/linkcheck/CSV.py
lib/python${PYTHON_VER}/site-packages/linkcheck/Config.py
lib/python${PYTHON_VER}/site-packages/linkcheck/FileUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/FtpUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/GopherUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/HostCheckingUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/HttpUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/HttpsUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/IgnoredUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/MailtoUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/NntpUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/ProxyUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/StringUtil.py
lib/python${PYTHON_VER}/site-packages/linkcheck/TelnetUrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/Threader.py
lib/python${PYTHON_VER}/site-packages/linkcheck/UrlData.py
lib/python${PYTHON_VER}/site-packages/linkcheck/__init__.py
lib/python${PYTHON_VER}/site-packages/linkcheck/debuglevels.py
lib/python${PYTHON_VER}/site-packages/linkcheck/fcgi.py
lib/python${PYTHON_VER}/site-packages/linkcheck/lc_cgi.py
lib/python${PYTHON_VER}/site-packages/linkcheck/linkname.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/BlacklistLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/CSVLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/ColoredLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/GMLLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/HtmlLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/Logger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/SQLLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/StandardLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/XMLLogger.py
lib/python${PYTHON_VER}/site-packages/linkcheck/log/__init__.py
lib/python${PYTHON_VER}/site-packages/linkcheck/sz_fcgi.py
lib/python${PYTHON_VER}/site-packages/linkcheck/test_support.py
lib/python${PYTHON_VER}/site-packages/linkcheck/timeoutsocket.py
lib/python${PYTHON_VER}/site-packages/linkcheck/util1.py
lib/python${MODPY_VERSION}/site-packages/_linkchecker_configdata.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/CSV.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/Config.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/FileUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/FtpUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/GopherUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HostCheckingUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HttpUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/HttpsUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/IgnoredUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/MailtoUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/NntpUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/ProxyUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/StringUtil.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/TelnetUrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/Threader.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/UrlData.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/debuglevels.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/fcgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/linkname.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/BlacklistLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/CSVLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/ColoredLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/GMLLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/HtmlLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/Logger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/SQLLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/StandardLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/XMLLogger.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/log/__init__.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/sz_fcgi.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/test_support.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/timeoutsocket.py
lib/python${MODPY_VERSION}/site-packages/linkcheck/util1.py
man/man1/linkchecker.1
share/linkchecker/examples/index.html
share/linkchecker/examples/lc.cgi
share/linkchecker/examples/lc.fcgi
@ -47,8 +48,7 @@ share/linkchecker/linkcheckerrc
share/locale/de/LC_MESSAGES/linkcheck.mo
share/locale/fr/LC_MESSAGES/linkcheck.mo
share/locale/nl/LC_MESSAGES/linkcheck.mo
man/man1/linkchecker.1
@dirrm share/linkchecker/examples
@dirrm share/linkchecker
@dirrm lib/python${PYTHON_VER}/site-packages/linkcheck/log
@dirrm lib/python${PYTHON_VER}/site-packages/linkcheck
@dirrm lib/python${MODPY_VERSION}/site-packages/linkcheck/log
@dirrm lib/python${MODPY_VERSION}/site-packages/linkcheck