Add p5-HTTP-BrowserDetect 0.97,
determine the Web browser, version, OS from an HTTP user agent string.
This commit is contained in:
parent
763b461efc
commit
5f9e6b502a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71502
@ -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
|
||||
|
22
www/p5-HTTP-BrowserDetect/Makefile
Normal file
22
www/p5-HTTP-BrowserDetect/Makefile
Normal file
@ -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>
|
1
www/p5-HTTP-BrowserDetect/distinfo
Normal file
1
www/p5-HTTP-BrowserDetect/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HTTP-BrowserDetect-0.97.tar.gz) = bd0d645e54f55077f27db3de579f036b
|
1
www/p5-HTTP-BrowserDetect/pkg-comment
Normal file
1
www/p5-HTTP-BrowserDetect/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Determine the Web browser, version, OS from an HTTP user agent string
|
8
www/p5-HTTP-BrowserDetect/pkg-descr
Normal file
8
www/p5-HTTP-BrowserDetect/pkg-descr
Normal file
@ -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
|
5
www/p5-HTTP-BrowserDetect/pkg-plist
Normal file
5
www/p5-HTTP-BrowserDetect/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user