Bug 157943 - New port www/p5-Mobile-UserAgent Parses a mobile user agent string
Summary: New port www/p5-Mobile-UserAgent Parses a mobile user agent string
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 09:30 UTC by Dmitry Liakh
Modified: 2011-06-28 16:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.75 KB, text/plain)
2011-06-17 09:30 UTC, Dmitry Liakh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Liakh 2011-06-17 09:30:14 UTC
Parses a mobile user agent string into it's basic constituent parts,
the most important being vendor and model.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-17 09:31:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-06-26 04:07:38 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-06-28 16:36:28 UTC
sunpoet     2011-06-28 15:36:20 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Mobile-UserAgent Makefile distinfo pkg-descr pkg-plist 
  Log:
  - 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>
  
  Revision  Changes    Path
  1.2912    +1 -0      ports/www/Makefile
  1.1       +24 -0     ports/www/p5-Mobile-UserAgent/Makefile (new)
  1.1       +2 -0      ports/www/p5-Mobile-UserAgent/distinfo (new)
  1.1       +6 -0      ports/www/p5-Mobile-UserAgent/pkg-descr (new)
  1.1       +6 -0      ports/www/p5-Mobile-UserAgent/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-06-28 16:37:16 UTC
State Changed
From-To: open->closed

New port added. Please test it and run portlint before submit PR next 
time. Thanks!