pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/translate-shell
Module Name: pkgsrc
Committed By: leot
Date: Mon Oct 16 14:13:14 UTC 2017
Modified Files:
pkgsrc/textproc/translate-shell: Makefile distinfo
Log Message:
translate-shell: Update translate-shell to 0.9.6.5
pkgsrc changes:
- Take MAINTAINERship
- No need to redefine WRKSRC, NFCI.
Changes:
0.9.6.5
-------
- Translators/SpellChecker: add a simple wrapper for aspell/hunspell (only used
via `-e spell|aspell|hunspell' option, for the moment no DEPENDS was added for
it and if aspell or hunspell isn't installed this feature can not be used
(trans will print an error message about that)).
- Implement DESTDIR support
- Translators/GoogleTranslate: preserve alternative translations even if
dictionary information exists
- Translate: add support for basic authentication for HTTP proxies
- Misc improvements and bug fixies
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/translate-shell/Makefile \
pkgsrc/textproc/translate-shell/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/translate-shell/Makefile
diff -u pkgsrc/textproc/translate-shell/Makefile:1.1 pkgsrc/textproc/translate-shell/Makefile:1.2
--- pkgsrc/textproc/translate-shell/Makefile:1.1 Sun Sep 3 18:12:18 2017
+++ pkgsrc/textproc/translate-shell/Makefile Mon Oct 16 14:13:14 2017
@@ -1,16 +1,15 @@
-# $NetBSD: Makefile,v 1.1 2017/09/03 18:12:18 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/16 14:13:14 leot Exp $
-DISTNAME= translate-shell-0.9.6.4
+DISTNAME= translate-shell-0.9.6.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=soimort/}
GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= leot%NetBSD.org@localhost
HOMEPAGE= https://www.soimort.org/translate-shell/
COMMENT= Command-line translator
LICENSE= unlicense
-WRKSRC= ${WRKDIR}/translate-shell-${PKGVERSION_NOREV}
USE_LANGUAGES= # none
USE_TOOLS+= bash:run gawk:run
Index: pkgsrc/textproc/translate-shell/distinfo
diff -u pkgsrc/textproc/translate-shell/distinfo:1.1 pkgsrc/textproc/translate-shell/distinfo:1.2
--- pkgsrc/textproc/translate-shell/distinfo:1.1 Sun Sep 3 18:12:18 2017
+++ pkgsrc/textproc/translate-shell/distinfo Mon Oct 16 14:13:14 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/03 18:12:18 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/10/16 14:13:14 leot Exp $
-SHA1 (translate-shell-0.9.6.4.tar.gz) = 968b20c09be5b6b28366ee5afbcb495e0f9d5365
-RMD160 (translate-shell-0.9.6.4.tar.gz) = 2d5e32ee48edde9e5d3c640e787beb9f57106032
-SHA512 (translate-shell-0.9.6.4.tar.gz) = 98c4a329794d38a5d22d98bf7bb821f1adc3e42dac96d2fd791e7cf64d785458d0f6006e83b21497f259525b1a70f306ab69090d3a12996610f742323a371147
-Size (translate-shell-0.9.6.4.tar.gz) = 69788 bytes
+SHA1 (translate-shell-0.9.6.5.tar.gz) = 387c11e01bf2578f95b644499577cfe04ea7fc65
+RMD160 (translate-shell-0.9.6.5.tar.gz) = 588eaacff5e79eef03520ea50a9be9a5472f30f7
+SHA512 (translate-shell-0.9.6.5.tar.gz) = 3c7a6bdb735ea2901fee712b403c6911719d63079e9a1fa0a7ef35ac7218deaa671f7fce02a6d0bcfa3883b442228a3049897917da9982922e603722769094d1
+Size (translate-shell-0.9.6.5.tar.gz) = 71244 bytes
Home |
Main Index |
Thread Index |
Old Index