update to 0.74; from jasper (maintainer)

This commit is contained in:
steven 2006-06-03 06:40:52 +00:00
parent 1502efabff
commit dbd51a4e0f
3 changed files with 9 additions and 10 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.3 2006/01/04 17:09:37 steven Exp $
# $OpenBSD: Makefile,v 1.4 2006/06/03 06:40:52 steven Exp $
COMMENT= "graph data structures in perl"
PKG_ARCH= *
DISTNAME= Graph-0.69
DISTNAME= Graph-0.74
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 devel
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# perl licence
# same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes

View File

@ -1,4 +1,4 @@
MD5 (Graph-0.69.tar.gz) = 190cf68bff1820953b926419e508b0e4
RMD160 (Graph-0.69.tar.gz) = 37edf791100ad2b2c165f871cf1c8ae45ab19f30
SHA1 (Graph-0.69.tar.gz) = 1e4b5d18e4ca0055a47956efae2fe4926ec6d3a8
SIZE (Graph-0.69.tar.gz) = 97631
MD5 (Graph-0.74.tar.gz) = ac6598bef094b0404c618c11ecabf57e
RMD160 (Graph-0.74.tar.gz) = d04a4db1916b50fe2d20b1a9f7c03c9cfc2039cd
SHA1 (Graph-0.74.tar.gz) = eef15083d1615c672ffd9ff7a4dd81459c5e7d8a
SIZE (Graph-0.74.tar.gz) = 119391

View File

@ -1,3 +1,2 @@
Graph, a Perl module for dealing with graphs, the abstract
data structures.
Graph is a Perl module for creating abstract data structures called
graphs, and for doing various operations on those.