gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r3770: some template changes


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3770: some template changes
Date: Sat, 25 Jun 2016 22:43:24 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3770
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2016-06-25 15:43:20 -0700
message:
  some template changes
modified:
  util/new_project.sh            
new_project.sh-20121204211410-zymq392duwwpen2u-1
  util/templates/Makefile.m4     makefile.m4-20121204211410-zymq392duwwpen2u-3
  util/templates/package-list.html.m4 
packagelist.html.m4-20130412204301-x472oq5mm1fc6mrc-1
=== modified file 'util/new_project.sh'
--- a/util/new_project.sh       2013-04-13 09:26:21 +0000
+++ b/util/new_project.sh       2016-06-25 22:43:20 +0000
@@ -9,27 +9,39 @@
 case $1 in
     gnu) SITE="\$(MASTER_GNU)"
         URL="http://www.gnu.org/software/${2}/";
-        RECIPE="../../gar.lib/auto.mk"
+        RECIPE="../../../gar/gar.lib/auto.mk"
         ;;
     gnome) SITE="\$(MASTER_GNOME)"
           URL="http://www.gnome.org/";
-          RECIPE="../../gar.lib/auto.mk"
+          RECIPE="../../../gar/gar.lib/auto.mk"
           ;;
     gnustep) SITE="\$(MASTER_GNUSTEP)"
              URL="http://www.gnustep.org/";
-            RECIPE="../../gar.lib/gnustep.mk"
+            RECIPE="../../../gar/gar.lib/gnustep.mk"
             ;;
     alpha) SITE="\$(MASTER_GNU_ALPHA)"
           URL="http://www.gnu.org/software/${2}/";
-          RECIPE="../../gar.lib/auto.mk"
+          RECIPE="../../../gar/gar.lib/auto.mk"
+          ;;
+    bio) SITE="\$(MASTER_)"
+          URL="http://${2}/";
+          RECIPE="../../../gar/gar.lib/auto.mk"
+          ;;
+    other) SITE="\$(MASTER)"
+          URL="http:///${2}/";
+          RECIPE="../../../gar/gar.lib/auto.mk"
+          ;;
+    local) SITE="\$(MASTER_)"
+          URL="http:///${2}/";
+          RECIPE="../../../gar/gar.lib/auto.mk"
           ;;
     *) SITE=""
        URL=""
-       RECIPE="../../gar.lib/auto.mk"
+       RECIPE="../../../gar/gar.lib/auto.mk"
        ;;
 esac
-mkdir -p ../${1}/${2}
+mkdir -p ../pkg/${1}/${2}
 m4 -D__NAME=${2} -D__VERSION=${3} -D__URL=${URL} -D__SITE=${SITE} \
-    -D__RECIPE=${RECIPE} templates/Makefile.m4 > ../${1}/${2}/Makefile
-m4 -D__NAME=${2} templates/config.mk.m4 > ../${1}/${2}/config.mk
+    -D__RECIPE=${RECIPE} templates/Makefile.m4 > ../pkg/${1}/${2}/Makefile
+m4 -D__NAME=${2} templates/config.mk.m4 > ../pkg/${1}/${2}/config.mk
 exit 0

=== modified file 'util/templates/Makefile.m4'
--- a/util/templates/Makefile.m4        2016-06-13 01:23:38 +0000
+++ b/util/templates/Makefile.m4        2016-06-25 22:43:20 +0000
@@ -23,6 +23,7 @@
 GARVERSION = __VERSION
 HOME_URL = __URL
 DESCRIPTION = 
+LICENSE = 
 define BLURB
 
 endef

=== modified file 'util/templates/package-list.html.m4'
--- a/util/templates/package-list.html.m4       2016-06-21 05:09:02 +0000
+++ b/util/templates/package-list.html.m4       2016-06-25 22:43:20 +0000
@@ -43,7 +43,7 @@
 <!--#include virtual="/server/banner.html" -->
 <h2>GSRC Package List</h2>
 <h3>GNU Source Release Collection has now merged with Bioinformatics Source 
Release Collection</h3>
-<h3>Main pkg directories currently are: gnu gnustep gnome bio other </h3>
+<h3>Main pkg directories currently are: bio gnome gnu gnustep other </h3>
 
 
 <p>This is a list of all the packages that are currently present in
@@ -53,7 +53,7 @@
   GSRC,  e.g. <pre>make -C pkg/gnu/hello</pre>  The "Name" of the package
   is its canonical name as might be used in text to communicate among 
humans.</p>
 
-<p><b>Last update:</b> UPDATE_DATE</p>
+<p><b>Latest update:</b> UPDATE_DATE</p>
 
 <table style="table-layout: fixed; width: 100%">
   <tr>


reply via email to

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