Import of zope-formulator-1.6.2

Formulator is a tool to help with the creation and validation of web
forms. Form fields are stored as objects in Zope, in a special Form
folder.
This commit is contained in:
xsa 2004-05-12 21:25:58 +00:00
parent 3433a59dea
commit 4867bb2f90
5 changed files with 164 additions and 0 deletions

View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/12 21:25:58 xsa Exp $
COMMENT= "framework that eases the creation and validation of web forms"
DISTNAME= Formulator-1.6.2
PKGNAME= zope-${DISTNAME:L}
CATEGORIES= www
HOMEPAGE= http://zope.org/Members/infrae/Formulator/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}${DISTNAME}/
EXTRACT_SUFX= .tgz
MODULES= zope
WRKDIST= ${WRKDIR}/Formulator
do-install:
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
cd ${WRKDIR}; tar cf - Formulator | tar xf - -C ${MODZOPE_PRODUCTSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Formulator-1.6.2.tgz) = c5eb395918349036c7ac400dbbff98e9
RMD160 (Formulator-1.6.2.tgz) = 5fceeee057b38124b6f4c47546d7064b346bc3dd
SHA1 (Formulator-1.6.2.tgz) = 18fbe06442cfee93de8a2ad485568b8cf191359c

View File

@ -0,0 +1,3 @@
Formulator is a tool to help with the creation and validation of web
forms. Form fields are stored as objects in Zope, in a special Form
folder.

View File

@ -0,0 +1,5 @@
+---------------
| If you already have Zope running on your machine,
| you should restart it, this can be done from the
| Zope Control Panel in the Zope management interface.
+---------------

View File

@ -0,0 +1,123 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/05/12 21:25:58 xsa Exp $
@pkgcfl plone-*
lib/zope/lib/python/Products/Formulator/CREDITS.txt
lib/zope/lib/python/Products/Formulator/DummyField.py
lib/zope/lib/python/Products/Formulator/DummyField.pyc
lib/zope/lib/python/Products/Formulator/Errors.py
lib/zope/lib/python/Products/Formulator/Errors.pyc
lib/zope/lib/python/Products/Formulator/FSForm.py
lib/zope/lib/python/Products/Formulator/FSForm.pyc
lib/zope/lib/python/Products/Formulator/Field.py
lib/zope/lib/python/Products/Formulator/Field.pyc
lib/zope/lib/python/Products/Formulator/FieldHelpTopic.py
lib/zope/lib/python/Products/Formulator/FieldHelpTopic.pyc
lib/zope/lib/python/Products/Formulator/FieldRegistry.py
lib/zope/lib/python/Products/Formulator/FieldRegistry.pyc
lib/zope/lib/python/Products/Formulator/Form.py
lib/zope/lib/python/Products/Formulator/Form.pyc
lib/zope/lib/python/Products/Formulator/FormToXML.py
lib/zope/lib/python/Products/Formulator/FormToXML.pyc
lib/zope/lib/python/Products/Formulator/HISTORY.txt
lib/zope/lib/python/Products/Formulator/HelperFields.py
lib/zope/lib/python/Products/Formulator/HelperFields.pyc
lib/zope/lib/python/Products/Formulator/INSTALL.txt
lib/zope/lib/python/Products/Formulator/LICENSE.txt
lib/zope/lib/python/Products/Formulator/ListTextAreaField.py
lib/zope/lib/python/Products/Formulator/ListTextAreaField.pyc
lib/zope/lib/python/Products/Formulator/MethodField.py
lib/zope/lib/python/Products/Formulator/MethodField.pyc
lib/zope/lib/python/Products/Formulator/PatternChecker.py
lib/zope/lib/python/Products/Formulator/PatternChecker.pyc
lib/zope/lib/python/Products/Formulator/ProductForm.py
lib/zope/lib/python/Products/Formulator/ProductForm.pyc
lib/zope/lib/python/Products/Formulator/README.txt
lib/zope/lib/python/Products/Formulator/StandardFields.py
lib/zope/lib/python/Products/Formulator/StandardFields.pyc
lib/zope/lib/python/Products/Formulator/TALESField.py
lib/zope/lib/python/Products/Formulator/TALESField.pyc
lib/zope/lib/python/Products/Formulator/TODO.txt
lib/zope/lib/python/Products/Formulator/Validator.py
lib/zope/lib/python/Products/Formulator/Validator.pyc
lib/zope/lib/python/Products/Formulator/Widget.py
lib/zope/lib/python/Products/Formulator/Widget.pyc
lib/zope/lib/python/Products/Formulator/XMLObjects.py
lib/zope/lib/python/Products/Formulator/XMLObjects.pyc
lib/zope/lib/python/Products/Formulator/XMLToForm.py
lib/zope/lib/python/Products/Formulator/XMLToForm.pyc
lib/zope/lib/python/Products/Formulator/__init__.py
lib/zope/lib/python/Products/Formulator/__init__.pyc
lib/zope/lib/python/Products/Formulator/dtml/FieldHelpTopic.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldAdd.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldEdit.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldListHeader.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldMessages.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldOverride.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldTales.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldTest.dtml
lib/zope/lib/python/Products/Formulator/dtml/formAdd.dtml
lib/zope/lib/python/Products/Formulator/dtml/formOrder.dtml
lib/zope/lib/python/Products/Formulator/dtml/formSettings.dtml
lib/zope/lib/python/Products/Formulator/dtml/formTest.dtml
lib/zope/lib/python/Products/Formulator/dtml/formXML.dtml
lib/zope/lib/python/Products/Formulator/help/BasicForm.py
lib/zope/lib/python/Products/Formulator/help/BasicForm.pyc
lib/zope/lib/python/Products/Formulator/help/Field.py
lib/zope/lib/python/Products/Formulator/help/Field.pyc
lib/zope/lib/python/Products/Formulator/help/Form.py
lib/zope/lib/python/Products/Formulator/help/Form.pyc
lib/zope/lib/python/Products/Formulator/help/ZMIForm.py
lib/zope/lib/python/Products/Formulator/help/ZMIForm.pyc
lib/zope/lib/python/Products/Formulator/help/dogfood.txt
lib/zope/lib/python/Products/Formulator/help/fieldEdit.txt
lib/zope/lib/python/Products/Formulator/help/fieldMessages.txt
lib/zope/lib/python/Products/Formulator/help/fieldOverride.txt
lib/zope/lib/python/Products/Formulator/help/fieldTales.txt
lib/zope/lib/python/Products/Formulator/help/fieldTest.txt
lib/zope/lib/python/Products/Formulator/help/formContents.txt
lib/zope/lib/python/Products/Formulator/help/formOrder.txt
lib/zope/lib/python/Products/Formulator/help/formSettings.txt
lib/zope/lib/python/Products/Formulator/help/formTest.txt
lib/zope/lib/python/Products/Formulator/help/formXML.txt
lib/zope/lib/python/Products/Formulator/help/formulator_howto.txt
lib/zope/lib/python/Products/Formulator/help/formulator_motto.txt
lib/zope/lib/python/Products/Formulator/homepage.html
lib/zope/lib/python/Products/Formulator/refresh.txt
lib/zope/lib/python/Products/Formulator/tests/README.txt
lib/zope/lib/python/Products/Formulator/tests/__init__.py
lib/zope/lib/python/Products/Formulator/tests/__init__.pyc
lib/zope/lib/python/Products/Formulator/tests/test_Form.py
lib/zope/lib/python/Products/Formulator/tests/test_Form.pyc
lib/zope/lib/python/Products/Formulator/tests/test_all.py
lib/zope/lib/python/Products/Formulator/tests/test_all.pyc
lib/zope/lib/python/Products/Formulator/tests/test_serialize.py
lib/zope/lib/python/Products/Formulator/tests/test_serialize.pyc
lib/zope/lib/python/Products/Formulator/tests/test_validators.py
lib/zope/lib/python/Products/Formulator/tests/test_validators.pyc
lib/zope/lib/python/Products/Formulator/version.txt
lib/zope/lib/python/Products/Formulator/www/BasicField.gif
lib/zope/lib/python/Products/Formulator/www/CheckBoxField.gif
lib/zope/lib/python/Products/Formulator/www/DateTimeField.gif
lib/zope/lib/python/Products/Formulator/www/EmailField.gif
lib/zope/lib/python/Products/Formulator/www/FileField.gif
lib/zope/lib/python/Products/Formulator/www/FloatField.gif
lib/zope/lib/python/Products/Formulator/www/Form.gif
lib/zope/lib/python/Products/Formulator/www/IntegerField.gif
lib/zope/lib/python/Products/Formulator/www/LabelField.gif
lib/zope/lib/python/Products/Formulator/www/LinesField.gif
lib/zope/lib/python/Products/Formulator/www/LinkField.gif
lib/zope/lib/python/Products/Formulator/www/ListField.gif
lib/zope/lib/python/Products/Formulator/www/MethodField.gif
lib/zope/lib/python/Products/Formulator/www/MultiCheckBoxField.gif
lib/zope/lib/python/Products/Formulator/www/MultiListField.gif
lib/zope/lib/python/Products/Formulator/www/MultipleListField.gif
lib/zope/lib/python/Products/Formulator/www/PasswordField.gif
lib/zope/lib/python/Products/Formulator/www/PatternField.gif
lib/zope/lib/python/Products/Formulator/www/RadioField.gif
lib/zope/lib/python/Products/Formulator/www/RangedIntegerField.gif
lib/zope/lib/python/Products/Formulator/www/StringField.gif
lib/zope/lib/python/Products/Formulator/www/TextAreaField.gif
@dirrm lib/zope/lib/python/Products/Formulator/www
@dirrm lib/zope/lib/python/Products/Formulator/tests
@dirrm lib/zope/lib/python/Products/Formulator/help
@dirrm lib/zope/lib/python/Products/Formulator/dtml
@dirrm lib/zope/lib/python/Products/Formulator