[csw-devel] SF.net SVN: gar:[22155] csw/mgar/pkg

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Mon Oct 7 13:01:55 CEST 2013


Revision: 22155
          http://gar.svn.sourceforge.net/gar/?rev=22155&view=rev
Author:   idogan23
Date:     2013-10-07 11:01:54 +0000 (Mon, 07 Oct 2013)
Log Message:
-----------
opendmarc: initial commit

Added Paths:
-----------
    csw/mgar/pkg/opendmarc/
    csw/mgar/pkg/opendmarc/branches/
    csw/mgar/pkg/opendmarc/tags/
    csw/mgar/pkg/opendmarc/trunk/
    csw/mgar/pkg/opendmarc/trunk/Makefile
    csw/mgar/pkg/opendmarc/trunk/checksums
    csw/mgar/pkg/opendmarc/trunk/files/
    csw/mgar/pkg/opendmarc/trunk/files/0001-milterdir.patch

Added: csw/mgar/pkg/opendmarc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/opendmarc/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/opendmarc/trunk/Makefile	2013-10-07 11:01:54 UTC (rev 22155)
@@ -0,0 +1,61 @@
+NAME = opendmarc
+VERSION = 1.1.3
+GARTYPE = v2
+
+DESCRIPTION = DMARC Milter Implementatin
+define BLURB
+  OpenDMARC is an open source implementation of Domain-based Message
+  Authentication, Reporting & Conformance, or DMARC. It builds on the
+  successes of technologies such as DomainKeys Identified Mail (DKIM)
+  and the Sender Policy Framework (SPF) to create an infrastructure
+  that enforces policy on domain names that are visible to end users,
+  and creates a feedback framework for identifying and tracking
+  fraudulent use of domain names in email.
+  It includes a library for handling DMARC record parsing,
+  a database schema and tools for aggregating and processing transaction
+  history to produce DMARC reports, and a filter that ties it all together
+  with an MTA using the milter protocol.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+VENDOR_URL = http://www.trusteddomain.org/opendmarc/
+DISTFILES  = $(NAME)-$(VERSION).tar.gz
+
+PATCHFILES += 0001-milterdir.patch
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+PACKAGING_PLATFORMS =  solaris10-sparc solaris10-i386
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --with-milter
+CONFIGURE_ARGS += --with-sql-backend=mysql
+
+PACKAGES = CSWopendmarc
+CATALOGNAME_CSWopendmarc = opendmarc
+SPKG_DESC_CSWopendmarc = $(DESCRIPTION)
+RUNTIME_DEP_PKGS_CSWopendmarc += CSWlibopendmarc1
+RUNTIME_DEP_PKGS_CSWopendmarc += CSWlibidn11
+
+PACKAGES += CSWlibopendmarc1
+CATALOGNAME_CSWlibopendmarc1 = libopendmarc1
+PKGFILES_CSWlibopendmarc1 += $(call baseisadirs,$(libdir),libopendmarc\.so\.1\.0\.1)
+PKGFILES_CSWlibopendmarc1 += $(call baseisadirs,$(libdir),libopendmarc\.so\.1(\.\d+)*)
+SPKG_DESC_CSWlibopendmarc1 += $(DESCRIPTION), libopendmarc.so.1
+RUNTIME_DEP_PKGS_CSWlibopendmarc1 += CSWlibidn11
+
+PACKAGES += CSWopendmarc-dev
+CATALOGNAME_CSWopendmarc-dev = opendmarc_dev
+SPKG_DESC_CSWopendmarc-dev += $(DESCRIPTION), development files
+PKGFILES_CSWopendmarc-dev += /opt/csw/lib/libopendmarc.so
+RUNTIME_DEP_PKGS_CSWopendmarc-dev += CSWlibopendmarc1
+
+include gar/category.mk
+
+pre-configure-modulated:
+	cd $(WORKSRC) && aclocal
+	cd $(WORKSRC) && autoconf --force
+	cd $(WORKSRC) && automake -a -c -f
+	cd $(WORKSRC) && autoheader
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/opendmarc/trunk/checksums
===================================================================
--- csw/mgar/pkg/opendmarc/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/opendmarc/trunk/checksums	2013-10-07 11:01:54 UTC (rev 22155)
@@ -0,0 +1 @@
+e5342401033da043fa61507511ca72b9  opendmarc-1.1.3.tar.gz

Added: csw/mgar/pkg/opendmarc/trunk/files/0001-milterdir.patch
===================================================================
--- csw/mgar/pkg/opendmarc/trunk/files/0001-milterdir.patch	                        (rev 0)
+++ csw/mgar/pkg/opendmarc/trunk/files/0001-milterdir.patch	2013-10-07 11:01:54 UTC (rev 22155)
@@ -0,0 +1,25 @@
+From 580015892b416e7818dc13d9874db4035d9b334b Mon Sep 17 00:00:00 2001
+From: Ihsan Dogan <ihsan at opencsw.org>
+Date: Mon, 7 Oct 2013 12:52:30 +0200
+Subject: [PATCH] milterdir
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 775db7c..42f3109 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -273,7 +273,7 @@ fi
+ 
+ if test "$milterpath" = "auto" -o "$milterpath" = "yes"
+ then
+-	milterdirs="/usr/local /opt/local /usr"
++	milterdirs="/opt/csw"
+ 	for d in $milterdirs
+ 	do
+ 		if test -f $d/include/libmilter/mfapi.h
+-- 
+1.8.3.4
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list