summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-11-14 18:35:32 +0000
committerdrochner <drochner@pkgsrc.org>2002-11-14 18:35:32 +0000
commitecb4b33e4ff32c6623add906e089cd4b03620ad1 (patch)
treeeb4d696e89f9d555bb0b8d7c49400bfdc15b70ae /www
parent872b6cd38c5ceaa450c3e62a46a279fcfd54ec82 (diff)
downloadpkgsrc-ecb4b33e4ff32c6623add906e089cd4b03620ad1.tar.gz
Zope product to allow editing objects with "any" editor
Diffstat (limited to 'www')
-rw-r--r--www/zope25-ExternalEditor/DESCR18
-rw-r--r--www/zope25-ExternalEditor/Makefile16
-rw-r--r--www/zope25-ExternalEditor/PLIST15
-rw-r--r--www/zope25-ExternalEditor/distinfo4
4 files changed, 53 insertions, 0 deletions
diff --git a/www/zope25-ExternalEditor/DESCR b/www/zope25-ExternalEditor/DESCR
new file mode 100644
index 00000000000..a8364aa52db
--- /dev/null
+++ b/www/zope25-ExternalEditor/DESCR
@@ -0,0 +1,18 @@
+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 --git a/www/zope25-ExternalEditor/Makefile b/www/zope25-ExternalEditor/Makefile
new file mode 100644
index 00000000000..ca50919794e
--- /dev/null
+++ b/www/zope25-ExternalEditor/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/14 18:35:32 drochner Exp $
+
+DISTNAME= ExternalEditor-0.6
+PKGNAME= zope25-ExternalEditor-0.6
+CATEGORIES= www
+MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor
+COMMENT= use an external editor to modify Zope objects
+
+ZOPE_COPYPRODUCT= zope-std-copyproduct-short
+
+.include "../../www/zope25/product.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/zope25-ExternalEditor/PLIST b/www/zope25-ExternalEditor/PLIST
new file mode 100644
index 00000000000..b2ed620ff40
--- /dev/null
+++ b/www/zope25-ExternalEditor/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/14 18:35:32 drochner Exp $
+lib/zope/lib/python/Products/ExternalEditor/CHANGES.txt
+lib/zope/lib/python/Products/ExternalEditor/ExternalEditor.py
+lib/zope/lib/python/Products/ExternalEditor/ExternalEditor.pyc
+lib/zope/lib/python/Products/ExternalEditor/INSTALL-UNIX.txt
+lib/zope/lib/python/Products/ExternalEditor/INSTALL-WIN32.txt
+lib/zope/lib/python/Products/ExternalEditor/LICENSE.txt
+lib/zope/lib/python/Products/ExternalEditor/README.txt
+lib/zope/lib/python/Products/ExternalEditor/__init__.py
+lib/zope/lib/python/Products/ExternalEditor/__init__.pyc
+lib/zope/lib/python/Products/ExternalEditor/edit_icon.gif
+lib/zope/lib/python/Products/ExternalEditor/findResult.dtml
+lib/zope/lib/python/Products/ExternalEditor/manage_main.dtml
+lib/zope/lib/python/Products/ExternalEditor/version.txt
+@dirrm lib/zope/lib/python/Products/ExternalEditor
diff --git a/www/zope25-ExternalEditor/distinfo b/www/zope25-ExternalEditor/distinfo
new file mode 100644
index 00000000000..a6be091450b
--- /dev/null
+++ b/www/zope25-ExternalEditor/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/11/14 18:35:32 drochner Exp $
+
+SHA1 (zope/ExternalEditor-0.6.tgz) = 3a7ff72dd0f79cf19fa1bc03393cc92be99e791b
+Size (zope/ExternalEditor-0.6.tgz) = 18217 bytes