svn commit: r323146 - in head/www: . p5-WWW-Shorten-Yourls

Martin Wilke miwi at FreeBSD.org
Wed Jul 17 04:08:50 UTC 2013


Author: miwi
Date: Wed Jul 17 04:08:49 2013
New Revision: 323146
URL: http://svnweb.freebsd.org/changeset/ports/323146

Log:
  A Perl Interface to shortening URLs with www/yourls. Your Own URL Shortener.
  
  WWW: http://search.cpan.org/dist/WWW-Shorten-Yourls/
  
  PR:		ports/180547
  Submitted by:	Lawrence Chen <beastie at tardisi.com>

Added:
  head/www/p5-WWW-Shorten-Yourls/
  head/www/p5-WWW-Shorten-Yourls/Makefile   (contents, props changed)
  head/www/p5-WWW-Shorten-Yourls/distinfo   (contents, props changed)
  head/www/p5-WWW-Shorten-Yourls/pkg-descr   (contents, props changed)
  head/www/p5-WWW-Shorten-Yourls/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Jul 17 04:07:19 2013	(r323145)
+++ head/www/Makefile	Wed Jul 17 04:08:49 2013	(r323146)
@@ -1297,6 +1297,7 @@
     SUBDIR += p5-WWW-Shorten-Googl
     SUBDIR += p5-WWW-Shorten-KUSO
     SUBDIR += p5-WWW-Shorten-NotLong
+    SUBDIR += p5-WWW-Shorten-Yourls
     SUBDIR += p5-WWW-Shorten-isgd
     SUBDIR += p5-WWW-SourceForge
     SUBDIR += p5-WWW-Spinn3r

Added: head/www/p5-WWW-Shorten-Yourls/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Shorten-Yourls/Makefile	Wed Jul 17 04:08:49 2013	(r323146)
@@ -0,0 +1,22 @@
+# Created by: Lawrence Chen <beastie at tardisi.com>
+# $FreeBSD$
+
+PORTNAME=	WWW-Shorten-Yourls
+PORTVERSION=	0.06
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	beastie at tardisi.com
+COMMENT=	Perl interface to www/yourls, Your Own URL Shortener
+
+BUILD_DEPENDS=	p5-JSON-Any>=1.18:${PORTSDIR}/converters/p5-JSON-Any \
+		p5-WWW-Shorten>=1.9:${PORTSDIR}/www/p5-WWW-Shorten \
+		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		WWW::Shorten::Yourls.3
+
+.include <bsd.port.mk>

Added: head/www/p5-WWW-Shorten-Yourls/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Shorten-Yourls/distinfo	Wed Jul 17 04:08:49 2013	(r323146)
@@ -0,0 +1,2 @@
+SHA256 (WWW-Shorten-Yourls-0.06.tar.gz) = 4ad89a8b858f9e78dcfcc86dea14efaab32b6c185e53136f3114779b8402135e
+SIZE (WWW-Shorten-Yourls-0.06.tar.gz) = 6434

Added: head/www/p5-WWW-Shorten-Yourls/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Shorten-Yourls/pkg-descr	Wed Jul 17 04:08:49 2013	(r323146)
@@ -0,0 +1,3 @@
+A Perl Interface to shortening URLs with www/yourls. Your Own URL Shortener.
+
+WWW: http://search.cpan.org/dist/WWW-Shorten-Yourls/

Added: head/www/p5-WWW-Shorten-Yourls/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-WWW-Shorten-Yourls/pkg-plist	Wed Jul 17 04:08:49 2013	(r323146)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/WWW/Shorten/Yourls.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Yourls/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Yourls
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
+ at dirrmtry %%SITE_PERL%%/WWW/Shorten
+ at dirrmtry %%SITE_PERL%%/WWW


More information about the svn-ports-all mailing list