Port details |
- uplog UDP-based ping program
- 0.3 net
=1 0.3Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: jadawin@FreeBSD.org
- Port Added: 2003-06-17 05:22:41
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- People watching this port, also watch:: darts, p5-Digest-SHA, 915resolution
- License: not specified in port
- WWW:
- http://www.nerdlabs.org/projects/uplog.php
- Description:
- Uplog is an UDP-based ping program that gives an ASCII
graphical log of packet loss. Once per second, it sends a UDP
packet to the echo port of the target host and waits for a
reply. If it gets a reply an X is written, otherwise a dot is
written to the log file. If a packet with an incorrect sequence
number arrives, a colon is written to the log file. By
examining the log file, one can easily see when and how the
packet losses occur.
WWW: http://www.nerdlabs.org/projects/uplog.php
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: uplog
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (uplog-0.3.tar.gz) = b2e87c245e8bb5b40e0c5fae60527fef41cb6e9f69372dad2951c7ab445ea3b0
SIZE (uplog-0.3.tar.gz) = 50714
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for uplog-0.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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 |
0.3 05 May 2020 15:38:12 |
rene |
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 ) |
0.3 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
0.3 06 Nov 2019 14:00:19 |
antoine |
Mark a few ports BROKEN (unfetchable) |
0.3 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
0.3 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.3 21 Feb 2014 13:38:29 |
ehaupt |
Remove trailing whitespaces from category net |
0.3 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
27 Dec 2013 19:47:35
|
jadawin |
- Support STAGE |
0.3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.3 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
0.3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.3 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.3 20 Mar 2008 09:56:52 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.3 12 Mar 2008 13:27:28 |
jadawin |
- Update maintainer address
Approved by: thierry (mentor) |
0.3 01 Feb 2008 12:19:19 |
miwi |
- Update to 0.3
- Pass maintainership to submitter
PR: 120077
Submitted by: Philippe Audeoud <jadawin@tuxaco.net> |
0.2 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
0.2 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
0.2 21 Apr 2005 17:44:08 |
krion |
Drop maintership. |
0.2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.2 01 Apr 2004 09:39:47 |
krion |
- Remove USE_SIZE knob |
0.2 20 Mar 2004 17:55:39 |
krion |
- Utilize PLIST_FILES |
0.2 30 Jan 2004 14:05:15 |
krion |
- SIZEify |
0.2 22 Jul 2003 10:34:12 |
krion |
Change my mail to @FreeBSD.org
Approved by: fjoe (mentor) |
0.2 19 Jun 2003 03:26:49 |
foxfair |
PR: 53453
Submitted by: maintainer
Update uplog to 0.2 |
0.1 17 Jun 2003 05:26:53 |
daichi |
remove 192.168.1.101, 192.168.1.102 and 192.168.1.109.
sorry it's my bad job. |
0.1 17 Jun 2003 05:22:10 |
daichi |
New port added, thanks!
Uplog is UDP based ping program with an "ASCII-graphical" log file.
For more information: http://www.nerdlabs.org/projects/uplog.php
PR: 53373
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> |