pkgsrc-WIP-changes archive

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

editors/jupp: update to version 3.1.40. Taking mantainership.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Thu Jul 7 22:32:28 2022 +0200
Changeset:	4c2bd87c5067d10ff758c526cc8421a8caac4e91

Modified Files:
	jupp/Makefile
	jupp/distinfo

Log Message:
editors/jupp: update to version 3.1.40.
Taking mantainership.

JOE 3.1jupp40

- update UCD to fix new Hangul Jamo widths (D7B0‥D7FF)
- sh.jsf: update list of ksh “keywords” and sort it
- manpage: document indent chars for format/fmtblk (Debian #968926)
- HINTS: something | jupp -mold notmod -
- improve preformatted jupp32 manpage generation; tweak manpage
- do not delete a nōn-generated file on “make clean”
- fix crash on Ins/^V or ^O with standalone fortify-headers or on Mac OSX
- update SELinux client to current API
- fix some Coverity warnings

JOE 3.1jupp39

- Highlight HTML/XHTML and XML with content sniffing as well
- Improve shell highlighting substitution quoting handling
- Update autoconf to fix FTBFS on arm64, ppc64le and riscv64
- Fix SETUP.INF generation, make it run on Windows® 95, and
  remove old upgrade code; install to PROGRA~1 universally
- Work around a GCC on MIPS16 asm generation bug in IDSTRING
- Highlight more Tₑχ/LᴬTᴇΧ extensions
- Shrink built-in jupprc size by dropping specialist command ^KF
- Use more consistent header guards
- Update to UCD 13.0.0
- Major overhaul of charmap handling
- Massive dead parameter and code elimination and warning fixes

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

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

diffstat:
 jupp/Makefile | 5 +++--
 jupp/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/jupp/Makefile b/jupp/Makefile
index 09cb37e6a3..78ba4d435c 100644
--- a/jupp/Makefile
+++ b/jupp/Makefile
@@ -1,14 +1,14 @@
 # $NetBSD: Makefile,v 1.7 2012/10/01 21:43:26 asau Exp $
 #
 
-DISTNAME=	joe-3.1jupp38
+DISTNAME=	joe-3.1jupp40
 PKGNAME=	${DISTNAME:S/jupp/./:S/joe/jupp/}
 CATEGORIES=	editors
 MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/jupp/ \
 		http://pub.allbsd.org/MirOS/dist/jupp/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	adam.hoka%gmail.com@localhost
+MAINTAINER=	vms%retrobsd.ddns.net@localhost
 HOMEPAGE=	https://www.mirbsd.org/jupp.htm
 COMMENT=	The portable version of joe from the MirOS project
 LICENSE=	gnu-gpl-v1
@@ -17,6 +17,7 @@ WRKSRC=		${WRKDIR}/jupp
 CONFLICTS+=	joe-[0-9]*
 BUILD_DEPENDS+=	mksh-[0-9]*:../../shells/mksh
 
+FAKE_NCURSES=		yes
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/share/examples
 
diff --git a/jupp/distinfo b/jupp/distinfo
index ba272b430d..28bd9bdbc8 100644
--- a/jupp/distinfo
+++ b/jupp/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2012/06/09 11:09:27 bsiegert Exp $
 
-RMD160 (joe-3.1jupp38.tgz) = 2ef8a448516e7d0b5ba27bd87196f1f4e3dbe716
-SHA512 (joe-3.1jupp38.tgz) = 1d21ee5bbd1a042c58a89dd2bed8ec711c59fc383ff0dfd94d3a0eaccb999734915abc202e2112c5d573d8073e748b8024cd710b21803fed7422f5a8bccbc0c5
-Size (joe-3.1jupp38.tgz) = 498068 bytes
+BLAKE2s (joe-3.1jupp40.tgz) = 9b57da25b2a11491355e81bf90548d6384709ea38bcb4a012232d294779040cc
+SHA512 (joe-3.1jupp40.tgz) = d61b7b9c5cc5c17925ef27f8f7942bc4e4d283e49b02f4962a7e3c5d3122868aadffe108f884164ae61e86776584374a2b5220c313a323efb9d3820268402ead
+Size (joe-3.1jupp40.tgz) = 503318 bytes


Home | Main Index | Thread Index | Old Index