diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-05-06 06:48:34 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-05-06 06:48:34 +0000 |
commit | db4fdfd1ef7bafbdb01d567594bb5a931eb0715d (patch) | |
tree | 3c48b12247caccdd9f98129f275bbdeb512ae087 /net/prosearch | |
parent | 07bf4eaca24fd133482a42c50d1404086807982b (diff) | |
download | ports-db4fdfd1ef7bafbdb01d567594bb5a931eb0715d.tar.gz ports-db4fdfd1ef7bafbdb01d567594bb5a931eb0715d.zip |
Notes
Diffstat (limited to 'net/prosearch')
-rw-r--r-- | net/prosearch/Makefile | 11 | ||||
-rw-r--r-- | net/prosearch/distinfo | 6 | ||||
-rw-r--r-- | net/prosearch/pkg-descr | 1 | ||||
-rw-r--r-- | net/prosearch/pkg-plist | 4 |
4 files changed, 17 insertions, 5 deletions
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index 4bffb5f98eb3..00b26f111103 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= prosearch -PORTVERSION= 0.18.1 +PORTVERSION= 0.18.2 CATEGORIES= net www MASTER_SITES= http://pro.setun.net/search/download/ SF MASTER_SITE_SUBDIR= pro-search @@ -29,6 +29,7 @@ OPTIONS=\ RSYNC " crawler with RSYNC " off \ WEB "With web deps (APACHE)" on \ MOD_PERL2 "With MOD_PERL2" off \ + MOD_FASTCGI "With MOD_FASTCGI" off \ DB "With database server deps" on \ MYSQL "mysql" on \ PGSQL "postgres" off \ @@ -57,7 +58,13 @@ USE_APACHE= 2.0+ .if defined(WITH_MOD_PERL2) RUN_DEPENDS+=\ - ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 +${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 +.endif + +.if defined(WITH_MOD_FASTCGI) +RUN_DEPENDS+=\ +${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \ +${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI .endif .if defined(WITH_MYSQL) diff --git a/net/prosearch/distinfo b/net/prosearch/distinfo index 2c0e1a990bc0..97c35bc9cf6f 100644 --- a/net/prosearch/distinfo +++ b/net/prosearch/distinfo @@ -1,3 +1,3 @@ -MD5 (prosearch-0.18.1.tar.bz2) = 57b29a2633271a905f4e9fb12d71da21 -SHA256 (prosearch-0.18.1.tar.bz2) = 1613f4fe81d71b28df631cb5311fb99fa36ac5c7ca86be0c3d47523623e28dbf -SIZE (prosearch-0.18.1.tar.bz2) = 265730 +MD5 (prosearch-0.18.2.tar.bz2) = ded54dc1eaff8e20d09c373bdd6251a8 +SHA256 (prosearch-0.18.2.tar.bz2) = b66795a90dc1989a5d796ff31780b22422621f4780b2e22975e29313c33fb476 +SIZE (prosearch-0.18.2.tar.bz2) = 281418 diff --git a/net/prosearch/pkg-descr b/net/prosearch/pkg-descr index 844af21b37b6..90ac333f0b8f 100644 --- a/net/prosearch/pkg-descr +++ b/net/prosearch/pkg-descr @@ -1,3 +1,4 @@ File search and navigation system WWW: http://sourceforge.net/projects/pro-search +RU: http://pro.setun.net/search/ diff --git a/net/prosearch/pkg-plist b/net/prosearch/pkg-plist index 8765fbc1c54e..876964004942 100644 --- a/net/prosearch/pkg-plist +++ b/net/prosearch/pkg-plist @@ -21,6 +21,7 @@ %%SEARCHDIR%%/doc/html2txt.pl %%SEARCHDIR%%/doc/make-cygwin.cmd %%SEARCHDIR%%/lib/psmisc.pm +%%SEARCHDIR%%/lib/lib.css %%SEARCHDIR%%/lib/lib.js %%SEARCHDIR%%/lib/player.js %%SEARCHDIR%%/lib/search1.js @@ -48,6 +49,7 @@ %%SEARCHDIR%%/web/help_en.js %%SEARCHDIR%%/web/help_ru.js %%SEARCHDIR%%/web/index.cgi +%%SEARCHDIR%%/web/index.fcgi %%SEARCHDIR%%/web/JsHttpRequest.js %%SEARCHDIR%%/web/JsHttpRequest.pm %%SEARCHDIR%%/web/newstyle.css @@ -80,6 +82,7 @@ %%SEARCHDIR%%/web/img/ie.png %%SEARCHDIR%%/web/img/image.png %%SEARCHDIR%%/web/img/ini.png +%%SEARCHDIR%%/web/img/mod_perl.png %%SEARCHDIR%%/web/img/mov.png %%SEARCHDIR%%/web/img/mysql.png %%SEARCHDIR%%/web/img/nrg.png @@ -102,6 +105,7 @@ %%SEARCHDIR%%/web/img/xhtml11.png %%SEARCHDIR%%/web/img/xml.png %%SEARCHDIR%%/web/lib/psmisc.pm +%%SEARCHDIR%%/web/lib/lib.css %%SEARCHDIR%%/web/lib/lib.js %%SEARCHDIR%%/web/lib/player.js %%SEARCHDIR%%/web/lib/search1.js |