diff options
author | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2012-01-09 14:44:31 +0000 |
---|---|---|
committer | Lars Balker Rasmussen <lbr@FreeBSD.org> | 2012-01-09 14:44:31 +0000 |
commit | 23d1ee86c801e989f622bc1c948e8430f37258ea (patch) | |
tree | ad9ff88ec22846b8cd5b9ce43b8714fc1a7eb374 | |
parent | Updated to 0.13. (diff) |
Add p5-App-gist 0.04, gitHub Gist creator.
PR: ports/163813
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
Notes
Notes:
svn path=/head/; revision=288817
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-App-gist/Makefile | 27 | ||||
-rw-r--r-- | www/p5-App-gist/distinfo | 2 | ||||
-rw-r--r-- | www/p5-App-gist/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-App-gist/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f8bb4fb9e90e..81ff0936a2d3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -583,6 +583,7 @@ SUBDIR += p5-Apache2-SiteControl SUBDIR += p5-ApacheBench SUBDIR += p5-App-Nopaste + SUBDIR += p5-App-gist SUBDIR += p5-Ark SUBDIR += p5-Bigtop SUBDIR += p5-Blog-Spam diff --git a/www/p5-App-gist/Makefile b/www/p5-App-gist/Makefile new file mode 100644 index 000000000000..48b85cc33555 --- /dev/null +++ b/www/p5-App-gist/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-App-gist +# Date created: 2012-01-04 +# Whom: Denny Lin <dennylin93@hs.ntnu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= App-gist +PORTVERSION= 0.04 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:ALEXBIO +PKGNAMEPREFIX= p5- + +MAINTAINER= dennylin93@hs.ntnu.edu.tw +COMMENT= GitHub Gist creator + +RUN_DEPENDS= p5-WWW-GitHub-Gist>=0.13:${PORTSDIR}/www/p5-WWW-GitHub-Gist + +PERL_CONFIGURE= yes + +CONFLICTS= gist-[0-9]* + +MAN1= gist.1 +MAN3= App::gist.3 + +.include <bsd.port.mk> diff --git a/www/p5-App-gist/distinfo b/www/p5-App-gist/distinfo new file mode 100644 index 000000000000..b8002464fdd8 --- /dev/null +++ b/www/p5-App-gist/distinfo @@ -0,0 +1,2 @@ +SHA256 (App-gist-0.04.tar.gz) = ef740241e5e5992869683f980f7f3dc25fdcac35f8222460e05cc669fc6037ee +SIZE (App-gist-0.04.tar.gz) = 12684 diff --git a/www/p5-App-gist/pkg-descr b/www/p5-App-gist/pkg-descr new file mode 100644 index 000000000000..ed1b908dd710 --- /dev/null +++ b/www/p5-App-gist/pkg-descr @@ -0,0 +1,3 @@ +GitHub Gist creator. + +WWW: http://search.cpan.org/dist/App-gist/ diff --git a/www/p5-App-gist/pkg-plist b/www/p5-App-gist/pkg-plist new file mode 100644 index 000000000000..1495cd2f7693 --- /dev/null +++ b/www/p5-App-gist/pkg-plist @@ -0,0 +1,6 @@ +bin/gist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/gist/.packlist +%%SITE_PERL%%/App/gist.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/gist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App +@dirrmtry %%SITE_PERL%%/App |