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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Mar 31 12:11:54 CEST 2009


Revision: 4104
          http://gar.svn.sourceforge.net/gar/?rev=4104&view=rev
Author:   dmichelsen
Date:     2009-03-31 10:11:54 +0000 (Tue, 31 Mar 2009)

Log Message:
-----------
gsasl: Initial commit

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

Added: csw/mgar/pkg/gsasl/Makefile
===================================================================
--- csw/mgar/pkg/gsasl/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gsasl/Makefile	2009-03-31 10:11:54 UTC (rev 4104)
@@ -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/gsasl/trunk
___________________________________________________________________
Added: svn:ignore
   + work
download
cookies


Added: csw/mgar/pkg/gsasl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gsasl/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/gsasl/trunk/Makefile	2009-03-31 10:11:54 UTC (rev 4104)
@@ -0,0 +1,35 @@
+GARNAME = gsasl
+GARVERSION = 1.1
+CATEGORIES = apps
+
+DESCRIPTION = GNU SASL binary
+define BLURB
+  GNU SASL is an implementation of the Simple Authentication and
+  Security Layer framework and a few common SASL mechanisms.
+  SASL is used by network servers (e.g., IMAP, SMTP) to request
+  authentication from clients, and in clients to authenticate against servers.
+endef
+
+GNU_PROJ = gsasl
+MASTER_SITES = $(GNU_MIRROR)
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+PREREQUISITE_PKGS = CSWkrb5libdev CSWgnulinks
+REQUIRED_PKGS = CSWggettextrt CSWiconv CSWkrb5lib CSWlibidn CSWlibntlm CSWreadline
+
+SPKG_SOURCEURL = http://www.gnu.org/software/$(GNU_PROJ)
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+# One test fails, reported upstream
+#TEST_TARGET = check
+TEST_TARGET = 
+
+include gar/category.mk
+
+# Tests use 'grep -e'
+PATH := /opt/csw/gnu:$(PATH)
+

Added: csw/mgar/pkg/gsasl/trunk/checksums
===================================================================
--- csw/mgar/pkg/gsasl/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/gsasl/trunk/checksums	2009-03-31 10:11:54 UTC (rev 4104)
@@ -0,0 +1 @@
+2b1c2ad070ee26593cb7cd1a652d9aeb  download/gsasl-1.1.tar.gz

Added: csw/mgar/pkg/gsasl/trunk/gar
===================================================================
--- csw/mgar/pkg/gsasl/trunk/gar	                        (rev 0)
+++ csw/mgar/pkg/gsasl/trunk/gar	2009-03-31 10:11:54 UTC (rev 4104)
@@ -0,0 +1 @@
+link ../../../gar/v2
\ No newline at end of file


Property changes on: csw/mgar/pkg/gsasl/trunk/gar
___________________________________________________________________
Added: svn:special
   + *


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