commit-womb
[Top][All Lists]
Advanced

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

[commit-womb] gnumaint gm-generate.pl gnupackages.txt pkgblur...


From: karl
Subject: [commit-womb] gnumaint gm-generate.pl gnupackages.txt pkgblur...
Date: Tue, 05 Nov 2013 14:41:52 +0000

CVSROOT:        /sources/womb
Module name:    gnumaint
Changes by:     karl <karl>     13/11/05 14:41:52

Modified files:
        .              : gm-generate.pl gnupackages.txt pkgblurbs.txt 

Log message:
        best for translators to have stale comment in both <h4> and <p> (from 
ineiev)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gm-generate.pl?cvsroot=womb&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/gnumaint/gnupackages.txt?cvsroot=womb&r1=1.203&r2=1.204
http://cvs.savannah.gnu.org/viewcvs/gnumaint/pkgblurbs.txt?cvsroot=womb&r1=1.12&r2=1.13

Patches:
Index: gm-generate.pl
===================================================================
RCS file: /sources/womb/gnumaint/gm-generate.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- gm-generate.pl      23 Oct 2013 21:25:38 -0000      1.14
+++ gm-generate.pl      5 Nov 2013 14:41:52 -0000       1.15
@@ -1,4 +1,4 @@
-# $Id: gm-generate.pl,v 1.14 2013/10/23 21:25:38 karl Exp $
+# $Id: gm-generate.pl,v 1.15 2013/11/05 14:41:52 karl Exp $
 # The generate actions for the gm script (see --help message).
 # 
 # Copyright 2007, 2008, 2009, 2010, 2012, 2013
@@ -365,9 +365,17 @@
     # this ssi stuff lets the homepage extract a single blurb to display.
     push (@ret, qq,\n<!--,
                   . qq,#if expr="\$pkg_selection = /:($rxsafe_id|ALL):/" -->,);
-    push (@ret, qq,<!-- TRANSLATORS: stale -->,) if $activity =~ /^stale/;
+
+    # Note for translators if the package is stale.
+    my $stale_comment = "";
+    $stale_comment = "<!-- TRANSLATORS: stale -->" if $activity =~ /^stale/;
+
+    # Include it in both HTML elements so that, e.g., msggrep can be used.
     push (@ret, qq,<h4 id="$xhtml_id">,
-                  . qq,<a href="/software/$pkgname/">$pkglabel</a></h4><p>,);
+                  . qq,$stale_comment,
+                  . qq,<a href="/software/$pkgname/">$pkglabel</a></h4>,
+                  . ($stale_comment ? "\n" : "")
+                  . qq,<p>$stale_comment,);
 
     my $blurb = $pkg{"blurb"};
     # a very short blurb should be a redirect, since we already skipped null.

Index: gnupackages.txt
===================================================================
RCS file: /sources/womb/gnumaint/gnupackages.txt,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -b -r1.203 -r1.204
--- gnupackages.txt     5 Nov 2013 01:18:58 -0000       1.203
+++ gnupackages.txt     5 Nov 2013 14:41:52 -0000       1.204
@@ -1,4 +1,4 @@
-# $Id: gnupackages.txt,v 1.203 2013/11/05 01:18:58 karl Exp $
+# $Id: gnupackages.txt,v 1.204 2013/11/05 14:41:52 karl Exp $
 # Public domain.
 # 
 # This file is maintained in the CVS repository of GNU womb,
@@ -387,7 +387,7 @@
 doc-summary: Classpath extensions: javax.* libraries
 doc-url: none
 gplv3-status: not-done-worry-about-classpath-first
-activity-status: moribund # mostly merged into classpath
+activity-status: ok 20131104 (servletapi-3.0) # mostly merged into classpath
 note: jaxp module is not copyright fsf?
 
 package: clisp
@@ -2069,7 +2069,7 @@
 doc-summary: Library for generating assembly code at runtime
 doc-url: /software/lightning/manual/
 gplv3-status: not-done-since-stale
-activity-status: ok 20130924 (2.0.1)
+activity-status: ok 20131104 (2.0.2)
 
 package: lilypond
 doc-category: Music
@@ -2082,7 +2082,7 @@
 package: lims
 language: Python
 doc-category: Science
-doc-summary: Scientific laboratory management
+doc-summary: Scientific laboratory information management system
 doc-url: none
 gplv3-status: should-be-done-initially
 activity-status: newpkg/20131104

Index: pkgblurbs.txt
===================================================================
RCS file: /sources/womb/gnumaint/pkgblurbs.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- pkgblurbs.txt       15 Oct 2013 22:11:28 -0000      1.12
+++ pkgblurbs.txt       5 Nov 2013 14:41:52 -0000       1.13
@@ -1,4 +1,4 @@
-# $Id: pkgblurbs.txt,v 1.12 2013/10/15 22:11:28 civodul Exp $
+# $Id: pkgblurbs.txt,v 1.13 2013/11/05 14:41:52 karl Exp $
 # Public domain.
 #
 # This file is maintained in the CVS repository of GNU womb,
@@ -1425,6 +1425,9 @@
 + which are interpreted by LilyPond to produce the final document.  It
 + is extendable with Guile.
 
+package: lims
+blurb: null (new)
+
 package: linux-libre
 blurb: GNU Linux-Libre is a free (as in freedom) variant of the Linux kernel.
 + It has been modified to remove all non-free binary blobs.



reply via email to

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