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

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu May 21 18:21:57 CEST 2009


Revision: 4997
          http://gar.svn.sourceforge.net/gar/?rev=4997&view=rev
Author:   skayser
Date:     2009-05-21 16:21:57 +0000 (Thu, 21 May 2009)

Log Message:
-----------
mailx: initial commit

Added Paths:
-----------
    csw/mgar/pkg/mailx/
    csw/mgar/pkg/mailx/branches/
    csw/mgar/pkg/mailx/tags/
    csw/mgar/pkg/mailx/trunk/
    csw/mgar/pkg/mailx/trunk/Makefile
    csw/mgar/pkg/mailx/trunk/checksums
    csw/mgar/pkg/mailx/trunk/files/
    csw/mgar/pkg/mailx/trunk/files/changelog.CSW


Property changes on: csw/mgar/pkg/mailx/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/mailx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mailx/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/mailx/trunk/Makefile	2009-05-21 16:21:57 UTC (rev 4997)
@@ -0,0 +1,58 @@
+GARNAME = mailx
+GARVERSION = 12.4
+CATEGORIES = apps
+
+DESCRIPTION = Simple mail user agent, formerly known as nail
+define BLURB
+  Mailx is derived from Berkeley Mail and is intended provide the
+  functionality of the POSIX mailx command with additional support
+  for MIME, IMAP, POP3, SMTP, and S/MIME. It provides enhanced
+  features for interactive use, such as caching and disconnected
+  operation for IMAP, message threading, scoring, and filtering.
+  It is also usable as a mail batch language, both for sending
+  and receiving mail.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+SF_PROJ = heirloom
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+
+SPKG_CLASSES = none cswcpsampleconf
+
+REQUIRED_PKGS = CSWcswclassutils CSWosslrt CSWiconv
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=106236
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_SCRIPTS =
+TEST_SCRIPTS =
+
+PROTOTYPE_FILTER  = awk '\
+	$$$$3 ~ /nail.rc.CSW$$$$/ { $$$$2 = "cswcpsampleconf" } \
+	 { print }'
+
+include gar/category.mk
+
+MAKE_ARGS = \
+	PREFIX=$(prefix) \
+	BINDIR=$(bindir) \
+	MANDIR=$(mandir) \
+	SYSCONFDIR=$(sysconfdir)/$(GARNAME) \
+	MAILSPOOL=/var/mail \
+	SENDMAIL=/usr/lib/sendmail \
+ 	UCBINSTALL=/usr/ucb/install
+
+BUILD_ARGS = $(MAKE_ARGS)
+INSTALL_ARGS = $(MAKE_ARGS)
+
+post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME)
+post-install-modulated: DOCS = README TODO AUTHORS ChangeLog
+post-install-modulated:
+	@ginstall -d $(DOCDEST)
+	@$(foreach DOC,$(DOCS),cp $(WORKSRC)/$(DOC) $(DOCDEST);)
+	@cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+	@mv $(DESTDIR)$(sysconfdir)/$(GARNAME)/nail.rc \
+		$(DESTDIR)$(sysconfdir)/$(GARNAME)/nail.rc.CSW
+	@$(MAKECOOKIE)

Added: csw/mgar/pkg/mailx/trunk/checksums
===================================================================
--- csw/mgar/pkg/mailx/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/mailx/trunk/checksums	2009-05-21 16:21:57 UTC (rev 4997)
@@ -0,0 +1 @@
+0c93759e34200eb56a0e7c464680a54a  download/mailx-12.4.tar.bz2

Added: csw/mgar/pkg/mailx/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/mailx/trunk/files/changelog.CSW	                        (rev 0)
+++ csw/mgar/pkg/mailx/trunk/files/changelog.CSW	2009-05-21 16:21:57 UTC (rev 4997)
@@ -0,0 +1,6 @@
+mailx (12.4,REV=2009.05.21)
+
+  * Package name change, was formerly known as nail.
+  * Adopted and updated to 12.4 (Closes #2633, #2462, #2324).
+
+ -- Sebastian Kayser <skayser at opencsw.org>  Thu, 21 May 2009 18:05:39 +0200


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