Bug 151189 - [NEW PORT] www/py-surl
Summary: [NEW PORT] www/py-surl
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: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-04 08:10 UTC by Carlo Strub
Modified: 2010-10-19 16:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.71 KB, text/plain)
2010-10-04 08:10 UTC, Carlo Strub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2010-10-04 08:10:06 UTC
surl is a URL shortening command line application that supports various sites. It supports stdin or filename input. It grabs the URLs, converts them, and returns the same text that was used in the input. It is known to work with a wealth of services, such as bit.ly, goo.gl, tinyurl.com and tr.im.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-04 08:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-19 15:53:56 UTC
glarkin     2010-10-19 14:53:51 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/py-surl          Makefile distinfo pkg-descr pkg-plist 
  Log:
  surl is a URL shortening command line application that supports
  various sites.  It supports stdin or filename input. It grabs the
  URLs, converts them, and returns the same text that was used in the
  input. It is known to work with a wealth of services, such as bit.ly,
  goo.gl, tinyurl.com and tr.im.
  
  WWW: https://launchpad.net/surl
  
  PR:             ports/151189
  Submitted by:   Carlo Strub <c-s at c-s.li>
  
  Revision  Changes    Path
  1.2720    +1 -0      ports/www/Makefile
  1.1       +26 -0     ports/www/py-surl/Makefile (new)
  1.1       +3 -0      ports/www/py-surl/distinfo (new)
  1.1       +7 -0      ports/www/py-surl/pkg-descr (new)
  1.1       +24 -0     ports/www/py-surl/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 Greg Larkin freebsd_committer freebsd_triage 2010-10-19 15:54:15 UTC
State Changed
From-To: open->closed

Committed with minor Makefile changes, thank you! 

- Updated USE_PYTHON to 2.5+ (upstream distro requirement) 
- Added devel/py-simplejson as BUILD_DEPENDS/RUN_DEPENDS (needed for 
Python 2.5)