diff options
author | kwm <kwm@FreeBSD.org> | 2008-03-25 06:19:11 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2008-03-25 06:19:11 +0800 |
commit | b2349991e8eecb257e9d2f67fce90c731e0d5f73 (patch) | |
tree | 681ddc0308a4f899d5f73731b70f30cc4af3d4ba /www/Makefile | |
parent | aa362fa05b01948ffebc2e92c1f655d3db69d492 (diff) | |
download | freebsd-ports-gnome-b2349991e8eecb257e9d2f67fce90c731e0d5f73.tar.gz freebsd-ports-gnome-b2349991e8eecb257e9d2f67fce90c731e0d5f73.tar.zst freebsd-ports-gnome-b2349991e8eecb257e9d2f67fce90c731e0d5f73.zip |
Add libepc. The Easy Publish and Consume library provides an easy method to:
* publish data per HTTPS
* announce that information via DNS-SD
* find that information
* and finally consume it
You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 7376c51aafcd..1992099fd648 100644 --- a/www/Makefile +++ b/www/Makefile @@ -282,6 +282,7 @@ SUBDIR += kompozer SUBDIR += larbin SUBDIR += libapreq2 + SUBDIR += libepc SUBDIR += libghttp SUBDIR += libgtkhtml SUBDIR += libmicrohttpd |