Bug 150754 - [NEW PORT] www/p5-WebService-Linode: Perl Interface to the Linode.com API
Summary: [NEW PORT] www/p5-WebService-Linode: Perl Interface to the Linode.com API
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 12:20 UTC by gslin
Modified: 2010-09-23 03:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-WebService-Linode-0.05.shar (2.64 KB, text/plain)
2010-09-20 12:20 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2010-09-20 12:20:01 UTC
This module implements the Linode.com api methods. Linode methods have
had dots replaced with underscores to generate the perl method name.
All keys and parameters have been lower cased but returned data
remains otherwise the same.

WWW:	http://search.cpan.org/dist/WebService-Linode/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-20 12:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-22 07:10:32 UTC
Responsible Changed
From-To: perl->pgollucci

I will take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-09-23 03:41:23 UTC
pgollucci    2010-09-23 02:41:19 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-WebService-Linode Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module implements the Linode.com api methods. Linode methods have
  had dots replaced with underscores to generate the perl method name.
  All keys and parameters have been lower cased but returned data
  remains otherwise the same.
  
  WWW:    http://search.cpan.org/dist/WebService-Linode/
  
  PR:             ports/150754
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2700    +1 -0      ports/www/Makefile
  1.1       +28 -0     ports/www/p5-WebService-Linode/Makefile (new)
  1.1       +3 -0      ports/www/p5-WebService-Linode/distinfo (new)
  1.1       +6 -0      ports/www/p5-WebService-Linode/pkg-descr (new)
  1.1       +9 -0      ports/www/p5-WebService-Linode/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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-09-23 03:42:42 UTC
State Changed
From-To: open->closed

Committed, Thanks!