From owner-svn-ports-head@freebsd.org Thu Sep 14 21:13:20 2017 Return-Path: Delivered-To: svn-ports-head@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 8CFE5E0C7AF; Thu, 14 Sep 2017 21:13:20 +0000 (UTC) (envelope-from swills@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 695EF69F50; Thu, 14 Sep 2017 21:13:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ELDJIO016064; Thu, 14 Sep 2017 21:13:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ELDJ8B016059; Thu, 14 Sep 2017 21:13:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709142113.v8ELDJ8B016059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 14 Sep 2017 21:13:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449854 - in head/devel: . libzim X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . libzim X-SVN-Commit-Revision: 449854 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2017 21:13:20 -0000 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 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