pkgsrc-WIP-changes archive

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

emacs-viewer-git: add WIP package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Dec 6 12:30:00 2022 +0100
Changeset:	6322890e0a931234a993ef8f92c788847a62ecb4

Added Files:
	emacs-viewer-git/DESCR
	emacs-viewer-git/Makefile
	emacs-viewer-git/PLIST
	emacs-viewer-git/TODO

Log Message:
emacs-viewer-git: add WIP package

Doesn't build with a dune version error, see TODO

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

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

diffstat:
 emacs-viewer-git/DESCR    |  1 +
 emacs-viewer-git/Makefile | 18 ++++++++++++++++++
 emacs-viewer-git/PLIST    |  3 +++
 emacs-viewer-git/TODO     |  9 +++++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/emacs-viewer-git/DESCR b/emacs-viewer-git/DESCR
new file mode 100644
index 0000000000..aa1212b7a1
--- /dev/null
+++ b/emacs-viewer-git/DESCR
@@ -0,0 +1 @@
+A web frontend for your Org files! (100% faithful to GNU+Emacs!)
diff --git a/emacs-viewer-git/Makefile b/emacs-viewer-git/Makefile
new file mode 100644
index 0000000000..5aba2d5a2d
--- /dev/null
+++ b/emacs-viewer-git/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	emacs-viewer-0.0
+CATEGORIES=	games
+GIT_REPO=	https://github.com/Gopiandcode/emacs-viewer.git
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/Gopiandcode/emacs-viewer
+COMMENT=	Web frontend for your Org-files
+LICENSE=	gnu-agpl-v3
+
+TOOL_DEPENDS+=	ocaml-dune-[0-9]*:../../devel/ocaml-dune
+
+do-build:
+	cd ${WRKSRC} && dune build --release ./bin/main.exe
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/emacs-viewer-git/PLIST b/emacs-viewer-git/PLIST
new file mode 100644
index 0000000000..232a3820be
--- /dev/null
+++ b/emacs-viewer-git/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/lgogdownloader
+man/man1/lgogdownloader.1
diff --git a/emacs-viewer-git/TODO b/emacs-viewer-git/TODO
new file mode 100644
index 0000000000..ea895257b1
--- /dev/null
+++ b/emacs-viewer-git/TODO
@@ -0,0 +1,9 @@
+===> Building for emacs-viewer-0.0nb20221206
+cd /scratch/wip/emacs-viewer-git/work/emacs-viewer && dune build --release ./bin/main.exe
+File "dune-project", line 1, characters 11-14:
+1 | (lang dune 3.4)
+               ^^^
+Error: Version 3.4 of the dune language is not supported.
+Supported versions of this extension in version 3.4 of the dune language:
+- 1.0 to 1.12
+- 2.0 to 2.9


Home | Main Index | Thread Index | Old Index