diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-19 18:28:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-19 18:28:22 +0800 |
commit | 3a2b66b62b516d18244bfd032635642d1eaa940d (patch) | |
tree | d5778ad2a2dc9ba053ac717f1fe8122f1c80fea4 /net/Makefile | |
parent | 278f0d491e4a9f6236c2c59224c8069f7425aed9 (diff) | |
download | freebsd-ports-gnome-3a2b66b62b516d18244bfd032635642d1eaa940d.tar.gz freebsd-ports-gnome-3a2b66b62b516d18244bfd032635642d1eaa940d.tar.zst freebsd-ports-gnome-3a2b66b62b516d18244bfd032635642d1eaa940d.zip |
Using Tryst, applications can discover what services are available on the
network, along with all necessary access information such as name, IP
address, and port number for a given service.
Bonjour allows you to register a network service, such as a printer or file
server, so that it can be found by name or browsed for by service type and
domain.
WWW: http://gnustep.dyndns.org/
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 79ebbd67a39b..b6970967e385 100644 --- a/net/Makefile +++ b/net/Makefile @@ -811,6 +811,7 @@ SUBDIR += tramp SUBDIR += trickle SUBDIR += tridiavnc + SUBDIR += tryst SUBDIR += tsclient SUBDIR += tshark SUBDIR += tshark-lite |