pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc zopeedit: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e0b61f0f911
branches:  trunk
changeset: 385679:5e0b61f0f911
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 24 06:59:32 2022 +0000

description:
zopeedit: remove

Does not build in any bulk builds since June, dead upstream
Replacement collective.zopeedit could be packaged if someone is interested

diffstat:

 doc/CHANGES-2022      |   3 ++-
 www/Makefile          |   3 +--
 www/zopeedit/DESCR    |  18 ------------------
 www/zopeedit/Makefile |  25 -------------------------
 www/zopeedit/PLIST    |   8 --------
 www/zopeedit/distinfo |   5 -----
 6 files changed, 3 insertions(+), 59 deletions(-)

diffs (102 lines):

diff -r ababae1aebef -r 5e0b61f0f911 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sat Sep 24 06:54:37 2022 +0000
+++ b/doc/CHANGES-2022  Sat Sep 24 06:59:32 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4659 2022/09/24 06:54:37 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.4660 2022/09/24 06:59:33 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -6854,3 +6854,4 @@
        Removed misc/rump [wiz 2022-09-24]
        Removed filesystems/fs-utils [wiz 2022-09-24]
        Removed textproc/OdfConverter [wiz 2022-09-24]
+       Removed www/zopeedit [wiz 2022-09-24]
diff -r ababae1aebef -r 5e0b61f0f911 www/Makefile
--- a/www/Makefile      Sat Sep 24 06:54:37 2022 +0000
+++ b/www/Makefile      Sat Sep 24 06:59:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1642 2022/09/11 18:04:04 wiz Exp $
+# $NetBSD: Makefile,v 1.1643 2022/09/24 06:59:32 wiz Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -1091,6 +1091,5 @@
 SUBDIR+=       yaws
 SUBDIR+=       z-push
 SUBDIR+=       zola
-SUBDIR+=       zopeedit
 
 .include "../mk/misc/category.mk"
diff -r ababae1aebef -r 5e0b61f0f911 www/zopeedit/DESCR
--- a/www/zopeedit/DESCR        Sat Sep 24 06:54:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-The Zope External Editor is a new way to integrate Zope more seamlessly with
-client-side tools. It has the following features:
-  - Edit objects locally, directly from the ZMI.
-  - Works with any graphical editor application that can open a file from the
-    command line, including: emacs, gvim, xemacs, nedit, gimp, etc.
-  - Automatically saves changes back to Zope without ending the editing
-    session.
-  - Associate any client-side editor application with any Zope object by
-    meta-type or content-type. Both text and binary object content can be
-    edited.
-  - Locks objects while they are being edited. Automatically unlocks them when
-    the editing session ends.
-  - Can add file extensions automatically to improve syntax highlighting or
-    file type detection.
-  - Works with basic auth, cookie auth and Zope versions. Credentials are
-    automatically passed down to the helper application. No need to
-    reauthenticate.
-  - https support (Openssl required)
diff -r ababae1aebef -r 5e0b61f0f911 www/zopeedit/Makefile
--- a/www/zopeedit/Makefile     Sat Sep 24 06:54:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2022/06/30 11:19:00 nia Exp $
-
-DISTNAME=      zopeedit-0.7-src
-PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   10
-CATEGORIES=    www
-#MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/
-EXTRACT_SUFX=  .tgz
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://www.zope.org/Members/Caseman/ExternalEditor
-COMMENT=       Helper client application for Zope's ExternalEditor
-
-USE_LANGUAGES= #none
-
-INSTALLATION_DIRS+=    share/doc/zopeedit ${PKGMANDIR}/man1
-
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/share/doc/zopeedit
-       ${INSTALL_MAN} ${WRKSRC}/man/zopeedit.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-EGG_NAME=      zopeedit-0.0.0
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ababae1aebef -r 5e0b61f0f911 www/zopeedit/PLIST
--- a/www/zopeedit/PLIST        Sat Sep 24 06:54:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:25:46 wiz Exp $
-bin/zopeedit.py
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-man/man1/zopeedit.1
-share/doc/zopeedit/README.txt
diff -r ababae1aebef -r 5e0b61f0f911 www/zopeedit/distinfo
--- a/www/zopeedit/distinfo     Sat Sep 24 06:54:37 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:31:15 nia Exp $
-
-BLAKE2s (zopeedit-0.7-src.tgz) = a693c219ae340142cbbc50b799f8534a3b5b07fc87246c212ff86c03b5f5dc07
-SHA512 (zopeedit-0.7-src.tgz) = 2b5474e3d345ede879b6a23ed52b6a4b9e5db71462556667c342e5c7f26f345779b09f531da556a7fd9a4df4a06184704fadca695b98fb741ef3d1e210921cbb
-Size (zopeedit-0.7-src.tgz) = 22798 bytes



Home | Main Index | Thread Index | Old Index