Date: Tue, 7 Jan 2020 11:14:56 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522324 - head/net-p2p/torrent-file-editor Message-ID: <202001071114.007BEu97079733@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jan 7 11:14:55 2020 New Revision: 522324 URL: https://svnweb.freebsd.org/changeset/ports/522324 Log: - Update to version 0.3.17 - Augment port description Reported by: portscout Modified: head/net-p2p/torrent-file-editor/Makefile head/net-p2p/torrent-file-editor/distinfo head/net-p2p/torrent-file-editor/pkg-descr Modified: head/net-p2p/torrent-file-editor/Makefile ============================================================================== --- head/net-p2p/torrent-file-editor/Makefile Tue Jan 7 11:12:17 2020 (r522323) +++ head/net-p2p/torrent-file-editor/Makefile Tue Jan 7 11:14:55 2020 (r522324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= torrent-file-editor -PORTVERSION= 0.3.16 +PORTVERSION= 0.3.17 DISTVERSIONPREFIX= v CATEGORIES= net-p2p Modified: head/net-p2p/torrent-file-editor/distinfo ============================================================================== --- head/net-p2p/torrent-file-editor/distinfo Tue Jan 7 11:12:17 2020 (r522323) +++ head/net-p2p/torrent-file-editor/distinfo Tue Jan 7 11:14:55 2020 (r522324) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569226686 -SHA256 (torrent-file-editor-torrent-file-editor-v0.3.16_GH0.tar.gz) = 430338d5d57a58caac7e1f5f2a43a3f4605ef445108297b4e557cc9d4f34afb1 -SIZE (torrent-file-editor-torrent-file-editor-v0.3.16_GH0.tar.gz) = 392827 +TIMESTAMP = 1578160957 +SHA256 (torrent-file-editor-torrent-file-editor-v0.3.17_GH0.tar.gz) = e81a8701f04715dd9162a67cb1732f9d93209200a2aefcf9d2cc6acbb8d76443 +SIZE (torrent-file-editor-torrent-file-editor-v0.3.17_GH0.tar.gz) = 392867 Modified: head/net-p2p/torrent-file-editor/pkg-descr ============================================================================== --- head/net-p2p/torrent-file-editor/pkg-descr Tue Jan 7 11:12:17 2020 (r522323) +++ head/net-p2p/torrent-file-editor/pkg-descr Tue Jan 7 11:14:55 2020 (r522324) @@ -1,10 +1,13 @@ -This is a Qt-based GUI tool designed to create and edit .torrent files. -Some of its features: +Cross-platform Qt-based GUI program intended to create and edit .torrent +and uTorrent .dat files; replacement for BEncode Editor which has modern +design and extra features: - - Create .torrent file from scratch - - Edit .torrent file in user-friendly way - - Edit .torrent file in JSON format - - Add, remove, and interchange files in .torrent file + - Create .torrent file from scratch; add, remove, change file + order in the existing .torrent file + - Change main .torrent file information: name, comment, publisher, + URL, creation date, tracker list, and author + - Edit .torrent file in JSON format or as a binary tree - Support for different encodings + - Translated to many languages; has command line mode WWW: https://torrent-file-editor.github.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001071114.007BEu97079733>