[54014] trunk/dports/net

blb at macports.org blb at macports.org
Sat Jul 18 15:29:47 PDT 2009


Revision: 54014
          http://trac.macports.org/changeset/54014
Author:   blb at macports.org
Date:     2009-07-18 15:29:44 -0700 (Sat, 18 Jul 2009)
Log Message:
-----------
New port - net/rbldnsd, small and fast DNS daemon which is especially made to serve DNSBL zone; ticket #19914

Added Paths:
-----------
    trunk/dports/net/rbldnsd/
    trunk/dports/net/rbldnsd/Portfile

Added: trunk/dports/net/rbldnsd/Portfile
===================================================================
--- trunk/dports/net/rbldnsd/Portfile	                        (rev 0)
+++ trunk/dports/net/rbldnsd/Portfile	2009-07-18 22:29:44 UTC (rev 54014)
@@ -0,0 +1,48 @@
+# $Id$
+
+PortSystem          1.0
+
+name                rbldnsd
+version             0.996b
+categories          net
+maintainers         hostwizard.com:scott
+master_sites        http://www.corpit.ru/mjt/rbldnsd/
+platforms           darwin
+homepage            http://www.corpit.ru/mjt/rbldnsd.html
+distname            ${name}_${version}
+worksrcdir          ${name}-${version}
+description	 	rbldnsd is a small and fast DNS daemon which \
+                    is especially made to serve DNSBL zone
+
+long_description	The daemon can serve both IP-based (ordb.org, dsbl.org etc) \
+                    and name-based (rfc-ignorant.org) blocklists. Unlike DJB's \
+                    rbldns, it has ability to specify individual values for every \
+                    entry, can serve as many zones on a single IP address as you \
+                    wish, and, finally, it is a real nameserver: it can reply to \
+                    DNS metadata requests. The daemon keeps all zones in memory \
+                    for faster operations, but its memory usage is very efficient, \
+                    especially for repeated TXT values which are stored only once.
+
+checksums           md5     9a0f26f3b33764c325a96bd4c61b26fa \
+                    sha1    9cfe6cf01c54088cecc3a02902c721ee714f1c28 \
+                    rmd160  15be588fb4051f0526084425b586ea7986b6493a
+
+depends_lib         port:zlib
+
+                    configure.pre_args-delete --prefix=${prefix}
+
+
+pre-destroot {
+        # Add user and group, these are the users rbldnsd will start as
+        addgroup _rbldnsd
+        set gid [existsgroup _rbldnsd]
+        adduser _rbldnsd gid=${gid} realname=rbldnsd home=${prefix}/sbin
+}
+
+destroot {
+     # Install binary
+     xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/sbin
+     
+     # Install man page 'rbldnsd.8'
+     xinstall -m 0640 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8
+}


Property changes on: trunk/dports/net/rbldnsd/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090718/8cf8d5ac/attachment.html>


More information about the macports-changes mailing list