diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-01-08 06:24:41 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-01-08 06:24:41 +0000 |
commit | e581808d26beb76377e1e55e60a82ee4ea294ed2 (patch) | |
tree | e5a33f07f64421c0b47baf181f13f58013e5cafd /net/howl/PLIST | |
parent | 2600405a8af57ab3ea210ccdb046f35526215699 (diff) | |
download | pkgsrc-e581808d26beb76377e1e55e60a82ee4ea294ed2.tar.gz |
Update to 0.9.8, mostly from Ian Zagorskih on tech-pkg@. Changes:
- FIX: shared library naming scheme included the howl version number
(jdub@perkypants.org)
- FIX: pkgconfig include pathing included the howl version number
(eloli@hotmail.com)
- FIX: howl_config.h was being included when compiling apps that use howl
(sebastien.estienne@gmail.com)
- FIX: publish sample had reversed callback parameters
(sebastien.estienne@gmail.com)
- nicer printing of text records in browse example
(sebastien.estienne@gmail.com)
Additional pkgsrc changes by me:
* Create a "howl" user and group.
* Add rc.d script.
* Format DESCR.
Diffstat (limited to 'net/howl/PLIST')
-rw-r--r-- | net/howl/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/howl/PLIST b/net/howl/PLIST index be64a98ae5b..3b88b564a52 100644 --- a/net/howl/PLIST +++ b/net/howl/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2004/11/20 14:43:32 mjl Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/01/08 06:24:41 schmonz Exp $ bin/mDNSBrowse bin/mDNSPublish +bin/mDNSQuery +bin/mDNSResolve bin/mDNSResponder include/howl/corby/buffer.h include/howl/corby/channel.h @@ -23,6 +25,7 @@ include/howl/salt/signal.h include/howl/salt/socket.h include/howl/salt/time.h lib/libhowl.la +lib/libmDNSResponder.la lib/pkgconfig/howl.pc man/man8/mDNSResponder.8 share/howl/help/address-summary.html |