From 0ee3edf5f704dfae4a4928c2647c4fbe913168d5 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 5 Dec 2017 22:33:04 +0100 Subject: [PATCH] Improve various package descriptions --- packages/apr/build.sh | 2 +- packages/bs1770gain/build.sh | 2 +- packages/colordiff/build.sh | 2 +- packages/gmic/build.sh | 6 +++--- packages/libmp3splt/build.sh | 2 +- packages/libmpc/build.sh | 2 +- packages/make/build.sh | 2 +- packages/ndk-multilib/build.sh | 2 +- packages/netpbm/build.sh | 2 +- packages/pngquant/build.sh | 1 + packages/readline/build.sh | 2 +- packages/stow/build.sh | 2 +- packages/tcsh/build.sh | 2 +- packages/tmux/build.sh | 2 +- packages/valgrind/build.sh | 2 +- 15 files changed, 17 insertions(+), 16 deletions(-) diff --git a/packages/apr/build.sh b/packages/apr/build.sh index b81e8e0f8..935bd1172 100644 --- a/packages/apr/build.sh +++ b/packages/apr/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://apr.apache.org/ TERMUX_PKG_VERSION=1.6.3 TERMUX_PKG_SHA256=131f06d16d7aabd097fa992a33eec2b6af3962f93e6d570a9bd4d85e95993172 TERMUX_PKG_SRCURL=http://apache.mirrors.spacedump.net/apr/apr-${TERMUX_PKG_VERSION}.tar.bz2 -TERMUX_PKG_DESCRIPTION="Apache Portable Runtime - library providing a predictable and consistent interface to underlying platform-specific implementations" +TERMUX_PKG_DESCRIPTION="Apache Portable Runtime Library" TERMUX_PKG_DEPENDS="libuuid" TERMUX_PKG_BUILD_IN_SRC="yes" # "ac_cv_search_crypt=" to avoid needlessly linking to libcrypt. diff --git a/packages/bs1770gain/build.sh b/packages/bs1770gain/build.sh index caa792706..b225989a9 100644 --- a/packages/bs1770gain/build.sh +++ b/packages/bs1770gain/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://bs1770gain.sourceforge.net/ -TERMUX_PKG_DESCRIPTION="BS1770GAIN is a loudness scanner compliant with ITU-R BS.1770 and its flavors EBU R128, ATSC A/85, and ReplayGain 2.0. It helps normalizing the loudness of audio and video files to the same level." +TERMUX_PKG_DESCRIPTION="Tool to normalize the loudness of different audio files to the same level" TERMUX_PKG_VERSION=0.4.12 TERMUX_PKG_REVISION=1 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" diff --git a/packages/colordiff/build.sh b/packages/colordiff/build.sh index bb64b9a4b..75c5ea74e 100644 --- a/packages/colordiff/build.sh +++ b/packages/colordiff/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://www.colordiff.org -TERMUX_PKG_DESCRIPTION="The Perl script colordiff is a wrapper for 'diff' and produces the same output but with pretty 'syntax' highlighting." +TERMUX_PKG_DESCRIPTION="Tool to colorize 'diff' output" TERMUX_PKG_VERSION=1.0.18 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" TERMUX_PKG_SRCURL=http://www.colordiff.org/colordiff-${TERMUX_PKG_VERSION}.tar.gz diff --git a/packages/gmic/build.sh b/packages/gmic/build.sh index 44f3674e2..93695b82c 100644 --- a/packages/gmic/build.sh +++ b/packages/gmic/build.sh @@ -1,8 +1,8 @@ -TERMUX_PKG_HOMEPAGE="http://gmic.eu" -TERMUX_PKG_DESCRIPTION="imageman" +TERMUX_PKG_HOMEPAGE=https://gmic.eu +TERMUX_PKG_DESCRIPTION="Full-featured framework for image processing" TERMUX_PKG_VERSION=2.1.1 TERMUX_PKG_SHA256=f65baf6b173ad0d25155c3993d97c0dac8ed15e79addb2a76178f9308852f5a3 -TERMUX_PKG_SRCURL=http://gmic.eu/files/source/gmic_$TERMUX_PKG_VERSION.tar.gz +TERMUX_PKG_SRCURL=https://gmic.eu/files/source/gmic_$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_DEPENDS="graphicsmagick++, libcurl, fftw, libpng, libjpeg-turbo, libtiff" TERMUX_PKG_BUILD_DEPENDS="graphicsmagick-dev" TERMUX_PKG_NO_DEVELSPLIT=yes diff --git a/packages/libmp3splt/build.sh b/packages/libmp3splt/build.sh index 2137b5620..2b556e01e 100644 --- a/packages/libmp3splt/build.sh +++ b/packages/libmp3splt/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://mp3splt.sourceforge.net -TERMUX_PKG_DESCRIPTION="Mp3Splt-project is a utility to split mp3, ogg vorbis and native FLAC files selecting a begin and an end time position, without decoding" +TERMUX_PKG_DESCRIPTION="Utility to split MP3, Ogg Vorbis and native FLAC files without decoding" TERMUX_PKG_VERSION=0.9.2 TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=http://prdownloads.sourceforge.net/mp3splt/libmp3splt-${TERMUX_PKG_VERSION}.tar.gz diff --git a/packages/libmpc/build.sh b/packages/libmpc/build.sh index d3795aee9..a544b83d3 100755 --- a/packages/libmpc/build.sh +++ b/packages/libmpc/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://www.multiprecision.org/ -TERMUX_PKG_DESCRIPTION="C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result" +TERMUX_PKG_DESCRIPTION="Library for the arithmetic of complex numbers with arbitrarily high precision" TERMUX_PKG_DEPENDS="libgmp, libmpfr" TERMUX_PKG_VERSION=1.0.3 TERMUX_PKG_REVISION=2 diff --git a/packages/make/build.sh b/packages/make/build.sh index 5dd841a52..2a10228fc 100755 --- a/packages/make/build.sh +++ b/packages/make/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/make/ -TERMUX_PKG_DESCRIPTION="Tool which controls the generation of executables and other non-source files of a program from the program's source files" +TERMUX_PKG_DESCRIPTION="Tool to control the generation of non-source files from source files" TERMUX_PKG_VERSION=4.2.1 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/make/make-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7 diff --git a/packages/ndk-multilib/build.sh b/packages/ndk-multilib/build.sh index 4ca728e3c..77d5ec901 100644 --- a/packages/ndk-multilib/build.sh +++ b/packages/ndk-multilib/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=https://developer.android.com/tools/sdk/ndk/index.html -TERMUX_SUBPKG_DESCRIPTION="multilib binaries for cross-compilation" +TERMUX_PKG_DESCRIPTION="Multilib binaries for cross-compilation" TERMUX_PKG_VERSION=$TERMUX_NDK_VERSION TERMUX_PKG_REVISION=1 TERMUX_PKG_NO_DEVELSPLIT=yes diff --git a/packages/netpbm/build.sh b/packages/netpbm/build.sh index 7297e8235..8bcb0c511 100644 --- a/packages/netpbm/build.sh +++ b/packages/netpbm/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://netpbm.sourceforge.net/ -TERMUX_PKG_DESCRIPTION="Toolkit for manipulation of graphic images, including conversion of images between a variety of different formats" +TERMUX_PKG_DESCRIPTION="Toolkit for manipulation of graphic images of different formats" # The netpbm releases are described at http://netpbm.sourceforge.net/release.html # and are divided among (1) Development, (2) Advanced, (3) Stable and (4) Super Stable. # Only Super Stable is distributed as a tar ball, but is outdated and does not compile with modern libpng. diff --git a/packages/pngquant/build.sh b/packages/pngquant/build.sh index 7dbdb409f..a13a616ab 100644 --- a/packages/pngquant/build.sh +++ b/packages/pngquant/build.sh @@ -1,4 +1,5 @@ TERMUX_PKG_HOMEPAGE=https://pngquant.org +TERMUX_PKG_DESCRIPTION="PNG image optimising utility" TERMUX_PKG_VERSION=2.11.4 TERMUX_PKG_SRCURL=https://github.com/pornel/pngquant/archive/$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=c45816daccf63e0910fdd31033f489fd153603082eea5ce7f28f62c000384446 diff --git a/packages/readline/build.sh b/packages/readline/build.sh index 8c840b1d8..e6cc4ac75 100755 --- a/packages/readline/build.sh +++ b/packages/readline/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html -TERMUX_PKG_DESCRIPTION="Library providing a set of functions for use by applications that allow users to edit command lines as they are typed in" +TERMUX_PKG_DESCRIPTION="Library that allow users to edit command lines as they are typed in" TERMUX_PKG_DEPENDS="libandroid-support, ncurses" _MAIN_VERSION=7.0 _PATCH_VERSION=3 diff --git a/packages/stow/build.sh b/packages/stow/build.sh index 78dc2c773..23bc287db 100644 --- a/packages/stow/build.sh +++ b/packages/stow/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/stow/ -TERMUX_PKG_DESCRIPTION="Stow is a tool for managing the installation of multiple software packages in the same run-time directory tree. " +TERMUX_PKG_DESCRIPTION="Tool for managing the installation of multiple software packages into a single directory" TERMUX_PKG_VERSION=2.2.2 TERMUX_PKG_SRCURL=http://mirror.reismil.ch/gnu/stow/stow-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=e2f77649301b215b9adbc2f074523bedebad366812690b9dc94457af5cf273df diff --git a/packages/tcsh/build.sh b/packages/tcsh/build.sh index 7c2a38627..7348df148 100644 --- a/packages/tcsh/build.sh +++ b/packages/tcsh/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://www.tcsh.org -TERMUX_PKG_DESCRIPTION="tcsh" +TERMUX_PKG_DESCRIPTION="TENEX C Shell, an enhanced version of Berkeley csh" TERMUX_PKG_VERSION=6.20.00 TERMUX_PKG_SRCURL=https://github.com/tcsh-org/tcsh/archive/TCSH${TERMUX_PKG_VERSION//./_}.tar.gz TERMUX_PKG_SHA256=5559d9508c4d90506a8a03a2ae62441944b99b60710268adb9aafd64f092f2d4 diff --git a/packages/tmux/build.sh b/packages/tmux/build.sh index 25082ce6c..bd1c556dd 100755 --- a/packages/tmux/build.sh +++ b/packages/tmux/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=https://tmux.github.io/ -TERMUX_PKG_DESCRIPTION="Terminal multiplexer implementing switching between several programs in one terminal, detaching them and reattaching them to a different terminal" +TERMUX_PKG_DESCRIPTION="Terminal multiplexer" # Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224 TERMUX_PKG_DEPENDS="ncurses, libevent, libutil, libandroid-support, libandroid-glob" TERMUX_PKG_VERSION=2.6 diff --git a/packages/valgrind/build.sh b/packages/valgrind/build.sh index bc7db12b0..a28b906d0 100644 --- a/packages/valgrind/build.sh +++ b/packages/valgrind/build.sh @@ -1,5 +1,5 @@ TERMUX_PKG_HOMEPAGE=http://valgrind.org/ -TERMUX_PKG_DESCRIPTION="Valgrind is an instrumentation framework for building dynamic analysis tools." +TERMUX_PKG_DESCRIPTION="Instrumentation framework for building dynamic analysis tools" TERMUX_PKG_VERSION=3.13.0 TERMUX_PKG_SRCURL=ftp://sourceware.org/pub/valgrind/valgrind-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b