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

opk at users.sourceforge.net opk at users.sourceforge.net
Mon Oct 25 13:23:15 CEST 2010


Revision: 11392
          http://gar.svn.sourceforge.net/gar/?rev=11392&view=rev
Author:   opk
Date:     2010-10-25 11:23:15 +0000 (Mon, 25 Oct 2010)

Log Message:
-----------
add nmh to gar

Added Paths:
-----------
    csw/mgar/pkg/nmh/
    csw/mgar/pkg/nmh/Makefile
    csw/mgar/pkg/nmh/branches/
    csw/mgar/pkg/nmh/tags/
    csw/mgar/pkg/nmh/trunk/
    csw/mgar/pkg/nmh/trunk/Makefile
    csw/mgar/pkg/nmh/trunk/checksums
    csw/mgar/pkg/nmh/trunk/files/
    csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch

Added: csw/mgar/pkg/nmh/Makefile
===================================================================
--- csw/mgar/pkg/nmh/Makefile	                        (rev 0)
+++ csw/mgar/pkg/nmh/Makefile	2010-10-25 11:23:15 UTC (rev 11392)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/nmh/Makefile
___________________________________________________________________
Added: svn:keywords
   + URL Id


Property changes on: csw/mgar/pkg/nmh/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/nmh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nmh/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/nmh/trunk/Makefile	2010-10-25 11:23:15 UTC (rev 11392)
@@ -0,0 +1,29 @@
+# $Id$
+GARNAME = nmh
+GARVERSION = 1.3
+CATEGORIES = apps
+
+DESCRIPTION = Powerful electronic mail handling system
+define BLURB
+ This is the nmh mail user agent, a command-line based mail reader that
+ is powerful and extensible. Unlike most mail user agents, nmh is not a
+ single program, rather it is a set of programs that are run from the
+ shell. This allows the user to utilize the full power of the Unix
+ shell in conjunction with nmh.
+endef
+
+MASTER_SITES = http://download.savannah.gnu.org/releases/$(GARNAME)/
+DISTFILES  = nmh-$(GARVERSION).tar.gz
+SPKG_SOURCEURL = http://www.nongnu.org/nmh/
+UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+
+RUNTIME_DEP_PKGS += CSWiconv
+PATCHFILES += 0000-skip-chgrp-of-inc.patch
+LICENSE = COPYRIGHT
+
+CONFIGURE_ARGS = --enable-pop --enable-masquerade='' --with-mts=sendmail \
+  --prefix=$(prefix) --mandir=$(mandir) --datadir=$(datadir)/nmh \
+  --libdir=$(libdir)/nmh --sysconfdir=$(sysconfdir)/nmh 
+TEST_SCRIPTS =
+
+include gar/category.mk


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

Added: csw/mgar/pkg/nmh/trunk/checksums
===================================================================
--- csw/mgar/pkg/nmh/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/nmh/trunk/checksums	2010-10-25 11:23:15 UTC (rev 11392)
@@ -0,0 +1 @@
+a52d1f93e780d7a045207451ce6c9a4e  nmh-1.3.tar.gz

Added: csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch
===================================================================
--- csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch	                        (rev 0)
+++ csw/mgar/pkg/nmh/trunk/files/0000-skip-chgrp-of-inc.patch	2010-10-25 11:23:15 UTC (rev 11392)
@@ -0,0 +1,29 @@
+From db3d12ec17a80fad52a5a463ad42bfbc6d70ad91 Mon Sep 17 00:00:00 2001
+From: Oliver Kiddle <oliver.kiddle at esa.int>
+Date: Mon, 25 Oct 2010 12:52:51 +0200
+Subject: [PATCH] skip chgrp of inc
+
+---
+ uip/Makefile.in |    6 +-----
+ 1 files changed, 1 insertions(+), 5 deletions(-)
+
+diff --git a/uip/Makefile.in b/uip/Makefile.in
+index b3c6717..2919bb9 100644
+--- a/uip/Makefile.in
++++ b/uip/Makefile.in
+@@ -282,11 +282,7 @@ install-misc:
+ 
+ # install commands with special installation needs (thus no $(SCMDS) use here)
+ install-scmds:
+-	if test x$(SETGID_MAIL) != x; then \
+-	  $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(DESTDIR)$(bindir)/$$cmd; \
+-	else \
+-	  $(INSTALL_PROGRAM)                 inc $(DESTDIR)$(bindir)/$$cmd; \
+-	fi
++	$(INSTALL_PROGRAM)                 inc $(DESTDIR)$(bindir)/$$cmd
+ 
+ uninstall:
+ 	for cmd in $(CMDS); do \
+-- 
+1.7.3
+


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