Commit graph

38 commits

Author SHA1 Message Date
Renato Botelho
66f67ad386 Add IPv6 support, optional, off by default
Submitted by:	Doug Kelly <dougk@dougk-ff7.net>
2009-11-04 15:54:51 +00:00
Renato Botelho
c9e008f727 Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE 2009-03-28 17:53:24 +00:00
Renato Botelho
ca07f86c2b - Add tcpserver limits patch, an optional, off by default patch that permit you
to add connection limits based on originator IP, originator class of IP and
  maximmun load average. This patch conflicts with SSL one.

Submitted by:	Sirko Zidlewitz <sz@bytecamp.net> (idea)
2009-03-02 11:13:44 +00:00
Renato Botelho
af48f980fc Remove RESTRICTED since all DJB code changed to public domain license 2008-07-25 19:00:36 +00:00
Renato Botelho
900ee5c5b7 - Add MASTER_SITE_LOCAL as a backup MASTER_SITES
- Cleanup a bit
2007-10-09 18:36:54 +00:00
Renato Botelho
b14e73c21d - Take maintainership
- Pet portlint
2007-10-05 17:37:45 +00:00
Stefan Walter
2279271348 Restrict optimization to -O - -O2 causes problems at least on amd64.
PR:		113139
Submitted by:	Dan Smith<dan@algenta.com>
2007-10-05 16:36:45 +00:00
Mark Linimon
cd4b80489b Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
2007-09-24 07:38:42 +00:00
Kris Kennaway
b50253f5f2 RESTRICTED is intended here instead of NO_PACKAGE 2006-09-03 17:36:56 +00:00
Renato Botelho
4cd56e03a7 Fix RBL2SMTPD patch that I added accidentally inside SSL patch if 2006-08-08 13:27:26 +00:00
Renato Botelho
f2934b4859 As qmail ports' maintainer, I recieved a lot of emails reporting a "problem". If
you have a good client using an IP listed on a RBL, this person cannot have a
chance to auth on qmail server if server uses rblsmtpd because connection is
dropped before call qmail-smtpd.

This patch fix this problem, changing rblsmtpd to doesn't drop the connection,
just set a var, that will be checked by patched qmail-smtpd, and if person is
authenticated, it ignores rbl check.

PR:		ports/98390
Approved by:	maintainer
2006-06-08 23:41:52 +00:00
Edwin Groothuis
18c875f396 Add SHA256 checksum 2006-06-07 21:37:01 +00:00
Renato Botelho
c8741a683e - Move SSL block after bsd.port.pre.mk
- Remove USE_REINPLACE
- Unquote NO_PACKAGE

PR:		ports/97179
Approved by:	maintainer
2006-05-14 13:30:24 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Oliver Lehmann
bebba81071 make it possible to use openssl from ports when no openssl is in base
PR:		ports/91563
Approved by:	maintainer
2006-01-09 18:59:31 +00:00
Marcus Alves Grando
f57f2c27c6 Add SSL support
Add MAN in OPTIONS
Bump PORTREVISION

PR:		87763
Submitted by:	Rodrigo Graeff <delphus@gmail.com>
Approved by:	dom@happygiraffe.net (maintainer timeout, 16 days)
2005-11-06 17:43:54 +00:00
Roman Bogorodskiy
e615305db0 OPTIONS'ify.
PR:		81025
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	Dominic Mitchell (maintainer)
2005-05-14 18:26:08 +00:00
Pav Lucistnik
81ae7eda3d - Put an option WITH_RSS_DIFF to apply ucspi-rss.diff, like Volker told on the
old PR, this is not a mandatory patch. It's useful just with qmail.
- SIZEify

PR:		ports/77397
Submitted by:	Renato Botelho <renato@galle.com.br>
Approved by:	Dominic Mitchell <dom@happygiraffe.net> (maintainer)
2005-02-17 08:53:06 +00:00
Volker Stolz
325bee28d7 - Apply ucspi-rss.diff patch
- Remove FATAL messages from portlint
- Bump PORTREVISION

PR:		ports/68828
Submitted by:	Renato Botelho
Approved by:	maintainer timeout
2005-02-11 17:40:59 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Christian Weisgerber
93b14fcc26 Add man pages.
PR:		41756
Submitted by:	Jos Backus <jos@catnook.com>
Approved by:	maintainer
2002-08-21 19:51:13 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Peter Pentchev
6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Steve Price
7a48d652a4 Update to version 1.88.
PR:		19134
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-10 01:41:27 +00:00
Will Andrews
ec56bcdef9 MASTER_SITE changed directory, adjust.
PR:		18942
Submitted by:	Edwin Groothuis <mavetju@chello.nl>
2000-06-01 15:52:33 +00:00
Michael Haro
960543ecef Corrrect whitespace introduced during PORTNAME conversion and portlint 2000-04-22 10:14:11 +00:00
Chris Piazza
f9bfad56c5 Update with the new PORTNAME/PORTVERSION variable 2000-04-09 19:09:11 +00:00
Ade Lovett
bd9ad04593 Point MASTER_SITES and pkg/DESCR to new location.
PR:		16581
Submitted by:	Maintainer
2000-02-09 04:52:57 +00:00
Michael Haro
577681f081 update mastersite
PR:		14364
Submitted by:	Mike Meyer mwm@phone.net
1999-10-27 09:32:24 +00:00
Peter Wemm
8100143543 $Id$ -> $FreeBSD$ 1999-08-31 02:00:46 +00:00
Michael Haro
e9792ecbd0 Add more WWW: tags
I must really like taking on sick tasks.  First gtk, now this.
1999-05-03 04:21:58 +00:00
Justin M. Seger
9b8acfb3fd Upgrade to ucspi-tcp 0.84
Submitted by:	Tom Hukins <tom@eborcom.com>
PR:		ports/9604
1999-04-04 17:54:52 +00:00
SADA Kenji
dfcd2b4b8d Update of ports/sysutils/ucspi-tcp's version: 0.80 -> 0.84
PR:	ports/8927
Submitted by:	Yarema <yds@dppl.com>
1998-12-05 20:26:46 +00:00
Tim Vanderhoek
1980dcdff7 These manpages removed by Tim Vanderhoek. 1998-08-19 20:43:24 +00:00
Steve Price
5078491e94 Fix a couple of minor nits.
PR:		7332
Submitted by:	maintainer
1998-07-27 00:08:20 +00:00
David E. O'Brien
54bcddda82 Add "net" to CATEGORIES. Seems TCP utils belongs there to me. 1998-07-26 18:33:16 +00:00
Donald Burr
8f58aeaa91 PR: ports/6934
Submitted by:	Dom Mitchell <dom@myrddin.demon.co.uk>
Import of new port ucspi-tcp, a set of commandline tools for
creating TCP client/server applications.
1998-07-09 10:18:42 +00:00