pkgsrc-WIP-changes archive

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

rnc-mode: remove, upstream is gone



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 24 17:28:06 2026 +0200
Changeset:	1e56ae2a424d9383414de49db8cc8e2004d336fb

Modified Files:
	Makefile
Removed Files:
	rnc-mode/DESCR
	rnc-mode/MESSAGE
	rnc-mode/Makefile
	rnc-mode/PLIST
	rnc-mode/distinfo

Log Message:
rnc-mode: remove, upstream is gone

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

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

diffstat:
 Makefile          |  1 -
 rnc-mode/DESCR    |  3 ---
 rnc-mode/MESSAGE  |  8 --------
 rnc-mode/Makefile | 29 -----------------------------
 rnc-mode/PLIST    |  3 ---
 rnc-mode/distinfo |  4 ----
 6 files changed, 48 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ec6bacb35f..0c535fb594 100644
--- a/Makefile
+++ b/Makefile
@@ -5244,7 +5244,6 @@ SUBDIR+=	rlottie
 SUBDIR+=	rmilter
 SUBDIR+=	rna-seq
 SUBDIR+=	rna-star
-SUBDIR+=	rnc-mode
 SUBDIR+=	rng-tools
 SUBDIR+=	rnp
 SUBDIR+=	roadfighter
diff --git a/rnc-mode/DESCR b/rnc-mode/DESCR
deleted file mode 100644
index c921b06a4e..0000000000
--- a/rnc-mode/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-A small emacs mode for editing RELAX NG schemas in the compact
-syntax. It's just a beta. The indentation function needs some
-improvement.
diff --git a/rnc-mode/MESSAGE b/rnc-mode/MESSAGE
deleted file mode 100644
index 5ffe225e44..0000000000
--- a/rnc-mode/MESSAGE
+++ /dev/null
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2008/10/21 07:20:29 phonohawk Exp $
-
-Append the following line to your .emacs file:
-
-  (autoload 'rnc-mode "rnc-mode")
-  (add-to-list 'auto-mode-alist '("\\.rnc\\'" . rnc-mode))
-===========================================================================
diff --git a/rnc-mode/Makefile b/rnc-mode/Makefile
deleted file mode 100644
index 93ae8a06fa..0000000000
--- a/rnc-mode/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/10/07 14:23:56 asau Exp $
-#
-
-DISTNAME=	RncMode-1_0b3
-PKGNAME=	rnc-mode-1.0b3
-CATEGORIES=	editors
-MASTER_SITES=	http://www.pantor.com/
-EXTRACT_SUFX=	.tgz
-WRKSRC=		${WRKDIR}
-
-MAINTAINER=	pho%cielonegro.org@localhost
-HOMEPAGE=	http://www.pantor.com/download.html
-COMMENT=	Emacs mode for editing compact RELAX NG schemas
-
-USE_LANGUAGES=	# none
-
-NO_CONFIGURE=	YES
-
-do-build:
-	cd ${WRKSRC} \
-	&& ${EMACS_BIN} -batch -f batch-byte-compile rnc-mode.el
-
-do-install:
-	${INSTALL_DATA_DIR} ${DESTDIR}${EMACS_LISPPREFIX}
-	${INSTALL_DATA} ${WRKSRC}/*.el  ${DESTDIR}${EMACS_LISPPREFIX}
-	${INSTALL_DATA} ${WRKSRC}/*.elc ${DESTDIR}${EMACS_LISPPREFIX}
-
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/rnc-mode/PLIST b/rnc-mode/PLIST
deleted file mode 100644
index 680c85b649..0000000000
--- a/rnc-mode/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/21 07:20:29 phonohawk Exp $
-${EMACS_LISPPREFIX}/rnc-mode.el
-${EMACS_LISPPREFIX}/rnc-mode.elc
diff --git a/rnc-mode/distinfo b/rnc-mode/distinfo
deleted file mode 100644
index 74b15125d7..0000000000
--- a/rnc-mode/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/10/21 07:20:29 phonohawk Exp $
-
-RMD160 (RncMode-1_0b3.tgz) = a25fbc15a1184e67067f099d218678b019fd8e75
-Size (RncMode-1_0b3.tgz) = 3420 bytes


Home | Main Index | Thread Index | Old Index