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 photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
scnc SSL Capable Netcat
1.05 net Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.05Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2020-05-05
Ignore IGNORE: is marked as broken: unfetchable
Maintainer: sbz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-05-03 09:27:39
Last Update: 2020-05-05 15:38:12
SVN Revision: 534093
People watching this port, also watch:: python, grepcidr, monit
Also Listed In: security
License: BSD3CLAUSE
WWW:
http://gomor.org/bin/view/GomorOrg/SslNetcat
Description:
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/scnc
  2. /usr/local/share/licenses/scnc-1.05/catalog.mk
  3. /usr/local/share/licenses/scnc-1.05/LICENSE
  4. /usr/local/share/licenses/scnc-1.05/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • scnc>0:net/scnc
No installation instructions:
This port has been deleted.
PKGNAME: scnc
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (scnc-1.05.tar.gz) = a20c5c6ad561e60cb6dfad12dfb36badee97f23d2e0d50911d29e98e4b8220d6 SIZE (scnc-1.05.tar.gz) = 7442

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-IO-Socket-SSL>=0 : security/p5-IO-Socket-SSL
  2. p5-IO-Socket-INET6>=0 : net/p5-IO-Socket-INET6
Runtime dependencies:
  1. p5-IO-Socket-SSL>=0 : security/p5-IO-Socket-SSL
  2. p5-IO-Socket-INET6>=0 : net/p5-IO-Socket-INET6
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://gomor.org/files/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.05
05 May 2020 15:38:12
Revision:534093Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

Adjusted for ports rescued since r534032

2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.05
04 Apr 2020 20:51:41
Revision:530719Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
1.05
06 Nov 2019 14:00:19
Revision:516887Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
1.05
09 Jul 2018 08:40:18
Revision:474242Original commit files touched by this commit Sanity Test Failure
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
1.05
01 Apr 2016 14:16:20
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

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

Approved by: portmgr@ (bapt@)
1.05
10 Jun 2012 18:42:48
Original commit files touched by this commit
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)
1.05
29 Mar 2011 10:05:04
Original commit files touched by this commit
sbz search for other commits by this committer
- Update to 1.05
- Add LICENSE

Approved by:    jadawin@ (mentor)
1.04
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.04
18 Mar 2011 10:04:54
Original commit files touched by this commit
sbz search for other commits by this committer
Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:    jadawin@ (mentor)
1.04
09 Aug 2010 08:54:36
Original commit files touched by this commit
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>
1.04
20 Jul 2009 13:32:03
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 1.04

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

PR:             ports/136237
Submitted by:   Sofian brabez <sbrabez gmail.com> (maintainer)
1.00
03 May 2008 09:20:44
Original commit files touched by this commit
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)

Number of commits found: 17