diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-04-21 18:15:23 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-04-21 18:15:23 +0000 |
commit | aa188d85488b2d6bafc25653df1892b149df4e4d (patch) | |
tree | d4c20f8b7804ef55ad72af97f804fd67b31a8061 /www/linbot | |
parent | 0e0e173eb9c67dd418df8b5b8019bc3d70b0bc7d (diff) | |
download | ports-aa188d85488b2d6bafc25653df1892b149df4e4d.tar.gz ports-aa188d85488b2d6bafc25653df1892b149df4e4d.zip |
Notes
Diffstat (limited to 'www/linbot')
-rw-r--r-- | www/linbot/Makefile | 8 | ||||
-rw-r--r-- | www/linbot/distinfo | 2 | ||||
-rw-r--r-- | www/linbot/pkg-plist | 9 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www/linbot/Makefile b/www/linbot/Makefile index 807a75a3d735..d0bc85c375a2 100644 --- a/www/linbot/Makefile +++ b/www/linbot/Makefile @@ -6,9 +6,10 @@ # PORTNAME= linbot -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= www python -MASTER_SITES= http://starship.skyport.net/crew/marduk/linbot/download/ +MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/www/misc/ +EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org @@ -16,13 +17,10 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python NO_BUILD= yeah -MAN1= linbot.1 - do-install: ${MKDIR} ${PREFIX}/share/linbot ${CP} ${WRKSRC}/*.py ${PREFIX}/share/linbot ${CP} ${WRKSRC}/*.css ${PREFIX}/share/linbot - ${CP} ${WRKSRC}/contrib/*.1 ${PREFIX}/man/man1 ${LN} -sf ${PREFIX}/share/linbot/linbot.py ${PREFIX}/bin/linbot .include <bsd.port.mk> diff --git a/www/linbot/distinfo b/www/linbot/distinfo index d4638a7e3e8e..c15e5bde2b36 100644 --- a/www/linbot/distinfo +++ b/www/linbot/distinfo @@ -1 +1 @@ -MD5 (linbot-0.9.tar.gz) = a92ef2783e80468f6910188490fb46df +MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345 diff --git a/www/linbot/pkg-plist b/www/linbot/pkg-plist index 021f553c1116..bba35d7399fc 100644 --- a/www/linbot/pkg-plist +++ b/www/linbot/pkg-plist @@ -1,9 +1,12 @@ -@exec mkdir -p %D/share/linbot share/linbot/config.py +share/linbot/debugio.py +share/linbot/htmlparse.py +share/linbot/httpcodes.py +share/linbot/linbot.css share/linbot/linbot.py share/linbot/myUrlLib.py share/linbot/robotparser.py -share/linbot/linbot.css +share/linbot/version.py +@dirrm share/linbot @exec ln -fs %D/share/linbot/linbot.py %D/bin/linbot -@unexec rm -rf %D/share/linbot @unexec rm %D/bin/linbot |