svn commit: r412924 - in head/devel: . zeal

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Apr 10 12:04:44 UTC 2016


Author: rakuco
Date: Sun Apr 10 12:04:42 2016
New Revision: 412924
URL: https://svnweb.freebsd.org/changeset/ports/412924

Log:
  New port: devel/zeal.
  
  Zeal is a simple offline documentation browser inspired by Dash.
  
  - Save yourself from distractions, and keep all documentation you need
    instantly available.
  - Do not depend on your Internet connection or public Wi-Fi.
  - Keep your documentation fresh with the built-in docset update system.
  - Integrate Zeal with IDEA, Sublime Text, ViM, or your favourite IDE via
    variety of plugins.
  
  WWW: https://zealdocs.org

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Apr 10 11:58:49 2016	(r412923)
+++ head/devel/Makefile	Sun Apr 10 12:04:42 2016	(r412924)
@@ -5427,6 +5427,7 @@
     SUBDIR += z80-asm
     SUBDIR += z80asm
     SUBDIR += z80ex
+    SUBDIR += zeal
     SUBDIR += zookeeper
     SUBDIR += zpu-binutils
     SUBDIR += zpu-gcc

Added: head/devel/zeal/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/zeal/Makefile	Sun Apr 10 12:04:42 2016	(r412924)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	zeal
+PORTVERSION=	0.2.1
+DISTVERSIONPREFIX=v
+CATEGORIES=	devel
+
+MAINTAINER=	rakuco at FreeBSD.org
+COMMENT=	Offline documentation browser
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libxcb.so:x11/libxcb \
+		libxcb-keysyms.so:x11/xcb-util-keysyms
+
+USES=		compiler:c++11-lib desktop-file-utils libarchive \
+		pkgconfig qmake:outsource
+USE_GL=		gl  # Dependency added by qt5-gui.
+USE_GITHUB=	yes
+USE_QT5=	concurrent core gui network sql webkit x11extras \
+		buildtools_build
+USE_XORG=	x11 xcb
+
+GH_ACCOUNT=	zealdocs
+INSTALLS_ICONS=	yes
+
+.include <bsd.port.mk>

Added: head/devel/zeal/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/zeal/distinfo	Sun Apr 10 12:04:42 2016	(r412924)
@@ -0,0 +1,2 @@
+SHA256 (zealdocs-zeal-v0.2.1_GH0.tar.gz) = 994c5fad079cb34952fc05b0663920118489ed7f00f8e5a5887ff2e2bd05861d
+SIZE (zealdocs-zeal-v0.2.1_GH0.tar.gz) = 914998

Added: head/devel/zeal/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/zeal/pkg-descr	Sun Apr 10 12:04:42 2016	(r412924)
@@ -0,0 +1,10 @@
+Zeal is a simple offline documentation browser inspired by Dash.
+
+- Save yourself from distractions, and keep all documentation you need
+  instantly available.
+- Do not depend on your Internet connection or public Wi-Fi.
+- Keep your documentation fresh with the built-in docset update system.
+- Integrate Zeal with IDEA, Sublime Text, ViM, or your favourite IDE via
+  variety of plugins.
+
+WWW: https://zealdocs.org

Added: head/devel/zeal/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/zeal/pkg-message	Sun Apr 10 12:04:42 2016	(r412924)
@@ -0,0 +1,7 @@
+After installing Zeal, you need to download docsets.
+
+Go to File->Options->Docsets, select the ones you want, and click the
+Download button.
+
+You can also create your own docsets by following these instructions:
+https://kapeli.com/docsets

Added: head/devel/zeal/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/zeal/pkg-plist	Sun Apr 10 12:04:42 2016	(r412924)
@@ -0,0 +1,7 @@
+bin/zeal
+share/applications/zeal.desktop
+share/icons/hicolor/128x128/apps/zeal.png
+share/icons/hicolor/16x16/apps/zeal.png
+share/icons/hicolor/24x24/apps/zeal.png
+share/icons/hicolor/32x32/apps/zeal.png
+share/icons/hicolor/64x64/apps/zeal.png


More information about the svn-ports-all mailing list