[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r2697: more info installations
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] trunk r2697: more info installations |
Date: |
Sun, 10 Nov 2013 13:58:02 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 2697
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2013-11-10 14:57:45 +0100
message:
more info installations
modified:
gnu/global/Makefile makefile-20100606211655-sj1nx80alech6rtq-28
gnu/gmediaserver/Makefile makefile-20121207235335-i59tg16thzxl3jwr-2
gnu/gmp/Makefile makefile-20100615120450-o8iyh560raqqud1q-1
gnu/gnats/Makefile makefile-20100610201541-zilbojleihpphujd-35
gnu/gnu-c-manual/Makefile makefile-20100610201541-zilbojleihpphujd-37
gnu/gnu-pw-mgr/Makefile makefile-20131107221910-wjkraldn6mfsm96h-2
gnu/gnubg/Makefile makefile-20130702070710-mguvqs5rm7ef2vwa-2
gnu/gnubiff/Makefile makefile-20120831222354-2taa6jbxx1yzktgp-2
gnu/gnubik/Makefile makefile-20100610201541-zilbojleihpphujd-40
gnu/gnucash/sha256sums sha256sums-20121216212748-92egf7341vc4pl7o-4
gnu/gnugo/Makefile makefile-20100610201541-zilbojleihpphujd-42
gnu/gnuit/Makefile makefile-20100610201541-zilbojleihpphujd-43
gnu/gnun/Makefile makefile-20100610201541-zilbojleihpphujd-44
gnu/gnupg/Makefile makefile-20100615130332-mnh350giymki63n7-2
gnu/gnupod/Makefile makefile-20120831130045-celuwv0wk5u90x4k-2
=== modified file 'gnu/global/Makefile'
--- a/gnu/global/Makefile 2013-10-01 10:35:48 +0000
+++ b/gnu/global/Makefile 2013-11-10 13:57:45 +0000
@@ -24,7 +24,7 @@
GLOBAL is a source code tagging system that functions in the same way
across a wide array of environments, such as different text editors,
shells and web browsers. The resulting tags are useful for quickly
-moving around in a large, deeply nested project.
+moving around in a large, deeply nested project.
endef
######################################################################
@@ -34,10 +34,11 @@
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
-BUILDDEPS =
-LIBDEPS =
+BUILDDEPS =
+LIBDEPS =
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gmediaserver/Makefile'
--- a/gnu/gmediaserver/Makefile 2013-04-20 10:56:06 +0000
+++ b/gnu/gmediaserver/Makefile 2013-11-10 13:57:45 +0000
@@ -39,5 +39,6 @@
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gmp/Makefile'
--- a/gnu/gmp/Makefile 2013-10-03 20:54:49 +0000
+++ b/gnu/gmp/Makefile 2013-11-10 13:57:45 +0000
@@ -24,7 +24,7 @@
GMP is a library for arbitrary precision arithmetic, operating on
signed integers, rational numbers and floating point numbers. The
precision is only limited by the available memory. The library is
-highly optimized, with a design focus on execution speed. It is
+highly optimized, with a design focus on execution speed. It is
aimed at use in, for example, cryptography and computational algebra.
endef
@@ -35,12 +35,13 @@
DISTFILES = $(DISTNAME).tar.xz
SIGFILES = $(DISTNAME).tar.xz.sig
-BUILDDEPS =
-LIBDEPS =
+BUILDDEPS =
+LIBDEPS =
USE_TESTS = y
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnats/Makefile'
--- a/gnu/gnats/Makefile 2013-04-20 10:56:06 +0000
+++ b/gnu/gnats/Makefile 2013-11-10 13:57:45 +0000
@@ -24,10 +24,10 @@
GNATS is a set of tools for tracking bugs and other user-reported
software issues. It is completely open-ended in how its database may
be queried, edited and maintained, featuring interfaces ranging from
-the command-line to Emacs, though the main means of interaction is
+the command-line to Emacs, though the main means of interaction is
via its web interface. It is also flexible enough to support user-
made utilities.
-endef
+endef
######################################################################
@@ -35,11 +35,13 @@
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
+INFO_FILES = $(GARNAME).info $(GARNAME)-faq.info
-BUILDDEPS =
-LIBDEPS =
+BUILDDEPS =
+LIBDEPS =
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnu-c-manual/Makefile'
--- a/gnu/gnu-c-manual/Makefile 2013-07-02 07:26:41 +0000
+++ b/gnu/gnu-c-manual/Makefile 2013-11-10 13:57:45 +0000
@@ -21,10 +21,10 @@
HOME_URL = http://www.gnu.org/software/gnu-c-manual/
DESCRIPTION = Reference manual for the C programming language
define BLURB
-This is a reference manual for the C programming language, as
+This is a reference manual for the C programming language, as
implemented by the GNU C Compiler (gcc). As a reference, it is not
intended to be a tutorial of the language. Rather, it outlines all
-of the constructs of the language. Library functions are not
+of the constructs of the language. Library functions are not
included.
endef
@@ -35,12 +35,13 @@
DISTFILES = $(DISTNAME).tar.gz $(DISTNAME)-configure.tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
-BUILDDEPS =
-LIBDEPS =
-
-######################################################################
+BUILDDEPS =
+LIBDEPS =
USE_AUTORECONF = y
+######################################################################
+
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnu-pw-mgr/Makefile'
--- a/gnu/gnu-pw-mgr/Makefile 2013-11-08 07:49:48 +0000
+++ b/gnu/gnu-pw-mgr/Makefile 2013-11-10 13:57:45 +0000
@@ -40,5 +40,6 @@
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnubg/Makefile'
--- a/gnu/gnubg/Makefile 2013-11-05 22:51:10 +0000
+++ b/gnu/gnubg/Makefile 2013-11-10 13:57:45 +0000
@@ -40,5 +40,6 @@
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnubiff/Makefile'
--- a/gnu/gnubiff/Makefile 2013-04-20 10:56:06 +0000
+++ b/gnu/gnubiff/Makefile 2013-11-10 13:57:45 +0000
@@ -23,8 +23,8 @@
define BLURB
gnubiff is a program that checks for mail and notifies you when new
messages arrive. It supports multiple mailboxes which may be
-accessed via a variety of methods such as POP3, IMAP, MH and
-mailfiles. Graphical notifications are provided with GTK and
+accessed via a variety of methods such as POP3, IMAP, MH and
+mailfiles. Graphical notifications are provided with GTK and
complete integration with GNOME is supported.
endef
@@ -33,13 +33,14 @@
MASTER_SITES = $(MASTER_SOURCEFORGE)
MASTER_SUBDIR = $(GARNAME)/files/$(GARNAME)/$(GARVERSION)/
DISTFILES = $(DISTNAME).tar.gz
-IGFILES =
+IGFILES =
-BUILDDEPS =
+BUILDDEPS =
LIBDEPS = gtk intltool
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnubik/Makefile'
--- a/gnu/gnubik/Makefile 2013-05-30 21:20:19 +0000
+++ b/gnu/gnubik/Makefile 2013-11-10 13:57:45 +0000
@@ -35,10 +35,11 @@
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
-BUILDDEPS =
+BUILDDEPS =
LIBDEPS = guile
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnucash/sha256sums'
--- a/gnu/gnucash/sha256sums 2013-04-01 10:46:45 +0000
+++ b/gnu/gnucash/sha256sums 2013-11-10 13:57:45 +0000
@@ -1,1 +1,1 @@
-4a0b9f0b875e1ecbcba8f3a06ca3193a60924de85850da74a22b9de4ba3108d6
download/gnucash-2.4.12.tar.gz
+f6025200eab90c098026310dc332272d922ce2d3a34fe926cc0c863c14009548
download/gnucash-2.4.13.tar.bz2
=== modified file 'gnu/gnugo/Makefile'
--- a/gnu/gnugo/Makefile 2013-04-20 10:23:38 +0000
+++ b/gnu/gnugo/Makefile 2013-11-10 13:57:45 +0000
@@ -23,10 +23,10 @@
define BLURB
GNU Go is a program that plays the game of Go, in which players place
stones on a grid to form territory or capture other stones. While it
-can be played directly from the terminal, rendered in ASCII
-characters, it is also possible to play GNU Go with 3rd party
+can be played directly from the terminal, rendered in ASCII
+characters, it is also possible to play GNU Go with 3rd party
graphical interfaces or even in Emacs. It supports the standard
-game storage format (SGF, Smart Game Format) and inter-process
+game storage format (SGF, Smart Game Format) and inter-process
communication format (GMP, Go Modem Protocol).
endef
@@ -37,10 +37,11 @@
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
-BUILDDEPS =
+BUILDDEPS =
LIBDEPS = ncurses
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnuit/Makefile'
--- a/gnu/gnuit/Makefile 2013-04-20 10:56:06 +0000
+++ b/gnu/gnuit/Makefile 2013-11-10 13:57:45 +0000
@@ -21,7 +21,7 @@
HOME_URL = http://www.gnu.org/software/gnuit/
DESCRIPTION = Interactive utilities for file browsing, viewing, and more
define BLURB
-The GNU Interactive Tools are a set of lightweight, interactive
+The GNU Interactive Tools are a set of lightweight, interactive
command-line tools. They include an extensible, orthodox (two-pane)
file manager, an ASCII/hex file viewer, and a process viewer/killer.
The package also includes some related utilities and scripts, such as
@@ -37,10 +37,11 @@
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
-BUILDDEPS =
-LIBDEPS =
+BUILDDEPS =
+LIBDEPS =
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnun/Makefile'
--- a/gnu/gnun/Makefile 2013-04-20 10:56:06 +0000
+++ b/gnu/gnun/Makefile 2013-11-10 13:57:45 +0000
@@ -25,7 +25,7 @@
www.gnu.org. It works via template files, which allow changes to be
merged into individual translations of a page, from which the final
HTML is generated. In effect, this helps to keep all tranlsations of
-a page to be kept up-to-date.
+a page to be kept up-to-date.
endef
######################################################################
@@ -34,11 +34,13 @@
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
SIGFILES = $(DISTNAME).tar.gz.sig
+INFO_FILES = $(GARNAME).info web-trans.info
-BUILDDEPS =
-LIBDEPS =
+BUILDDEPS =
+LIBDEPS =
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnupg/Makefile'
--- a/gnu/gnupg/Makefile 2013-10-05 17:56:26 +0000
+++ b/gnu/gnupg/Makefile 2013-11-10 13:57:45 +0000
@@ -24,7 +24,7 @@
The GNU Privacy Guard is a complete implementation of the OpenPGP
standard. It is used to encrypt and sign data and communication. It
features powerful key management and the ability to access public key
-servers.
+servers.
endef
######################################################################
@@ -34,10 +34,11 @@
DISTFILES = $(DISTNAME).tar.bz2
SIGFILES = $(DISTNAME).tar.bz2.sig
-BUILDDEPS =
+BUILDDEPS =
LIBDEPS = libgpg-error libgcrypt libassuan libksba pth zlib readline
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
=== modified file 'gnu/gnupod/Makefile'
--- a/gnu/gnupod/Makefile 2013-04-20 10:56:06 +0000
+++ b/gnu/gnupod/Makefile 2013-11-10 13:57:45 +0000
@@ -23,7 +23,7 @@
define BLURB
GNUpod is a collection of scripts for using iPods with GNU/Linux and
other operating systems. It can be used for transferring music and
-cover art, searching files, removing files, editing tags,
+cover art, searching files, removing files, editing tags,
creating playlists and more.
endef
@@ -34,10 +34,11 @@
DISTFILES = $(DISTNAME).tgz
SIGFILES = $(DISTNAME).tgz.sig
-BUILDDEPS =
-LIBDEPS =
+BUILDDEPS =
+LIBDEPS =
######################################################################
+include ../../gar.lib/info.mk
include ../../gar.lib/auto.mk
include config.mk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r2697: more info installations,
Brandon Invergo <=