Port details |
- netcat Simple utility which reads and writes data across network connections
- 1.10_4 net =87 1.10_4Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-21 20:48:12
- Commit Hash: eb47155
- People watching this port, also watch:: nmap, gmake, png, unzip, expat
- License: not specified in port
- WWW:
- http://nc110.sourceforge.net/
- Description:
- Netcat is a simple Unix utility which reads and writes data across
network connections using TCP or UDP protocol. It is designed to be a
reliable "back-end" tool that can be used directly or easily driven by
other programs and scripts. At the same time it is a feature-rich
network debugging and exploration tool, since it can create almost any
kind of connection you would need and has several interesting built-in
capabilities.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/netcat/ && make install clean
- To add the package, run one of these commands:
- pkg install net/netcat
- pkg install netcat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: netcat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nc110.tgz) = 5b3fda14e972d908896a605293f4634a72e2968278117410e12d8b3faf9a3976
SIZE (nc110.tgz) = 75267
SHA256 (nc-v6-20000918.patch.gz) = 7f0d5d05f4ed98f61f7efb167ef29cb25aa71e0df42c1f0cc8472e1ed660cb9a
SIZE (nc-v6-20000918.patch.gz) = 8740
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for netcat-1.10_4:
DOCS=on: Build and/or install documentation
GAPING=on: Enable GAPING_SECURITY_HOLE support
IPV6=on: IPv6 protocol support
TELNET=on: Enable TELNET support
===> Use 'make config' to modify these settings
- Options name:
- net_netcat
- USES:
- tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10_4 21 Jan 2024 20:48:12 |
Muhammad Moinur Rahman (bofh) |
net/netcat: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.10_3 08 May 2023 17:21:52 |
Cy Schubert (cy) |
net/netcat: Workaround LLVM15 build errors
Circumvent LLVM build errors. Permanent fixes will come later.
While at it, assume care and feeding of this port.
MFH: 2023Q2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.10_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.10_3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.10_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10_3 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
1.10_3 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
1.10_3 31 Dec 2015 10:58:02 |
amdmi3 |
- Switch to USES=tar
- Pet portlint
- Switch to options helpers |
1.10_3 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.10_3 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.10_3 31 Jan 2014 17:01:57 |
antoine |
- Stage support
- Use OPTIONS helpers |
1.10_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.10_3 19 Jul 2012 17:41:16 |
sperber |
- Update MASTER_SITES and WWW: line
- Cleanup pkg-descr
- Switch to optionsng
PR: ports/169420
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor) |
1.10_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.10_3 17 Sep 2010 03:54:56 |
sumikawa |
Fix the name of the manpage |
1.10_3 15 Sep 2010 08:11:06 |
sumikawa |
Fix DOCSDIR in the manual and drop my maintainership.
Pointed out by Jim Long <james@umpquanet.com> |
1.10_3 05 Sep 2010 02:30:19 |
pgollucci |
- rename nc to netcat to prevent /usr/bin/nc from shadowing
/usr/local/bin/nc
PR: ports/11970
Submitted by: Jonathan Liu <Net147@hotmail.com>
Approved by: maintainer timeout (sumikawa ; 960 days) |
1.10_2 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.10_2 18 Jul 2005 13:05:27 |
sumikawa |
OPTIONify.
Requested by: ignacio.arquelatour@gmail.com |
1.10_2 06 Jul 2004 10:31:01 |
sumikawa |
Add the manpage.
Submitted by: lee dilkie <lee@dilkie.com>
PR: ports/68272 |
1.10_1 20 Apr 2004 06:42:50 |
osa |
Use PLIST_FILES/DOCSDIR/PORTDOCS macros.
Remove pkg-plist.
Approved by: sumikawa (maintainer) |
1.10_1 18 Mar 2004 10:59:01 |
sumikawa |
Add SIZE.
Submitted by: trevor |
1.10_1 07 Mar 2003 06:08:06 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
02 Feb 2002 17:50:59 |
sumikawa |
- Support for IPv6 - Take maintainership |
19 Mar 2001 21:43:14 |
obrien |
Master sites go away, new ones come... |
22 Nov 2000 00:23:40 |
obrien |
Add $FreeBSD$, which help me in problem reports. |
11 Nov 2000 06:03:32 |
obrien |
Update master sites. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
27 Aug 2000 01:27:20 |
obrien |
Enable `TELNET' and `GAPING_SECURITY_HOLE'. |