notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: www/libecap/Makefile
SVNWeb

Number of commits found: 17

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 17 Apr 2022
[ 23:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:2f43bca519b7cd750aac4d4500fc12d0d3e038b5  commit hash:2f43bca519b7cd750aac4d4500fc12d0d3e038b5  commit hash:2f43bca519b7cd750aac4d4500fc12d0d3e038b5  2f43bca 
www/libecap: Update MASTER_SITES and WWW
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 13 Jun 2015
[ 13:52 sunpoet search for other commits by this committer ] Original commit   Revision:389371
- 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
Fri, 12 Jun 2015
[ 21:32 erwin search for other commits by this committer ] Original commit   Revision:389304
Reset maintainership for tmseck

Approved by:	portmgr
Thu, 7 May 2015
[ 19:41 garga search for other commits by this committer ] Original commit   Revision:385657
Update to 1.0.0

PR:		199608
Submitted by:	garga@
Approved by:	maintainer timeout (> 2 weeks)
Sponsored by:	Netgate
Thu, 18 Sep 2014
[ 15:15 amdmi3 search for other commits by this committer ] Original commit   Revision:368474
- 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
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 24 Feb 2014
[ 00:10 bapt search for other commits by this committer ] Original commit   Revision:345778
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)
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Sat, 9 Mar 2013
[ 18:09 tmseck search for other commits by this committer ] Original commit   Revision:313740
Change MAINTAINER to my FreeBSD.org address.

Approved by:	flo (mentor)
Sun, 25 Nov 2012
[ 13:19 flo search for other commits by this committer ] Original commit   Revision:307742
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
Tue, 30 Oct 2012
[ 23:05 flo search for other commits by this committer ] Original commit   Revision:306729 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- 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
Sun, 13 Feb 2011
[ 18:12 sahil search for other commits by this committer ] Original commit 
Update to 0.1.0 and sort packing list.

PR:             ports/154738
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Mon, 20 Dec 2010
[ 05:34 miwi search for other commits by this committer ] Original commit 
- Update www/libecap to 0.0.3.
- Add license information.

PR:             153272
Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
Sat, 6 Jun 2009
[ 14:54 miwi search for other commits by this committer ] Original commit 
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>

Number of commits found: 17