[125457] trunk/dports/mail

ryandesign at macports.org ryandesign at macports.org
Thu Sep 18 02:36:17 PDT 2014


Revision: 125457
          https://trac.macports.org/changeset/125457
Author:   ryandesign at macports.org
Date:     2014-09-18 02:36:17 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
surblhost: new port, version 0.8.0 (#45001)

Added Paths:
-----------
    trunk/dports/mail/surblhost/
    trunk/dports/mail/surblhost/Portfile
    trunk/dports/mail/surblhost/files/
    trunk/dports/mail/surblhost/files/patch-surblhost.c.diff

Added: trunk/dports/mail/surblhost/Portfile
===================================================================
--- trunk/dports/mail/surblhost/Portfile	                        (rev 0)
+++ trunk/dports/mail/surblhost/Portfile	2014-09-18 09:36:17 UTC (rev 125457)
@@ -0,0 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                surblhost
+version             0.8.0
+categories          mail
+maintainers         gmail.com:mschamschula openmaintainer
+platforms           darwin
+license             GPL-2
+
+description         Surblhost is a small command-line program that looks up hostnames \
+                    in the Spam URI Realtime Blocklists (SURBL).
+
+long_description    ${description} \
+                    Hosts that are blacklisted means that global spam email have been \
+                    reported to contain links to these hosts. \
+                    Many spam filtering programs use the SURBL to aid in the filtering \
+                    process, but this program can serve many other needs. In fact, it \
+                    was written to provide safe URL redirection at memurl.com.
+
+homepage            http://surblhost.sourceforge.net/
+master_sites        sourceforge:project/surblhost/surblhost/${version}/
+
+checksums           rmd160  a762f7988b3e280a1127185f1293d8493f5df193 \
+                    sha256  159a54f2cee90c14e65a6138f09d129800b7b3826f3d2cb692c6fc06369b63a8
+
+patchfiles          patch-surblhost.c.diff


Property changes on: trunk/dports/mail/surblhost/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/mail/surblhost/files/patch-surblhost.c.diff
===================================================================
--- trunk/dports/mail/surblhost/files/patch-surblhost.c.diff	                        (rev 0)
+++ trunk/dports/mail/surblhost/files/patch-surblhost.c.diff	2014-09-18 09:36:17 UTC (rev 125457)
@@ -0,0 +1,10 @@
+--- src/surblhost.c.orig	2007-04-09 10:10:15.000000000 -0500
++++ src/surblhost.c	2014-09-18 04:34:48.000000000 -0500
+@@ -37,6 +37,7 @@
+ 
+ #if HAVE_ARPA_NAMESER_H
+ #include <arpa/nameser.h>
++#include <arpa/nameser_compat.h>
+ #endif
+ 
+ #if HAVE_RESOLV_H
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140918/d6276f23/attachment-0001.html>


More information about the macports-changes mailing list