Received: by mail.netbsd.org (Postfix, from userid 605) id A993D84ED8; Fri, 18 Jan 2019 13:34:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1CAC884DC3 for ; Fri, 18 Jan 2019 13:34:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OR4XSiqmKQ7g for ; Fri, 18 Jan 2019 13:34:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1192284CD8 for ; Fri, 18 Jan 2019 13:34:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 07EFFFB16; Fri, 18 Jan 2019 13:34:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547818453153060" MIME-Version: 1.0 Date: Fri, 18 Jan 2019 13:34:13 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/net/gallery-dl To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190118133413.07EFFFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1547818453153060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Fri Jan 18 13:34:12 UTC 2019 Modified Files: pkgsrc/net/gallery-dl: Makefile PLIST distinfo Log Message: gallery-dl: Update to 1.6.3 Changes: 1.6.3 ----- - Added `metadata` post-processor to write image metadata to an external file (#135) - Added option to reverse chapter order of manga extractors (#149) - Added authentication support for `danbooru` (#151) - Added tag metadata for `exhentai` and `hbrowse` galleries - Improved `*reactor` extractors (#148) - Fixed extraction issues for `nhentai` (#156), `pinterest`, `mangapark` To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/gallery-dl/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/gallery-dl/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/gallery-dl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547818453153060 Content-Disposition: inline Content-Length: 4024 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gallery-dl/Makefile diff -u pkgsrc/net/gallery-dl/Makefile:1.25 pkgsrc/net/gallery-dl/Makefile:1.26 --- pkgsrc/net/gallery-dl/Makefile:1.25 Tue Jan 1 20:09:26 2019 +++ pkgsrc/net/gallery-dl/Makefile Fri Jan 18 13:34:12 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2019/01/01 20:09:26 leot Exp $ +# $NetBSD: Makefile,v 1.26 2019/01/18 13:34:12 leot Exp $ -DISTNAME= gallery_dl-1.6.2 +DISTNAME= gallery_dl-1.6.3 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gallery-dl/} Index: pkgsrc/net/gallery-dl/PLIST diff -u pkgsrc/net/gallery-dl/PLIST:1.20 pkgsrc/net/gallery-dl/PLIST:1.21 --- pkgsrc/net/gallery-dl/PLIST:1.20 Tue Jan 1 20:09:26 2019 +++ pkgsrc/net/gallery-dl/PLIST Fri Jan 18 13:34:12 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2019/01/01 20:09:26 leot Exp $ +@comment $NetBSD: PLIST,v 1.21 2019/01/18 13:34:12 leot Exp $ bin/gallery-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -174,9 +174,6 @@ ${PYSITELIB}/gallery_dl/extractor/instag ${PYSITELIB}/gallery_dl/extractor/jaiminisbox.py ${PYSITELIB}/gallery_dl/extractor/jaiminisbox.pyc ${PYSITELIB}/gallery_dl/extractor/jaiminisbox.pyo -${PYSITELIB}/gallery_dl/extractor/joyreactor.py -${PYSITELIB}/gallery_dl/extractor/joyreactor.pyc -${PYSITELIB}/gallery_dl/extractor/joyreactor.pyo ${PYSITELIB}/gallery_dl/extractor/khinsider.py ${PYSITELIB}/gallery_dl/extractor/khinsider.pyc ${PYSITELIB}/gallery_dl/extractor/khinsider.pyo @@ -255,12 +252,12 @@ ${PYSITELIB}/gallery_dl/extractor/pinter ${PYSITELIB}/gallery_dl/extractor/pixiv.py ${PYSITELIB}/gallery_dl/extractor/pixiv.pyc ${PYSITELIB}/gallery_dl/extractor/pixiv.pyo -${PYSITELIB}/gallery_dl/extractor/pornreactor.py -${PYSITELIB}/gallery_dl/extractor/pornreactor.pyc -${PYSITELIB}/gallery_dl/extractor/pornreactor.pyo ${PYSITELIB}/gallery_dl/extractor/powermanga.py ${PYSITELIB}/gallery_dl/extractor/powermanga.pyc ${PYSITELIB}/gallery_dl/extractor/powermanga.pyo +${PYSITELIB}/gallery_dl/extractor/reactor.py +${PYSITELIB}/gallery_dl/extractor/reactor.pyc +${PYSITELIB}/gallery_dl/extractor/reactor.pyo ${PYSITELIB}/gallery_dl/extractor/readcomiconline.py ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyc ${PYSITELIB}/gallery_dl/extractor/readcomiconline.pyo @@ -357,6 +354,9 @@ ${PYSITELIB}/gallery_dl/postprocessor/co ${PYSITELIB}/gallery_dl/postprocessor/exec.py ${PYSITELIB}/gallery_dl/postprocessor/exec.pyc ${PYSITELIB}/gallery_dl/postprocessor/exec.pyo +${PYSITELIB}/gallery_dl/postprocessor/metadata.py +${PYSITELIB}/gallery_dl/postprocessor/metadata.pyc +${PYSITELIB}/gallery_dl/postprocessor/metadata.pyo ${PYSITELIB}/gallery_dl/postprocessor/ugoira.py ${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyc ${PYSITELIB}/gallery_dl/postprocessor/ugoira.pyo Index: pkgsrc/net/gallery-dl/distinfo diff -u pkgsrc/net/gallery-dl/distinfo:1.24 pkgsrc/net/gallery-dl/distinfo:1.25 --- pkgsrc/net/gallery-dl/distinfo:1.24 Tue Jan 1 20:09:26 2019 +++ pkgsrc/net/gallery-dl/distinfo Fri Jan 18 13:34:12 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2019/01/01 20:09:26 leot Exp $ +$NetBSD: distinfo,v 1.25 2019/01/18 13:34:12 leot Exp $ -SHA1 (gallery_dl-1.6.2.tar.gz) = 047ae4c76d24640d7f74c1cc0f9a0f82149ceb81 -RMD160 (gallery_dl-1.6.2.tar.gz) = 4c1508db85f8f9af711129d3fef596905d9dbff3 -SHA512 (gallery_dl-1.6.2.tar.gz) = 715f6259a66480ab2b4f83a35d549f21dffcbf202ecbd3005cb0ac8c3e91ac6e9fd945ef541b7e3f45cf02973a8dfb8c202adc5effbe6d470e3fba68012b2178 -Size (gallery_dl-1.6.2.tar.gz) = 157545 bytes +SHA1 (gallery_dl-1.6.3.tar.gz) = 30abb4aa351c665a64969112d4aec9ce5ab6bef5 +RMD160 (gallery_dl-1.6.3.tar.gz) = f5e378b0be61e5c624ebca5dbf3ca9110b9110b8 +SHA512 (gallery_dl-1.6.3.tar.gz) = d1d974e39b348d66af3766a57cb225e2fdac7e07ef3109069893b2a1e727ef60e83441af187cc1fb04ca4aacbbf86d8b9932fcba82e5a9c6aa0c1ca69fb04af8 +Size (gallery_dl-1.6.3.tar.gz) = 159595 bytes SHA1 (patch-gallery__dl_version.py) = 2a6969dcfcf538cb6038795a9aa94d59c8b97553 --_----------=_1547818453153060--