update to 2.40 and remove Anil Madhavapeddy as maintainer as of per his request. Bulk-tested and ok landry@, ok jasper@
This commit is contained in:
parent
f3d1ed16b6
commit
463f153e2e
@ -1,17 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2010/10/19 07:54:25 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2010/10/26 06:28:29 stephan Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= perl module for parsing XML documents
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= XML-Parser-2.36
|
||||
REVISION= 2
|
||||
DISTNAME= XML-Parser-2.40
|
||||
CATEGORIES= textproc
|
||||
USE_GROFF = Yes
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
|
||||
# GPL/Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (XML-Parser-2.36.tar.gz) = G4aJYrZYvYfhVj7NVkmN7Q==
|
||||
RMD160 (XML-Parser-2.36.tar.gz) = HDGiOYralD79XSRROJ4WORQWglM=
|
||||
SHA1 (XML-Parser-2.36.tar.gz) = dKysT5Oev3iNjvUWPLyYArGwS/o=
|
||||
SHA256 (XML-Parser-2.36.tar.gz) = n9UphnQCRWvYJv4OVYjTWzouJ+WGov2DjRNStxwu1z8=
|
||||
SIZE (XML-Parser-2.36.tar.gz) = 230002
|
||||
MD5 (XML-Parser-2.40.tar.gz) = xm6a26AD0GZ8xAEVzNg3pQ==
|
||||
RMD160 (XML-Parser-2.40.tar.gz) = DpMkiK3cjBZNFMRYmcsEMsR78Wc=
|
||||
SHA1 (XML-Parser-2.40.tar.gz) = 2UMNEqY4KtEeDVOknOzE8DzDIYc=
|
||||
SHA256 (XML-Parser-2.40.tar.gz) = 5eQzaE55nve2uFLAyjG3EFRxdihVVETT3J/OrA33FRI=
|
||||
SIZE (XML-Parser-2.40.tar.gz) = 237891
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2008/10/01 16:01:51 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2010/10/26 06:28:29 stephan Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/XML/
|
||||
${P5ARCH}/XML/Parser/
|
||||
@ -8,6 +8,7 @@ ${P5ARCH}/XML/Parser/Encodings/Japanese_Encodings.msg
|
||||
${P5ARCH}/XML/Parser/Encodings/README
|
||||
${P5ARCH}/XML/Parser/Encodings/big5.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/euc-kr.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/ibm866.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/iso-8859-2.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/iso-8859-3.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/iso-8859-4.enc
|
||||
@ -15,8 +16,11 @@ ${P5ARCH}/XML/Parser/Encodings/iso-8859-5.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/iso-8859-7.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/iso-8859-8.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/iso-8859-9.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/koi8-r.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/windows-1250.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/windows-1251.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/windows-1252.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/windows-1255.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/x-euc-jp-unicode.enc
|
||||
${P5ARCH}/XML/Parser/Encodings/x-sjis-cp932.enc
|
||||
|
Loading…
Reference in New Issue
Block a user