Update to ExternalEditor 0.9.3 to allow accessing the management screen
when this package is installed.
This commit is contained in:
parent
c11b8cf59b
commit
9c7a7b157e
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/10/03 13:46:28 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/03/30 12:54:29 mbalmer Exp $
|
||||
|
||||
COMMENT= "Zope product for using an external editor to modify Zope objects"
|
||||
COMMENT= "Zope product to use an external editor to edit Zope objects"
|
||||
|
||||
VERSION= 0.8
|
||||
VERSION= 0.9.3
|
||||
DISTNAME= ExternalEditor-${VERSION}-src
|
||||
PKGNAME= zope-externaleditor-${VERSION}p0
|
||||
PKGNAME= zope-externaleditor-${VERSION}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor
|
||||
HOMEPAGE= http://plope.com/software/ExternalEditor/
|
||||
|
||||
MAINTAINER= Marc Winiger <winiger@msys.ch>
|
||||
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
|
||||
|
||||
# ZPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/${VERSION}/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MODULES= zope
|
||||
|
@ -1,4 +1,5 @@
|
||||
MD5 (ExternalEditor-0.8-src.tgz) = c7db1275c4b5097e9719d4ac4e3309e9
|
||||
RMD160 (ExternalEditor-0.8-src.tgz) = f63d032ee8b49d8c55a7d5f699f094898c273362
|
||||
SHA1 (ExternalEditor-0.8-src.tgz) = 835b3505eaf1e0afadc4593459a6f1f8ba367060
|
||||
SIZE (ExternalEditor-0.8-src.tgz) = 39127
|
||||
MD5 (ExternalEditor-0.9.3-src.tgz) = 6519dbddb7755d91823025d9c14adaa1
|
||||
RMD160 (ExternalEditor-0.9.3-src.tgz) = 1a77d7525e8df0b6a01d530edd903d59bafaa612
|
||||
SHA1 (ExternalEditor-0.9.3-src.tgz) = f3522badf87b86ff2389cb927125e85cc71cdf78
|
||||
SHA256 (ExternalEditor-0.9.3-src.tgz) = 42c44b781e2a18ed96bc09972817ad64757841d2d8ea8d6a65a57e46868ce725
|
||||
SIZE (ExternalEditor-0.9.3-src.tgz) = 56341
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2006/10/03 13:46:28 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/03/30 12:54:29 mbalmer Exp $
|
||||
@conflict plone-*
|
||||
lib/zope/lib/python/Products/ExternalEditor/
|
||||
lib/zope/lib/python/Products/ExternalEditor/CHANGES.txt
|
||||
@ -6,6 +6,7 @@ lib/zope/lib/python/Products/ExternalEditor/ExternalEditor.py
|
||||
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/MANIFEST.in
|
||||
lib/zope/lib/python/Products/ExternalEditor/Plugins/
|
||||
lib/zope/lib/python/Products/ExternalEditor/Plugins/__init__.py
|
||||
lib/zope/lib/python/Products/ExternalEditor/Plugins/dreamweaver.py
|
||||
@ -28,11 +29,18 @@ lib/zope/lib/python/Products/ExternalEditor/man/zopeedit.1
|
||||
lib/zope/lib/python/Products/ExternalEditor/manage_main.dtml
|
||||
lib/zope/lib/python/Products/ExternalEditor/manage_tabs.dtml
|
||||
lib/zope/lib/python/Products/ExternalEditor/setup.py
|
||||
lib/zope/lib/python/Products/ExternalEditor/tests/
|
||||
lib/zope/lib/python/Products/ExternalEditor/tests/__init__.py
|
||||
lib/zope/lib/python/Products/ExternalEditor/tests/edit.txt
|
||||
lib/zope/lib/python/Products/ExternalEditor/tests/link.txt
|
||||
lib/zope/lib/python/Products/ExternalEditor/tests/test_functional.py
|
||||
lib/zope/lib/python/Products/ExternalEditor/version.txt
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/Python-License.txt
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/Pythonwin-License.txt
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/ZopeEdit.ini
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/ZopeExtEditDummyOCX.ocx
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/buildexe.bat
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/ocx.txt
|
||||
lib/zope/lib/python/Products/ExternalEditor/win32/setup.iss
|
||||
lib/zope/lib/python/Products/ExternalEditor/zopeedit.py
|
||||
|
Loading…
Reference in New Issue
Block a user