Bug 167126 - New port: www/py-fedex a SOAP wrapper for Fedex
Summary: New port: www/py-fedex a SOAP wrapper for Fedex
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: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-20 18:50 UTC by Kevin Golding
Modified: 2012-05-30 21:20 UTC (History)
0 users

See Also:


Attachments
py-fedex.new (4.86 KB, text/plain)
2012-04-20 18:50 UTC, Kevin Golding
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Golding 2012-04-20 18:50:10 UTC
	New port www/py-fedex - a SOAP service for Fedex shipping
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-20 18:50:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-30 21:16:43 UTC
rm          2012-05-30 20:16:33 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-fedex         Makefile distinfo pkg-descr pkg-plist 
  Log:
  A light wrapper around Fedex's Web Services SOAP API using suds.
  
  WWW:    http://code.google.com/p/python-fedex/
  
  PR:             ports/167126
  Submitted by:   Kevin Golding <ports@caomhin.org>
  
  Revision  Changes    Path
  1.3189    +1 -0      ports/www/Makefile
  1.1       +24 -0     ports/www/py-fedex/Makefile (new)
  1.1       +2 -0      ports/www/py-fedex/distinfo (new)
  1.1       +3 -0      ports/www/py-fedex/pkg-descr (new)
  1.1       +54 -0     ports/www/py-fedex/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 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-05-30 21:17:05 UTC
State Changed
From-To: open->closed

Committed with minor changes, thank you!