Port details |
- p5-Event-Lib Makes libevent(3) accessible with Perl
- 1.03_7 devel
=0 1.03_7Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2006-06-08 06:01:52
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- Event-Lib is a Perl wrapper around libevent(3)
(http://www.monkey.org/~provos/libevent/).
It makes the handling of asynchronous events more comfortable.
WWW: https://metacpan.org/release/Event-Lib
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Event-Lib>0:devel/p5-Event-Lib
- To install the port:
- cd /usr/ports/devel/p5-Event-Lib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Event-Lib
- pkg install p5-Event-Lib
- PKGNAME: p5-Event-Lib
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Event-Lib-1.03.tar.gz) = 53aac3ea03978eb2d2c9141df3f6969fa60c7e6bd95c4928c34734aaa7efeabc
SIZE (Event-Lib-1.03.tar.gz) = 46810
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libevent.so : devel/libevent
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Event-Lib
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.03_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
02 Aug 2019 13:30:40
1.03_7
|
jbeich  |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
27 May 2018 20:15:20
1.03_6
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
20 Feb 2017 02:57:04
1.03_6
|
jbeich  |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
10 Feb 2017 16:27:44
1.03_5
|
sunpoet  |
Pass maintainership to perl@ |
10 Feb 2017 15:42:09
1.03_5
|
jbeich  |
devel/p5-Event-Lib: unbreak after r433286
- Add a patch to compile with libevent 2.1 (only compile-tested!) after
https://github.com/libevent/libevent/commit/cba59e53253b
- Reformat an existing patch through "make makepatch"
- Drop maintainership as the current maintainer no longer uses the
port and wishes to resign
PR: 216531
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
04 Feb 2017 07:56:59
1.03_5
|
jbeich  |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
01 Apr 2016 14:00:57
1.03_4
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
02 Mar 2015 23:21:08
1.03_4
|
bapt  |
Remove Author from pkg-descr and white space fixes |
26 Nov 2014 13:08:38
1.03_4
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
1.03_3
|
bapt  |
Cleanup plist |
24 Jul 2014 13:32:59
1.03_3 
|
bapt  |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
10 Jun 2014 12:14:14
1.03_3
|
mat  |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
06 Jan 2014 17:28:12
1.03_3
|
az  |
- add stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 17:13:47
1.03_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
08 Sep 2013 14:47:37
1.03_3
|
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
24 Oct 2011 09:11:38
1.03_3
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
03 Jul 2011 14:59:23
1.03_3
|
ohauer  |
-remove MD5 |
25 Jul 2010 15:39:20
1.03_3
|
mm  |
Update libevent to 1.4.14b
PR: ports/147723
Approved by: maintainer (timeout) |
06 Jun 2009 15:49:24
1.03_2
|
itetcu  |
Fix build custom LOCALBASE.
Submitted by: maintainer
Reported by: QATty |
19 Aug 2008 16:40:17
1.03_2
|
mnag  |
- Update libevent dependency and bump PORTREVISION |
17 Apr 2008 14:30:31
1.03_1
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
02 Jan 2008 23:43:03
1.03_1
|
mnag  |
- Bump PORTREVISION since devel/libevent are updated. |
04 Oct 2007 21:51:40
1.03
|
miwi  |
- Update to 1.03
PR: 116638
Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) |
21 Sep 2007 20:21:30
1.01_2
|
mnag  |
- Change libevent lib and bump PORTREVISION since devel/libevent are updated. |
08 Sep 2007 00:57:38
1.01_1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
06 Apr 2007 18:28:46
1.01_1
|
mnag  |
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update. |
21 Dec 2006 22:33:38
1.01
|
miwi  |
- Update to 1.01
PR: ports/106965
Submitted by: miwi
Approved by: maintainer |
05 Dec 2006 13:29:01
1.00_2
|
mnag  |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1) |
30 Jun 2006 02:53:12
1.00_1
|
leeym  |
- update dependencies for libevent-1.2 |
09 Jun 2006 02:15:24
1.00_1
|
clsung  |
- Pointyhat noticed that devel/p5-Event-Lib 1.00 would delete
one (empty) directory it didn't create itself.
PR: ports/98717
Submitted by: maintainer (Fabian Keil) |
08 Jun 2006 01:29:52
1.00
|
clsung  |
Add p5-Event-Lib 1.00, makes libevent(3) accessible with Perl.
PR: ports/98642
Submitted by: Fabian Keil <fk@fabiankeil.de> |