From owner-svn-ports-all@freebsd.org Sat Oct 15 13:46:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9D2EC1262F; Sat, 15 Oct 2016 13:46:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E2B8688; Sat, 15 Oct 2016 13:46:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9FDjxA8058612; Sat, 15 Oct 2016 13:45:59 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9FDjxMu058608; Sat, 15 Oct 2016 13:45:59 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201610151345.u9FDjxMu058608@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 15 Oct 2016 13:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424019 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2016 13:46:00 -0000 Author: madpilot Date: Sat Oct 15 13:45:59 2016 New Revision: 424019 URL: https://svnweb.freebsd.org/changeset/ports/424019 Log: - Update calibre to 2.70.0 - Add LICENSE Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Sat Oct 15 13:36:21 2016 (r424018) +++ head/deskutils/calibre/Makefile Sat Oct 15 13:45:59 2016 (r424019) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 2.69.0 +PORTVERSION= 2.70.0 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ MAINTAINER= madpilot@FreeBSD.org COMMENT= Ebook management application +LICENSE= GPLv3 + LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \ libfontconfig.so:x11-fonts/fontconfig \ libpoppler-qt5.so:graphics/poppler-qt5 \ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Sat Oct 15 13:36:21 2016 (r424018) +++ head/deskutils/calibre/distinfo Sat Oct 15 13:45:59 2016 (r424019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475221629 -SHA256 (calibre-2.69.0.tar.xz) = 30350293589d97a2668555cfe56446e4544c573974b158d6604fcf56e156f273 -SIZE (calibre-2.69.0.tar.xz) = 40049672 +TIMESTAMP = 1476430993 +SHA256 (calibre-2.70.0.tar.xz) = 90391605c43db01acd7acf21707f5aa95c329b2055cca1b09b6fa46e050b3ba2 +SIZE (calibre-2.70.0.tar.xz) = 40279720 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Sat Oct 15 13:36:21 2016 (r424018) +++ head/deskutils/calibre/pkg-plist Sat Oct 15 13:45:59 2016 (r424019) @@ -454,6 +454,7 @@ lib/calibre/calibre/ebooks/oeb/polish/co lib/calibre/calibre/ebooks/oeb/polish/cover.py lib/calibre/calibre/ebooks/oeb/polish/create.py lib/calibre/calibre/ebooks/oeb/polish/css.py +lib/calibre/calibre/ebooks/oeb/polish/download.py lib/calibre/calibre/ebooks/oeb/polish/embed.py lib/calibre/calibre/ebooks/oeb/polish/errors.py lib/calibre/calibre/ebooks/oeb/polish/fonts.py @@ -1062,6 +1063,7 @@ lib/calibre/calibre/gui2/tweak_book/diff lib/calibre/calibre/gui2/tweak_book/diff/highlight.py lib/calibre/calibre/gui2/tweak_book/diff/main.py lib/calibre/calibre/gui2/tweak_book/diff/view.py +lib/calibre/calibre/gui2/tweak_book/download.py lib/calibre/calibre/gui2/tweak_book/editor/__init__.py lib/calibre/calibre/gui2/tweak_book/editor/canvas.py lib/calibre/calibre/gui2/tweak_book/editor/comments.py @@ -1339,14 +1341,6 @@ lib/calibre/calibre/utils/opensearch/que lib/calibre/calibre/utils/opensearch/url.py lib/calibre/calibre/utils/ordered_dict.py lib/calibre/calibre/utils/podofo/__init__.py -lib/calibre/calibre/utils/pyconsole/__init__.py -lib/calibre/calibre/utils/pyconsole/console.py -lib/calibre/calibre/utils/pyconsole/controller.py -lib/calibre/calibre/utils/pyconsole/formatter.py -lib/calibre/calibre/utils/pyconsole/history.py -lib/calibre/calibre/utils/pyconsole/interpreter.py -lib/calibre/calibre/utils/pyconsole/main.py -lib/calibre/calibre/utils/pyparsing.py lib/calibre/calibre/utils/rapydscript.py lib/calibre/calibre/utils/recycle_bin.py lib/calibre/calibre/utils/resources.py @@ -1711,11 +1705,9 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/config.png %%DATADIR%%/images/connect_share.png %%DATADIR%%/images/connect_share_on.png -%%DATADIR%%/images/console.png %%DATADIR%%/images/convert.png %%DATADIR%%/images/copy-to-library.png %%DATADIR%%/images/cover_flow.png -%%DATADIR%%/images/cover_texture.png %%DATADIR%%/images/debug.png %%DATADIR%%/images/default_cover.png %%DATADIR%%/images/devices/bambook.png @@ -1741,7 +1733,6 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/dot_green.png %%DATADIR%%/images/dot_red.png %%DATADIR%%/images/download-metadata.png -%%DATADIR%%/images/drawer.png %%DATADIR%%/images/drm-locked.png %%DATADIR%%/images/drm-unlocked.png %%DATADIR%%/images/edit-clear.png @@ -1898,6 +1889,7 @@ lib/calibre/tinycss/version.py %%DATADIR%%/images/trash.png %%DATADIR%%/images/trim.png %%DATADIR%%/images/tweak.png +%%DATADIR%%/images/tweaks.png %%DATADIR%%/images/unpack-book.png %%DATADIR%%/images/user_profile.png %%DATADIR%%/images/view-image.png