Port details |
- libecap Library for module based network content analysis
- 1.0.1 www =5 1.0.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2009-06-06 14:55:01
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: xorg-fonts-truetype, p5-ExtUtils-CBuilder, libXdamage, p5-MIME-Tools, p5-libwww
- Also Listed In: security
- License: BSD2CLAUSE
- WWW:
- https://www.e-cap.org/
- Description:
- eCAP is a software interface that allows a network application, such as an HTTP
proxy or an ICAP server, to outsource content analysis and adaptation to a
loadable module.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/libecap/ && make install clean
- To add the package, run one of these commands:
- pkg install www/libecap
- pkg install libecap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libecap
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (libecap-1.0.1.tar.gz) = 7c166d997a079110dcc55e9b81eb70b4d73c08b2bcb986fa81bbf78bb62ec8f4
SIZE (libecap-1.0.1.tar.gz) = 339799
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_libecap
- USES:
- libtool
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.1 14 May 2022 17:45:13 |
Po-Chuan Hsieh (sunpoet) |
www/libecap: Fix build with Clang 13+ |
1.0.1 17 Apr 2022 23:58:05 |
Po-Chuan Hsieh (sunpoet) |
www/libecap: Update MASTER_SITES and WWW |
1.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1 13 Jun 2015 13:52:10 |
sunpoet |
- Update to 1.0.1
- Add my LOCAL to MASTER_SITES
- Remove DOCS option
- Use = instead of +=
- Reformat pkg-descr
- Cleanup PLIST
- Take maintainership
Changes: http://www.measurement-factory.com/tmp/ecap/libecap_change.log |
1.0.0 12 Jun 2015 21:32:36 |
erwin |
Reset maintainership for tmseck
Approved by: portmgr |
1.0.0 07 May 2015 19:41:58 |
garga |
Update to 1.0.0
PR: 199608
Submitted by: garga@
Approved by: maintainer timeout (> 2 weeks)
Sponsored by: Netgate |
0.2.0_4 18 Sep 2014 15:15:39 |
amdmi3 |
- Drop .la files, no dependees require them
- Add LICENSE_FILE
- Add patches to build with clang, drop USE_GCC (which breaks squid)
Approved by: portmgr blanket |
0.2.0_3 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.2.0_2 24 Feb 2014 00:10:06 |
bapt |
Support stage
Strip binaries
USES=libtool
Add a DOCS option
Replace USE_GCC=4.2+ by USE_GCC=any (does not build with clang but build with
all the supported gcc versions) |
0.2.0_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.2.0_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.2.0_1 09 Mar 2013 18:09:25 |
tmseck |
Change MAINTAINER to my FreeBSD.org address.
Approved by: flo (mentor) |
0.2.0_1 25 Nov 2012 13:19:26 |
flo |
Install .pc files in the correct directory.
This should fix www/squid32 with ECAP enabled.
PR: ports/173837
Submitted by: Eugene Grosbein <eugen@eg.sd.rdtc.ru>
Approved by: maintainer
Feature safe: yes |
0.2.0 30 Oct 2012 23:05:51 |
flo |
- add www/squid32 [1]
- update www/libecap to 0.20 [2]
- remove option ECAP from www/squid31 and add a note to UPDATING that you need
to upgrade to squid32 if you need ECAP
PR: ports/173152 [1]
PR: ports/173156 [2]
Submitted by: Thomas-Martin Seck <tmseck@web.de>
Feature safe: yes |
0.1.0 13 Feb 2011 18:12:33 |
sahil |
Update to 0.1.0 and sort packing list.
PR: ports/154738
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
0.0.3 20 Dec 2010 05:34:27 |
miwi |
- Update www/libecap to 0.0.3.
- Add license information.
PR: 153272
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) |
0.0.2 06 Jun 2009 14:54:23 |
miwi |
eCAP is a software interface that allows a network application,
such as an HTTP proxy or an ICAP server, to outsource content
analysis and adaptation to a loadable module.
WWW: http://www.e-cap.org/
PR: ports/135190
Submitted by: Thomas-Martin Seck <tmseck at web.de> |