gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r976: The Great Cleanup and Standardiz


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r976: The Great Cleanup and Standardization Part I
Date: Sun, 28 Oct 2012 01:43:13 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 976
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-28 01:43:13 +0200
message:
  The Great Cleanup and Standardization Part I
added:
  gnu/3dldf/config.mk
  gnu/a2ps/config.mk
  gnu/acct/config.mk
  gnu/acm/config.mk
  gnu/adns/config.mk
  gnu/aeneas/config.mk
  gnu/alive/config.mk
  gnu/anubis/config.mk
  gnu/archimedes/config.mk
  gnu/aris/config.mk
  gnu/aspell/config.mk
  gnu/auctex/config.mk
  gnu/autoconf-archive/config.mk
  gnu/autoconf/config.mk
  gnu/autogen/config.mk
  gnu/automake/config.mk
  gnu/avl/config.mk
  gnu/barcode/config.mk
  gnu/bash/config.mk
  gnu/bayonne/config.mk
  gnu/bazaar/config.mk
  gnu/bc/config.mk
  gnu/binutils/config.mk
  gnu/bison/config.mk
  gnu/bool/config.mk
  gnu/c-graph/config.mk
  gnu/ccaudio/config.mk
  gnu/ccide/config.mk
  gnu/ccrtp/config.mk
  gnu/ccscript/config.mk
  gnu/cfengine/config.mk
  gnu/cflow/config.mk
  gnu/cgicc/config.mk
  gnu/chess/config.mk
  gnu/cim/config.mk
  gnu/classpath/config.mk
  gnu/clisp/config.mk
  gnu/combine/config.mk
  gnu/commoncpp/config.mk
  gnu/complexity/config.mk
  gnu/coreutils/config.mk
  gnu/cpio/config.mk
  gnu/cppi/config.mk
  gnu/hello/config.mk
  gnu/linux-libre/config.mk
modified:
  gnu/3dldf/Makefile
  gnu/a2ps/Makefile
  gnu/acct/Makefile
  gnu/acm/Makefile
  gnu/adns/Makefile
  gnu/aeneas/Makefile
  gnu/alive/Makefile
  gnu/anubis/Makefile
  gnu/archimedes/Makefile
  gnu/aris/Makefile
  gnu/aspell/Makefile
  gnu/auctex/Makefile
  gnu/autoconf-archive/Makefile
  gnu/autoconf/Makefile
  gnu/autogen/Makefile
  gnu/automake/Makefile
  gnu/avl/Makefile
  gnu/barcode/Makefile
  gnu/bash/Makefile
  gnu/bayonne/Makefile
  gnu/bazaar/Makefile
  gnu/bc/Makefile
  gnu/binutils/Makefile
  gnu/bison/Makefile
  gnu/bool/Makefile
  gnu/c-graph/Makefile
  gnu/ccaudio/Makefile
  gnu/ccide/Makefile
  gnu/ccrtp/Makefile
  gnu/ccscript/Makefile
  gnu/cfengine/Makefile
  gnu/cflow/Makefile
  gnu/cgicc/Makefile
  gnu/chess/Makefile
  gnu/cim/Makefile
  gnu/classpath/Makefile
  gnu/clisp/Makefile
  gnu/combine/Makefile
  gnu/commoncpp/Makefile
  gnu/complexity/Makefile
  gnu/coreutils/Makefile
  gnu/cpio/Makefile
  gnu/cppi/Makefile
  gnu/hello/Makefile
=== modified file 'gnu/3dldf/Makefile'
--- a/gnu/3dldf/Makefile        2010-06-10 20:16:29 +0000
+++ b/gnu/3dldf/Makefile        2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = 3DLDF
 GARVERSION = 1.1.5.1
+HOME_URL = http://www.gnu.org/software/3dldf/
+DESCRIPTION = A package for three-dimensional drawing
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = 3dldf/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/3dldf/
-DESCRIPTION = 3DLDF
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/3dldf/config.mk'
--- a/gnu/3dldf/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/3dldf/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for 3dldf ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/a2ps/Makefile'
--- a/gnu/a2ps/Makefile 2010-09-01 15:48:56 +0000
+++ b/gnu/a2ps/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = a2ps
 GARVERSION = 4.14
+HOME_URL = http://www.gnu.org/software/a2ps/
+DESCRIPTION = Convert anything to PostScript
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = a2ps/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = gperf
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/a2ps/
-DESCRIPTION = GNU a2ps
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/a2ps/config.mk'
--- a/gnu/a2ps/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/a2ps/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for a2ps ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/acct/Makefile'
--- a/gnu/acct/Makefile 2010-11-06 11:04:18 +0000
+++ b/gnu/acct/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = acct
 GARVERSION = 6.5.5
+HOME_URL = http://www.gnu.org/software/acct/
+DESCRIPTION = GNU Accounting Utilities, login and process accounting utilities
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = acct/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/acct/
-DESCRIPTION = GNU Accounting Utilities, login and process accounting utilities
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/acct/config.mk'
--- a/gnu/acct/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/acct/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for acct ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/acm/Makefile'
--- a/gnu/acm/Makefile  2012-08-31 10:53:14 +0000
+++ b/gnu/acm/Makefile  2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = acm
 GARVERSION = 5.1
+HOME_URL = http://www.gnu.org/software/acm
+DESCRIPTION = A distributed aerial combat simulator
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = acm/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/acm
-DESCRIPTION = A distributed aerial combat simulator
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/acm/config.mk'
--- a/gnu/acm/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/acm/config.mk 2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for acm ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/adns/Makefile'
--- a/gnu/adns/Makefile 2010-06-10 20:16:29 +0000
+++ b/gnu/adns/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = adns
 GARVERSION = 1.3
+HOME_URL = http://www.gnu.org/software/adns/
+DESCRIPTION = adns - DNS client (resolver) library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = adns/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/adns/
-DESCRIPTION = adns - DNS client (resolver) library
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/adns/config.mk'
--- a/gnu/adns/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/adns/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for adns ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/aeneas/Makefile'
--- a/gnu/aeneas/Makefile       2010-06-10 20:16:29 +0000
+++ b/gnu/aeneas/Makefile       2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = aeneas
 GARVERSION = 1.2
+HOME_URL = http://www.gnu.org/software/aeneas/
+DESCRIPTION = Aeneas, the Free 3D MC semiconductor simulator
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = aeneas/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/aeneas/
-DESCRIPTION = Aeneas, the Free 3D MC semiconductor simulator
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/aeneas/config.mk'
--- a/gnu/aeneas/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/aeneas/config.mk      2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for aeneas ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/alive/Makefile'
--- a/gnu/alive/Makefile        2012-09-12 18:47:08 +0000
+++ b/gnu/alive/Makefile        2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = alive
 GARVERSION = 2.0.1
+HOME_URL = http://www.gnu.org/software/alive/
+DESCRIPTION = A periodic ping program
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = alive/
-
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = $(DISTNAME).tar.xz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = guile
 
-HOME_URL = http://www.gnu.org/software/alive/
-# DESCRIPTION = 
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/alive/config.mk'
--- a/gnu/alive/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/alive/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for alive ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/anubis/Makefile'
--- a/gnu/anubis/Makefile       2010-06-10 20:16:29 +0000
+++ b/gnu/anubis/Makefile       2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = anubis
 GARVERSION = 4.1.1
+HOME_URL = http://www.gnu.org/software/anubis/
+DESCRIPTION = An SMTP message submission daemon
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = anubis/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/anubis/
-DESCRIPTION = GNU Anubis
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/anubis/config.mk'
--- a/gnu/anubis/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/anubis/config.mk      2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for anubis ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/archimedes/Makefile'
--- a/gnu/archimedes/Makefile   2012-08-25 22:15:17 +0000
+++ b/gnu/archimedes/Makefile   2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = archimedes
 GARVERSION = 2.0.0
+HOME_URL = http://www.gnu.org/software/archimedes/
+DESCRIPTION = A semicoductor device simulator
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = archimedes/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/archimedes/
-DESCRIPTION = GNU/Archimedes
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/archimedes/config.mk'
--- a/gnu/archimedes/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnu/archimedes/config.mk  2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for archimedes ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/aris/Makefile'
--- a/gnu/aris/Makefile 2012-10-03 18:34:55 +0000
+++ b/gnu/aris/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = aris
 GARVERSION = 2.0
+HOME_URL = http://www.gnu.org/software/aris/
+DESCRIPTION = A logical proof program
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = aris/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/aris/
-DESCRIPTION = A logical proof program
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/aris/config.mk'
--- a/gnu/aris/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/aris/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for aris ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/aspell/Makefile'
--- a/gnu/aspell/Makefile       2012-04-14 15:47:11 +0000
+++ b/gnu/aspell/Makefile       2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = aspell
 GARVERSION = 0.60.6.1
+HOME_URL = http://aspell.net/
+DESCRIPTION = GNU Aspell, A spell checker for many languages
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = aspell/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = perl
-# LIBDEPS = 
+BUILDDEPS = perl
+LIBDEPS = 
 
-HOME_URL = http://aspell.net/
-DESCRIPTION = GNU Aspell, A spell checker for many languages
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/aspell/config.mk'
--- a/gnu/aspell/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/aspell/config.mk      2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for aspell ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/auctex/Makefile'
--- a/gnu/auctex/Makefile       2010-06-11 09:29:17 +0000
+++ b/gnu/auctex/Makefile       2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = auctex
 GARVERSION = 11.86
+HOME_URL = http://www.gnu.org/software/auctex
+DESCRIPTION = AUCTeX, an integrated TeX/LaTeX environment
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = auctex/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/auctex
-DESCRIPTION = AUCTeX, an integrated TeX/LaTeX environment
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/auctex/config.mk'
--- a/gnu/auctex/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/auctex/config.mk      2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for auctex ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/autoconf-archive/Makefile'
--- a/gnu/autoconf-archive/Makefile     2012-10-03 18:37:35 +0000
+++ b/gnu/autoconf-archive/Makefile     2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = autoconf-archive
 GARVERSION = 2012.09.08
+HOME_URL = http://www.gnu.org/software/autoconf-archive/
+DESCRIPTION = Additional contributed macros for GNU Autoconf
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = autoconf-archive/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = m4
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/autoconf-archive/
-DESCRIPTION = Additional contributed macros for GNU Autoconf
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/autoconf-archive/config.mk'
--- a/gnu/autoconf-archive/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/autoconf-archive/config.mk    2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for autoconf-archive ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/autoconf/Makefile'
--- a/gnu/autoconf/Makefile     2012-08-21 09:41:44 +0000
+++ b/gnu/autoconf/Makefile     2012-10-27 23:43:13 +0000
@@ -1,15 +1,19 @@
 GARNAME = autoconf
 GARVERSION = 2.69
+HOME_URL = http://www.gnu.org/software/autoconf/
+DESCRIPTION = Automatically generate scripts to configure software
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = autoconf/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
+BUILDDEPS = 
 LIBDEPS = m4
 
-HOME_URL = http://www.gnu.org/software/autoconf/
-DESCRIPTION = GNU Autoconf, a part of the GNU Build System
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/autoconf/config.mk'
--- a/gnu/autoconf/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/autoconf/config.mk    2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for autoconf ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/autogen/Makefile'
--- a/gnu/autogen/Makefile      2012-08-21 16:15:12 +0000
+++ b/gnu/autogen/Makefile      2012-10-27 23:43:13 +0000
@@ -1,17 +1,19 @@
 GARNAME = autogen
 GARVERSION = 5.16.2
+HOME_URL = http://www.gnu.org/software/autogen/
+DESCRIPTION = Automated text and program generator
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = autogen/rel$(GARVERSION)/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = guile
-USE_TESTS = # broken
 
-HOME_URL = http://www.gnu.org/software/autogen/
-DESCRIPTION = autogen
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/autogen/config.mk'
--- a/gnu/autogen/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/autogen/config.mk     2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for autogen ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/automake/Makefile'
--- a/gnu/automake/Makefile     2012-09-19 07:36:12 +0000
+++ b/gnu/automake/Makefile     2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = automake
 GARVERSION = 1.12.4
+HOME_URL = http://www.gnu.org/software/automake
+DESCRIPTION = Automake
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = automake/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = autoconf
 
-HOME_URL = http://www.gnu.org/software/automake
-DESCRIPTION = Automake
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/automake/config.mk'
--- a/gnu/automake/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/automake/config.mk    2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for automake ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/avl/Makefile'
--- a/gnu/avl/Makefile  2010-06-11 09:29:17 +0000
+++ b/gnu/avl/Makefile  2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = avl
 GARVERSION = 2.0.3
+HOME_URL = http://www.adtinfo.org
+DESCRIPTION = Binary search tree library
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = avl/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/avl/
-DESCRIPTION = GNU libavl
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/avl/config.mk'
--- a/gnu/avl/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/avl/config.mk 2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for avl ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/barcode/Makefile'
--- a/gnu/barcode/Makefile      2012-08-30 22:09:52 +0000
+++ b/gnu/barcode/Makefile      2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = barcode
 GARVERSION = 0.98
+HOME_URL = http://www.gnu.org/software/barcode
+DESCRIPTION = A tool to convert text strings to printed bars.
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = barcode/
-
 DISTFILES = $(DISTNAME).tar.gz
-#SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/barcode
-DESCRIPTION = A tool to convert text strings to printed bars.
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/barcode/config.mk'
--- a/gnu/barcode/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/barcode/config.mk     2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for barcode ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/bash/Makefile'
--- a/gnu/bash/Makefile 2011-02-15 15:57:06 +0000
+++ b/gnu/bash/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = bash
 GARVERSION = 4.2
+HOME_URL = http://www.gnu.org/software/bash/
+DESCRIPTION = The GNU Bourne-Again SHell
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = bash/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/bash/
-DESCRIPTION = The GNU Bourne-Again SHell
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/bash/config.mk'
--- a/gnu/bash/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/bash/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for bash ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/bayonne/Makefile'
--- a/gnu/bayonne/Makefile      2010-09-01 15:48:56 +0000
+++ b/gnu/bayonne/Makefile      2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = bayonne2
 GARVERSION = 2.3.2
+HOME_URL = http://www.gnu.org/software/bayonne/
+DESCRIPTION = The GNU telephony server
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = bayonne/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = ccaudio ccscript
 
-HOME_URL = http://www.gnu.org/software/bayonne/
-DESCRIPTION = bayonne
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/bayonne/config.mk'
--- a/gnu/bayonne/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/bayonne/config.mk     2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for bayonne ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/bazaar/Makefile'
--- a/gnu/bazaar/Makefile       2012-09-22 14:11:12 +0000
+++ b/gnu/bazaar/Makefile       2012-10-27 23:43:13 +0000
@@ -1,19 +1,24 @@
 GARNAME = bzr
 GARVERSION = 2.5.1
+HOME_URL = http://bazaar.canonical.com
+DESCRIPTION = The GNU distributed version control system
+
+######################################################################
+
 empty:=
 space:= $(empty) $(empty)
 VERSION_LIST = $(subst .,$(space),$(GARVERSION))
 SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
 MASTER_SITES = https://launchpad.net/bzr/
 MASTER_SUBDIR = $(SERIES)/$(GARVERSION)/+download
-
 DISTFILES = $(DISTNAME).tar.gz $(DISTNAME)-configure.tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = python2
+BUILDDEPS = 
 LIBDEPS = zlib 
 
-HOME_URL = http://bazaar.canonical.com
-DESCRIPTION = The GNU distributed version control system
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/bazaar/config.mk'
--- a/gnu/bazaar/config.mk      1970-01-01 00:00:00 +0000
+++ b/gnu/bazaar/config.mk      2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for bazaar ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/bc/Makefile'
--- a/gnu/bc/Makefile   2010-06-15 11:38:24 +0000
+++ b/gnu/bc/Makefile   2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = bc
 GARVERSION = 1.06
+HOME_URL = http://www.gnu.org/software/bc
+DESCRIPTION = An arbitrary precision numeric processing language
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = bc/
-
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/bc
-# DESCRIPTION = 
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/bc/config.mk'
--- a/gnu/bc/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnu/bc/config.mk  2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for bc ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/binutils/Makefile'
--- a/gnu/binutils/Makefile     2012-08-25 22:15:17 +0000
+++ b/gnu/binutils/Makefile     2012-10-27 23:43:13 +0000
@@ -1,17 +1,19 @@
 GARNAME = binutils
 GARVERSION = 2.22
-#MINOR_UPDATE = a
+HOME_URL = http://www.gnu.org/software/binutils/
+DESCRIPTION = A collection of binary tools, like a linker and an assembler
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = binutils/
-
 DISTFILES = $(DISTNAME)$(MINOR_UPDATE).tar.bz2
 SIGFILES = $(DISTNAME)$(MINOR_UPDATE).tar.bz2.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/binutils/
-# DESCRIPTION = 
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/binutils/config.mk'
--- a/gnu/binutils/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/binutils/config.mk    2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for binutils ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/bison/Makefile'
--- a/gnu/bison/Makefile        2012-10-23 20:00:33 +0000
+++ b/gnu/bison/Makefile        2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = bison
 GARVERSION = 2.6.4
+HOME_URL = http://www.gnu.org/software/bison/
+DESCRIPTION = A general-purpose parser generator
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = bison/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/bison/
-DESCRIPTION = bison
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/bison/config.mk'
--- a/gnu/bison/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/bison/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for bison ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/bool/Makefile'
--- a/gnu/bool/Makefile 2010-06-15 11:42:08 +0000
+++ b/gnu/bool/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = bool
 GARVERSION = 0.2.1
+HOME_URL = http://www.gnu.org/software/bool
+DESCRIPTION = A utility for finding files that match a boolean expression
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = bool/
-
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/bool
-# DESCRIPTION = 
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/bool/config.mk'
--- a/gnu/bool/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/bool/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for bool ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/c-graph/Makefile'
--- a/gnu/c-graph/Makefile      2012-08-31 13:04:05 +0000
+++ b/gnu/c-graph/Makefile      2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = c-graph
 GARVERSION = 2.0
+HOME_URL = http://www.gnu.org/software/c-graph
+DESCRIPTION = Demonstrates the theory of convolution
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = c-graph/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/c-graph
-DESCRIPTION = Demonstrates the theory of convolution
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/c-graph/config.mk'
--- a/gnu/c-graph/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/c-graph/config.mk     2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for c-graph ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/ccaudio/Makefile'
--- a/gnu/ccaudio/Makefile      2011-03-29 22:15:17 +0000
+++ b/gnu/ccaudio/Makefile      2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = ccaudio2
 GARVERSION = 2.0.5
+HOME_URL = http://www.gnu.org/software/ccaudio/
+DESCRIPTION = GNU ccAudio
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ccaudio/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = ucommon
 
-HOME_URL = http://www.gnu.org/software/ccaudio/
-DESCRIPTION = GNU ccAudio
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/ccaudio/config.mk'
--- a/gnu/ccaudio/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/ccaudio/config.mk     2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for ccaudio ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/ccide/Makefile'
--- a/gnu/ccide/Makefile        2012-09-05 23:00:44 +0000
+++ b/gnu/ccide/Makefile        2012-10-27 23:43:13 +0000
@@ -1,17 +1,19 @@
 GARNAME = ccide
 GARVERSION = 0.6.6
-#RELEASE = 1
+HOME_URL = http://twysf.users.sourceforge.net/
+DESCRIPTION = A decision table code generator
+
+######################################################################
 
 MASTER_SITES = $(MASTER_SOURCEFORGE)
 MASTER_SUBDIR = $(GARNAME)/files/
-
 DISTFILES = $(DISTNAME).tar.gz
-#SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://twysf.users.sourceforge.net/
-DESCRIPTION = A decision table code generator
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/ccide/config.mk'
--- a/gnu/ccide/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/ccide/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for ccide ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/ccrtp/Makefile'
--- a/gnu/ccrtp/Makefile        2012-08-24 11:09:21 +0000
+++ b/gnu/ccrtp/Makefile        2012-10-27 23:43:13 +0000
@@ -1,16 +1,20 @@
 GARNAME = ccrtp
 GARVERSION = 2.0.3
+HOME_URL = http://www.gnu.org/software/ccrtp/
+DESCRIPTION = GNU ccRTP is an implementation of RTP, the real-time \
+transport protocol from the IETF
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ccrtp/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-#BUILDDEPS =  
+BUILDDEPS =  
 LIBDEPS = libgcrypt commoncpp
 
-HOME_URL = http://www.gnu.org/software/ccrtp/
-DESCRIPTION = GNU ccRTP is an implementation of RTP, the real-time transport 
protocol from the IETF
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/ccrtp/config.mk'
--- a/gnu/ccrtp/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/ccrtp/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for ccrtp ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/ccscript/Makefile'
--- a/gnu/ccscript/Makefile     2010-09-01 15:48:56 +0000
+++ b/gnu/ccscript/Makefile     2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = ccscript
 GARVERSION = 4.2.0
+HOME_URL = http://www.gnu.org/software/ccscript/
+DESCRIPTION = GNU ccScript
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = ccscript/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = ucommon
 
-HOME_URL = http://www.gnu.org/software/ccscript/
-DESCRIPTION = GNU ccScript
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/ccscript/config.mk'
--- a/gnu/ccscript/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/ccscript/config.mk    2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for ccscript ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/cfengine/Makefile'
--- a/gnu/cfengine/Makefile     2010-06-10 20:16:29 +0000
+++ b/gnu/cfengine/Makefile     2012-10-27 23:43:13 +0000
@@ -1,16 +1,20 @@
 GARNAME = cfengine
 GARVERSION = 2.0.6
+HOME_URL = http://www.gnu.org/software/cfengine/
+DESCRIPTION = A software robot to configure and administer large \
+computer networks
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = cfengine/
-
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/cfengine/
-DESCRIPTION = cfengine
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/cfengine/config.mk'
--- a/gnu/cfengine/config.mk    1970-01-01 00:00:00 +0000
+++ b/gnu/cfengine/config.mk    2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for cfengine ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/cflow/Makefile'
--- a/gnu/cflow/Makefile        2012-08-25 22:15:17 +0000
+++ b/gnu/cflow/Makefile        2012-10-27 23:43:13 +0000
@@ -1,16 +1,20 @@
 GARNAME = cflow
 GARVERSION = 1.4
+HOME_URL = http://www.gnu.org/software/cflow/
+DESCRIPTION = GNU cflow, a tool to analyze the control flow of C \
+programs
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = cflow/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS = gettext
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/cflow/
-DESCRIPTION = GNU cflow, a tool to analyze the control flow of C programs
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/cflow/config.mk'
--- a/gnu/cflow/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/cflow/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for cflow ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/cgicc/Makefile'
--- a/gnu/cgicc/Makefile        2012-08-24 11:47:47 +0000
+++ b/gnu/cgicc/Makefile        2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = cgicc
 GARVERSION = 3.2.9
+HOME_URL = http://www.gnu.org/software/cgicc/
+DESCRIPTION = A C++ library for writing CGI applications
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = cgicc/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/cgicc/
-DESCRIPTION = cgicc
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/cgicc/config.mk'
--- a/gnu/cgicc/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/cgicc/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for cgicc ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/chess/Makefile'
--- a/gnu/chess/Makefile        2012-08-25 22:15:17 +0000
+++ b/gnu/chess/Makefile        2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = gnuchess
 GARVERSION = 6.0.2
+HOME_URL = http://www.gnu.org/software/chess
+DESCRIPTION = A computer chess engine
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = chess/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/chess
-# DESCRIPTION = 
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/chess/config.mk'
--- a/gnu/chess/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/chess/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for chess ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/cim/Makefile'
--- a/gnu/cim/Makefile  2010-06-10 20:16:29 +0000
+++ b/gnu/cim/Makefile  2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = cim
 GARVERSION = 3.30
+HOME_URL = http://www.gnu.org/software/cim/
+DESCRIPTION = A compiler for the Simula programming language
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = cim/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
-# SIGFILES = 
-
-# BUILDDEPS = 
-# LIBDEPS = 
-
-HOME_URL = http://www.gnu.org/software/cim/
-DESCRIPTION = GNU Cim
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/cim/config.mk'
--- a/gnu/cim/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/cim/config.mk 2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for cim ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/classpath/Makefile'
--- a/gnu/classpath/Makefile    2012-08-20 19:18:58 +0000
+++ b/gnu/classpath/Makefile    2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = classpath
 GARVERSION = 0.99
+HOME_URL = http://www.gnu.org/software/classpath/
+DESCRIPTION = Essential libraries for Java
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = classpath/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = javac jvm antlr pkgconfig gtk gconf
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/classpath/
-DESCRIPTION = GNU Classpath, essential libraries for Java
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/classpath/config.mk'
--- a/gnu/classpath/config.mk   1970-01-01 00:00:00 +0000
+++ b/gnu/classpath/config.mk   2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for classpath ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/clisp/Makefile'
--- a/gnu/clisp/Makefile        2010-07-09 13:10:08 +0000
+++ b/gnu/clisp/Makefile        2012-10-27 23:43:13 +0000
@@ -1,28 +1,24 @@
 GARNAME = clisp
 GARVERSION = 2.49
+HOME_URL = http://www.gnu.org/software/clisp
+DESCRIPTION = An ANSI Common Lisp implementation
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = clisp/release/$(GARVERSION)/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
-
-# BUILDDEPS = 
-LIBDEPS = libsigsegv
-
-# some kind of problem with the configure script, doesn't pick up the header 
file for sigsegv.h in $prefix/lib
-#CONFIGURE_OPTS = --with-libsigsegv-prefix=$(prefix)
-CONFIGURE_OPTS = --ignore-absence-of-libsigsegv
-
-# nonstandard layout
 BUILD_SCRIPTS = $(WORKOBJ)/src/Makefile
 INSTALL_SCRIPTS = $(WORKOBJ)/src/Makefile-DESTDIR
 
-USE_TESTS=
-#TEST_SCRIPTS = $(WORKOBJ)/src/Makefile
-
-
-HOME_URL = http://www.gnu.org/software/clisp
-DESCRIPTION = GNU CLISP
+BUILDDEPS = 
+LIBDEPS = libsigsegv
+
+######################################################################
 
 include ../../gar.lib/auto.mk
+
+# some kind of problem with the configure script, doesn't pick up the
+# header file for sigsegv.h in $prefix/lib
+CONFIGURE_ARGS += --ignore-absence-of-libsigsegv

=== added file 'gnu/clisp/config.mk'
--- a/gnu/clisp/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/clisp/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for clisp ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/combine/Makefile'
--- a/gnu/combine/Makefile      2010-06-15 11:46:27 +0000
+++ b/gnu/combine/Makefile      2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = combine
 GARVERSION = 0.3.4
+HOME_URL = http://www.gnu.org/software/combine
+DESCRIPTION = Matches files on arbitrary keys in a hash table
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = combine/
-
+MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/combine
-# DESCRIPTION = 
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/combine/config.mk'
--- a/gnu/combine/config.mk     1970-01-01 00:00:00 +0000
+++ b/gnu/combine/config.mk     2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for combine ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/commoncpp/Makefile'
--- a/gnu/commoncpp/Makefile    2012-08-24 11:07:11 +0000
+++ b/gnu/commoncpp/Makefile    2012-10-27 23:43:13 +0000
@@ -1,19 +1,23 @@
 GARNAME = commoncpp2
 GARVERSION = 1.8.1
+HOME_URL = http://www.gnu.org/software/commoncpp
+DESCRIPTION = A C++ framework for applications requiring threads, \
+sockets, etc.
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = commoncpp/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = ucommon
 
-HOME_URL = http://www.gnu.org/software/commoncpp
-# DESCRIPTION = 
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
 
 pre-build:
        sed -i -e '50 a\#include <sys/stat.h>' $(WORKSRC)/inc/cc++/applog.h

=== added file 'gnu/commoncpp/config.mk'
--- a/gnu/commoncpp/config.mk   1970-01-01 00:00:00 +0000
+++ b/gnu/commoncpp/config.mk   2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for commoncpp ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/complexity/Makefile'
--- a/gnu/complexity/Makefile   2011-05-20 22:37:09 +0000
+++ b/gnu/complexity/Makefile   2012-10-27 23:43:13 +0000
@@ -1,16 +1,20 @@
 GARNAME = complexity
 GARVERSION = 0.4
+HOME_URL = http://www.gnu.org/software/complexity/
+DESCRIPTION = Measure the complexity of code
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = complexity/
-
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
+BUILDDEPS = 
 LIBDEPS = autogen
 
-HOME_URL = http://www.gnu.org/software/complexity/
-DESCRIPTION = GNU complexity
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk
+

=== added file 'gnu/complexity/config.mk'
--- a/gnu/complexity/config.mk  1970-01-01 00:00:00 +0000
+++ b/gnu/complexity/config.mk  2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for complexity ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/coreutils/Makefile'
--- a/gnu/coreutils/Makefile    2012-10-24 07:26:44 +0000
+++ b/gnu/coreutils/Makefile    2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = coreutils
 GARVERSION = 8.20
+HOME_URL = http://www.gnu.org/software/coreutils/
+DESCRIPTION = The basic file, shell and text manipulation utilities of the GNU 
operating system
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = coreutils/
-
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = $(DISTNAME).tar.xz.sig
 
-BUILDDEPS =  #acl
-# LIBDEPS = 
+BUILDDEPS =
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/coreutils/
-DESCRIPTION = The basic file, shell and text manipulation utilities of the GNU 
operating system
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/coreutils/config.mk'
--- a/gnu/coreutils/config.mk   1970-01-01 00:00:00 +0000
+++ b/gnu/coreutils/config.mk   2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for coreutils ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/cpio/Makefile'
--- a/gnu/cpio/Makefile 2010-06-25 11:40:33 +0000
+++ b/gnu/cpio/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = cpio
 GARVERSION = 2.11
+HOME_URL = http://www.gnu.org/software/cpio/
+DESCRIPTION = A program to create or extract from cpio archives
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = cpio/
-
+MASTER_SUBDIR = $(DISTNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-# BUILDDEPS = 
-# LIBDEPS = 
+BUILDDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://www.gnu.org/software/cpio/
-DESCRIPTION = A program to create or extract from cpio archives
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/cpio/config.mk'
--- a/gnu/cpio/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/cpio/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for cpio ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/cppi/Makefile'
--- a/gnu/cppi/Makefile 2012-08-25 22:15:17 +0000
+++ b/gnu/cppi/Makefile 2012-10-27 23:43:13 +0000
@@ -1,16 +1,19 @@
 GARNAME = cppi
 GARVERSION = 1.17
+HOME_URL = http://savannah.gnu.org/projects/cppi/
+DESCRIPTION = A cpp directive indenter
+
+######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = cppi/
-
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = $(DISTNAME).tar.xz.sig
 
 EXTRACTDEPS = xz
-# LIBDEPS = 
+LIBDEPS = 
 
-HOME_URL = http://savannah.gnu.org/projects/cppi/
-DESCRIPTION = GNU cppi, a cpp directive indenter
+######################################################################
 
 include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/cppi/config.mk'
--- a/gnu/cppi/config.mk        1970-01-01 00:00:00 +0000
+++ b/gnu/cppi/config.mk        2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for cppi ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== modified file 'gnu/hello/Makefile'
--- a/gnu/hello/Makefile        2012-08-25 22:15:17 +0000
+++ b/gnu/hello/Makefile        2012-10-27 23:43:13 +0000
@@ -14,3 +14,4 @@
 DESCRIPTION = A program that produces a familiar, friendly greeting
 
 include ../../gar.lib/auto.mk
+include config.mk
\ No newline at end of file

=== added file 'gnu/hello/config.mk'
--- a/gnu/hello/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/hello/config.mk       2012-10-27 23:43:13 +0000
@@ -0,0 +1,4 @@
+## Configuration options for hello ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/linux-libre/config.mk'
--- a/gnu/linux-libre/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/linux-libre/config.mk 2012-10-27 23:43:13 +0000
@@ -0,0 +1,17 @@
+## Configuration options for linux-libre ##
+
+# Which architecture will you build and install? Defaults to the reported 
+# architecture of the GSRC build system (i.e. x86_64)
+ARCH ?= $(GARARCH)
+
+# Use parallel build processes?
+USE_PARALLEL ?= y
+
+# Which method for configuring? i.e. xconfig, menuconfig, oldconfig, etc.
+CONFIGURE_TARGET ?= menuconfig
+
+# Define whatever options you want to send to the Makefile for configuring
+CONFIGURE_OPTS ?= 
+
+# Define whatever options you want to send to the Makefile for building
+BUILD_OPTS ?=


reply via email to

[Prev in Thread] Current Thread [Next in Thread]