FreshPorts -- The Place For Ports Sun, 7 Sep 2008 11:41 AM BST
Port details
frox 0.7.18_1 ftp on this many watch lists=6 search for ports that depend on this port
Transparent FTP proxy with caching support
Maintained by: sem@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Jun 2002 08:42:05


This is frox, a transparent ftp proxy by James Hollingshead.

Current features include:

  o rfc959 compliant transparent proxying of ftp connections.
  o active --> passive mode conversion for data connections.
  o Optional caching support either locally or through an external
    HTTP cache.
  o Optional virus scanning
  o Optional non-transparent proxy support by logging in with
    user@host:port.
  o Options to bind to a specific interface, chroot, and drop
    priveleges for security.

WWW: http://www.hollo.org/frox/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake

To install the port: cd /usr/ports/ftp/frox/ && make install clean
To add the package: pkg_add -r frox


Configuration Options
===> The following configuration options are available for frox-0.7.18_1:
     IPFILTER=off (default) "Use ipfilter instead of ipfw"
     PF=off (default) "Build with pf(4) support"
     VIRUS_SCAN=off (default) "Run external virus scaner on each download"
     HTTP_CACHE=on (default) "Enable use of external cache"
     LOCAL_CACHE=off (default) "Enable use of local cache"
     CCP=on (default) "Ftp-proxy style command control programs"
     ROOT_RUN=off (default) "Allow frox running as root (not recomended)"
===> Use 'make config' to modify these settings

Master Sites:
http://www.hollo.org/frox/download/
http://frox.sourceforge.net/download/
http://nchc.dl.sourceforge.net/sourceforge/frox/
http://kent.dl.sourceforge.net/sourceforge/frox/
http://easynews.dl.sourceforge.net/sourceforge/frox/
http://ufpr.dl.sourceforge.net/sourceforge/frox/
http://umn.dl.sourceforge.net/sourceforge/frox/
http://heanet.dl.sourceforge.net/sourceforge/frox/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  0.7.18_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14 Dec 2007 15:19:33
Original commit files touched by this commit  0.7.18_1
sem search for other commits by this committer
- Fix working with antiviruses on BSD systems.
  A patch is taken from
http://www.opennet.ru/openforum/vsluhforumID12/4446.html.
- Add support pf(4) firewalls.
  A patch is taken from http://www.clearchain.com/wiki/Frox_&_PF

Submitted by:   Cor Hilbrink (2Complex) <cor(at)2complex.nl>
04 Aug 2007 12:41:31
Original commit files touched by this commit  0.7.18
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
06 Aug 2006 08:09:17
Original commit files touched by this commit  0.7.18
sem search for other commits by this committer
- Convert the port to be compliant with DESTDIR
07 Feb 2006 12:50:29
Original commit files touched by this commit  0.7.18
sem search for other commits by this committer
- Utilize new features: USE_RC_SUBR, SUB_FILES. It simplifies Makefile.
- Fix pkg-message
- Remove redundant code from a startup script
- Install a sample config in EXAMPLESDIR instead of PREFIX/etc
- Refine pkg-descr a little
11 Nov 2005 07:36:56
Original commit files touched by this commit  0.7.18
sem search for other commits by this committer
- Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
12 Apr 2005 04:26:57
Original commit files touched by this commit  0.7.18
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  0.7.18
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
01 Mar 2005 07:35:03
Original commit files touched by this commit  0.7.18
sem search for other commits by this committer
- Uptate 0.7.18
14 Nov 2004 12:14:27
Original commit files touched by this commit  0.7.17
sem search for other commits by this committer
- Update to 0.7.17
15 Aug 2004 19:30:08
Original commit files touched by this commit  0.7.15
sem search for other commits by this committer
The tarball was rerolled by author.
Only docs was changed, no source.

Reported by:    Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
13 Aug 2004 08:05:35
Original commit files touched by this commit  0.7.15
sem search for other commits by this committer
Update to 0.7.15
07 Jul 2004 20:20:02
Original commit files touched by this commit  0.7.14
sem search for other commits by this committer
Change email address for my ports.

Approved by:    krion (mentor)
16 May 2004 17:10:44
Original commit files touched by this commit  0.7.14
krion search for other commits by this committer
- Update to 0.7.14

PR:             ports/66707
Submitted by:   maintainer
25 Mar 2004 07:37:10
Original commit files touched by this commit  0.7.13
krion search for other commits by this committer
- Fix default options

PR:             ports/64673
Submitted by:   maintainer
12 Mar 2004 09:05:39
Original commit files touched by this commit  0.7.13
krion search for other commits by this committer
- Fix defaults with BATCH=yes

PR:             ports/64126
Submitted by:   maintainer
05 Mar 2004 13:43:40
Original commit files touched by this commit  0.7.13
krion search for other commits by this committer
- Update to 0.7.13

PR:             ports/63799
Submitted by:   maintainer
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.7.12_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
03 Feb 2004 19:32:37
Original commit files touched by this commit  0.7.12
pav search for other commits by this committer
- Fix OPTIONS (they must be before bsd.port.pre.mk)

PR:             ports/62296
Submitted by:   Sergey Matveychuk <sem@ciam.ru> (maintainer)
02 Feb 2004 13:31:07
Original commit files touched by this commit  0.7.12
pav search for other commits by this committer
- Convert to OPTIONS

PR:             ports/62104
Submitted by:   Sergey Matveychuk <sem@ciam.ru> (maintainer)
26 Jan 2004 21:52:52
Original commit files touched by this commit  0.7.12
sergei search for other commits by this committer
- Utilize PLIST_FILES

PR:             61644
Submitted by:   maintainer
19 Jan 2004 08:16:22
Original commit files touched by this commit  0.7.12
krion search for other commits by this committer
- Update to 0.7.12
- use rcNG script
- make configure script happy with CONFIGURE_TARGET
- use PORTDOCS to autoaddition docs in PLIST

PR:             61561
Submitted by:   maintainer
29 Sep 2003 21:09:56
Original commit files touched by this commit  0.7.11
krion search for other commits by this committer
- Update to 0.7.11
o Fixed running from inetd which was broken by the
  0.7.8-->0.7.9 changes

PR:             57370
Submitted by:   Sergey Matveychuk <sem@ciam.ru> (maintainer)
24 Sep 2003 10:29:46
Original commit files touched by this commit  0.7.10
krion search for other commits by this committer
- Update to version 0.7.10

PR:             56762
Submitted by:   Sergey Matveychuk <sem@ciam.ru> (maintainer)
23 Aug 2003 22:40:19
Original commit files touched by this commit  0.7.8
krion search for other commits by this committer
- Utilize DOCSDIR
- ${ECHO} -> ${ECHO_MSG}
- make portlint hapy: change spaces with tabs, change ${file}
  with ${f}

PR:             55905
Submitted by:   maintainer
26 Jun 2003 15:01:02
Original commit files touched by this commit  0.7.8
daichi search for other commits by this committer
update ftp/frox: 0.7.7 --> 0.7.8

PR:             53735
Submitted by:   Sergey Matveychuk <sem@ciam.ru> (maintainer)
07 Apr 2003 19:26:01
Original commit files touched by this commit  0.7.7
leeym search for other commits by this committer
* Update to 0.7.7
* Move from minium build to maximum (change WITH_ to WITHOUT_) by default
* Allow to build with local-cache and virus-scan features
* make startup script more smarter

PR:             50674
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
21 Feb 2003 12:00:40
Original commit files touched by this commit  0.7.4
knu search for other commits by this committer
De-pkg-comment.
07 Aug 2002 18:58:18
Original commit files touched by this commit  0.7.4
ijliao search for other commits by this committer
add MASTER_SITE_SOURCEFORGE to master site
23 Jun 2002 08:36:16
Original commit files touched by this commit  0.7.4
will search for other commits by this committer
Add frox 0.7.4, a transparent FTP proxy with caching support.

PR:             39414
Submitted by:   Sergey Matveychuk <sem@ciam.ru>

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19094
Broken 158
Deprecated 77
Ignore 424
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 50
Expired 11
Set to expire 59
Interactive 78
new 24 hours 7
new 48 hours15
new 7 days51
new fortnight94
new month248

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.179 seconds.