pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/edt-o3one



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 11 08:01:29 UTC 2025

Added Files:
        pkgsrc/editors/edt-o3one: DESCR Makefile PLIST distinfo
        pkgsrc/editors/edt-o3one/patches: patch-os.c

Log Message:
editors/edt-o3one: import edt-o3one-20161222

EDT is the text editor from VMS, and earlier from RSX (on PDP-11's).

This is a re-written version from the o3one project.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/edt-o3one/DESCR \
    pkgsrc/editors/edt-o3one/Makefile pkgsrc/editors/edt-o3one/PLIST \
    pkgsrc/editors/edt-o3one/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/edt-o3one/patches/patch-os.c

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

Added files:

Index: pkgsrc/editors/edt-o3one/DESCR
diff -u /dev/null pkgsrc/editors/edt-o3one/DESCR:1.1
--- /dev/null   Tue Feb 11 08:01:29 2025
+++ pkgsrc/editors/edt-o3one/DESCR      Tue Feb 11 08:01:29 2025
@@ -0,0 +1,3 @@
+EDT is the text editor from VMS, and earlier from RSX (on PDP-11's).
+
+This is a re-written version from the o3one project.
Index: pkgsrc/editors/edt-o3one/Makefile
diff -u /dev/null pkgsrc/editors/edt-o3one/Makefile:1.1
--- /dev/null   Tue Feb 11 08:01:29 2025
+++ pkgsrc/editors/edt-o3one/Makefile   Tue Feb 11 08:01:29 2025
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2025/02/11 08:01:29 wiz Exp $
+
+DISTNAME=      edtdist_20161222
+PKGNAME=       ${DISTNAME:S/dist_/-o3one-/}
+CATEGORIES=    editors
+MASTER_SITES=  http://www.o3one.org/downloads/
+EXTRACT_SUFX=  .tbz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.o3one.org/edt.html
+COMMENT=       Text editor from VMS
+LICENSE=       gnu-gpl-v2
+
+MAKE_FILE=     makefile
+BUILD_TARGET=  edt
+
+INSTALLATION_DIRS=     bin share/doc/edt-o3one
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/edt ${DESTDIR}${PREFIX}/bin/edt-o3one
+       ${INSTALL_PROGRAM} ${WRKSRC}/edt.hlp ${DESTDIR}${PREFIX}/share/doc/edt-o3one
+
+.include "../../mk/readline.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/editors/edt-o3one/PLIST
diff -u /dev/null pkgsrc/editors/edt-o3one/PLIST:1.1
--- /dev/null   Tue Feb 11 08:01:29 2025
+++ pkgsrc/editors/edt-o3one/PLIST      Tue Feb 11 08:01:29 2025
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2025/02/11 08:01:29 wiz Exp $
+bin/edt-o3one
+share/doc/edt-o3one/edt.hlp
Index: pkgsrc/editors/edt-o3one/distinfo
diff -u /dev/null pkgsrc/editors/edt-o3one/distinfo:1.1
--- /dev/null   Tue Feb 11 08:01:29 2025
+++ pkgsrc/editors/edt-o3one/distinfo   Tue Feb 11 08:01:29 2025
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2025/02/11 08:01:29 wiz Exp $
+
+BLAKE2s (edtdist_20161222.tbz) = 3412abf8a779c64bb60bb011ee94055ae020e66d878eb023bd07bd590fed5710
+SHA512 (edtdist_20161222.tbz) = 62ec59969f5d56704fa40e0d85ad26b22c396e43cb9785a5b3df373101d4386fbf2eb249f15dae6478d0e6c8585f436b462da8c4da7040c2eb67f74ee947b6d3
+Size (edtdist_20161222.tbz) = 72236 bytes
+SHA1 (patch-os.c) = 8971f3792d8590ff35509ef373629af6246bf5dd

Index: pkgsrc/editors/edt-o3one/patches/patch-os.c
diff -u /dev/null pkgsrc/editors/edt-o3one/patches/patch-os.c:1.1
--- /dev/null   Tue Feb 11 08:01:29 2025
+++ pkgsrc/editors/edt-o3one/patches/patch-os.c Tue Feb 11 08:01:29 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-os.c,v 1.1 2025/02/11 08:01:29 wiz Exp $
+
+Add missing header for ioctl().
+
+--- os.c.orig  2016-12-23 00:35:48.000000000 +0000
++++ os.c
+@@ -25,6 +25,8 @@
+ 
+ #include "edt.h"
+ 
++#include <sys/ioctl.h>
++
+ #define JOURNAL_FLUSH_INTERVAL (15)
+ 
+ static int screenmode = 0;



Home | Main Index | Thread Index | Old Index