pkgsrc-WIP-changes archive

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

New package Nyxt



Module Name:	pkgsrc-wip
Committed By:	Jay Patel <jaypatel.ani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Wed Sep 29 12:20:15 2021 +0530
Changeset:	2fe5e4c21821dee0a728ee15b68f352097499b99

Modified Files:
	Makefile
Added Files:
	nyxt/DESCR
	nyxt/Makefile
	nyxt/PLIST
	nyxt/TODO
	nyxt/distinfo

Log Message:
New package Nyxt

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

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

diffstat:
 Makefile      |  1 +
 nyxt/DESCR    |  1 +
 nyxt/Makefile | 18 ++++++++++++++++++
 nyxt/PLIST    |  4 ++++
 nyxt/TODO     |  1 +
 nyxt/distinfo |  6 ++++++
 6 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f464bcb9d0..fda1129378 100644
--- a/Makefile
+++ b/Makefile
@@ -2607,6 +2607,7 @@ SUBDIR+=	nvidia-freebsd
 SUBDIR+=	nx-client-bin
 SUBDIR+=	nyan
 SUBDIR+=	nyh-hoc
+SUBDIR+=	nyxt
 SUBDIR+=	nzbget
 SUBDIR+=	objfw-fossil
 SUBDIR+=	obmenu
diff --git a/nyxt/DESCR b/nyxt/DESCR
new file mode 100644
index 0000000000..ef8f2619dd
--- /dev/null
+++ b/nyxt/DESCR
@@ -0,0 +1 @@
+Nyxt - the internet on your terms.
diff --git a/nyxt/Makefile b/nyxt/Makefile
new file mode 100644
index 0000000000..885c35c2b8
--- /dev/null
+++ b/nyxt/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	nyxt
+GITHUB_TAG=	2.2.0
+DISTNAME=	2.2.0
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=atlas-engineer/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/atlas-engineer/nyxt/
+COMMENT=	Terminal browser
+LICENSE=	original-bsd
+
+
+.include "../../www/webkit24-gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nyxt/PLIST b/nyxt/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/nyxt/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/nyxt/TODO b/nyxt/TODO
new file mode 100644
index 0000000000..e5236d8cde
--- /dev/null
+++ b/nyxt/TODO
@@ -0,0 +1 @@
+depends libfixposix porting needed
diff --git a/nyxt/distinfo b/nyxt/distinfo
new file mode 100644
index 0000000000..fc920bb068
--- /dev/null
+++ b/nyxt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (nyxt/2.2.0.tar.gz) = 488471294520af6d699bf9ec616231c992e68704
+RMD160 (nyxt/2.2.0.tar.gz) = e13e381c7435e5fa56b4b393953926913d64266c
+SHA512 (nyxt/2.2.0.tar.gz) = defac8d7329cb4e8e9df32b277c33e0f56dd5ea587231f316de69f40951f7e16adf8d24618bcf234cc1f04a31ba773adeaa3158f3762644a84c801ce8830e11d
+Size (nyxt/2.2.0.tar.gz) = 415231 bytes


Home | Main Index | Thread Index | Old Index