- Add p5-Mobile-UserAgent 1.05
Parses a mobile user agent string into it's basic constituent parts, the most important being vendor and model. One reason for doing this would be to use this information to lookup vendor-model specific device characteristics in a database. WWW: http://search.cpan.org/dist/Mobile-UserAgent/ PR: ports/157943 Submitted by: Dmitry Liakh <dliakh@ukr.net>
This commit is contained in:
parent
f1cf6fb2d8
commit
9278ad6285
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276578
5 changed files with 39 additions and 0 deletions
|
@ -1116,6 +1116,7 @@
|
|||
SUBDIR += p5-Maypole-Component
|
||||
SUBDIR += p5-MediaWiki
|
||||
SUBDIR += p5-MediaWiki-API
|
||||
SUBDIR += p5-Mobile-UserAgent
|
||||
SUBDIR += p5-ModPerl-VersionUtil
|
||||
SUBDIR += p5-Mojolicious
|
||||
SUBDIR += p5-Mojolicious-Plugin-Database
|
||||
|
|
24
www/p5-Mobile-UserAgent/Makefile
Normal file
24
www/p5-Mobile-UserAgent/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: p5-Mobile-UserAgent
|
||||
# Date created: Jun 15 2011
|
||||
# Whom: Dmitry Liakh <dliakh@ukr.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mobile-UserAgent
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dliakh@ukr.net
|
||||
COMMENT= Parses a mobile user agent string into its basic constituent parts
|
||||
|
||||
RUN_DEPENDS= p5-Class-Singleton>=0:${PORTSDIR}/devel/p5-Class-Singleton
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mobile::UserAgent.3 \
|
||||
Mobile::UserAgentFactory.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Mobile-UserAgent/distinfo
Normal file
2
www/p5-Mobile-UserAgent/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Mobile-UserAgent-1.05.tar.gz) = e6938d169d60679affb3a78202a71067d382eef240161d4e09cbe1ff61d9ed35
|
||||
SIZE (Mobile-UserAgent-1.05.tar.gz) = 37860
|
6
www/p5-Mobile-UserAgent/pkg-descr
Normal file
6
www/p5-Mobile-UserAgent/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Parses a mobile user agent string into it's basic constituent parts, the most
|
||||
important being vendor and model. One reason for doing this would be to use
|
||||
this information to lookup vendor-model specific device characteristics in a
|
||||
database.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mobile-UserAgent/
|
6
www/p5-Mobile-UserAgent/pkg-plist
Normal file
6
www/p5-Mobile-UserAgent/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/Mobile/UserAgent.pm
|
||||
%%SITE_PERL%%/Mobile/UserAgentFactory.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mobile/UserAgent/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mobile/UserAgent
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mobile
|
||||
@dirrmtry %%SITE_PERL%%/Mobile
|
Loading…
Reference in a new issue