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

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Jun 28 12:01:07 CEST 2012


Revision: 18583
          http://gar.svn.sourceforge.net/gar/?rev=18583&view=rev
Author:   pfelecan
Date:     2012-06-28 10:01:07 +0000 (Thu, 28 Jun 2012)
Log Message:
-----------
scm/trunk: started packaging; not ready for release.

Added Paths:
-----------
    csw/mgar/pkg/scm/
    csw/mgar/pkg/scm/Makefile
    csw/mgar/pkg/scm/branches/
    csw/mgar/pkg/scm/tags/
    csw/mgar/pkg/scm/trunk/
    csw/mgar/pkg/scm/trunk/Makefile
    csw/mgar/pkg/scm/trunk/checksums
    csw/mgar/pkg/scm/trunk/files/
    csw/mgar/pkg/scm/trunk/files/0001-Fix-configure-shebang.patch

Added: csw/mgar/pkg/scm/Makefile
===================================================================
--- csw/mgar/pkg/scm/Makefile	                        (rev 0)
+++ csw/mgar/pkg/scm/Makefile	2012-06-28 10:01:07 UTC (rev 18583)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/scm/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/scm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scm/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/scm/trunk/Makefile	2012-06-28 10:01:07 UTC (rev 18583)
@@ -0,0 +1,32 @@
+# $Id$
+
+NAME = scm
+VERSION = 5e7
+GARTYPE = v2
+CATEGORIES = devel
+
+DESCRIPTION = The Algorithmic Language Scheme
+define BLURB
+  SCM conforms to Revised^5 Report on the Algorithmic Language Scheme
+  and the IEEE P1178 specification.  SCM is written in C and runs under
+  Amiga, Atari-ST, MacOS, MS-DOS, OS/2, NOS/VE, Unicos, VMS, Windows,
+  Unix, and similar systems.
+endef
+
+WORKSRC			=	$(WORKDIR)/$(NAME)
+PATCHDIR		=	$(WORKSRC)
+MASTER_SITES	=	http://groups.csail.mit.edu/mac/ftpdir/scm/
+DISTFILES		=	$(DISTNAME).zip
+PATCHFILES		=	0001-Fix-configure-shebang.patch
+
+GARCOMPILER			=	GNU
+EXTRA_CONFIGURE_ENV	=	PATH=$(prefix)/gnu:$(PATH)
+CONFIGURE_ARGS		=	$(DIRPATHS)
+
+BUILD_SCRIPTS	=	custom
+
+include gar/category.mk
+
+build-custom:
+	cd $(WORKSRC) && $(MAKE) scmlit
+	$(MAKECOOKIE)


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

Added: csw/mgar/pkg/scm/trunk/checksums
===================================================================
--- csw/mgar/pkg/scm/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/scm/trunk/checksums	2012-06-28 10:01:07 UTC (rev 18583)
@@ -0,0 +1 @@
+d53c0e7f11e468a40222f59a37a71edf  scm-5e7.zip

Added: csw/mgar/pkg/scm/trunk/files/0001-Fix-configure-shebang.patch
===================================================================
--- csw/mgar/pkg/scm/trunk/files/0001-Fix-configure-shebang.patch	                        (rev 0)
+++ csw/mgar/pkg/scm/trunk/files/0001-Fix-configure-shebang.patch	2012-06-28 10:01:07 UTC (rev 18583)
@@ -0,0 +1,22 @@
+From 8e5b959fbe65c0733dce1189520cbb1832bc4d19 Mon Sep 17 00:00:00 2001
+From: Peter Felecan <pfelecan at opencsw.org>
+Date: Thu, 28 Jun 2012 11:11:25 +0200
+Subject: [PATCH] Fix configure shebang
+
+---
+ configure |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index ebd9bc8..3c82251 100755
+--- a/configure
++++ b/configure
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /usr/bin/env bash
+ # This is the configure script for Voluntocracy software projects,
+ # hosted at "http://people.csail.mit.edu/jaffer".  Parts are taken
+ # from a configure script generated by GNU Autoconf 2.63.
+-- 
+1.7.10.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