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:
Responsible Changed From-To: freebsd-ports-bugs->glarkin glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
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"
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)