notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: net/scnc/Makefile

Number of commits found: 15

Saturday, 4 Apr 2020
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 6 Nov 2019
14:00 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516887 
Monday, 9 Jul 2018
08:40 mat search for other commits by this committer
Remove all := from BUILD_DEPENDS, here are never needed.

While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
Original commitRevision:474242 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 10 Dec 2014
23:55 feld search for other commits by this committer
Fix "BSD" license in net category
Original commitRevision:374502 
Thursday, 20 Mar 2014
08:00 ehaupt search for other commits by this committer
- Support staging
- Use shebangfix
Original commitRevision:348665 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Friday, 29 Jun 2012
16:41 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Sunday, 10 Jun 2012
18:42 swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Original commit
Tuesday, 29 Mar 2011
10:05 sbz search for other commits by this committer
- Update to 1.05
- Add LICENSE

Approved by:    jadawin@ (mentor)
Original commit
Friday, 18 Mar 2011
10:04 sbz search for other commits by this committer
Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:    jadawin@ (mentor)
Original commit
Monday, 9 Aug 2010
08:54 nemoliu search for other commits by this committer
- Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.

PR:     ports/148309
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
Monday, 20 Jul 2009
13:32 jadawin search for other commits by this committer
- Update to 1.04

PR:             ports/136930
Submitted by:   Sofian Brabez <sbrabez gmail.com> (maintainer)
Original commit
Thursday, 2 Jul 2009
09:02 jadawin search for other commits by this committer
- Update to 1.03

PR:             ports/136237
Submitted by:   Sofian brabez <sbrabez gmail.com> (maintainer)
Original commit
Saturday, 3 May 2008
09:20 jadawin search for other commits by this committer
scnc is a SSL Capable Netcat with SSL support, TCP and UDP
proxying and IPV4/IPV6 proxying features.

WWW: http://gomor.org/bin/view/GomorOrg/SslNetcat

PR:             ports/123300
Submitted by:   Sofian Brabez <sbrabez at gmail.com>
Approved by:    tabthorpe (mentor)
Original commit

Number of commits found: 15