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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Mon Mar 2 23:04:52 CET 2009


Revision: 3561
          http://gar.svn.sourceforge.net/gar/?rev=3561&view=rev
Author:   skayser
Date:     2009-03-02 22:04:52 +0000 (Mon, 02 Mar 2009)

Log Message:
-----------
mairix: Initial commit

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


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


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


Added: csw/mgar/pkg/mairix/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mairix/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mairix/trunk/Makefile	2009-03-02 22:04:52 UTC (rev 3561)
@@ -0,0 +1,43 @@
+GARNAME = mairix
+GARVERSION = 0.21
+CATEGORIES = utils
+
+DESCRIPTION = An index and search tool for Maildir, MH, or mbox format email folders.
+define BLURB
+  mairix is a program for indexing and searching email messages stored in
+  Maildir, MH or mbox folders.
+
+  * Indexing is fast. It runs incrementally on new messages - any particular
+    message only gets scanned once in the lifetime of the index file.
+
+  * The search mode populates a "virtual" maildir (or MH) folder with symlinks
+    which point to the real messages. This folder can be opened as usual in your
+    mail program. (Note, if messages are in mbox folders, copies are made. 
+    Similarly if the virtual folder has mbox format, it is filled with copies 
+    of the matched messages.)
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+SPKG_SOURCEURL = http://www.rpcurnow.force9.co.uk/mairix/
+
+REQUIRED_PKGS = CSWbzip2 CSWzlib
+
+TEST_SCRIPTS =
+
+# configure doesn't understand most of the $(DIRPATHS) arguments
+CONFIGURE_ARGS = --prefix=/opt/csw
+CONFIGURE_ARGS += --bindir=/opt/csw/bin
+CONFIGURE_ARGS += --infodir=/opt/csw/share/info
+CONFIGURE_ARGS += --mandir=/opt/csw/share/man
+
+include gar/category.mk
+
+pre-build-modulated:
+	@perl -pi -e 's/__inline__/inline/' $(WORKSRC)/memmac.h
+
+post-install-modulated: DOCS = ACKNOWLEDGEMENTS NEWS README dotmairixrc.eg
+post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated:
+	@ginstall -d $(DOCDEST)
+	@$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);)

Added: csw/mgar/pkg/mairix/trunk/checksums
===================================================================
--- csw/mgar/pkg/mairix/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mairix/trunk/checksums	2009-03-02 22:04:52 UTC (rev 3561)
@@ -0,0 +1 @@
+821619895931711c370f51f3442a0ded  download/mairix-0.21.tar.gz


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