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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Jan 14 23:39:27 CET 2009


Revision: 2834
          http://gar.svn.sourceforge.net/gar/?rev=2834&view=rev
Author:   skayser
Date:     2009-01-14 22:39:27 +0000 (Wed, 14 Jan 2009)

Log Message:
-----------
imapsync: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/imapsync/
    csw/mgar/pkg/imapsync/branches/
    csw/mgar/pkg/imapsync/tags/
    csw/mgar/pkg/imapsync/trunk/
    csw/mgar/pkg/imapsync/trunk/Makefile
    csw/mgar/pkg/imapsync/trunk/checksums
    csw/mgar/pkg/imapsync/trunk/files/
    csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.depend
    csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.gspec


Property changes on: csw/mgar/pkg/imapsync/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/imapsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/imapsync/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/imapsync/trunk/Makefile	2009-01-14 22:39:27 UTC (rev 2834)
@@ -0,0 +1,39 @@
+GARNAME = imapsync
+GARVERSION = 1.267
+CATEGORIES = utils
+
+DESCRIPTION = IMAP synchronization, copy and migration tool
+define BLURB
+  imapsync is a tool for facilitating incremental recursive IMAP
+  transfers from one mailbox to another. It is useful for mailbox
+  migration, and reduces the amount of data transferred by only copying
+  messages that are not present on both servers. Read, unread, and
+  deleted flags are preserved, and the process can be stopped and
+  resumed. The original messages can optionally be deleted after a
+  successful transfer. 
+endef
+
+SPKG_SOURCEURL = http://freshmeat.net/projects/imapsync/
+
+MASTER_SITES = http://www.linux-france.org/prj/imapsync/dist/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+DISTFILES += $(call admfiles,CSWimapsync,depend)
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_SCRIPTS = 
+BUILD_SCRIPTS     =
+TEST_SCRIPTS      =
+INSTALL_SCRIPTS   = imapsync
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+install-imapsync:
+	@ginstall -d $(DESTDIR)$(bindir)
+	@ginstall -d $(DESTDIR)$(mandir)/man1
+	@ginstall $(WORKSRC)/$(GARNAME) $(DESTDIR)$(bindir)/$(GARNAME)
+	@pod2man $(WORKSRC)/$(GARNAME) > $(DESTDIR)$(mandir)/man1/$(GARNAME).1
+	@$(MAKECOOKIE)
+
+include gar/category.mk

Added: csw/mgar/pkg/imapsync/trunk/checksums
===================================================================
--- csw/mgar/pkg/imapsync/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/imapsync/trunk/checksums	2009-01-14 22:39:27 UTC (rev 2834)
@@ -0,0 +1,3 @@
+3ca055a54b89e2ec01f687cfb6abfd1c  download/imapsync-1.267.tgz
+92d41550a595eaa994a715e8fcacd9c2  download/CSWimapsync.gspec
+189749591bacf9dbe6c20f288404de18  download/CSWimapsync.depend

Added: csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.depend
===================================================================
--- csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.depend	                        (rev 0)
+++ csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.depend	2009-01-14 22:39:27 UTC (rev 2834)
@@ -0,0 +1,2 @@
+P CSWperl
+P CSWpmmailimapclient

Added: csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.gspec
===================================================================
--- csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.gspec	                        (rev 0)
+++ csw/mgar/pkg/imapsync/trunk/files/CSWimapsync.gspec	2009-01-14 22:39:27 UTC (rev 2834)
@@ -0,0 +1,5 @@
+%var            bitname imapsync
+%var            pkgname CSWimapsync
+%var		arch all
+%include        url file://%{PKGLIB}/csw_standard.gspec
+%copyright      url file://%{WORKSRC_FIRSTMOD}/GPL


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