- update to 0.35
* from wen heping - install examples maintainer timed-out
This commit is contained in:
parent
0cba3b8599
commit
7d7f5299f6
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2010/12/03 11:46:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2011/06/21 14:36:36 jasper Exp $
|
||||
|
||||
COMMENT = assemble multiple Regular Expressions into a single RE
|
||||
|
||||
MODULES = cpan
|
||||
USE_GROFF = Yes
|
||||
DISTNAME = Regexp-Assemble-0.34
|
||||
REVISION = 0
|
||||
DISTNAME = Regexp-Assemble-0.35
|
||||
CATEGORIES = textproc
|
||||
|
||||
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
||||
@ -18,4 +17,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
MODCPAN_EXAMPLES= Yes
|
||||
MODCPAN_EXAMPLES_DIST= eg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Regexp-Assemble-0.34.tar.gz) = 3b8h1NLgN5jTUaNOecr6MA==
|
||||
RMD160 (Regexp-Assemble-0.34.tar.gz) = zrnfa5mR1WrdN2aDMAA8GeD0bP0=
|
||||
SHA1 (Regexp-Assemble-0.34.tar.gz) = YAbcVC9SrGkcZv10rp0kZ4CRTMU=
|
||||
SHA256 (Regexp-Assemble-0.34.tar.gz) = zqTrTF/P7L+rkzVK75xyrIQ4IdjFdZKdQuipNuK3bZw=
|
||||
SIZE (Regexp-Assemble-0.34.tar.gz) = 86556
|
||||
MD5 (Regexp-Assemble-0.35.tar.gz) = MVeW7OW/tpsWaEbO2RHPDg==
|
||||
RMD160 (Regexp-Assemble-0.35.tar.gz) = Q0vRRjJQKbFiPZPoeru3vLxGb3E=
|
||||
SHA1 (Regexp-Assemble-0.35.tar.gz) = oB/EjDUy2XfQEYlW/jLh6rq1JRY=
|
||||
SHA256 (Regexp-Assemble-0.35.tar.gz) = AwHMaykwCR6+jz5vdc7ZXEpMnuFsQmGZigiTg2POXdc=
|
||||
SIZE (Regexp-Assemble-0.35.tar.gz) = 87019
|
||||
|
@ -1,4 +1,25 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/02/05 22:05:02 simon Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/06/21 14:36:36 jasper Exp $
|
||||
${P5SITE}/Regexp/
|
||||
${P5SITE}/Regexp/Assemble.pm
|
||||
@man man/man3p/Regexp::Assemble.3p
|
||||
share/examples/p5-Regexp-Assemble/
|
||||
share/examples/p5-Regexp-Assemble/assemble
|
||||
share/examples/p5-Regexp-Assemble/debugging
|
||||
share/examples/p5-Regexp-Assemble/fee
|
||||
share/examples/p5-Regexp-Assemble/file.1
|
||||
share/examples/p5-Regexp-Assemble/file.2
|
||||
share/examples/p5-Regexp-Assemble/file.3
|
||||
share/examples/p5-Regexp-Assemble/file.4
|
||||
share/examples/p5-Regexp-Assemble/hostmatch/
|
||||
share/examples/p5-Regexp-Assemble/hostmatch/bad.canonical
|
||||
share/examples/p5-Regexp-Assemble/hostmatch/error.canonical
|
||||
share/examples/p5-Regexp-Assemble/hostmatch/good.canonical
|
||||
share/examples/p5-Regexp-Assemble/hostmatch/hostmatch
|
||||
share/examples/p5-Regexp-Assemble/hostmatch/source.in
|
||||
share/examples/p5-Regexp-Assemble/ircwatcher
|
||||
share/examples/p5-Regexp-Assemble/naive
|
||||
share/examples/p5-Regexp-Assemble/roman
|
||||
share/examples/p5-Regexp-Assemble/stress-test.pl
|
||||
share/examples/p5-Regexp-Assemble/tld
|
||||
share/examples/p5-Regexp-Assemble/track-5.10
|
||||
share/examples/p5-Regexp-Assemble/unquotemeta
|
||||
|
Loading…
Reference in New Issue
Block a user