pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/docviewer: import docviewer-0.2.0
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sun May 17 11:09:40 2020 -0500
Changeset: 6a1d82c685f8d12caf35aea26faaffc05aa04e70
Added Files:
docviewer/DESCR
docviewer/Makefile
docviewer/PLIST
docviewer/distinfo
Log Message:
wip/docviewer: import docviewer-0.2.0
Run the best available document viewer installed on the system. Intended for
use mainly as a proxy application in browsers, email clients, etc. that work
with PDF attachments. By configuring the applications to use docviewer instead
of a specific document viewer, you can avoid having to reconfigure multiple
applications when switching viewers. Your viewer selection is configured in
one place.
WWW: https://github.com/outpaddling/docviewer
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6a1d82c685f8d12caf35aea26faaffc05aa04e70
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
docviewer/DESCR | 8 ++++++++
docviewer/Makefile | 22 ++++++++++++++++++++++
docviewer/PLIST | 3 +++
docviewer/distinfo | 6 ++++++
4 files changed, 39 insertions(+)
diffs:
diff --git a/docviewer/DESCR b/docviewer/DESCR
new file mode 100644
index 0000000000..2c115fd271
--- /dev/null
+++ b/docviewer/DESCR
@@ -0,0 +1,8 @@
+Run the best available document viewer installed on the system. Intended for
+use mainly as a proxy application in browsers, email clients, etc. that work
+with PDF attachments. By configuring the applications to use docviewer instead
+of a specific document viewer, you can avoid having to reconfigure multiple
+applications when switching viewers. Your viewer selection is configured in
+one place.
+
+WWW: https://github.com/outpaddling/docviewer
diff --git a/docviewer/Makefile b/docviewer/Makefile
new file mode 100644
index 0000000000..54dea46c66
--- /dev/null
+++ b/docviewer/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+#
+
+DISTNAME= docviewer-0.2.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
+MAINTAINER= bacon%NetBSD.org@localhost
+HOMEPAGE= http://acadix.biz/Ports/distfiles/
+COMMENT= Generic command to automatically select a document viewer
+LICENSE= 2-clause-bsd
+
+USE_LANGUAGES= # none
+
+NO_BUILD= yes
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/docviewer ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/docviewer.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/docviewer/PLIST b/docviewer/PLIST
new file mode 100644
index 0000000000..d0ec48149b
--- /dev/null
+++ b/docviewer/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/docviewer
+man/man1/docviewer.1
diff --git a/docviewer/distinfo b/docviewer/distinfo
new file mode 100644
index 0000000000..b07733fa85
--- /dev/null
+++ b/docviewer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (docviewer-0.2.0.tar.gz) = c7fc5f23d6b728cd641e36ebeea5116a533dfb42
+RMD160 (docviewer-0.2.0.tar.gz) = 2c84b0f06800d9961676ccfb4065b957b4fe1698
+SHA512 (docviewer-0.2.0.tar.gz) = 678f8196836c8c4099b8a36aca451f4da0063ed75726b57e0a50e5f82581dbbc3382d6d809f42c7fa860a1b9ab9410c2f99ab016a960da677f36267ca9842a89
+Size (docviewer-0.2.0.tar.gz) = 2723 bytes
Home |
Main Index |
Thread Index |
Old Index