pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors Retire ce-doc and ce-x11 packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22091de94dd3
branches:  trunk
changeset: 387668:22091de94dd3
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Nov 03 14:35:11 2022 +0000

description:
Retire ce-doc and ce-x11 packages.

diffstat:

 editors/Makefile        |   4 +---
 editors/ce-doc/DESCR    |   5 -----
 editors/ce-doc/Makefile |  23 -----------------------
 editors/ce-doc/PLIST    |   5 -----
 editors/ce-x11/DESCR    |   5 -----
 editors/ce-x11/Makefile |  20 --------------------
 6 files changed, 1 insertions(+), 61 deletions(-)

diffs (96 lines):

diff -r 5929438d3988 -r 22091de94dd3 editors/Makefile
--- a/editors/Makefile  Thu Nov 03 14:34:19 2022 +0000
+++ b/editors/Makefile  Thu Nov 03 14:35:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.229 2022/10/09 16:12:55 pin Exp $
+# $NetBSD: Makefile,v 1.230 2022/11/03 14:35:11 schmonz Exp $
 #
 
 COMMENT=       Text and binary editors
@@ -15,8 +15,6 @@
 SUBDIR+=       bred
 SUBDIR+=       bvi
 SUBDIR+=       ce
-SUBDIR+=       ce-doc
-SUBDIR+=       ce-x11
 SUBDIR+=       ced
 SUBDIR+=       cesium
 SUBDIR+=       codeblocks
diff -r 5929438d3988 -r 22091de94dd3 editors/ce-doc/DESCR
--- a/editors/ce-doc/DESCR      Thu Nov 03 14:34:19 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-This editor is derived most directly from Dave Conroy's original
-MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs
-v3.6.  Some stuff from mg, version 2a, has also been used.
-
-This package manages the documentation
diff -r 5929438d3988 -r 22091de94dd3 editors/ce-doc/Makefile
--- a/editors/ce-doc/Makefile   Thu Nov 03 14:34:19 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2019/05/23 19:23:00 rillig Exp $
-#
-
-.include "../../editors/ce/Makefile.common"
-
-PKGNAME=               ce-doc-${VERSION}
-PKGREVISION=           2
-COMMENT+=              , documentation
-
-NO_BUILD=              yes
-USE_LANGUAGES=         c
-
-INSTALL_TARGET=                doc-install
-
-INSTALLATION_DIRS=     bin share/doc/ce
-
-SUBST_CLASSES+=                paths
-SUBST_STAGE.paths=     pre-configure
-SUBST_FILES.paths=     teach-ce.in
-SUBST_VARS.paths=      LN
-SUBST_SED.paths+=      -e '1s,/bin/bash,'${SH:Q}','
-
-.include "../../mk/bsd.pkg.mk"
diff -r 5929438d3988 -r 22091de94dd3 editors/ce-doc/PLIST
--- a/editors/ce-doc/PLIST      Thu Nov 03 14:34:19 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:50:21 joerg Exp $
-bin/teach-ce
-share/doc/ce/FUNCTIONS
-share/doc/ce/TUTORIAL
-share/doc/ce/ce.help
diff -r 5929438d3988 -r 22091de94dd3 editors/ce-x11/DESCR
--- a/editors/ce-x11/DESCR      Thu Nov 03 14:34:19 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-This editor is derived most directly from Dave Conroy's original
-MicroEmacs (uEmacs) editor, version 30, and Dan Lawrence's MicroEmacs
-v3.6.  Some stuff from mg, version 2a, has also been used.
-
-This version of ce is intended for use with the X Window System.
diff -r 5929438d3988 -r 22091de94dd3 editors/ce-x11/Makefile
--- a/editors/ce-x11/Makefile   Thu Nov 03 14:34:19 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.23 2014/10/09 14:06:32 wiz Exp $
-#
-
-.include "../../editors/ce/Makefile.common"
-
-PKGNAME=               ce-x11-${VERSION}
-PKGREVISION=           2
-COMMENT+=              , X11 version
-
-BUILD_TARGET=          xce
-INSTALL_TARGET=                install-x11 man-install-x11
-
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
-
-BUILDLINK_DEPMETHOD.libXt?=    build
-
-.include "../../mk/termcap.buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index