aboutsummaryrefslogtreecommitdiff
path: root/ftp/frox
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Fix broken makefiles introduced with translation to new SF File Release SystemDmitry Marakasov2009-08-221-3/+1
| | | | | | | | Reported by: dan Pointyhat to: myself Notes: svn path=/head/; revision=240084
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+3
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* - Fix CacheModule httpSergey Matveychuk2008-12-082-1/+19
| | | | | | | | PR: ports/121644 Submitted by: Sergey Samitovsky <svs_at_nktv.mk.ua> Notes: svn path=/head/; revision=224006
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Fix working with antiviruses on BSD systems.Sergey Matveychuk2007-12-143-0/+107
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=203546
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-4/+4
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Convert the port to be compliant with DESTDIRSergey Matveychuk2006-08-061-7/+6
| | | | Notes: svn path=/head/; revision=169800
* - Utilize new features: USE_RC_SUBR, SUB_FILES. It simplifies Makefile.Sergey Matveychuk2006-02-075-47/+25
| | | | | | | | | | - 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 Notes: svn path=/head/; revision=155415
* - Yield to a total SHAtification.Sergey Matveychuk2005-11-111-0/+1
| | | | | | | - mysql-administrator: simplify BROKEN message Notes: svn path=/head/; revision=147896
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Uptate 0.7.18Sergey Matveychuk2005-03-012-3/+3
| | | | Notes: svn path=/head/; revision=130068
* - Update to 0.7.17Sergey Matveychuk2004-11-142-3/+3
| | | | Notes: svn path=/head/; revision=121561
* The tarball was rerolled by author.Sergey Matveychuk2004-08-151-2/+2
| | | | | | | | | Only docs was changed, no source. Reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=116305
* Update to 0.7.15Sergey Matveychuk2004-08-132-4/+6
| | | | Notes: svn path=/head/; revision=116091
* Change email address for my ports.Sergey Matveychuk2004-07-071-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=113155
* - Update to 0.7.14Kirill Ponomarev2004-05-162-3/+3
| | | | | | | | PR: ports/66707 Submitted by: maintainer Notes: svn path=/head/; revision=109259
* - Fix default optionsKirill Ponomarev2004-03-251-3/+8
| | | | | | | | PR: ports/64673 Submitted by: maintainer Notes: svn path=/head/; revision=105194
* - Fix defaults with BATCH=yesKirill Ponomarev2004-03-121-0/+2
| | | | | | | | PR: ports/64126 Submitted by: maintainer Notes: svn path=/head/; revision=103741
* - Update to 0.7.13Kirill Ponomarev2004-03-052-3/+3
| | | | | | | | PR: ports/63799 Submitted by: maintainer Notes: svn path=/head/; revision=103015
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Fix OPTIONS (they must be before bsd.port.pre.mk)Pav Lucistnik2004-02-031-9/+9
| | | | | | | | PR: ports/62296 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=99898
* - Convert to OPTIONSPav Lucistnik2004-02-021-18/+13
| | | | | | | | PR: ports/62104 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=99807
* - Utilize PLIST_FILESSergei Kolobov2004-01-262-3/+1
| | | | | | | | PR: 61644 Submitted by: maintainer Notes: svn path=/head/; revision=99229
* - Update to 0.7.12Kirill Ponomarev2004-01-195-39/+74
| | | | | | | | | | | | - use rcNG script - make configure script happy with CONFIGURE_TARGET - use PORTDOCS to autoaddition docs in PLIST PR: 61561 Submitted by: maintainer Notes: svn path=/head/; revision=98532
* - Update to 0.7.11Kirill Ponomarev2003-09-292-2/+2
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=89836
* - Update to version 0.7.10Kirill Ponomarev2003-09-242-2/+2
| | | | | | | | PR: 56762 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=89168
* - Utilize DOCSDIRKirill Ponomarev2003-08-232-28/+28
| | | | | | | | | | | | - ${ECHO} -> ${ECHO_MSG} - make portlint hapy: change spaces with tabs, change ${file} with ${f} PR: 55905 Submitted by: maintainer Notes: svn path=/head/; revision=87567
* update ftp/frox: 0.7.7 --> 0.7.8Daichi GOTO2003-06-262-2/+2
| | | | | | | | PR: 53735 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer) Notes: svn path=/head/; revision=83660
* * Update to 0.7.7Yen-Ming Lee2003-04-075-27/+35
| | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=78535
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* add MASTER_SITE_SOURCEFORGE to master siteYing-Chieh Liao2002-08-071-1/+3
| | | | Notes: svn path=/head/; revision=64159
* Add frox 0.7.4, a transparent FTP proxy with caching support.Will Andrews2002-06-238-0/+190
PR: 39414 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=61787