Port details |
- libcapsinetwork Network library aimed at easy development of C++ server daemons
- 0.3.0 devel
=3 0.3.0Version of this port present on the latest quarterly branch. DEPRECATED: Upstream disapear and distfile is no more available
This port expired on: 2011-05-01
- 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
 - Port Added: 2001-11-20 18:27:18
- Last Update: 2011-05-03 12:29:40
- SVN Revision: UNKNOWN
- People watching this port, also watch:: zip, mhash, python, ncftp, autoconf
- Also Listed In: net
- License: not specified in port
- Description:
- libcapsinetwork is a network library for C++ server daemons aimed
at easy development of server daemons. Implementing the library is
as easy as adding a few lines to your code and writing one function
that handles input events.
WWW: http://unixcode.org/libcapsinetwork/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libcapsinetwork>0:devel/libcapsinetwork
- No installation instructions:
- This port has been deleted.
- PKGNAME: libcapsinetwork
- 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:
-
- libtool>=2.4 : devel/libtool
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.0 03 May 2011 12:29:40
 |
bapt  |
remove libcapsinetwork and what depends on it
games/monopd: depends on an expired library [1]
2011-05-01 devel/libcapsinetwork: Upstream disapear and distfile is no more
available
Approved by: jhb@ (maintainer) |
0.3.0 16 Mar 2011 13:55:41
 |
bapt  |
Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
0.3.0 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
0.3.0 21 Dec 2009 02:19:12
 |
dougb  |
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.3.0 20 Nov 2009 22:53:09
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.3.0 02 Aug 2009 19:36:34
 |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.3.0 01 Feb 2007 02:42:06
 |
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
0.3.0 14 Aug 2006 22:55:18
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.3.0 14 Apr 2006 20:45:44
 |
linimon  |
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr |
0.3.0 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.3.0 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.3.0 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.3.0 18 Oct 2005 16:50:20
 |
jhb  |
- Update to the latest version (0.3.0).
- Update MASTER_SITES since it has moved.
Reviewed by: petef |
0.2.5 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.2.5 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.2.5 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.2.5 30 Jan 2004 14:20:56
 |
petef  |
- update to 0.2.5
- project has a new home
Submitted by: Rob Kaper <cap@capsi.com> |
0.2.4 02 Jan 2004 02:47:01
 |
petef  |
Update to 0.2.4. |
0.2.3 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.2.3 05 Jan 2003 06:50:41
 |
petef  |
Update to 0.2.3. |
0.2.0 24 Oct 2002 20:43:48
 |
petef  |
Update to 0.2.0. |
0.1.1 13 Jul 2002 04:25:22
 |
petef  |
Update to 0.1.1. |
20 Nov 2001 21:27:18
    |
petef  |
Add libcapsinetwork-0.0.13, a network library aimed at easy development of C++
server daemons |