pkgsrc-Bugs archive

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

pkg/60705: Add editors/eh version 1.8.1



>Number:         60705
>Category:       pkg
>Synopsis:       Add editors/eh version 1.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 09 19:40:01 +0000 2026
>Originator:     Ricardson Williams
>Release:        NetBSD 11.0, pkgsrc-2026Q2
>Organization:
Individual
>Environment:
NetBSD 11.0 (GENERIC) amd64
Architecture: x86_64
Machine: amd64
>Description:
Add a new pkgsrc package for eh 1.8.1.

eh is a small terminal text editor written in C, designed with
simplicity and portability in mind.

Upstream:
https://codeberg.org/SirWumpus/eh/

The package has been built and tested on NetBSD 11.0/amd64
and passes pkglint.
>How-To-Repeat:
N/A
>Fix:
Package files and the custom license are included in the patch below.


Index: editors/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/editors/Makefile,v
retrieving revision 1.264
diff -u -r1.264 Makefile
--- editors/Makefile	13 Jun 2026 15:50:05 -0000	1.264
+++ editors/Makefile	9 Sep 2026 19:26:26 -0000
@@ -27,6 +27,7 @@
 SUBDIR+=	edt
 SUBDIR+=	edt-o3one
 SUBDIR+=	ee
+SUBDIR+=	eh
 SUBDIR+=	elvis
 SUBDIR+=	elvis-x11
 SUBDIR+=	em
--- /dev/null	2026-09-09 19:25:49.729632298 +0000
+++ editors/eh/Makefile	2026-09-09 18:59:43.481225097 +0000
@@ -0,0 +1,19 @@
+# $NetBSD$
+DISTNAME=		eh-1.8.1
+CATEGORIES=		editors
+MASTER_SITES=		https://codeberg.org/SirWumpus/eh/archive/
+DISTFILES=		v${PKGVERSION_NOREV}.tar.gz
+
+MAINTAINER=		ricardsonwilliams%gmail.com@localhost
+HOMEPAGE=		https://codeberg.org/SirWumpus/eh/
+COMMENT=		Small terminal text editor
+LICENSE=		eh-license
+
+WRKSRC=			${WRKDIR}/eh
+
+INSTALLATION_DIRS=	bin
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/eh ${DESTDIR}${PREFIX}/bin/eh
+
+.include "../../mk/bsd.pkg.mk"
--- /dev/null	2026-09-09 19:25:49.729632298 +0000
+++ editors/eh/DESCR	2026-09-09 17:58:33.808637215 +0000
@@ -0,0 +1,2 @@
+eh is a small terminal text editor written in C, designed with
+simplicity and portability in mind.
--- /dev/null	2026-09-09 19:25:49.729632298 +0000
+++ editors/eh/PLIST	2026-09-09 18:05:08.449455383 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/eh
--- /dev/null	2026-09-09 19:25:49.729632298 +0000
+++ editors/eh/distinfo	2026-09-09 17:56:46.874346396 +0000
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (v1.8.1.tar.gz) = f2e372661c586e7d73abac4d39b45e85d686ddf203e73febb40267f891825364
+SHA512 (v1.8.1.tar.gz) = be4076e0d76880e3ec3e570fddce1adecea50a0bf25aa0b7d0bf818df1938c22226d4ec37b833457f1353604e3c65c3688cc155be38d58c9fcd2643fbb2ae062
+Size (v1.8.1.tar.gz) = 168527 bytes
--- /dev/null	2026-09-09 19:25:49.729632298 +0000
+++ licenses/eh-license	2026-09-09 18:17:45.494899872 +0000
@@ -0,0 +1,9 @@
+Copyright 1993, 2026 by Anthony Howe.  All rights reserved.  No warranty.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+
+2. The source code and any modifications made to it may not be used for the purpose of training or improving machine learning algorithms, including but not limited to artificial intelligence, natural language processing, or data mining.  This condition applies to any derivatives, modifications, or updates based on the Software code.  Any usage of the source code in an AI-training dataset is considered a breach of this License.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




Home | Main Index | Thread Index | Old Index