From owner-svn-ports-all@freebsd.org Wed Oct 26 19:17:19 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 27E10C229E7; Wed, 26 Oct 2016 19:17:19 +0000 (UTC) (envelope-from rm@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 D8C8A616; Wed, 26 Oct 2016 19:17:18 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9QJHI1a076194; Wed, 26 Oct 2016 19:17:18 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9QJHHxw076189; Wed, 26 Oct 2016 19:17:17 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610261917.u9QJHHxw076189@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Wed, 26 Oct 2016 19:17:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424731 - in head/textproc: . libgepub 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: Wed, 26 Oct 2016 19:17:19 -0000 Author: rm Date: Wed Oct 26 19:17:17 2016 New Revision: 424731 URL: https://svnweb.freebsd.org/changeset/ports/424731 Log: libgepub is a GObject based library for handling and rendering epub documents. It is used in gnome-documents 3.22 Added: head/textproc/libgepub/ head/textproc/libgepub/Makefile (contents, props changed) head/textproc/libgepub/distinfo (contents, props changed) head/textproc/libgepub/pkg-descr (contents, props changed) head/textproc/libgepub/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Oct 26 18:55:43 2016 (r424730) +++ head/textproc/Makefile Wed Oct 26 19:17:17 2016 (r424731) @@ -396,6 +396,7 @@ SUBDIR += libexttextcat SUBDIR += libflate SUBDIR += libfo + SUBDIR += libgepub SUBDIR += libguess SUBDIR += libkmfl SUBDIR += libkolabxml Added: head/textproc/libgepub/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libgepub/Makefile Wed Oct 26 19:17:17 2016 (r424731) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= libgepub +PORTVERSION= 0.4 +CATEGORIES= textproc gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GObject based library for handling and rendering epub documents + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ + libsoup-2.4.so:devel/libsoup + +GNU_CONFIGURE= yes +USES= gettext-runtime gnome gmake libarchive libtool pathfix \ + pkgconfig tar:xz +USE_GNOME= atk cairo glib20 gdkpixbuf2 gtk30 libxml2 pango +INSTALL_TARGET= install-strip + +.include Added: head/textproc/libgepub/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libgepub/distinfo Wed Oct 26 19:17:17 2016 (r424731) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476870867 +SHA256 (libgepub-0.4.tar.xz) = 5666a1c4d186d205bd2d91b71d4c1cd5426025569114a765dd913a564f149ff4 +SIZE (libgepub-0.4.tar.xz) = 246016 Added: head/textproc/libgepub/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libgepub/pkg-descr Wed Oct 26 19:17:17 2016 (r424731) @@ -0,0 +1,2 @@ +libgepub is a GObject based library for handling and rendering epub +documents. Added: head/textproc/libgepub/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libgepub/pkg-plist Wed Oct 26 19:17:17 2016 (r424731) @@ -0,0 +1,12 @@ +include/libgepub/gepub-archive.h +include/libgepub/gepub-doc.h +include/libgepub/gepub-text-chunk.h +include/libgepub/gepub-widget.h +include/libgepub/gepub.h +lib/girepository-1.0/Gepub-0.4.typelib +lib/libgepub.a +lib/libgepub.so +lib/libgepub.so.0 +lib/libgepub.so.0.0.0 +libdata/pkgconfig/libgepub.pc +share/gir-1.0/Gepub-0.4.gir