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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Nov 24 16:44:50 CET 2010


Revision: 11713
          http://gar.svn.sourceforge.net/gar/?rev=11713&view=rev
Author:   dmichelsen
Date:     2010-11-24 15:44:49 +0000 (Wed, 24 Nov 2010)

Log Message:
-----------
mailutils: Initial commit, strange compile errors, probably no clean gnulib bootstrap

Added Paths:
-----------
    csw/mgar/pkg/mailutils/
    csw/mgar/pkg/mailutils/branches/
    csw/mgar/pkg/mailutils/tags/
    csw/mgar/pkg/mailutils/trunk/
    csw/mgar/pkg/mailutils/trunk/Makefile
    csw/mgar/pkg/mailutils/trunk/checksums
    csw/mgar/pkg/mailutils/trunk/files/


Property changes on: csw/mgar/pkg/mailutils/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/mailutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mailutils/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mailutils/trunk/Makefile	2010-11-24 15:44:49 UTC (rev 11713)
@@ -0,0 +1,30 @@
+# $Id$
+GARNAME = mailutils
+GARVERSION = 2.2
+CATEGORIES = utils
+
+DESCRIPTION = A collection of mail related utilities
+define BLURB
+endef
+
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES  = $(DISTNAME).tar.xz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+VENDOR_URL = http://savannah.gnu.org/projects/mailutils/
+
+# This is needed for __FUNCTION__
+EXTRA_CPPFLAGS = -features=extensions -D__FUNCTION__=__func__
+
+# This is to find the gnulib generated local lib/stdint.h
+EXTRA_CPPFLAGS += -I../lib -I../../lib
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# Make sure the gnulib is built first
+BUILD_SCRIPTS  = $(WORKSRC)/lib/Makefile
+BUILD_SCRIPTS += $(WORKSRC)/Makefile
+
+include gar/category.mk


Property changes on: csw/mgar/pkg/mailutils/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/mailutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/mailutils/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mailutils/trunk/checksums	2010-11-24 15:44:49 UTC (rev 11713)
@@ -0,0 +1 @@
+e183e91d3f2369c49360c9a07abf4c3c  mailutils-2.2.tar.xz


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