Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2017 21:13:19 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449854 - in head/devel: . libzim
Message-ID:  <201709142113.v8ELDJ8B016059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Sep 14 21:13:19 2017
New Revision: 449854
URL: https://svnweb.freebsd.org/changeset/ports/449854

Log:
  devel/libzim: create port
  
  The openZIM project proposes offline storage solutions for content coming from
  the Web.
  
  WWW: http://www.openzim.org/wiki/OpenZIM

Added:
  head/devel/libzim/
  head/devel/libzim/Makefile   (contents, props changed)
  head/devel/libzim/distinfo   (contents, props changed)
  head/devel/libzim/pkg-descr   (contents, props changed)
  head/devel/libzim/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Sep 14 21:02:51 2017	(r449853)
+++ head/devel/Makefile	Thu Sep 14 21:13:19 2017	(r449854)
@@ -1575,6 +1575,7 @@
     SUBDIR += libxalloc
     SUBDIR += libxo
     SUBDIR += libxs
+    SUBDIR += libzim
     SUBDIR += libzookeeper
     SUBDIR += libzrtpcpp
     SUBDIR += libzvbi

Added: head/devel/libzim/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libzim/Makefile	Thu Sep 14 21:13:19 2017	(r449854)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	libzim
+PORTVERSION=	2.0.0
+CATEGORIES=	devel
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Reference implementation of the ZIM specification
+
+LIB_DEPENDS=	libicui18n.so:devel/icu \
+		libxapian.so:databases/xapian-core
+
+USES=		meson pkgconfig
+USE_LDCONFIG=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	openzim
+
+.include <bsd.port.mk>

Added: head/devel/libzim/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libzim/distinfo	Thu Sep 14 21:13:19 2017	(r449854)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505422546
+SHA256 (openzim-libzim-2.0.0_GH0.tar.gz) = c148aa62a346628447093b0b1eb0b2f1a7236c7555ed2bdd74515b0cc75b167c
+SIZE (openzim-libzim-2.0.0_GH0.tar.gz) = 86835

Added: head/devel/libzim/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libzim/pkg-descr	Thu Sep 14 21:13:19 2017	(r449854)
@@ -0,0 +1,4 @@
+The openZIM project proposes offline storage solutions for content coming from
+the Web.
+
+WWW: http://www.openzim.org/wiki/OpenZIM

Added: head/devel/libzim/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libzim/pkg-plist	Thu Sep 14 21:13:19 2017	(r449854)
@@ -0,0 +1,28 @@
+bin/zimdump
+bin/zimsearch
+include/zim/article.h
+include/zim/blob.h
+include/zim/cache.h
+include/zim/cluster.h
+include/zim/dirent.h
+include/zim/error.h
+include/zim/file.h
+include/zim/fileheader.h
+include/zim/fileimpl.h
+include/zim/fileiterator.h
+include/zim/fstream.h
+include/zim/noncopyable.h
+include/zim/refcounted.h
+include/zim/search.h
+include/zim/search_iterator.h
+include/zim/smartptr.h
+include/zim/template.h
+include/zim/uuid.h
+include/zim/writer/articlesource.h
+include/zim/writer/dirent.h
+include/zim/writer/zimcreator.h
+include/zim/zim.h
+lib/libzim.so
+lib/libzim.so.2
+lib/libzim.so.2.0.0
+libdata/pkgconfig/libzim.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709142113.v8ELDJ8B016059>