notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ocaml-event Ocaml wrapper for the libevent API
0.6.0_3 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.0_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-08-28 18:16:48
Last Update: 2014-09-01 14:46:34
SVN Revision: 366879
License: not specified in port
WWW:
http://www.xs4all.nl/~mmzeeman/ocaml/
Description:
[ excerpt from developer's www site ] An ocaml wrapper for the libevent API. The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. Currently, libevent supports /dev/poll, kqueue(2), select(2), poll(2) and epoll(4). It also has experimental support for real-time signals. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system. WWW: http://www.xs4all.nl/~mmzeeman/ocaml/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ocaml-event>0:devel/ocaml-event
No installation instructions:
This port has been deleted.
PKGNAME: ocaml-event
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ocamlc : lang/ocaml
  2. gmake : devel/gmake
Library dependencies:
  1. libevent.so : devel/libevent2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://www.xs4all.nl/~mmzeeman/ocaml/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.0_3
01 Sep 2014 14:46:34
Revision:366879Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from d*
0.6.0_3
24 Jul 2014 13:32:59
Revision:362796Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
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
0.6.0_2
04 Jul 2014 12:06:07
Revision:360604Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
0.6.0_2
04 Jul 2014 09:14:19
Revision:360581Original commit files touched by this commit
robak search for other commits by this committer
devel/ocaml-event: convert to new LIB_DEPENDS format

Approved by:	marino (mentor), portmgr (blanket)
0.6.0_2
25 Jun 2014 05:35:32
Revision:359185Original commit files touched by this commit
bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
0.6.0_2
10 Jun 2014 07:39:02
Revision:357277Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
0.6.0_2
29 May 2014 15:09:43
Revision:355707Original commit files touched by this commit
miwi search for other commits by this committer
- Convert gmake, bzip2 to USES

Approved by:	portmgr
0.6.0_2
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.6.0_2
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.6.0_2
10 Jun 2011 16:20:47
Original commit files touched by this commit
bapt search for other commits by this committer
Over to new volunteer

Submitted by:   Michael Grunewald <michael.grunewald@laposte.net>  (new
maintainer by mail)
0.6.0_2
05 Apr 2011 22:23:33
Original commit files touched by this commit
stas search for other commits by this committer
- Bump portrevisions on all ocaml libraries, as it appears that compiled
  interface files (.cmi) are not backward compatible with a newer ocaml
  version.

PR:             ports/156195
Suggested by:   mandree
0.6.0_1
25 Jul 2010 15:39:20
Original commit files touched by this commit
mm search for other commits by this committer
Update libevent to 1.4.14b

PR:             ports/147723
Approved by:    maintainer (timeout)
0.6.0
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
0.6.0
18 Dec 2009 22:52:06
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.6.0

PR:             ports/141006
Submitted by:   soulcatcher <soulcatcher13@gmail.com>
0.5.0_7
05 Jun 2009 17:18:39
Original commit files touched by this commit
itetcu search for other commits by this committer
Fix build with custom LOCALBASE

Reported by:    QATty
0.5.0_7
19 Aug 2008 16:40:17
Original commit files touched by this commit
mnag search for other commits by this committer
- Update libevent dependency and bump PORTREVISION
0.5.0_6
15 Jun 2008 19:02:25
Original commit files touched by this commit
lioux search for other commits by this committer
Drop maintainership.
0.5.0_6
02 Jan 2008 23:43:03
Original commit files touched by this commit
mnag search for other commits by this committer
- Bump PORTREVISION since devel/libevent are updated.
0.5.0_5
21 Sep 2007 20:21:30
Original commit files touched by this commit
mnag search for other commits by this committer
- Change libevent lib and bump PORTREVISION since devel/libevent are updated.
0.5.0_4
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.5.0_3
06 Apr 2007 18:28:46
Original commit files touched by this commit
mnag search for other commits by this committer
- Bump PORTREVISION and change LIB_DEPENDS to reflect libevent update.
0.5.0_2
05 Dec 2006 13:29:01
Original commit files touched by this commit
mnag search for other commits by this committer
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
0.5.0_1
30 Jun 2006 02:53:12
Original commit files touched by this commit
leeym search for other commits by this committer
- update dependencies for libevent-1.2
0.5.0_1
04 May 2006 21:41:12
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
0.5.0_1
22 Jan 2006 01:48:34
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
0.5.0_1
11 Nov 2005 06:06:17
Original commit files touched by this commit
lioux search for other commits by this committer
Add SHA256 checksum
0.5.0_1
31 Aug 2005 22:56:47
Original commit files touched by this commit
lioux search for other commits by this committer
o Fix PLIST
o Bump PORTREVISION

Submitted by:   pointyhat (kris)
0.5.0
30 Aug 2005 10:27:44
Original commit files touched by this commit
lioux search for other commits by this committer
Add missing BUILD_DEPENDS on lang/ocaml
0.5.0
28 Aug 2005 18:16:10
Original commit files touched by this commit
lioux search for other commits by this committer
New port ocaml-event version 0.5.0: An ocaml wrapper for the libevent API

Number of commits found: 29