diff options
-rw-r--r-- | www/zopeedit/DESCR | 18 | ||||
-rw-r--r-- | www/zopeedit/Makefile | 26 | ||||
-rw-r--r-- | www/zopeedit/PLIST | 4 | ||||
-rw-r--r-- | www/zopeedit/distinfo | 4 |
4 files changed, 52 insertions, 0 deletions
diff --git a/www/zopeedit/DESCR b/www/zopeedit/DESCR new file mode 100644 index 00000000000..a8364aa52db --- /dev/null +++ b/www/zopeedit/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/zopeedit/Makefile b/www/zopeedit/Makefile new file mode 100644 index 00000000000..68077964a10 --- /dev/null +++ b/www/zopeedit/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/11/14 18:36:21 drochner Exp $ +# + +DISTNAME= zopeedit-src-0.6 +PKGNAME= zopeedit-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= helper client application for Zope's ExternalEditor + +WRKSRC= ${WRKDIR}/zopeedit +USE_BUILDLINK2= YES +PYTHON_VERSIONS_ACCEPTED= 22 +PYTHON_PATCH_SCRIPTS= zopeedit.py +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/zopeedit.py ${PREFIX}/bin/zopeedit + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zopeedit + ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/zopeedit + +.include "../../lang/python/application.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/zopeedit/PLIST b/www/zopeedit/PLIST new file mode 100644 index 00000000000..3723a8419bf --- /dev/null +++ b/www/zopeedit/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/14 18:36:21 drochner Exp $ +bin/zopeedit +share/doc/zopeedit/README.txt +@dirrm share/doc/zopeedit diff --git a/www/zopeedit/distinfo b/www/zopeedit/distinfo new file mode 100644 index 00000000000..4866df695fd --- /dev/null +++ b/www/zopeedit/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/11/14 18:36:21 drochner Exp $ + +SHA1 (zopeedit-src-0.6.tgz) = 2274f881addae0050460a8f87d8d626f99e17c02 +Size (zopeedit-src-0.6.tgz) = 15474 bytes |