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) combination for a given watch list. This is what FreshPorts will look for.

Port details
thundercache High-performance and high-efficiency caching proxy system
6.1_16 www on this many watch lists=1 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 6.1_16Version of this port present on the latest quarterly branch.
Maintainer: eksffa@freebsdbrasil.com.br search for ports maintained by this maintainer
Port Added: 2010-03-18 18:36:03
Last Update: 2023-04-23 09:09:58
Commit Hash: 8d3e020
People watching this port, also watch:: zrep
License: commercial
WWW:
https://www.bmsoftware.org
Description:
ThunderCache Pro is an enhaced standalone high-performance web caching system. It's main goal is to be able to cache dynamic contents, the content most proxing systems are unable to do caching. This is how ThunderCache becomes high-performance and high-eficiency. ThunderCache is freeware up to 50 concurrent sessions, and needs commercial license to run more than 50 concurrent sessions. It's designed to run on FreeBSD. Advanced features include TProxy support (IP_BINDANY), ToS/DiffService marking.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (19 items)
Collapse this list.
  1. /usr/local/share/licenses/thundercache-6.1_16/catalog.mk
  2. /usr/local/share/licenses/thundercache-6.1_16/LICENSE
  3. /usr/local/share/licenses/thundercache-6.1_16/commercial
  4. thunder/etc/thunder_postgre.sql
  5. thunder/etc/thunder.conf
  6. thunder/etc/thunder.php
  7. thunder/logs/error.log
  8. thunder/logs/access.log
  9. thunder/sbin/thunderlog.php
  10. thunder/sbin/diskinfo
  11. thunder/sbin/thunder
  12. thunder/sbin/log.sh
  13. @dir thunder/logs/tmp
  14. @dir thunder/cache
  15. @rmtry /var/run/thunder/thunder.pid
  16. @dir(,,755) /var/run/thunder
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • thundercache>0:www/thundercache
To install the port:
cd /usr/ports/www/thundercache/ && make install clean
To add the package, run one of these commands:
  • pkg install www/thundercache
  • pkg install thundercache
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: thundercache
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64
distinfo:
SHA256 (thundercache-6.1.201104260900-32bits-fbsd.tar.bz2) = 7f8056028ad49871603f8089324231636906939e0d6d26248c35a7cecc867fb7 SIZE (thundercache-6.1.201104260900-32bits-fbsd.tar.bz2) = 221484 SHA256 (thundercache-6.1.201104260900-64bits-fbsd.tar.bz2) = ae2961f3807e84123cca22e9911016fcb0fcb715d9790859a817fb078eeff655 SIZE (thundercache-6.1.201104260900-64bits-fbsd.tar.bz2) = 232629

Packages (timestamps in pop-ups are UTC):
thundercache
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-6.1_16--6.1_16---
FreeBSD:13:quarterly-6.1_16--6.1_16---
FreeBSD:14:latest-6.1_16--6.1_16---
FreeBSD:14:quarterly-6.1_16--6.1_16---
FreeBSD:15:latest-6.1_16n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. postgres : databases/postgresql13-server
  2. gcc12 : lang/gcc12
  3. as : devel/binutils
Runtime dependencies:
  1. php.h : lang/php81
  2. apxs : www/apache24
  3. postgres : databases/postgresql13-server
  4. gcc12 : lang/gcc12
  5. curl.so : ftp/php81-curl
  6. bcmath.so : math/php81-bcmath
  7. pdo.so : databases/php81-pdo
  8. mcrypt.so : security/pecl-mcrypt@php81
  9. session.so : www/php81-session
  10. pdo_pgsql.so : databases/php81-pdo_pgsql
  11. pgsql.so : databases/php81-pgsql
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libutil.so : misc/compat8x
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for thundercache-6.1_16: APACHE=on: Install apache for reporting viewing DEPENDACK=on: I have read and understood the depends needs PGSQL=on: Install PostgreSQL (report data storing) PHP=on: Install PHP for reporting generating ===> Use 'make config' to modify these settings
Options name:
www_thundercache
USES:
php shebangfix tar:bzip2 ssl apache:run pgsql
pkg-message:
For install:
Please note that you have just installed ThunderCache Pro on /usr/local/thunder Now you have to configure your system according to these instructions: Enable PostgreSQL database and set a special login class o rc.conf: postgresql_enable="YES" postgresql_class="postgres" Create the special login class on login.conf: postgres:\ :lang=en_US.UTF-8:\ :setenv=LC_COLLATE=C:\ :tc=default: Update the login database: cap_mkdb /etc/login.conf Create the needed database: /usr/local/bin/psql postgres -U pgsql < \ /usr/local/thunder/etc/thunder_postgre.sql Copy /usr/local/thunder/etc/thunder.php to some adequated place, like: cp -p /usr/local/thunder/etc/thunder.php \ /usr/local/www/data/ Add /usr/local/thunder/sbin/log.sh to /etc/crontab according to your needs: @hourly root /usr/local/thunder/sbin/log.sh Configure /usr/local/thunder/etc/thunder.conf accordingly and finally, add the following line to rc.conf: thundercache_enable="YES" And start it from /usr/local/etc/rc.d/thundercache
Master Sites:
Expand this list (8 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/jmelo/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/jmelo/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/jmelo/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/jmelo/
  5. http://www.bmsoftware.org/packs/
  6. http://www.thundercache.com.br/dist/
  7. http://www6.freebsdbrasil.com.br/~eksffa/l/dev/thunder/
  8. http://www8.freebsdbrasil.com.br/~eksffa/thunder/
Collapse this list.

Number of commits found: 63

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.1_16
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
6.1_15
16 Apr 2023 18:09:23
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.1_15
25 Jan 2023 17:54:07
commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450commit hash: 40843b1ccb8f70cca82dd115a71a46ae2a97a450 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/Uses/apache.mk: Refactor after removal of older versions

apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:

- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
  from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
  one available version in the tree. However the version checks are
  still valid and should work flawlessly whenever a new version is
  added. For example USES=apache:2.2+ are simply replaced with
  USES=apache. As currently there are no other versions available for
  test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces

Approved by:    portmgr
Differential Revision: https://reviews.freebsd.org/D38113
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
6.1_15
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
6.1_15
04 Jun 2021 05:53:21
commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*/*: Replace USE_GCC=any with USE_GCC=yes

USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
6.1_15
06 May 2021 11:47:41
commit hash: adb93122cbf753a26a0497479dbb88cf415de29bcommit hash: adb93122cbf753a26a0497479dbb88cf415de29bcommit hash: adb93122cbf753a26a0497479dbb88cf415de29bcommit hash: adb93122cbf753a26a0497479dbb88cf415de29b files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Deorbit RESTRICTED && NO_CDROM, part one.

For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.

Approved by:	rene
Differential Revision:	https://reviews.freebsd.org/D30010
6.1_15
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
6.1_15
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
6.1_15
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.1_15
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
6.1_15
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
6.1_14
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
6.1_13
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
6.1_12
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
6.1_12
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
6.1_11
04 Oct 2017 11:29:15
Revision:451218Original commit files touched by this commit
bapt search for other commits by this committer
Convert to USES=php
While here convert some ports to optiosn helpers
6.1_11
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
6.1_10
25 Aug 2017 06:17:53
Revision:448710Original commit files touched by this commit
antoine search for other commits by this committer
Fix dependencies, lang/gcc metaport does not provide libstdc++.so

Reported by:	pkg-fallout
With hat:	portmgr
6.1_9
15 Mar 2017 14:45:31
Revision:436247Original commit files touched by this commit
mat search for other commits by this committer
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
6.1_9
19 Jul 2016 11:04:14
Revision:418767Original commit files touched by this commit
mat search for other commits by this committer
When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
6.1_9
28 Jun 2016 13:57:38
Revision:417717Original commit files touched by this commit
mat search for other commits by this committer
USEify USES=php.

The following variables have been folded into arguments:

- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
6.1_9
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
6.1_9
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
6.1_9
26 Sep 2015 09:00:46
Revision:397945Original commit files touched by this commit
bapt search for other commits by this committer
Modernize plist
6.1_8
22 May 2015 10:17:00
Revision:387003Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q2
6.1_7
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
6.1_7
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
6.1_6
13 Jun 2014 16:15:51
Revision:357696Original commit files touched by this commit
marino search for other commits by this committer
www/thundercache: Stage support, PGSQL option fix and more

The PR only provided changes needed to add stage support.  However, the
port needed some additional TLC:

 * DISTNAME reworked for single, ARCH-based definition (pets portlint)
 * LICENSE stuff moved, rearranged (pets portlint)
 * DOCS option removed (it wasn't implemented)
 * Typo for PGSQL option fixed so it's default again (bump portrevision)
 * Cosmestic alignment
 * PGSQL converted to USES+=pgsql and WANT_PGSQL=
 * php+pgsql RUN_DEPENDS refactored, and set to use USE_PHP
 * Convert to new LIB_DEPENDS style (PR)
 * Convert to USES+=tar (PR)
 * Remove WWW whitespace (PR)
 * Handle /var/run/thunder (PR) (also requires portrevision bump)

PR:		190951
Submitted by:	Joe Benden
fixes by:	marino
Approved by:	stage blanket + just fix it blanket
verified by:	Redports 8x pass
6.1_5
24 Apr 2014 16:42:33
Revision:352017Original commit files touched by this commit
mat search for other commits by this committer
Replace all @unexec /bin/rmdir with @unexec rmdir

With hat:	portmgr
Sponsored by:	Absolight
6.1_5
20 Sep 2013 23:36:54
Revision:327776Original 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:
www)
6.1_5
13 Jul 2013 05:38:03
Revision:322885Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup :install target which was previously done by bdrewery in r316958

Pointyhat to:	sunpoet (myself)
6.1_5
11 Jul 2013 16:26:27
Revision:322783Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
6.1_4
30 Apr 2013 20:00:28
Revision:316958Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS
  This fixes the following warning when running 'run-depends-list':
      "install" non-existent -- dependency list incomplete

With hat:	portmgr
6.1_4
22 Mar 2013 11:53:34
Revision:314915Original commit files touched by this commit Sanity Test Failure
bapt search for other commits by this committer
Convert a bunch of www ports to new options framework
6.1_4
04 Sep 2012 22:27:56
Revision:303678Original commit files touched by this commit
ohauer search for other commits by this committer
- unbreak build
  since the port has NO_BUILD set use s/USE_APACHE/USE_APACHE_RUN/

with hat apache@
6.1_4
18 Aug 2012 14:29:11
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
6.1_4
03 Aug 2012 15:54:36
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
6.1_4
09 Apr 2012 15:55:05
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update MASTERSITE.

Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Feature safe:   yes
6.1_4
06 Mar 2012 07:31:51
Original commit files touched by this commit
crees search for other commits by this committer
- Set postgresql version 9.0 as default
- Add facility to set minimum/maximum version ranges in WANT_PGSQL_VER
- Remove BROKEN_WITH_PGSQL shim

PR:             ports/165245
Submitted by:   crees (me)
Reviewed by:    exp-runs by pav and erwin
Discussed with: girgen
6.1_3
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
6.1_3
20 Aug 2011 17:27:52
Original commit files touched by this commit
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
6.1_2
27 Apr 2011 15:36:48
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update to build 624.

Submitted by:           Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
(maintainer via email)
6.1_1
20 Apr 2011 21:28:39
Original commit files touched by this commit
jmelo search for other commits by this committer
- Fix size mismatch.

Submitted by:           maintainer (eksffa@freebsdbrasil.com.br) by email.
6.1
20 Apr 2011 20:29:54
Original commit files touched by this commit
jmelo search for other commits by this committer
- Remove MANUAL_PACKAGE_BUILDING since pgsql84 is the default now.

PR:                     ports/156337
Submitted by:           Olli Hauer <ohauer@FreeBSD.org>
Approved by:            Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
(maintainer)
6.1
20 Apr 2011 18:42:44
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update to 6.1.

Submitted by:           maintainer (eksffa@freebsdbrasil.com.br) by email.
6.0_1
19 Jan 2011 17:31:42
Original commit files touched by this commit
jmelo search for other commits by this committer
PR:             ports/154146
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (Maintainer)
Feature safe:   yes
6.0
16 Dec 2010 12:48:42
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update to 6.0.

PR:                     ports/153210
Submitted by:           Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
(maintainer)
5.0
01 Sep 2010 15:17:16
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update to 5.0.

PR:             ports/150190
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
4.1
30 Jun 2010 01:47:11
Original commit files touched by this commit
sylvio search for other commits by this committer
- Removed line PORTREVISION because port was update.

Feature safe:   yes
4.1_1
29 Jun 2010 20:29:18
Original commit files touched by this commit
sylvio search for other commits by this committer
- Update to 201006231050

PR:             ports/148241
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Feature safe:   yes
4.0_6
07 Jun 2010 23:50:25
Original commit files touched by this commit
sylvio search for other commits by this committer
- Add LICENSE_{NAME,PERM,TEXT} to make bsd.licenses.mk happy
- Fix port (not working 'cos of bsd.licenses.mk complaining about licenses)
- Bump PORTREVISION

PR:             ports/147627
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
4.0_5
05 Jun 2010 20:58:00
Original commit files touched by this commit
garga search for other commits by this committer
- Fix port because it was not installing php5-pdo_pgsql depend
- Add php5-pgsql as RUN_DEPEND to minimize PostgreSQL verisioning conflicts
- Bump PORTREVISION

PR:             ports/146874
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
4.0_4
05 May 2010 00:36:06
Original commit files touched by this commit
sahil search for other commits by this committer
Mark MANUAL_PACKAGE_BUILD; does not build on pointyhat
because port wants PGSQL 8.4 but dependencies are built
with default 8.2.

Reported by:    pav@ (pointyhat)
Approved by:    itetcu@ (mentor)
4.0_4
17 Apr 2010 06:57:30
Original commit files touched by this commit
sahil search for other commits by this committer
- Update to 4.0 snapshot 1504201
- Bump PORTREVISION since upstream chases libcurl update

PR:             ports/145740
Submitted by:   Patrick Tracanelli (maintainer)
Approved by:    itetcu@ (mentor)
4.0_3
13 Apr 2010 15:54:47
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 4.0 snap 08042010
- Rework dependency check warning user if curl required build options fail
  but don't make it fatal anymore (since its not fatal anyway).
- Unbreak port since depend checking is not fatal anymore.

PR:             ports/145665
Submitted by:   maintainer
4.0_2
09 Apr 2010 21:12:08
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: conflicting dependencies (also maintainer's mail is bouncing due
  to misconfigured SPF check)

Reported by:    pointyhat
4.0_2
07 Apr 2010 14:06:17
Original commit files touched by this commit
pav search for other commits by this committer
- Add missed file
4.0_2
07 Apr 2010 14:05:49
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 4.0 rev 29032010
- Rework port

PR:             ports/145409
Submitted by:   Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
4.0_2
05 Apr 2010 19:25:45
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN for mad things this port is doing

Reported by:    pointyhat
4.0_2
03 Apr 2010 10:44:36
Original commit files touched by this commit
roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
4.0_1
18 Mar 2010 21:42:30
Original commit files touched by this commit
dougb search for other commits by this committer
Fix the rc.d script-related problems with this port:
1. It's rc.d, not rcng
2. All new ports that use rc.d scripts need to use USE_RC_SUBR
3. The name of the script, PROVIDE, and $name should match the port name.
4. For the script itself:
  a. Added a $FreeBSD$
  b. Added KEYWORD: shutdown since it starts a persistent service.
  c. Removed _flags from command=, it's spurious and will result in the
     flags being included twice.
  d. Moved the default variable assignment to after load_rc_config
  e. Made the conf file a required_file, and added it to command_args
     instead of _flags.

Approved by:    maintainer
4.0
18 Mar 2010 18:35:20
Original commit files touched by this commit
garga search for other commits by this committer
ThunderCache 4 is an enhaced standalone high-performance web caching system.

It's main goal is to be able to cache dynamic contents, the content most
proxing systems are unable to do caching. This is how ThunderCache becomes
high-performance and high-eficiency.

ThunderCache is freeware up to 50 concurrent sessions, and needs commercial
license to run more than 50 concurrent sessions. It's designed to run on
FreeBSD. Advanced features include TProxy support (IP_BINDANY), ToS/DiffService
marking.

WWW:    http://www.bmsoftware.org

Submitted by:   Patrick Tracanelli <eksffa at freebsdbrasil.com.br> (by email)

Number of commits found: 63