[csw-devel] SF.net SVN: gar:[18244] csw/mgar/pkg
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Thu Jun 7 11:32:37 CEST 2012
Revision: 18244
http://gar.svn.sourceforge.net/gar/?rev=18244&view=rev
Author: pfelecan
Date: 2012-06-07 09:32:37 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
migrated from a private recipe to a GAR based one; for the moment is
one big, monolithic package, not suitable for release.
Added Paths:
-----------
csw/mgar/pkg/autogen/
csw/mgar/pkg/autogen/Makefile
csw/mgar/pkg/autogen/branches/
csw/mgar/pkg/autogen/tags/
csw/mgar/pkg/autogen/trunk/
csw/mgar/pkg/autogen/trunk/Makefile
csw/mgar/pkg/autogen/trunk/checksums
csw/mgar/pkg/autogen/trunk/files/
Added: csw/mgar/pkg/autogen/Makefile
===================================================================
--- csw/mgar/pkg/autogen/Makefile (rev 0)
+++ csw/mgar/pkg/autogen/Makefile 2012-06-07 09:32:37 UTC (rev 18244)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/autogen/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/autogen/trunk/Makefile
===================================================================
--- csw/mgar/pkg/autogen/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/autogen/trunk/Makefile 2012-06-07 09:32:37 UTC (rev 18244)
@@ -0,0 +1,76 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = autogen
+# Tried to package the last versions but encountered issues for which
+# I didn't found a solution:
+#
+# 5.16: agen5/ag.c: zNotStr not defined
+# 5.15: our guile is too old
+# 5.14: syntax error in opts.c...
+# 5.13: same issue as 5.14
+VERSION = 5.12
+GARTYPE = v2
+CATEGORIES = devel
+
+DESCRIPTION = The Automated Text and Program Generation Tool
+define BLURB
+ AutoGen is a tool designed to simplify the creation and maintenance of
+ programs that contain large amounts of repetitious text. It is especially
+ valuable in programs that have several blocks of text that must be kept
+ synchronized.
+endef
+
+MASTER_SITES = $(GNU_MIRROR)/rel$(VERSION)/
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+GARCOMPILER = GNU
+#GCC4_VERSION = 4.7
+
+BUILD_DEP_PKGS = CSWguile
+BUILD_DEP_PKGS += CSWguilelib12
+BUILD_DEP_PKGS += CSWlibiconv-dev
+BUILD_DEP_PKGS += CSWlibxml2-dev
+BUILD_DEP_PKGS += CSWlibz-dev
+
+RUNTIME_DEP_PKGS = CSWguilelib12
+RUNTIME_DEP_PKGS += CSWlibgcc-s1
+RUNTIME_DEP_PKGS += CSWlibiconv2
+RUNTIME_DEP_PKGS += CSWlibxml2-2
+RUNTIME_DEP_PKGS += CSWlibz1
+
+BUILD_SCRIPTS = nominal
+BUILD_SCRIPTS += dvi
+BUILD_SCRIPTS += ps
+BUILD_SCRIPTS += pdf
+
+TEST_SCRIPTS = custom
+
+include gar/category.mk
+
+build-nominal:
+ PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC)
+ $(MAKECOOKIE)
+
+build-dvi:
+ PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) $(subst build-,,$@)
+ $(MAKECOOKIE)
+
+build-ps:
+ PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) $(subst build-,,$@)
+ $(MAKECOOKIE)
+
+build-pdf:
+ PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC) $(subst build-,,$@)
+ $(MAKECOOKIE)
+
+# there is one test failing (keyword.test) and I choose to ignore it
+# as the remaining ones pass.
+test-custom:
+ -$(MAKE) -k -C $(WORKSRC) check
+ $(MAKECOOKIE)
+
+# this is private and not available publicly
+mydependencies:
+ $(HOME)/bin/ocswdeplist --package $(NAME)
Property changes on: csw/mgar/pkg/autogen/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/autogen/trunk/checksums
===================================================================
--- csw/mgar/pkg/autogen/trunk/checksums (rev 0)
+++ csw/mgar/pkg/autogen/trunk/checksums 2012-06-07 09:32:37 UTC (rev 18244)
@@ -0,0 +1 @@
+6c6671b76021fb30dd43b0d5fdb7180b autogen-5.12.tar.gz
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