- A Pure Perl interface to Git repositories

This commit is contained in:
Cheng-Lung Sung 2008-11-21 03:04:34 +00:00
parent 284020307d
commit d0325d592b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223099
5 changed files with 50 additions and 0 deletions

View file

@ -1369,6 +1369,7 @@
SUBDIR += p5-Getopt-Long-Descriptive
SUBDIR += p5-Getopt-Mixed
SUBDIR += p5-Getopt-Popt
SUBDIR += p5-Git-PurePerl
SUBDIR += p5-Glib2
SUBDIR += p5-Gnome2-GConf
SUBDIR += p5-Google-Checkout

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: devel/p5-Git-PurePerl
# Date created: Nov 21 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Git-PurePerl
PORTVERSION= 0.33
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/L/LB/LBROCARD
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= A Pure Perl interface to Git repositories
RUN_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract \
p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
p5-Compress-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Zlib \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
p5-MooseX-Types-Path-Class>=0:${PORTSDIR}/devel/p5-MooseX-Types-Path-Class
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Git::PurePerl.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Git-PurePerl-0.33.tar.gz) = 79cc60fe28059da64477ea136e4b43a8
SHA256 (Git-PurePerl-0.33.tar.gz) = 47d622f22875775726045c71f746722db2fadb2c3293d1abda1192906113b93d
SIZE (Git-PurePerl-0.33.tar.gz) = 27924

View file

@ -0,0 +1,3 @@
Git::PurePerl - A Pure Perl interface to Git repositories
WWW: http://search.cpan.org/dist/Git-PurePerl/

View file

@ -0,0 +1,13 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/PurePerl/.packlist
%%SITE_PERL%%/Git/PurePerl.pm
%%SITE_PERL%%/Git/PurePerl/DirectoryEntry.pm
%%SITE_PERL%%/Git/PurePerl/Object.pm
%%SITE_PERL%%/Git/PurePerl/Object/Blob.pm
%%SITE_PERL%%/Git/PurePerl/Object/Commit.pm
%%SITE_PERL%%/Git/PurePerl/Object/Tree.pm
%%SITE_PERL%%/Git/PurePerl/Pack.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/PurePerl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git
@dirrm %%SITE_PERL%%/Git/PurePerl/Object
@dirrm %%SITE_PERL%%/Git/PurePerl
@dirrmtry %%SITE_PERL%%/Git