1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Sergey A. Osokin
59fe55e9fd Register conflict with net/libproxy.
Submitted by:	Sulev-Madis 'ketas' Silber <madis555@hot.ee>
2012-06-05 07:18:41 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
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
2011-10-24 09:11:38 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Doug Barton
36cd5c74c7 For those ports that have been fully adapted to USE_RC_SUBR remove the
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.
2010-03-27 05:21:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Sergey A. Osokin
8b5074e90c Update from 0.6 to 0.6.1.
Spotted by:	Anthie aka anthem at ponado dot com
2009-12-29 16:34:25 +00:00
Sergey A. Osokin
9793e798b3 Fix patch target.
Do not bump PORTREVISION.

Notice from:	QAT
Pointy hat to:	osa
2009-03-24 04:42:31 +00:00
Sergey A. Osokin
591a5b4bea Update from 0.5.3k to 0.6. 2009-03-23 15:20:40 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Sergey A. Osokin
0bbc77b214 Update to latest release 0.5.3k.
Spotted by:	kabachok dot st at mail dot ru
2008-02-04 11:49:45 +00:00
Sergey A. Osokin
b0ea3c0f4f Update to latest bugfix release 0.3.5j. 2007-10-24 07:59:46 +00:00
Sergey A. Osokin
9b62ecac37 Fix potential remote pre-authentication buffer
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 [*]
2007-04-13 14:14:05 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Sergey A. Osokin
f78e6ff0ac Update to 0.5.2. 2006-03-16 13:50:19 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Sergey A. Osokin
f646ebc24a Update to latest release 0.5.1b.
rcNGfy, add manpages.
2005-10-28 07:16:04 +00:00
Sergey A. Osokin
47a0af28a1 Update to latest release 0.4.5b.
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>
2004-07-05 08:54:48 +00:00
Sergey A. Osokin
68fa1a9eb9 Update to latest stable release 0.4.3b.
Make some improvments, SIZEfy.

Approved by:	maintainer (connect to relay.nnn.tstu.ru[62.76.180.20]:
		Operation timed out)
2004-02-20 16:45:18 +00:00
Kirill Ponomarev
7ae777a361 - Update to version 0.4.1b
PR:		57758
Submitted by:	maintainer
2003-10-08 19:11:53 +00:00
Kirill Ponomarev
f621617ff6 - Source tarball was changed by software author
there were only bugfixes and no functionality changes.

PR:		55833
Submitted by:	Timofey Chernousov <tim@gwd.nnn.tstu.ru> (maintainer)
2003-08-28 22:28:49 +00:00
Kirill Ponomarev
32c57f94b6 New port: net/3proxy
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)
2003-07-30 07:36:28 +00:00