CVS log for ports/www/linbot/Attic/Makefile
Up to [FreeBSD] / ports / www / linbot
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14
Tue Jun 18 02:46:31 2002 UTC (9 years, 7 months ago) by mi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.13: +1 -1 lines
Remove the linbot port. The author stopped development after the company behind linKbot claimed trademark violations. Fortunately, Mike W. Meyer picked it up, and the newly renamed and improved version is now known as www/webcheck.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 19 16:34:12 2001 UTC (10 years, 6 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Add another patch (by Mike Meyer), who answered my call for a Python guru and fixed the linbot to work under modern version of Python (as well as the 1.5). He also replaced regex and regsub with the re module, which seems to make it work better with no-ascii web-pages too (a nice side-effect). Bump up PORTREVISION and give MAINTAINERship to Mike (he *did* see it coming). Obtained from: Mike Meyer
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 13 01:51:29 2001 UTC (10 years, 7 months ago) by mi
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -6 lines
RUN_DEPEND on python15 -- the scripts break with the new Python :-( Can someone look into this, please? Generate and install USAGE document (derived from the author's INSTALL file). That's the user's only documentation -- there is no man-page or meaningfull usage(). Bump up port-revision. Change maintainership to ports. Reviewed by: previous maintainer (billf) Approved by: previous maintainer (billf)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 5 15:33:27 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Some spaces -> tabs for ports/www.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Sep 17 21:19:26 2000 UTC (11 years, 4 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -1 lines
- Install several config files that are required at runtime. - Update to use new homepage location. Approved by: maintainer
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 23 13:21:58 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -2 lines
- Use MASTER_SITE_SUNSITE to MASTER_SITES PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Apr 21 18:15:22 2000 UTC (11 years, 9 months ago) by billf
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -6 lines
Update to 1.0 The real MASTER_SITE's hard drive went south evidently, so we'll use just the backup for now.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:05:38 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:42:55 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 21 22:49:36 1999 UTC (13 years ago) by billf
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Make this work until I commit the upgrade RSN. Found by: Fenner's survey
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 29 18:22:59 1998 UTC (13 years, 1 month ago) by billf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update MAINTAINER to reflect my proper e-mail address.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 4 02:37:38 1998 UTC (13 years, 3 months ago) by jkoshy
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Add port to virtual category "python". Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer) PR: 8558
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 3 10:09:02 1998 UTC (13 years, 4 months ago) by jkoshy
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
Upgrade to v0.9. Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> (maintainer)
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Sep 21 05:42:14 1998 UTC (13 years, 4 months ago) by jkoshy
Branches: BILLF
CVS tags: v0_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import of `linbot', a web site management tool. PR: ports/8003 Reviewed by: jkoshy Submitted by: Bill Fumerola (billf@chc-chimes.com)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 21 05:42:14 1998 UTC (13 years, 4 months ago) by jkoshy
Branches: MAIN
Initial revision
