gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9073: update gnustandards to 2023.03


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9073: update gnustandards to 2023.03
Date: Sun, 12 Mar 2023 17:12:45 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9073
revision-id: carlhansen@gnu.org-20230312211241-4kn8cetyh2g3gnwr
parent: carlhansen@gnu.org-20230312065955-gu5xwivciwwm6aq2
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sun 2023-03-12 14:12:41 -0700
message:
  update gnustandards to 2023.03
added:
  pkg/gnu/gnustandards/sha256sums sha256sums-20230312204559-xn66zwv2v14ija5c-1
modified:
  pkg/gnu/gnustandards/Makefile  makefile-20160617014725-uokjfnggs70iry9h-895
=== modified file 'pkg/gnu/gnustandards/Makefile'
--- a/pkg/gnu/gnustandards/Makefile     2022-03-03 04:15:35 +0000
+++ b/pkg/gnu/gnustandards/Makefile     2023-03-12 21:12:41 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017,2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -19,34 +19,34 @@
 
 NAME = GNU Coding Standards
 GARNAME = gnustandards
-GARVERSION = 2022.02
+GARVERSION = 2023.03
 HOME_URL = http://www.gnu.org/prep/
 DESCRIPTION = GNU coding standards and maintainer information
 define BLURB
-This package contains info documents, in texinfo source form, 
-outlining the GNU coding standards and GNU program maintainer information. 
-See http://www.gnu.org/prep/ to see it all online, ready to read.
+This package contains info documents, in info form, outlining the GNU
+coding standards.  See http://www.gnu.org/prep/ to see it all online,
+ready to read; otherwise "info standards"
 endef
 
 ######################################################################
+# https://www.gnu.org/prep/standards/standards.info.tar.gz
 #https://www.gnu.org/prep/standards/standards.texi.tar.gz
 #https://www.gnu.org/prep/maintain/maintain.texi.tar.gz
 # not in mirrors:
 MASTER_SITES = https://www.gnu.org/
-MASTER_SUBDIR = prep/maintain/
-DISTFILES =   maintain.texi.tar.gz
+MASTER_SUBDIR = prep/standards/
+DISTFILES =   standards.info.tar.gz
 SIGFILES =
 
-NOCHECKSUM = $(DISTFILES)
-BUILD_SCRIPTS = infos
 INSTALL_SCRIPTS = infos
-INFO_FILES =  standards.info maintain.info
+
+INFO_FILES =  standards.info 
 COLLISIONS = share/info/dir
 
-BUILDDEPS = texinfo
+BUILDDEPS = 
 LIBDEPS =
 
-WORKSRC=$(WORKDIR)/
+WORKSRC = $(WORKDIR)
 
 ######################################################################
 
@@ -54,19 +54,13 @@
 include ../../../gar/gar.mk
 include ../../../gar/gar.lib/info.mk
 
-# This builds/install the .info version. If you desire html,pdf, etc
+# This install the .info version. If you desire html,pdf, etc
 # look at texinfo documentation.
 
-build-infos:
-       @printf "[$(OK)build$(OFF)] $(MSG)Building info files\n$(OFF)"
-       $(MAKECOOKIE)
-       cd $(WORKSRC) && makeinfo standards
-       cd $(WORKSRC) && makeinfo maintain
 
 install-infos:
        @printf "[$(OK)install$(OFF)] $(MSG)Installing info files\n$(OFF)"
        mkdir -p $(packageprefix)/share/info
-       $(INSTALL_INFO) $(WORKSRC)/maintain.info
        $(INSTALL_INFO) $(WORKSRC)/standards.info
        $(MAKECOOKIE)
 

=== added file 'pkg/gnu/gnustandards/sha256sums'
--- a/pkg/gnu/gnustandards/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gnustandards/sha256sums   2023-03-12 21:12:41 +0000
@@ -0,0 +1,1 @@
+9c3c5e21aefe247ef36b8650823626dd2c425a60b7e27460dbd1cd4574ed8ae6  
download/standards.info.tar.gz


reply via email to

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