Commit graph

12 commits

Author SHA1 Message Date
ghen
e3ba207887 Hand in maintainership. 2013-04-13 07:55:01 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
01ff307a63 Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage
of PKG_OPTIONS.
2011-04-15 08:34:00 +00:00
ghen
4787373d8c Full DESTDIR support. 2008-01-04 12:50:13 +00:00
tv
46a8d06226 You *can't* disable IPv6 in netcat6; require it via PKG_OPTIONS instead. 2006-11-28 16:28:55 +00:00
ghen
f0bf288bfc Revert patch-aa to the previous revision and just add __NetBSD__ to the list.
Suggested by joerg.
2006-07-07 18:47:52 +00:00
ghen
1cea5cbbf2 Fix for gcc4: define alloca to __builtin_alloca if using gcc, from PR pkg/33930. 2006-07-07 17:51:19 +00:00
wiz
73b73d1e41 Add missing gettext-lib dependency. Bump PKGREVISION.
Fixes CHECK_FILES build.
2006-03-17 23:29:44 +00:00
joerg
4c70c58956 Fix build on DragonFly. Remove autogenerated locale files from PLIST.
Bump revision.
2006-03-14 01:42:55 +00:00
ghen
85519fbe8d Update netcat6 to 1.0. Notable changes:
* Fixed a bug in listen (missing AI_PASSIVE flag)
* Converted to use autopoint for i18n source (merged from autopoint_test
  branch)
* Fixed a segv in the bluez code (null local address)
* Moved afindep and bluez network code to separate modules with very generic
  interfaces and refactored to create functions for common code.  The bluez
  code now uses a similar approach to afindep.
* Reworking of warnings and other messages to simplify and reduce the number of
  strings for translation.
* Made parameter checking more resilient and now always includes arguments for
  optional components (such as bluetooth), but now gives an appropriate error
  if used.
* Updated man page with bluetooth options.
* Created a system.h header for system specific defines, which includes
  autoconfs config.h.
* Changed boolean types to use stdbool.h (where available)
* Fixed typedefs to use *_t for the typedef symbol, not the original struct
  name.
* Extensive code cleanup to prepare for a release.
* Add -X and --rev-transfer options (reverse transfer).
* Updated copyright notices for 2005.
* Fixed --transfer example in man page.
* Corrected --no-reuseaddr handling (it was inverted).
* Updated i18n subsystem to gettext 0.14.1
* Added configuration time detection of Bluez.
* Applied Chris's patch that fixes SOMAXCONN backlog parameter for listen(2) in
  src/network.c, slightly modified.
* Added support for Bluez (http://www.bluez.org) on Linux systems.
* Fixed a conflict with FreeBSD profiling library by renaming warn() to
  warning(). Thanks to Filippo Natali for reporting the bug.
* Fixed CFLAGS handling problem. Thanks to Filippo Natali for the patch and to
  the FreeBSD maintainers for reporting the bug.
2006-03-08 09:09:42 +00:00
ghen
5449285f4e Import netcat6 from pkgsrc-wip.
Netcat6 is a total rewrite of netcat, with several advantages:

 * It fully supports IPv6.
 * It is far more efficient, utilizing flexible buffering and minimal (or
   no) data copying or analysis.
 * The source is well structured, documented and very easy to follow. One of
   the main objectives of netcat6 is to produce an excellent example of AF
   independent networking and efficient data transfer. The code has minimal
   dependency on the address family or protocol type and can be trivially
   extended to talk many layer 3 protocols.
 * Greatly improved configuration and platform independence.
 * Can support servers or clients that use TCP half-close.

Some features of the original netcat are not present in netcat6, either because
they haven't yet been implemented or because there exists better tools for the
job. See the TODO file included in the netcat6 package for more information.
2005-12-28 15:49:41 +00:00