update to p5-AnyEvent 7.04, set EPOCH
This commit is contained in:
parent
ae92f4b5a6
commit
f0bc39a6d7
@ -1,15 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:13 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2013/04/26 10:10:45 sthen Exp $
|
||||
|
||||
COMMENT= provide framework for multiple event loops
|
||||
|
||||
MODULES= cpan
|
||||
# N.B. updates to 5.29 and up require the 4.x p5-EV API
|
||||
DISTNAME= AnyEvent-5.28
|
||||
# pad PKGNAME; previous ver was 5.201
|
||||
PKGNAME= p5-${DISTNAME}0
|
||||
DISTNAME= AnyEvent-7.04
|
||||
EPOCH= 0
|
||||
CATEGORIES= devel
|
||||
CPAN_AUTHOR= MLEHMANN
|
||||
USE_GROFF = Yes
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (AnyEvent-5.28.tar.gz) = on1rcYckxSa8l3SdloVLGA==
|
||||
RMD160 (AnyEvent-5.28.tar.gz) = xy6oMa5IHIvvfxwZu1dfKlqeS98=
|
||||
SHA1 (AnyEvent-5.28.tar.gz) = 04zFebrSu6KCU6DBMUOYyH6CbuY=
|
||||
SHA256 (AnyEvent-5.28.tar.gz) = j+WPTj3y+XTtRahvTEAnHBvMOQ30kFUqdoGImfgogkc=
|
||||
SIZE (AnyEvent-5.28.tar.gz) = 222310
|
||||
SHA256 (AnyEvent-7.04.tar.gz) = ap2U+mHH9dxRXINOsiTbxs5BI9qP1b+gzzgV8/PpCLI=
|
||||
SIZE (AnyEvent-7.04.tar.gz) = 286523
|
||||
|
@ -1,40 +1,53 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2011/03/09 07:52:27 sthen Exp $
|
||||
${P5SITE}/AE.pm
|
||||
${P5SITE}/AnyEvent/
|
||||
${P5SITE}/AnyEvent.pm
|
||||
${P5SITE}/AnyEvent/DNS.pm
|
||||
${P5SITE}/AnyEvent/Debug.pm
|
||||
${P5SITE}/AnyEvent/FAQ.pod
|
||||
${P5SITE}/AnyEvent/Handle.pm
|
||||
${P5SITE}/AnyEvent/Impl/
|
||||
${P5SITE}/AnyEvent/Impl/EV.pm
|
||||
${P5SITE}/AnyEvent/Impl/Event.pm
|
||||
${P5SITE}/AnyEvent/Impl/EventLib.pm
|
||||
${P5SITE}/AnyEvent/Impl/Glib.pm
|
||||
${P5SITE}/AnyEvent/Impl/IOAsync.pm
|
||||
${P5SITE}/AnyEvent/Impl/Irssi.pm
|
||||
${P5SITE}/AnyEvent/Impl/POE.pm
|
||||
${P5SITE}/AnyEvent/Impl/Perl.pm
|
||||
${P5SITE}/AnyEvent/Impl/Qt.pm
|
||||
${P5SITE}/AnyEvent/Impl/Tk.pm
|
||||
${P5SITE}/AnyEvent/Intro.pod
|
||||
${P5SITE}/AnyEvent/Socket.pm
|
||||
${P5SITE}/AnyEvent/Strict.pm
|
||||
${P5SITE}/AnyEvent/TLS.pm
|
||||
${P5SITE}/AnyEvent/Util/
|
||||
${P5SITE}/AnyEvent/Util.pm
|
||||
${P5SITE}/AnyEvent/Util/idna.pl
|
||||
${P5SITE}/AnyEvent/Util/uts46data.pl
|
||||
${P5SITE}/AnyEvent/constants.pl
|
||||
@comment $OpenBSD: PLIST,v 1.7 2013/04/26 10:10:45 sthen Exp $
|
||||
${P5ARCH}/AE.pm
|
||||
${P5ARCH}/AnyEvent/
|
||||
${P5ARCH}/AnyEvent.pm
|
||||
${P5ARCH}/AnyEvent/DNS.pm
|
||||
${P5ARCH}/AnyEvent/Debug.pm
|
||||
${P5ARCH}/AnyEvent/FAQ.pod
|
||||
${P5ARCH}/AnyEvent/Handle.pm
|
||||
${P5ARCH}/AnyEvent/IO/
|
||||
${P5ARCH}/AnyEvent/IO.pm
|
||||
${P5ARCH}/AnyEvent/IO/IOAIO.pm
|
||||
${P5ARCH}/AnyEvent/IO/Perl.pm
|
||||
${P5ARCH}/AnyEvent/Impl/
|
||||
${P5ARCH}/AnyEvent/Impl/Cocoa.pm
|
||||
${P5ARCH}/AnyEvent/Impl/EV.pm
|
||||
${P5ARCH}/AnyEvent/Impl/Event.pm
|
||||
${P5ARCH}/AnyEvent/Impl/EventLib.pm
|
||||
${P5ARCH}/AnyEvent/Impl/FLTK.pm
|
||||
${P5ARCH}/AnyEvent/Impl/Glib.pm
|
||||
${P5ARCH}/AnyEvent/Impl/IOAsync.pm
|
||||
${P5ARCH}/AnyEvent/Impl/Irssi.pm
|
||||
${P5ARCH}/AnyEvent/Impl/POE.pm
|
||||
${P5ARCH}/AnyEvent/Impl/Perl.pm
|
||||
${P5ARCH}/AnyEvent/Impl/Qt.pm
|
||||
${P5ARCH}/AnyEvent/Impl/Tk.pm
|
||||
${P5ARCH}/AnyEvent/Intro.pod
|
||||
${P5ARCH}/AnyEvent/Log.pm
|
||||
${P5ARCH}/AnyEvent/Loop.pm
|
||||
${P5ARCH}/AnyEvent/Socket.pm
|
||||
${P5ARCH}/AnyEvent/Strict.pm
|
||||
${P5ARCH}/AnyEvent/TLS.pm
|
||||
${P5ARCH}/AnyEvent/Util/
|
||||
${P5ARCH}/AnyEvent/Util.pm
|
||||
${P5ARCH}/AnyEvent/Util/idna.pl
|
||||
${P5ARCH}/AnyEvent/Util/uts46data.pl
|
||||
${P5ARCH}/AnyEvent/constants.pl
|
||||
@man man/man3p/AE.3p
|
||||
@man man/man3p/AnyEvent.3p
|
||||
@man man/man3p/AnyEvent::DNS.3p
|
||||
@man man/man3p/AnyEvent::Debug.3p
|
||||
@man man/man3p/AnyEvent::FAQ.3p
|
||||
@man man/man3p/AnyEvent::Handle.3p
|
||||
@man man/man3p/AnyEvent::IO.3p
|
||||
@man man/man3p/AnyEvent::IO::IOAIO.3p
|
||||
@man man/man3p/AnyEvent::IO::Perl.3p
|
||||
@man man/man3p/AnyEvent::Impl::Cocoa.3p
|
||||
@man man/man3p/AnyEvent::Impl::EV.3p
|
||||
@man man/man3p/AnyEvent::Impl::Event.3p
|
||||
@man man/man3p/AnyEvent::Impl::EventLib.3p
|
||||
@man man/man3p/AnyEvent::Impl::FLTK.3p
|
||||
@man man/man3p/AnyEvent::Impl::Glib.3p
|
||||
@man man/man3p/AnyEvent::Impl::IOAsync.3p
|
||||
@man man/man3p/AnyEvent::Impl::Irssi.3p
|
||||
@ -43,6 +56,8 @@ ${P5SITE}/AnyEvent/constants.pl
|
||||
@man man/man3p/AnyEvent::Impl::Qt.3p
|
||||
@man man/man3p/AnyEvent::Impl::Tk.3p
|
||||
@man man/man3p/AnyEvent::Intro.3p
|
||||
@man man/man3p/AnyEvent::Log.3p
|
||||
@man man/man3p/AnyEvent::Loop.3p
|
||||
@man man/man3p/AnyEvent::Socket.3p
|
||||
@man man/man3p/AnyEvent::Strict.3p
|
||||
@man man/man3p/AnyEvent::TLS.3p
|
||||
|
Loading…
Reference in New Issue
Block a user