summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/linbot/Makefile8
-rw-r--r--www/linbot/distinfo2
-rw-r--r--www/linbot/pkg-plist9
-rw-r--r--www/webcheck/Makefile8
-rw-r--r--www/webcheck/distinfo2
-rw-r--r--www/webcheck/pkg-plist9
6 files changed, 20 insertions, 18 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
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile
index 807a75a3d735..d0bc85c375a2 100644
--- a/www/webcheck/Makefile
+++ b/www/webcheck/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/webcheck/distinfo b/www/webcheck/distinfo
index d4638a7e3e8e..c15e5bde2b36 100644
--- a/www/webcheck/distinfo
+++ b/www/webcheck/distinfo
@@ -1 +1 @@
-MD5 (linbot-0.9.tar.gz) = a92ef2783e80468f6910188490fb46df
+MD5 (linbot-1.0.tgz) = c1926fb359532daee0ea8fcade08e345
diff --git a/www/webcheck/pkg-plist b/www/webcheck/pkg-plist
index 021f553c1116..bba35d7399fc 100644
--- a/www/webcheck/pkg-plist
+++ b/www/webcheck/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