diff options
author | wosch <wosch@FreeBSD.org> | 1997-10-12 01:58:56 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-10-12 01:58:56 +0800 |
commit | 325c3e0f4c388fdbe5b3bbc43e1c6a248612e58d (patch) | |
tree | c8963d34935b531ace3db43307b178bdb8d3d070 /www/momspider/files | |
parent | 8e93d14907911991ddafd59e181a266e7bfddaf9 (diff) | |
download | freebsd-ports-graphics-325c3e0f4c388fdbe5b3bbc43e1c6a248612e58d.tar.gz freebsd-ports-graphics-325c3e0f4c388fdbe5b3bbc43e1c6a248612e58d.tar.zst freebsd-ports-graphics-325c3e0f4c388fdbe5b3bbc43e1c6a248612e58d.zip |
MOMspider is a web-roaming robot that specializes in the maintenance
of distributed hypertext infostructures (i.e. wide-area webs). The
program is written in Perl and, once customized for your site, should
work on any UNIX-based system with Perl 4.036.
Diffstat (limited to 'www/momspider/files')
-rw-r--r-- | www/momspider/files/momspider.sh | 20 | ||||
-rw-r--r-- | www/momspider/files/patch-aa | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/www/momspider/files/momspider.sh b/www/momspider/files/momspider.sh new file mode 100644 index 00000000000..4f331a1efcf --- /dev/null +++ b/www/momspider/files/momspider.sh @@ -0,0 +1,20 @@ +#!/bin/sh +# +# wrapper for momspider +# +# MOMspider is a web-roaming robot that specializes in the maintenance +# of distributed hypertext infostructures (i.e. wide-area webs). The +# program is written in Perl and, once customized for your site, should +# work on any UNIX-based system with Perl 4.036. +# +# The momspider documentation is in /usr/local/momspider/README.html +# +# $Id$ + +PATH=/bin:/usr/bin; export PATH +momhome=/usr/local/momspider + +: ${LIBWWW_PERL=$momhome/libwww-perl-0.40}; export LIBWWW_PERL +: ${MOMSPIDER_HOME=$momhome}; export MOMSPIDER_HOME + +exec perl ${MOMSPIDER_HOME}/momspider "$@" diff --git a/www/momspider/files/patch-aa b/www/momspider/files/patch-aa new file mode 100644 index 00000000000..8d32771ad7d --- /dev/null +++ b/www/momspider/files/patch-aa @@ -0,0 +1,11 @@ +--- momconfig.pl 1997/10/10 22:35:11 1.1 ++++ momconfig.pl 1997/10/10 22:35:29 +@@ -78,7 +78,7 @@ + # which messages should be mailed, and accepts other headers and message + # text from stdin. + +-$sendmailCommand = "/usr/lib/sendmail"; ++$sendmailCommand = "/usr/sbin/sendmail"; + + + # ========================================================================== |