gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6228: update texinfo to 6.5.91


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6228: update texinfo to 6.5.91
Date: Fri, 1 Feb 2019 18:24:25 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6228
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2019-02-01 15:24:21 -0800
message:
  update texinfo to 6.5.91
modified:
  pkg/gnualpha/texinfo/Makefile  makefile-20190104172633-ykp3gaco1xgud0yp-4
  pkg/gnualpha/texinfo/sha256sums sha256sums-20190104172633-ykp3gaco1xgud0yp-5
=== modified file 'pkg/gnualpha/texinfo/Makefile'
--- a/pkg/gnualpha/texinfo/Makefile     2019-01-13 17:35:06 +0000
+++ b/pkg/gnualpha/texinfo/Makefile     2019-02-01 23:24:21 +0000
@@ -1,4 +1,5 @@
-# Copyright © 2019 Carl Hansen <address@hidden>
+# Copyright © 2013, 2017 Brandon Invergo <address@hidden>
+# Copyright © 2017,2019 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -14,27 +15,48 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
 
-NAME = texinfo
+NAME = Texinfo
 GARNAME = texinfo
 GARVERSION = 6.5.91
+RELEASE =
 HOME_URL = http://www.gnu.org/software/texinfo/
-DESCRIPTION = create info files from texi
+DESCRIPTION = The GNU documentation format
 define BLURB
+Texinfo is the official documentation format of the GNU project.
+It uses a single source file using explicit commands to produce a final
+document in any of several supported output formats, such as HTML or PDF.
+This package includes both the tools necessary to produce Info documents
+from their source and the command-line Info reader.  The emphasis of the
+language is on expressing the content semantically, avoiding physical
+markup commands.
 endef
 
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU_ALPHA)
 MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.xz
-SIGFILES = $(DISTNAME).tar.xz.sig
+DISTFILES = $(DISTNAME)$(RELEASE).tar.xz texinfo.tex texi2dvi htmlxref.cnf \
+     texinfo.tex.sig texi2dvi.sig htmlxref.cnf.sig
+SIGFILES  = $(DISTNAME)$(RELEASE).tar.xz.sig
+INFO_FILES = info-stnd.info  texinfo.info 
 
-BUILDDEPS =
-LIBDEPS = 
+BUILDDEPS = ncurses
+LIBDEPS =
 
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
+
+pre-build: extract
+       cp $(WORKDIR)/../download/htmlxref.cnf  $(WORKSRC)/util/
+       cp $(WORKDIR)/../download/texi2dvi  $(WORKSRC)/util/
+       cp $(WORKDIR)/../download/texinfo.tex  $(WORKSRC)/doc/
+       cp $(WORKDIR)/../download/texinfo.tex  $(WORKSRC)/build-aux/
+       $(MAKECOOKIE)
+

=== modified file 'pkg/gnualpha/texinfo/sha256sums'
--- a/pkg/gnualpha/texinfo/sha256sums   2019-01-13 17:35:06 +0000
+++ b/pkg/gnualpha/texinfo/sha256sums   2019-02-01 23:24:21 +0000
@@ -1,2 +1,8 @@
 01948d9d2308e74afd9bc7b3cc2794ab1ace22e3e951fb43f744a294a15d982b  
download/texinfo-6.5.91.tar.xz
+43c8ed9ccc3a524010e7978c9be0f940cde35ab36bfa793f506ef465567476ff  
download/texinfo.tex
+9c608884b81a43a9b0802e7294788b336b2a9db8a64ca775e9e6bdae396a0c24  
download/texi2dvi
+214988e088251b52c5b9c80c05120858777fee4c8cec384be2f33dd716374d2d  
download/htmlxref.cnf
+9f79a005f68546b72736829093ef799916f854482318718ac0b51d452cae6f90  
download/texinfo.tex.sig
+52a212289bddc4dfe92f717adff57340fe5369203ad78a573539aa791c748591  
download/texi2dvi.sig
+42056f86cf74ffd2de080e024eddcc3b95158487c310b8adb048bde519dea9a4  
download/htmlxref.cnf.sig
 c2f33f072ee438b1baece265c4ba7c0144c46b8b37fba596d7c2698bdfc39d2d  
download/texinfo-6.5.91.tar.xz.sig


reply via email to

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