diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2002-03-29 10:54:20 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2002-03-29 10:54:20 +0000 |
commit | 8a8852372fd87fc54bc3cd4bcd99e861e5184bdf (patch) | |
tree | 1914c76926935f39706e9635954aad1247063522 /www/larbin | |
parent | 62808c80791a7d7b53d04d60a37e9fb4af9eabd7 (diff) | |
download | ports-8a8852372fd87fc54bc3cd4bcd99e861e5184bdf.tar.gz ports-8a8852372fd87fc54bc3cd4bcd99e861e5184bdf.zip |
Notes
Diffstat (limited to 'www/larbin')
-rw-r--r-- | www/larbin/Makefile | 47 | ||||
-rw-r--r-- | www/larbin/distinfo | 1 | ||||
-rw-r--r-- | www/larbin/files/patch-aa | 8 | ||||
-rw-r--r-- | www/larbin/pkg-comment | 1 | ||||
-rw-r--r-- | www/larbin/pkg-descr | 20 | ||||
-rw-r--r-- | www/larbin/pkg-plist | 10 |
6 files changed, 87 insertions, 0 deletions
diff --git a/www/larbin/Makefile b/www/larbin/Makefile new file mode 100644 index 000000000000..3e07c70f6bbd --- /dev/null +++ b/www/larbin/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: larbin +# Date Created: 26 March 2002 +# Whom: Hiten Pandya <hiten@uk.FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= larbin +PORTVERSION= 2.6.1 +CATEGORIES= www +MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/larbin/ + +MAINTAINER= hiten@uk.FreeBSD.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +PATCH_WRKSRC= ${WRKSRC}/src + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/larbin ${PREFIX}/bin/ + @${INSTALL_DATA} ${WRKSRC}/larbin.conf ${PREFIX}/etc/larbin.conf.sample + @${MKDIR} ${PREFIX}/share/larbin + @${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/larbin/ + +pre-configure: config-message + +config-message: + @${ECHO} "=====================================================================" + @${ECHO} "" + @${ECHO} "Make sure you have a look at the larbin documentation available at:" + @${ECHO} " http://larbin.sourceforge.net/custom-eng.html." + @${ECHO} "" + @${ECHO} "=====================================================================" + +post-install: + @${ECHO} "=====================================================================" + @${ECHO} "" + @${ECHO} "You must invoke larbin with the name of the configuration file, e.g:" + @${ECHO} "larbin -c config-file" + @${ECHO} "" + @${ECHO} "Documentation: ${PREFIX}/share/larbin" + @${ECHO} "Sample Configuration file: ${PREFIX}/etc/larbin.conf.sample" + @${ECHO} "" + @${ECHO} "=====================================================================" + +.include <bsd.port.mk> diff --git a/www/larbin/distinfo b/www/larbin/distinfo new file mode 100644 index 000000000000..8e9dad6ac0c5 --- /dev/null +++ b/www/larbin/distinfo @@ -0,0 +1 @@ +MD5 (larbin-2.6.1.tar.gz) = cdbb7932dc0e8c0ad6417bff971b93f0 diff --git a/www/larbin/files/patch-aa b/www/larbin/files/patch-aa new file mode 100644 index 000000000000..c5160875851f --- /dev/null +++ b/www/larbin/files/patch-aa @@ -0,0 +1,8 @@ +--- larbin.make~ Mon Mar 4 11:47:28 2002 ++++ larbin.make Tue Mar 26 21:17:01 2002 +@@ -37,5 +37,3 @@ + + prof-in: CPPFLAGS += -pg -DPROF + prof-in: redo-in +- +--include .depend diff --git a/www/larbin/pkg-comment b/www/larbin/pkg-comment new file mode 100644 index 000000000000..af502f5fe36c --- /dev/null +++ b/www/larbin/pkg-comment @@ -0,0 +1 @@ +A powerful HTTP crawler with an easy interface diff --git a/www/larbin/pkg-descr b/www/larbin/pkg-descr new file mode 100644 index 000000000000..7f95d1f309e8 --- /dev/null +++ b/www/larbin/pkg-descr @@ -0,0 +1,20 @@ +Larbin is a powerful web crawler (also called [web] robot, spider...). It +is intended to fetch a large number of web pages to fill the database of a +search engine. With a network fast enough, Larbin is able to fetch more than +100 million pages on a standard PC. + +Larbin was initially developed for the XYLEME project in the VERSO team at +INRIA. The goal of Larbin was to go and fetch XML pages on the web to fill +the database of an xml-oriented search engine. + +The following can be done with Larbin: + + o A crawler for a search engine + o A crawler for a specialized search enginer (xml, images, mp3...) + o Statistics on the web (about servers or page contents) + +Larbin is created by: Sebastien Ailleret + +WWW: http://larbin.sourceforge.net +WWW: http://www.sourceforge.net/projects/larbin +WWW: http://www.ailleret.com diff --git a/www/larbin/pkg-plist b/www/larbin/pkg-plist new file mode 100644 index 000000000000..8b07e74c0896 --- /dev/null +++ b/www/larbin/pkg-plist @@ -0,0 +1,10 @@ +bin/larbin +etc/larbin.conf.sample +share/larbin/custom-eng.html +share/larbin/download.html +share/larbin/index-eng.html +share/larbin/index.html +share/larbin/l-en.jpg +share/larbin/l-fr.jpg +share/larbin/use-eng.html +@dirrm share/larbin |