diff --git a/sysutils/freedt/Makefile b/sysutils/freedt/Makefile new file mode 100644 index 00000000000..6ce8da95a42 --- /dev/null +++ b/sysutils/freedt/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/05/28 15:39:26 lebel Exp $ + +COMMENT= "reimplementation of Dan Bernstein's daemontools" + +VERSION= 0.17 +DISTNAME= freedt-${VERSION} +CATEGORIES= sysutils + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +HOMEPAGE= http://azz.us-lot.org/code/freedt.html +MASTER_SITES= http://azz.us-lot.org/files/ + +SEPARATE_BUILD= concurrent +CONFIGURE_STYLE= gnu + +.include diff --git a/sysutils/freedt/distinfo b/sysutils/freedt/distinfo new file mode 100644 index 00000000000..415771eadcd --- /dev/null +++ b/sysutils/freedt/distinfo @@ -0,0 +1,3 @@ +MD5 (freedt-0.17.tar.gz) = dd3bb565517d988fd98a3e24289dbbed +RMD160 (freedt-0.17.tar.gz) = ac5e40a2079a8d020bddb65276c604dff6a73675 +SHA1 (freedt-0.17.tar.gz) = b99227eda149b7d90ce03e44ada4c1365f65c7de diff --git a/sysutils/freedt/pkg/DESCR b/sysutils/freedt/pkg/DESCR new file mode 100644 index 00000000000..0f6c15b2e61 --- /dev/null +++ b/sysutils/freedt/pkg/DESCR @@ -0,0 +1,16 @@ +freedt is a reimplementation of Dan Bernstein's daemontools under the GNU GPL, +sharing no code with the original implementation. + +It currently includes feature-equivalent replacements for argv0, envdir, +envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, svstat +and recordio. It also includes dumblog (a simple multilog replacement), +mkservice (a script for automatically creating service directories), anonidentd +(an anonimising identd implementation) and ratelimit (a bandwidth-limiting +filter along the lines of recordio). All the tools include usage messages; for +instance, do "ratelimit -h" for a brief rundown of the options. + +Please note that this package is not a drop-in replacement for daemontools; the +internal state files in service directories are different, and the error +messages (and a few of the options) aren't quite the same. + +WWW: ${HOMEPAGE} diff --git a/sysutils/freedt/pkg/PLIST b/sysutils/freedt/pkg/PLIST new file mode 100644 index 00000000000..5e32a15a823 --- /dev/null +++ b/sysutils/freedt/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/28 15:39:26 lebel Exp $ +bin/anonidentd +bin/argv0 +bin/dumblog +bin/envdir +bin/envuidgid +bin/mkservice +bin/ratelimit +bin/recordio +bin/setlock +bin/setuidgid +bin/softlimit +bin/supervise +bin/svc +bin/svok +bin/svscan +bin/svstat