to provide a way to fix file damage without having to redownload the
entire (potentially large) file over a (potentially slow) connection.
PR: ports/54650
Submitted by: Cosmin Stroe <cstroe1@uic.edu>
tcping does a TCP connect to the given ip/port combination.
The user can specify a timeout in seconds.
This is useful in shell scripts running in firewalled environments.
Often SYNs are just being dropped by firewalls,
thus connection establishment will be retried several times
(for minutes) until a TCP timeout is reached.
With tcping it is possible to check first if the desired port
is reachable and then start connection establishment.
Author: Marc Kirchner <mail(at)marc(dash)kirchner(dot)de>
WWW: http://stud.fh-heilbronn.de/~kirchner/tcping/tcping.html
PR: 60301
Submitted by: Dryice Liu
Features:
- Shows speed of data moving from input to output
- Shows percentage complete if regular file specified
- Allows tuning of block size and display interval
- Support for dd style block size specification
Author: Clint Byrum <cbyrum@spamaps.org>
WWW: http://spamaps.org/pipemeter.php
PR: 59916
Submitted by: Len Sassaman
ftp://icarus.com/pub/eda/verilog/snapshots/verilog-20031202.txt:
Combination 64bit/32bit runtime support now works fully on AMD64
systems; wait on lists of named events now works; there is no
longer a common iverilog.conf, instead there are target specific
foo.conf files with a new and cleaner format; 64bit values are more
portably handled; several synthesis bugs related to the control inputs
of flip-flops have been fixed.
Committer is marking this BROKEN on 4.x while we investigate install
problems. It works on 5.x only for now.
PR: ports/60162
Submitted by: Joachim Strombergson <watchman@ludd.luth.se> (maintainer)
downgrade to 0.5 - the latest official release
- Use proper MASTER_SITE_SOURCEFORGE
While I'm here:
- Silence configure warning
- Shorten COMMENT to fit the limit
- Install additional docs, respect NOPORTDOCS in pkg-plist
PR: 60318
Submitted by: maintainer
VPNC - Client for Cisco 3000 VPN Concentrator
A VPN client compatible with Cisco's EasyVPN equipment.
Supports IPSec (ESP) with Mode Configuration and Xauth.
Supports only shared-secret IPSec authentication, 3DES, MD5,
and IP tunneling. It runs entirely in userspace
PR: 60283
Submitted by: Christian Lackas
of master sites.
Before that %SUBDIR% was not expanded and the resulting URL was malformed.
L-o-o-o-ng maintainer timeout waiting for review of a slightly different
solution.