pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

- girara,zathura*: imported in pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Feb 14 15:11:11 2016 +0100
Changeset:	d5cc926fc56d551a222d2df7494707e774d8cd23

Modified Files:
	Makefile
Removed Files:
	girara/DESCR
	girara/Makefile
	girara/PLIST
	girara/buildlink3.mk
	girara/distinfo
	girara/patches/patch-macros.h
	zathura-cb/DESCR
	zathura-cb/Makefile
	zathura-cb/PLIST
	zathura-cb/distinfo
	zathura-djvu/DESCR
	zathura-djvu/Makefile
	zathura-djvu/PLIST
	zathura-djvu/distinfo
	zathura-mupdf/DESCR
	zathura-mupdf/Makefile
	zathura-mupdf/PLIST
	zathura-mupdf/distinfo
	zathura-mupdf/patches/patch-document.c
	zathura-mupdf/patches/patch-render.c
	zathura-poppler/DESCR
	zathura-poppler/Makefile
	zathura-poppler/PLIST
	zathura-poppler/distinfo
	zathura-ps/DESCR
	zathura-ps/Makefile
	zathura-ps/PLIST
	zathura-ps/distinfo
	zathura/DESCR
	zathura/Makefile
	zathura/PLIST
	zathura/buildlink3.mk
	zathura/distinfo
	zathura/patches/patch-zathura_main.c

Log Message:
- girara,zathura*: imported in pkgsrc

Delete girara, zathura and zathura-{cb,djvu,mupdf,poppler,ps}, respectively
imported as: graphics/girara, print/zathura, graphics/zathura-cb,
graphics/zathura-djvu, and print/zathura-{pdf-mupdf,pdf-poppler,ps}.

Discussed and ok degroote@.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d5cc926fc56d551a222d2df7494707e774d8cd23

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                               |  7 -------
 girara/DESCR                           |  9 ---------
 girara/Makefile                        | 25 -----------------------
 girara/PLIST                           | 36 ----------------------------------
 girara/buildlink3.mk                   | 15 --------------
 girara/distinfo                        |  7 -------
 girara/patches/patch-macros.h          | 16 ---------------
 zathura-cb/DESCR                       |  1 -
 zathura-cb/Makefile                    | 22 ---------------------
 zathura-cb/PLIST                       |  3 ---
 zathura-cb/distinfo                    |  6 ------
 zathura-djvu/DESCR                     |  2 --
 zathura-djvu/Makefile                  | 22 ---------------------
 zathura-djvu/PLIST                     |  3 ---
 zathura-djvu/distinfo                  |  6 ------
 zathura-mupdf/DESCR                    |  2 --
 zathura-mupdf/Makefile                 | 27 -------------------------
 zathura-mupdf/PLIST                    |  3 ---
 zathura-mupdf/distinfo                 |  8 --------
 zathura-mupdf/patches/patch-document.c | 15 --------------
 zathura-mupdf/patches/patch-render.c   | 15 --------------
 zathura-poppler/DESCR                  |  2 --
 zathura-poppler/Makefile               | 25 -----------------------
 zathura-poppler/PLIST                  |  4 ----
 zathura-poppler/distinfo               |  6 ------
 zathura-ps/DESCR                       |  2 --
 zathura-ps/Makefile                    | 22 ---------------------
 zathura-ps/PLIST                       |  3 ---
 zathura-ps/distinfo                    |  6 ------
 zathura/DESCR                          |  5 -----
 zathura/Makefile                       | 23 ----------------------
 zathura/PLIST                          | 36 ----------------------------------
 zathura/buildlink3.mk                  | 16 ---------------
 zathura/distinfo                       |  7 -------
 zathura/patches/patch-zathura_main.c   | 17 ----------------
 35 files changed, 424 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index d90ad38..b62999a 100644
--- a/Makefile
+++ b/Makefile
@@ -845,7 +845,6 @@ SUBDIR+=	giggle
 SUBDIR+=	gimmie
 SUBDIR+=	gimp-dds
 SUBDIR+=	gin
-SUBDIR+=	girara
 SUBDIR+=	git
 SUBDIR+=	git-docs-html
 SUBDIR+=	git-modes-git
@@ -4240,12 +4239,6 @@ SUBDIR+=	zabbix-server
 SUBDIR+=	zabbix-server-mysql
 SUBDIR+=	zabbix-server-pgsql
 SUBDIR+=	zapping
-SUBDIR+=	zathura
-SUBDIR+=	zathura-cb
-SUBDIR+=	zathura-djvu
-SUBDIR+=	zathura-mupdf
-SUBDIR+=	zathura-poppler
-SUBDIR+=	zathura-ps
 SUBDIR+=	zbar
 SUBDIR+=	zenity
 SUBDIR+=	zetacoin
diff --git a/girara/DESCR b/girara/DESCR
deleted file mode 100644
index 3c6aba6..0000000
--- a/girara/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-girara is a library that implements a user interface that focuses on simplicity
-and minimalism. Currently based on GTK+, a cross-platform widget toolkit, it
-provides an interface that focuses on three main components: A so-called view
-widget that represents the actual application (e.g. a website (browser), an
-image (image viewer) or the document (document viewer)), an input bar that is
-used to execute commands of the application and the status bar which provides
-the user with current information. girara was designed to replace and enhance
-the user interface that is used by zathura and jumanji and other features that
-those applications share.
diff --git a/girara/Makefile b/girara/Makefile
deleted file mode 100644
index b3a21b5..0000000
--- a/girara/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2015/09/03 22:35:18 leot1990 Exp $
-#
-
-DISTNAME=	girara-0.2.5
-CATEGORIES=	x11
-MASTER_SITES=	http://pwmt.org/projects/girara/download/
-
-MAINTAINER=	degroote%NetBSD.org@localhost
-HOMEPAGE=	http://pwmt.org/projects/girara/
-COMMENT=	Library to develop simple and minimalist user interface
-LICENSE=	zlib
-
-USE_TOOLS+=	gmake msgfmt pkg-config
-USE_LIBTOOL=	yes
-
-SUBST_CLASSES+=		makefile
-SUBST_STAGE.makefile=	pre-configure
-SUBST_MESSAGE.makefile=	Fixing install invocation
-SUBST_FILES.makefile=	Makefile
-SUBST_SED.makefile=	-e '/install.*\.so.*/ s;install -m 644;${INSTALL_LIB:Q};'
-
-MAKE_ENV+=	COLOR=0
-
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/girara/PLIST b/girara/PLIST
deleted file mode 100644
index 7394c04..0000000
--- a/girara/PLIST
+++ /dev/null
@@ -1,36 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2015/04/14 18:09:40 leot1990 Exp $
-include/girara/callbacks.h
-include/girara/commands.h
-include/girara/completion.h
-include/girara/config.h
-include/girara/css-definitions.h
-include/girara/datastructures.h
-include/girara/entry.h
-include/girara/girara.h
-include/girara/input-history.h
-include/girara/macros.h
-include/girara/session.h
-include/girara/settings.h
-include/girara/shortcuts.h
-include/girara/statusbar.h
-include/girara/tabs.h
-include/girara/template.h
-include/girara/types.h
-include/girara/utils.h
-include/girara/version.h
-lib/libgirara-gtk3.a
-lib/libgirara-gtk3.so
-lib/libgirara-gtk3.so.2
-lib/libgirara-gtk3.so.2.0
-lib/pkgconfig/girara-gtk3.pc
-share/locale/de/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/el/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/eo/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/es/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/fr/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/he/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/it/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/pl/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/pt_BR/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/ru/LC_MESSAGES/libgirara-gtk3-2.mo
-share/locale/tr/LC_MESSAGES/libgirara-gtk3-2.mo
diff --git a/girara/buildlink3.mk b/girara/buildlink3.mk
deleted file mode 100644
index 97c3cbe..0000000
--- a/girara/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2015/04/14 18:09:40 leot1990 Exp $
-
-BUILDLINK_TREE+=	girara
-
-.if !defined(GIRARA_BUILDLINK3_MK)
-GIRARA_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.girara+=	girara>=0.2.4
-BUILDLINK_ABI_DEPENDS.girara+=	girara>=0.2.4
-BUILDLINK_PKGSRCDIR.girara?=	../../wip/girara
-
-.include "../../x11/gtk3/buildlink3.mk"
-.endif # GIRARA_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-girara
diff --git a/girara/distinfo b/girara/distinfo
deleted file mode 100644
index 873d2c3..0000000
--- a/girara/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.8 2015/04/14 18:09:40 leot1990 Exp $
-
-SHA1 (girara-0.2.5.tar.gz) = 45a6b3fece67a10c44409c776946dc412f41bfaa
-RMD160 (girara-0.2.5.tar.gz) = d51ba0e216a88a8e16a881af3eef870690dd00f8
-SHA512 (girara-0.2.5.tar.gz) = 62f497d0bcab0765946d141b5c9bd79459e526e385da32f69311e810c9142e570de41521b98df8e08b44e0e34326db370f5b5ed4cb02bbdc2124febe6c2cce45
-Size (girara-0.2.5.tar.gz) = 75215 bytes
-SHA1 (patch-macros.h) = f9467ab009a53feec710a5f3d984c7b67b6747be
diff --git a/girara/patches/patch-macros.h b/girara/patches/patch-macros.h
deleted file mode 100644
index 496d871..0000000
--- a/girara/patches/patch-macros.h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-macros.h,v 1.2 2015/04/14 18:09:40 leot1990 Exp $
-
-pragma GCC diagnostic only acts on some lines.
-See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52116
-
---- girara/macros.h.orig	2014-06-24 20:27:39.000000000 +0000
-+++ girara/macros.h
-@@ -51,7 +51,7 @@
- #endif
- 
- #ifndef GIRARA_DO_PRAGMA
--# if defined(__GNUC__) || defined(__clang__)
-+# if defined(__clang__)
- #  define GIRARA_DO_PRAGMA(x) _Pragma(#x)
- # else
- #  define GIRARA_DO_PRAGMA(x)
diff --git a/zathura-cb/DESCR b/zathura-cb/DESCR
deleted file mode 100644
index 98ae459..0000000
--- a/zathura-cb/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zathura-cb plugin adds comic book support to zathura.
diff --git a/zathura-cb/Makefile b/zathura-cb/Makefile
deleted file mode 100644
index 155dec4..0000000
--- a/zathura-cb/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/09/03 22:35:17 leot1990 Exp $
-#
-
-VERSION=	0.1.5
-DISTNAME=	zathura-cb-${VERSION}
-CATEGORIES=	print
-MASTER_SITES=	http://pwmt.org/projects/zathura-cb/download/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://pwmt.org/projects/zathura-cb/
-COMMENT=	Adds comic book support to zathura
-LICENSE=	zlib
-
-USE_TOOLS+=	pkg-config gmake
-USE_LIBTOOL=	yes
-
-.include "../../archivers/libarchive/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/zathura/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zathura-cb/PLIST b/zathura-cb/PLIST
deleted file mode 100644
index 52eb061..0000000
--- a/zathura-cb/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-lib/zathura/cb.so
-share/applications/zathura-cb.desktop
diff --git a/zathura-cb/distinfo b/zathura-cb/distinfo
deleted file mode 100644
index 36e13d5..0000000
--- a/zathura-cb/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/04/30 11:00:37 leot1990 Exp $
-
-SHA1 (zathura-cb-0.1.5.tar.gz) = a3de9fb4ae24b61c32bb8d46f1b0e733d484861a
-RMD160 (zathura-cb-0.1.5.tar.gz) = 5e7552e84df9a66000462449d439b2e845515697
-SHA512 (zathura-cb-0.1.5.tar.gz) = bb57f1af3813bf9414dc6843f0e9766179a28d0d0756b3c2402e2872d0f35e09fe69c17f9740635da61099407c1335856351d95788738f3820790f3158ff935d
-Size (zathura-cb-0.1.5.tar.gz) = 7193 bytes
diff --git a/zathura-djvu/DESCR b/zathura-djvu/DESCR
deleted file mode 100644
index 02bc599..0000000
--- a/zathura-djvu/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The zathura-djvu plugin adds DjVu support to zathura by using the djvulibre
-library.
diff --git a/zathura-djvu/Makefile b/zathura-djvu/Makefile
deleted file mode 100644
index 3292dc5..0000000
--- a/zathura-djvu/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/09/03 22:35:17 leot1990 Exp $
-#
-
-VERSION=	0.2.5
-DISTNAME=	zathura-djvu-${VERSION}
-CATEGORIES=	print
-MASTER_SITES=	http://pwmt.org/projects/zathura-djvu/download/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://pwmt.org/projects/zathura-djvu/
-COMMENT=	Add DjVu support to zathura using djvulibre library
-LICENSE=	zlib
-
-USE_TOOLS+=	pkg-config gmake
-USE_LIBTOOL=	yes
-
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../graphics/djvulibre-lib/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/zathura/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zathura-djvu/PLIST b/zathura-djvu/PLIST
deleted file mode 100644
index fa35629..0000000
--- a/zathura-djvu/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/30 11:00:37 leot1990 Exp $
-lib/zathura/djvu.so
-share/applications/zathura-djvu.desktop
diff --git a/zathura-djvu/distinfo b/zathura-djvu/distinfo
deleted file mode 100644
index 5916fa9..0000000
--- a/zathura-djvu/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/04/30 11:00:37 leot1990 Exp $
-
-SHA1 (zathura-djvu-0.2.5.tar.gz) = 9808c2f4c4dc025d10d3285db507cd79df721514
-RMD160 (zathura-djvu-0.2.5.tar.gz) = cddb68260f74ff406053c362f94b51caeae8f670
-SHA512 (zathura-djvu-0.2.5.tar.gz) = 475ad916ed4b1cb1f7d79cf3417a68084bf00d737ffd5436c8079012dff2c8a3c4af28753dd42ad412269ea340e3844f2f781eee080f5487a13ee3a272ffa55a
-Size (zathura-djvu-0.2.5.tar.gz) = 11137 bytes
diff --git a/zathura-mupdf/DESCR b/zathura-mupdf/DESCR
deleted file mode 100644
index 3c71cd5..0000000
--- a/zathura-mupdf/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The zathura-pdf-mupdf plugin adds PDF support to zathura by using the
-mupdf rendering library.
diff --git a/zathura-mupdf/Makefile b/zathura-mupdf/Makefile
deleted file mode 100644
index 4f44074..0000000
--- a/zathura-mupdf/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2015/09/03 22:35:18 leot1990 Exp $
-#
-
-VERSION=	0.2.9
-DISTNAME=	zathura-pdf-mupdf-${VERSION}
-PKGNAME=	zathura-mupdf-${VERSION}
-CATEGORIES=	print
-MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://pwmt.org/projects/zathura-pdf-mupdf/
-COMMENT=	Add PDF support to zathura using mupdf rendering engine
-LICENSE=	zlib
-
-CONFLICTS+=	zathura-poppler-[0-9]*
-
-USE_TOOLS+=	pkg-config gmake
-USE_LIBTOOL=	yes
-
-MAKE_ENV+=	MUPDF_LIB="-lmupdf -lmujs"
-
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../print/mupdf/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/zathura/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zathura-mupdf/PLIST b/zathura-mupdf/PLIST
deleted file mode 100644
index 4cbe6b9..0000000
--- a/zathura-mupdf/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/29 22:42:45 leot1990 Exp $
-lib/zathura/pdf.so
-share/applications/zathura-pdf-mupdf.desktop
diff --git a/zathura-mupdf/distinfo b/zathura-mupdf/distinfo
deleted file mode 100644
index e88845f..0000000
--- a/zathura-mupdf/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/06/13 02:16:07 leot1990 Exp $
-
-SHA1 (zathura-pdf-mupdf-0.2.9.tar.gz) = 55b47ed2962589eeef88168554aa5bd2f6557ed3
-RMD160 (zathura-pdf-mupdf-0.2.9.tar.gz) = 1a84d28e655bb05eddef857d46fa46f8a4d30456
-SHA512 (zathura-pdf-mupdf-0.2.9.tar.gz) = 09507df8fa568d64667e8456ba64cb94353322140cb37b2412b46cfdf443142b331d13ac3a5939b8635a185e08b44430578a7cf1d075b6be239cab01a0a4b883
-Size (zathura-pdf-mupdf-0.2.9.tar.gz) = 9909 bytes
-SHA1 (patch-document.c) = dfef8e98cf6f5fbe65a904c7d53c369775b9f1b1
-SHA1 (patch-render.c) = 9726f68aeaca657cbf9205c786b0e32b42b36949
diff --git a/zathura-mupdf/patches/patch-document.c b/zathura-mupdf/patches/patch-document.c
deleted file mode 100644
index 23e0b1c..0000000
--- a/zathura-mupdf/patches/patch-document.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-document.c,v 1.2 2015/06/13 02:16:07 leot1990 Exp $
-
-Correct the glib-2.0 include header file path.
-
---- document.c.orig	2015-12-22 22:38:09.000000000 +0000
-+++ document.c
-@@ -6,7 +6,7 @@
- #include <mupdf/xps.h>
- #include <mupdf/pdf.h>
- 
--#include <glib-2.0/glib.h>
-+#include <glib.h>
- 
- #include "plugin.h"
- 
diff --git a/zathura-mupdf/patches/patch-render.c b/zathura-mupdf/patches/patch-render.c
deleted file mode 100644
index 79f9fb5..0000000
--- a/zathura-mupdf/patches/patch-render.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Fix the colorspace.
-
---- render.c.orig	2015-12-22 22:38:09.000000000 +0000
-+++ render.c
-@@ -36,7 +36,7 @@ pdf_page_render_to_buffer(mupdf_document
-   fz_irect irect = { .x1 = page_width, .y1 = page_height };
-   fz_rect rect = { .x1 = page_width, .y1 = page_height };
- 
--  fz_colorspace* colorspace = fz_device_rgb(mupdf_document->ctx);
-+  fz_colorspace* colorspace = fz_device_bgr(mupdf_document->ctx);
-   fz_pixmap* pixmap = fz_new_pixmap_with_bbox_and_data(mupdf_page->ctx, colorspace, &irect, image);
-   fz_clear_pixmap_with_value(mupdf_page->ctx, pixmap, 0xFF);
- 
diff --git a/zathura-poppler/DESCR b/zathura-poppler/DESCR
deleted file mode 100644
index 4250dcd..0000000
--- a/zathura-poppler/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler
-rendering engine.
diff --git a/zathura-poppler/Makefile b/zathura-poppler/Makefile
deleted file mode 100644
index 1aa682f..0000000
--- a/zathura-poppler/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2015/09/03 22:35:18 leot1990 Exp $
-#
-
-VERSION=	0.2.6
-PKGNAME=	zathura-poppler-${VERSION}
-DISTNAME=	zathura-pdf-poppler-${VERSION}
-CATEGORIES=	print
-MASTER_SITES=	http://pwmt.org/projects/zathura/plugins/download/
-
-MAINTAINER=	degroote%NetBSD.org@localhost
-HOMEPAGE=	http://pwmt.org/projects/zathura/
-COMMENT=	Add PDF support to zathura using poppler rendering engine
-LICENSE=	zlib
-
-CONFLICTS+=	zathura-mupdf-[0-9]*
-
-USE_TOOLS+=	pkg-config gmake
-USE_LIBTOOL=	yes
-
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../print/poppler-glib/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/zathura/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zathura-poppler/PLIST b/zathura-poppler/PLIST
deleted file mode 100644
index d214d75..0000000
--- a/zathura-poppler/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-lib/zathura/pdf.so
-share/appdata/zathura-pdf-poppler.metainfo.xml
-share/applications/zathura-pdf-poppler.desktop
diff --git a/zathura-poppler/distinfo b/zathura-poppler/distinfo
deleted file mode 100644
index c8f7731..0000000
--- a/zathura-poppler/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2013/11/25 19:19:14 zul_ Exp $
-
-SHA1 (zathura-pdf-poppler-0.2.6.tar.gz) = 5726f9e2688d72dcc2265cb20d9a070849902f77
-RMD160 (zathura-pdf-poppler-0.2.6.tar.gz) = b458683f91eafdf6186a74d810c675cfeca00182
-SHA512 (zathura-pdf-poppler-0.2.6.tar.gz) = 3675d73da173cdfebee5ec83fa36d1861d6143b55931a2be16b24be1dbc70ce98dbc559f92e93e0d7f4d9073095d276754f64e41714810a6610abb09ab447aea
-Size (zathura-pdf-poppler-0.2.6.tar.gz) = 10024 bytes
diff --git a/zathura-ps/DESCR b/zathura-ps/DESCR
deleted file mode 100644
index 21dfb1a..0000000
--- a/zathura-ps/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The zathura-ps plugin adds PostScript support to zathura by using the
-libspectre library.
diff --git a/zathura-ps/Makefile b/zathura-ps/Makefile
deleted file mode 100644
index e65476e..0000000
--- a/zathura-ps/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/09/03 22:35:18 leot1990 Exp $
-#
-
-VERSION=	0.2.3
-DISTNAME=	zathura-ps-${VERSION}
-CATEGORIES=	print
-MASTER_SITES=	http://pwmt.org/projects/zathura-ps/download/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://pwmt.org/projects/zathura-ps/
-COMMENT=	Add PS support to zathura using libspectre library
-LICENSE=	zlib
-
-USE_TOOLS+=	pkg-config gmake
-USE_LIBTOOL=	yes
-
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../print/libspectre/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../wip/zathura/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zathura-ps/PLIST b/zathura-ps/PLIST
deleted file mode 100644
index b329916..0000000
--- a/zathura-ps/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/18 11:46:24 leot1990 Exp $
-lib/zathura/ps.so
-share/applications/zathura-ps.desktop
diff --git a/zathura-ps/distinfo b/zathura-ps/distinfo
deleted file mode 100644
index 322d90a..0000000
--- a/zathura-ps/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2014/05/18 11:46:24 leot1990 Exp $
-
-SHA1 (zathura-ps-0.2.3.tar.gz) = 893f743a5e54b0cdabf30a50451eb3d427831b17
-RMD160 (zathura-ps-0.2.3.tar.gz) = 7081371b2f6349de7d24b9d90ad3460f67eeba7c
-SHA512 (zathura-ps-0.2.3.tar.gz) = e5ce62f494f45eeb41a3cf5c91633953fd730b4dd448723afb39fa30cb58f887ef71e5ac462503791905c8de758ca0157805b5e672c6e0807d159294e2b29c7a
-Size (zathura-ps-0.2.3.tar.gz) = 5973 bytes
diff --git a/zathura/DESCR b/zathura/DESCR
deleted file mode 100644
index bf504a5..0000000
--- a/zathura/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-zathura is a highly customizable and functional PDF viewer based
-on the poppler rendering library and the gtk+ toolkit. The idea
-behind zathura is an application that provides a minimalistic and
-space saving interface as well as an easy usage that mainly focuses
-on keyboard interaction.
diff --git a/zathura/Makefile b/zathura/Makefile
deleted file mode 100644
index af8a90a..0000000
--- a/zathura/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2015/09/14 00:28:52 leot1990 Exp $
-
-DISTNAME=	zathura-0.3.4
-CATEGORIES=	print
-MASTER_SITES=	http://pwmt.org/projects/zathura/download/
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	http://pwmt.org/projects/zathura/
-COMMENT=	PDF viewer with vi-like keybindings
-LICENSE=	zlib
-
-USE_TOOLS+=	gmake msgfmt pkg-config
-USE_LIBTOOL=	yes
-
-MAKE_ENV+=	COLOR=0
-MAKE_ENV+=	MANPREFIX=${PREFIX}/${PKGMANDIR}
-
-.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../wip/girara/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zathura/PLIST b/zathura/PLIST
deleted file mode 100644
index b60da2a..0000000
--- a/zathura/PLIST
+++ /dev/null
@@ -1,36 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2015/01/26 01:10:08 leot1990 Exp $
-bin/zathura
-include/zathura/document.h
-include/zathura/links.h
-include/zathura/macros.h
-include/zathura/page.h
-include/zathura/plugin-api.h
-include/zathura/types.h
-include/zathura/version.h
-lib/pkgconfig/zathura.pc
-man/man1/zathura.1
-man/man5/zathurarc.5
-share/appdata/zathura.appdata.xml
-share/applications/zathura.desktop
-share/dbus-1/interfaces/org.pwmt.zathura.xml
-share/locale/ca/LC_MESSAGES/zathura.mo
-share/locale/cs/LC_MESSAGES/zathura.mo
-share/locale/de/LC_MESSAGES/zathura.mo
-share/locale/el/LC_MESSAGES/zathura.mo
-share/locale/eo/LC_MESSAGES/zathura.mo
-share/locale/es/LC_MESSAGES/zathura.mo
-share/locale/es_CL/LC_MESSAGES/zathura.mo
-share/locale/et/LC_MESSAGES/zathura.mo
-share/locale/fr/LC_MESSAGES/zathura.mo
-share/locale/he/LC_MESSAGES/zathura.mo
-share/locale/hr/LC_MESSAGES/zathura.mo
-share/locale/id_ID/LC_MESSAGES/zathura.mo
-share/locale/it/LC_MESSAGES/zathura.mo
-share/locale/lt/LC_MESSAGES/zathura.mo
-share/locale/no/LC_MESSAGES/zathura.mo
-share/locale/pl/LC_MESSAGES/zathura.mo
-share/locale/pt_BR/LC_MESSAGES/zathura.mo
-share/locale/ru/LC_MESSAGES/zathura.mo
-share/locale/ta_IN/LC_MESSAGES/zathura.mo
-share/locale/tr/LC_MESSAGES/zathura.mo
-share/locale/uk_UA/LC_MESSAGES/zathura.mo
diff --git a/zathura/buildlink3.mk b/zathura/buildlink3.mk
deleted file mode 100644
index 9f115c8..0000000
--- a/zathura/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2012/11/11 11:41:51 zul_ Exp $
-
-BUILDLINK_TREE+=	zathura
-
-.if !defined(ZATHURA_BUILDLINK3_MK)
-ZATHURA_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.zathura+=	zathura>=0.2.1
-BUILDLINK_ABI_DEPENDS.zathura+=	zathura>=0.2.1
-BUILDLINK_PKGSRCDIR.zathura?=	../../wip/zathura
-
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../wip/girara/buildlink3.mk"
-.endif # ZATHURA_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-zathura
diff --git a/zathura/distinfo b/zathura/distinfo
deleted file mode 100644
index a884877..0000000
--- a/zathura/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.9 2015/04/14 18:10:46 leot1990 Exp $
-
-SHA1 (zathura-0.3.4.tar.gz) = d8142ffdd9df8f04619cc823da07afb1f7694270
-RMD160 (zathura-0.3.4.tar.gz) = 0a5061b60300d33710898287824300a13ab8b99a
-SHA512 (zathura-0.3.4.tar.gz) = 663a24574838fe6531bf588ec97ed54f3bf3601c6ed11bbcd38347e8fa1876c4cfa964ab7bba70f8afd40dd9d984315b0966546394c0efac00c6fbd9967b77a2
-Size (zathura-0.3.4.tar.gz) = 167584 bytes
-SHA1 (patch-zathura_main.c) = 1c9d1c15934846713feb01653d8307b1d608d4f0
diff --git a/zathura/patches/patch-zathura_main.c b/zathura/patches/patch-zathura_main.c
deleted file mode 100644
index afe8582..0000000
--- a/zathura/patches/patch-zathura_main.c
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD$
-
-synctex_editor parameter is passed to init_zathura() inconditionally if
-WITH_SYNCTEX (or without). Declare it in both cases.
-
---- zathura/main.c.orig	2015-12-21 10:19:18.000000000 +0000
-+++ zathura/main.c
-@@ -135,8 +135,8 @@ main(int argc, char* argv[])
-   gchar* plugin_path    = NULL;
-   gchar* loglevel       = NULL;
-   gchar* password       = NULL;
--#ifdef WITH_SYNCTEX
-   gchar* synctex_editor = NULL;
-+#ifdef WITH_SYNCTEX
-   gchar* synctex_fwd    = NULL;
- #endif
-   gchar* mode           = NULL;


Home | Main Index | Thread Index | Old Index