aboutsummaryrefslogtreecommitdiff
path: root/net/3proxy
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Register conflict with net/libproxy.Sergey A. Osokin2012-06-051-0/+2
| | | | | | | Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee> Notes: svn path=/head/; revision=298429
* 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
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* For those ports that have been fully adapted to USE_RC_SUBR remove theDoug Barton2010-03-271-2/+0
| | | | | | | | | | old RC_SCRIPTS_SUB as it has not been needed for a long time. For those that have not yet been updated, remove RC_SUBR=${RC_SUBR} from the list. Notes: svn path=/head/; revision=251565
* 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
* Update from 0.6 to 0.6.1.Sergey A. Osokin2009-12-292-4/+4
| | | | | | | Spotted by: Anthie aka anthem at ponado dot com Notes: svn path=/head/; revision=246868
* Fix patch target.Sergey A. Osokin2009-03-241-1/+1
| | | | | | | | | | Do not bump PORTREVISION. Notice from: QAT Pointy hat to: osa Notes: svn path=/head/; revision=230831
* Update from 0.5.3k to 0.6.Sergey A. Osokin2009-03-234-17/+31
| | | | Notes: svn path=/head/; revision=230752
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-2/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Update to latest release 0.5.3k.Sergey A. Osokin2008-02-042-4/+4
| | | | | | | Spotted by: kabachok dot st at mail dot ru Notes: svn path=/head/; revision=206699
* Update to latest bugfix release 0.3.5j.Sergey A. Osokin2007-10-242-4/+4
| | | | Notes: svn path=/head/; revision=201888
* Fix potential remote pre-authentication bufferSergey A. Osokin2007-04-133-13/+7
| | | | | | | | | | | | | overflow in HTTP proxy service by update to latest bugfix release 0.5.3h. Also, update port infrastructure. [*] Add backup for MASTER_SITES. Submitted by: portlint -a [*] Notes: svn path=/head/; revision=189904
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* Update to 0.5.2.Sergey A. Osokin2006-03-162-4/+4
| | | | Notes: svn path=/head/; revision=157418
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Update to latest release 0.5.1b.Sergey A. Osokin2005-10-288-53/+81
| | | | | | | rcNGfy, add manpages. Notes: svn path=/head/; revision=146546
* Update to latest release 0.4.5b.Sergey A. Osokin2004-07-052-4/+4
| | | | | | | | | | | | | | | Author fixed are following problems: 1) threading issue causing pthread_create() errors under Linux after number of requests and memory leaks on different Unix platforms. 2) deadlock in gethostbyname() mutex, HTTP CONNECT redirection. Grab maintainership because author can't contact with maintainer 3-4 monthes. Announce from: 3APA3A <3APA3A at security dot nnov dot ru> Notes: svn path=/head/; revision=112944
* Update to latest stable release 0.4.3b.Sergey A. Osokin2004-02-204-29/+26
| | | | | | | | | | Make some improvments, SIZEfy. Approved by: maintainer (connect to relay.nnn.tstu.ru[62.76.180.20]: Operation timed out) Notes: svn path=/head/; revision=101521
* - Update to version 0.4.1bKirill Ponomarev2003-10-084-14/+15
| | | | | | | | PR: 57758 Submitted by: maintainer Notes: svn path=/head/; revision=90659
* - Source tarball was changed by software authorKirill Ponomarev2003-08-282-1/+2
| | | | | | | | | | there were only bugfixes and no functionality changes. PR: 55833 Submitted by: Timofey Chernousov <tim@gwd.nnn.tstu.ru> (maintainer) Notes: svn path=/head/; revision=87941
* New port: net/3proxyKirill Ponomarev2003-07-307-0/+142
3[APA3A] tiny proxy 3Proxy (pronounce it as "Zaraza tiny proxy") is really tiny cross-platform (Win32&Unix) proxy servers set. It includes HTTP proxy with HTTPS and FTP support, SOCKSv4/SOCKSv4.5/SOCKSv5 proxy, POP3 proxy, TCP and UDP portmappers. You can use every proxy as a standalone program (socks, proxy, tcppm, udppm, pop3p) or use combined program (3proxy). PR: 54968 Submitted by: Timofey Chernousov <tim@gwd.nnn.tstu.ru> Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85898