diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-17 05:22:09 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-17 05:22:09 +0000 |
commit | 3e3764984944d864a54f72c26f7059a961952588 (patch) | |
tree | 748f1f4dc825754bc9af13344f33fe67386995c4 /net/Makefile | |
parent | d1ff039b40431c3df4684ed14701711d6605b740 (diff) | |
download | FreeBSD-ports-3e3764984944d864a54f72c26f7059a961952588.zip FreeBSD-ports-3e3764984944d864a54f72c26f7059a961952588.tar.gz |
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>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e33f784..b5980ef 100644 --- a/net/Makefile +++ b/net/Makefile @@ -687,6 +687,7 @@ SUBDIR += udptunnel SUBDIR += unison SUBDIR += unix2tcp + SUBDIR += uplog SUBDIR += urlendec SUBDIR += utftpd SUBDIR += v6eval |