svn commit: r424731 - in head/textproc: . libgepub

Ruslan Makhmatkhanov rm at FreeBSD.org
Wed Oct 26 19:17:19 UTC 2016


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list