diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-12-10 10:42:09 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-12-10 10:42:09 +0000 |
commit | 5f9e6b502ae4fa56d7ecdacf95de0ebc59485316 (patch) | |
tree | 3e3ad8206e3e0f102e8a82ed233f9bfc13be4150 /www | |
parent | 763b461efcef8e1a87f4a70084acd427a2d8a641 (diff) | |
download | ports-5f9e6b502ae4fa56d7ecdacf95de0ebc59485316.tar.gz ports-5f9e6b502ae4fa56d7ecdacf95de0ebc59485316.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTTP-BrowserDetect/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTTP-BrowserDetect/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTTP-BrowserDetect/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTTP-BrowserDetect/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-HTTP-BrowserDetect/pkg-plist | 5 |
6 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2cca6bafe3f7..7fc258ae7ef0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -315,6 +315,7 @@ SUBDIR += p5-HTML-Tree SUBDIR += p5-HTML-Webmake SUBDIR += p5-HTML-Widgets-SelectLayers + SUBDIR += p5-HTTP-BrowserDetect SUBDIR += p5-HTTP-DAV SUBDIR += p5-HTTP-GHTTP SUBDIR += p5-HTTPD-Log-Filter diff --git a/www/p5-HTTP-BrowserDetect/Makefile b/www/p5-HTTP-BrowserDetect/Makefile new file mode 100644 index 000000000000..6a4824c99925 --- /dev/null +++ b/www/p5-HTTP-BrowserDetect/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: HTTP-BrowserDetect +# Date created: 10 December 2002 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= HTTP-BrowserDetect +PORTVERSION= 0.97 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTTP +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= HTTP::BrowserDetect.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTTP-BrowserDetect/distinfo b/www/p5-HTTP-BrowserDetect/distinfo new file mode 100644 index 000000000000..8a4aec8da272 --- /dev/null +++ b/www/p5-HTTP-BrowserDetect/distinfo @@ -0,0 +1 @@ +MD5 (HTTP-BrowserDetect-0.97.tar.gz) = bd0d645e54f55077f27db3de579f036b diff --git a/www/p5-HTTP-BrowserDetect/pkg-comment b/www/p5-HTTP-BrowserDetect/pkg-comment new file mode 100644 index 000000000000..421f38a81de6 --- /dev/null +++ b/www/p5-HTTP-BrowserDetect/pkg-comment @@ -0,0 +1 @@ +Determine the Web browser, version, OS from an HTTP user agent string diff --git a/www/p5-HTTP-BrowserDetect/pkg-descr b/www/p5-HTTP-BrowserDetect/pkg-descr new file mode 100644 index 000000000000..bab7991f82dd --- /dev/null +++ b/www/p5-HTTP-BrowserDetect/pkg-descr @@ -0,0 +1,8 @@ +The HTTP::BrowserDetect object does a number of tests on an HTTP user +agent string. The results of these tests are available via methods of +the object. + +WWW: http://search.cpan.org/search?dist=HTTP-BrowserDetect + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/www/p5-HTTP-BrowserDetect/pkg-plist b/www/p5-HTTP-BrowserDetect/pkg-plist new file mode 100644 index 000000000000..dd73e79cf036 --- /dev/null +++ b/www/p5-HTTP-BrowserDetect/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/BrowserDetect/.packlist +lib/perl5/site_perl/%%PERL_VER%%/HTTP/BrowserDetect.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/BrowserDetect +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTTP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true |