import WWW-Shorten-Bitly-1.14
WWW::Shorten::Bitly provides an easy interface for shortening URLs using http://bit.ly. In addition to shortening URLs, you can pull statistics that bit.ly gathers regarding each shortened WWW::Shorten::Bitly uses XML::Simple to convert the xml response for the meta info and click stats to create a hashref of the results. ok sthen@
This commit is contained in:
parent
8add81e8e8
commit
a417a61082
21
www/p5-WWW-Shorten-Bitly/Makefile
Normal file
21
www/p5-WWW-Shorten-Bitly/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/08/18 11:48:12 jasper Exp $
|
||||
|
||||
COMMENT= interface to bit.ly shortening site
|
||||
|
||||
DISTNAME= WWW-Shorten-Bitly-1.14
|
||||
CATEGORIES= www
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= converters/p5-JSON-Any \
|
||||
textproc/p5-XML-Simple \
|
||||
www/p5-WWW-Shorten
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-WWW-Shorten-Bitly/distinfo
Normal file
5
www/p5-WWW-Shorten-Bitly/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (WWW-Shorten-Bitly-1.14.tar.gz) = sVRaT8omapJIyq1xshkF2Q==
|
||||
RMD160 (WWW-Shorten-Bitly-1.14.tar.gz) = r9FSUETvUxRH+5t1GjPTt7jukX0=
|
||||
SHA1 (WWW-Shorten-Bitly-1.14.tar.gz) = 3wBTa9NMOCvWB5+zb8HUR35eQtc=
|
||||
SHA256 (WWW-Shorten-Bitly-1.14.tar.gz) = N7wA0pNTHaXiHi2mGOFyHo/DZwJrHrjgf2O7I7a2xeo=
|
||||
SIZE (WWW-Shorten-Bitly-1.14.tar.gz) = 6894
|
5
www/p5-WWW-Shorten-Bitly/pkg/DESCR
Normal file
5
www/p5-WWW-Shorten-Bitly/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
WWW::Shorten::Bitly provides an easy interface for shortening URLs using
|
||||
http://bit.ly. In addition to shortening URLs, you can pull statistics
|
||||
that bit.ly gathers regarding each shortened WWW::Shorten::Bitly uses
|
||||
XML::Simple to convert the xml response for the meta info and click
|
||||
stats to create a hashref of the results.
|
5
www/p5-WWW-Shorten-Bitly/pkg/PLIST
Normal file
5
www/p5-WWW-Shorten-Bitly/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/18 11:48:12 jasper Exp $
|
||||
bin/bitly_url
|
||||
${P5SITE}/WWW/Shorten/Bitly.pm
|
||||
@man man/man1/bitly_url.1
|
||||
@man man/man3p/WWW::Shorten::Bitly.3p
|
Loading…
Reference in New Issue
Block a user