aboutsummaryrefslogtreecommitdiff
path: root/net/datapipe
Commit message (Collapse)AuthorAgeFilesLines
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* I should never commit when I'm half asleep.Eitan Adler2012-10-031-1/+1
| | | | Notes: svn path=/head/; revision=305225
* Covert to OptionsNGEitan Adler2012-10-031-9/+7
| | | | | | | Trim the header Notes: svn path=/head/; revision=305214
* Take maintainershipEitan Adler2012-02-251-1/+1
| | | | | | | Approved by: maintainer (implicit) Notes: svn path=/head/; revision=292218
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Add two OPTIONS - use SO_REUSEADDR and avoid backgrounding.Peter Pentchev2005-07-012-14/+56
| | | | | | | | | | | Fix a couple of compiler warnings. Do not bind the outgoing address to the listener address [1]. PR: 70205 [1] Submitted by: Helge Oldach <datapipeaug04@oldach.net> Notes: svn path=/head/; revision=138308
* Grab maintainership of this port.Peter Pentchev2004-02-112-1/+2
| | | | | | | While I'm here, add SIZE to distinfo, just for kicks. Notes: svn path=/head/; revision=100664
* dbaker@FreeBSD.org has been inactive in the ports community for overMark Linimon2004-02-111-2/+2
| | | | | | | | | | | | | a year now, so return his ports to the unmaintained pool in the hopes that someone will adopt them and give them a good home. While here, pacify portlint on all of them. Discussed with: various members of portmgr@, at various times over the last few months. Notes: svn path=/head/; revision=100617
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+2
| | | | Notes: svn path=/head/; revision=100139
* Changes perror() calls to syslog calls; also sends more verboseMark Linimon2003-11-061-0/+152
| | | | | | | | connection information to syslog. PR: ports/55118 (maintainer timeout). Notes: svn path=/head/; revision=93212
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-4/+2
| | | | Notes: svn path=/head/; revision=27423
* Respect CFLAGSKris Kennaway2000-01-121-1/+1
| | | | Notes: svn path=/head/; revision=24678
* properly (i hope) import datapipe portDaniel Baker2000-01-045-0/+38
datapipe is a simple program that allows a listening TCP/IP port to be constructed on the machine it is running on. Any connections to that port will then be forwarded to the specified remote host and remote port. Notes: svn path=/head/; revision=24405