pkgsrc/net/echoping/PLIST
adrianp 1ad6181b99 Update to 6.0.1
* Use the new plugin functionality available and build the dns, random and whois
  plugins by default.
* The postgresql and ldap plugins can be optionally built by setting
  PKG_OPTIONS.echoping.

6.0.1 (2007-04-04)
* Bug fixes only

6.0.0 (2007-03-26)
* Plugins: several plugins (whois, postgresql, dns) are now
  shipped with echoping and you can write your own. All new
  protocols will now be supported via plugins. Consequences:
* you now need an Unix with a working dlopen(3)
* echoping now requires the popt parsing library
* popt: echoping now depends on popt. One main change: options
  parsing is lightly different so some scripts *may* break. A
  typical example is that "old-school" Unix aggreation of arguments
  ("echoping -v4 localhost") is no longer accepted (use "echoping -v
  -4 localhost").
* Many bug fixes, see the list at Sourceforge
2007-04-09 14:44:29 +00:00

13 lines
378 B
Text

@comment $NetBSD: PLIST,v 1.2 2007/04/09 14:44:29 adrianp Exp $
bin/echoping
include/echoping/compilation.h
include/echoping/echoping.h
lib/echoping/dns.la
lib/echoping/random.la
lib/echoping/whois.la
man/man1/echoping.1
man/man1/echoping_dns.1
man/man1/echoping_random.1
man/man1/echoping_whois.1
@dirrm include/echoping
@unexec ${RMDIR} %D/lib/echoping 2>/dev/null || ${TRUE}