diff options
author | seb <seb@pkgsrc.org> | 2002-08-28 19:28:53 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-08-28 19:28:53 +0000 |
commit | 2ed9fe6e02ca82ac63f1306127c44ff161195a2b (patch) | |
tree | 82b11e51deebb1bf2ba37c10243a045c4f17ea9a /devel/p5-Graph | |
parent | 6e9287e0644395ba5c6cfd050ebf53b4db23fbbe (diff) | |
download | pkgsrc-2ed9fe6e02ca82ac63f1306127c44ff161195a2b.tar.gz |
Initial import of p5-Graph version 0.201 into the Packages Collection.
This is a perl module for graph operations as the code was for the 1st edition
of "Mastering Algorithms with Perl", by Jon Orwant, Jarkko Hietaniemi, and John
Macdonald, published in August 1999 by the O'Reilly and Associates.
Diffstat (limited to 'devel/p5-Graph')
-rw-r--r-- | devel/p5-Graph/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Graph/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Graph/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Graph/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Graph/DESCR b/devel/p5-Graph/DESCR new file mode 100644 index 00000000000..b6c6d790a80 --- /dev/null +++ b/devel/p5-Graph/DESCR @@ -0,0 +1,3 @@ +This is a perl module for graph operations as the code was for the 1st edition +of "Mastering Algorithms with Perl", by Jon Orwant, Jarkko Hietaniemi, and John +Macdonald, published in August 1999 by the O'Reilly and Associates. diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile new file mode 100644 index 00000000000..0f130d25fbf --- /dev/null +++ b/devel/p5-Graph/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/28 19:28:53 seb Exp $ + +DISTNAME= Graph-0.201 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for graph operations + +DEPENDS+= p5-Heap>=0.50:../../devel/p5-Heap + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Graph/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Graph/PLIST b/devel/p5-Graph/PLIST new file mode 100644 index 00000000000..7ccf26dac01 --- /dev/null +++ b/devel/p5-Graph/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/28 19:28:53 seb Exp $ diff --git a/devel/p5-Graph/distinfo b/devel/p5-Graph/distinfo new file mode 100644 index 00000000000..b7ff076e455 --- /dev/null +++ b/devel/p5-Graph/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/28 19:28:53 seb Exp $ + +SHA1 (Graph-0.201.tar.gz) = 20a481e78b854f9671a3dec3b4d6985526a90b7d +Size (Graph-0.201.tar.gz) = 18199 bytes |