of an attribute lookup/call to retrieve the value to index from an object.
The value retrieved can then be indexed by any available plugin index.
WWW: http://www.zope.org/Members/infrae/ProxyIndex
PR: ports/60755
Submitted by: Tim Middleton <x@vex.net>
fix and other improvements.
Change the explicit dependency on MySQL 3.23 to USE_MYSQL=yes: this does
indeed introduce a build-time dependency on MySQL, too, but IMHO this ought
to be acceptable for the present. Is it time for USE_MYSQL_BUILD and
USE_MYSQL_RUN already? :)
Drupal is an open-source platform and content management
system for building dynamic web sites offering a broad range
of features and services.
Drupal can support a diverse range of web projects ranging
from personal weblogs to large community-driven sites.
WWW: http://drupal.org
PR: ports/60204
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info>
Archetypes is a framework for the development of new Content
Types in Zope/CMF/Plone.
PR: ports/59176
Submitted by: Filippo Natali <filippo@widestore.net>
This is a repackaging of the CMF's FileSystem Directory
Views such that it is independent of the CMF.
The major use of this is to develop view code on the file
system such that it can be edited with normal development
utilties and checked into a source control management system.
WWW: http://www.zope.org/Members/k_vertigo/Products/FileSystemSite
PR: ports/54550
Submitted by: Tim Middleton <x@vex.net>
XMLWidgets is a Zope Product/Framework to create dynamic
translations of ParsedXML documents to HTML pages. Each XML
node is represented by a widget. A widget can display
itself (to HTML), and handle user events (clicks, form
submits) in the same HTML page.
WWW: http://www.zope.org/Members/faassen/XMLWidgets
PR: ports/54251
Submitted by: Tim Middleton <x@vex.net>
Extensible User Folder is a user folder that provides custom
authentication methods, including support for many database
backends.
PR: ports/53983
Submitted by: Tim Middleton <x@vex.net>
Parsed XML allows you to use XML objects in the Zope
environment. You can create XML documents in Zope and
leverage Zope to format, query, and manipulate XML, using
the standard W3C DOM.
PR: ports/54095
Submitted by: Tim Middleton <x@vex.net>
- Update to 2.5-STABLE4
- plist is correct -- see ports/56392 for details on extra files
PR: ports/56926
Submitted by: Jonathan Noack <noackj@concordiacrusaders.org>
Approved by: MAINTAINER TIMEOUT
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
can be simplified to:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
the latter version also doesn't make any assumptions about the
path of including Makefile
PR: ports/57152
Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
This class provides an advanced file uploader system for
file uploads made from html forms. Features:
* Can handle from one file to multiple files.
* Safe file copying from tmp dir.
* Easy detecting mechanism of valid upload, missing upload or error.
* Gives extensive information about the uploaded file.
* Rename uploaded files in different ways: as it is, safe or unique
* Validate allowed file extensions
* Multiple languages error messages support (es, en, de, fr, nl)
WWW: http://pear.php.net/package-info.php?package=HTTP_Upload
PR: ports/60196
Submitted by: Alex Miller <asm@asm.kiev.ua>
Object-oriented interface to the session_* family functions
it provides extra features such as database storage for
session data using DB package. It introduces new methods
like isNew(), useCookies(), setExpire(), setIdle(),
isExpired(), isIdled() and others.
WWW: http://pear.php.net/package-info.php?package=HTTP_Session
PR: ports/60195
Submitted by: Alex Miller <asm@asm.kiev.ua>
This class provides methods to set/modify HTTP-Headers.
To abstract common things, like caching etc. some sub classes are
provided that handle special cases (i.e. HTTP_Header_Cache).
PR: ports/60198
Submitted by: Alex Miller <asm@asm.kiev.ua>
The HTTP class is a class with static methods for doing miscellaneous
HTTP-related stuff like date formatting or language negotiation.
WWW: http://pear.php.net/package-info.php?package=HTTP
PR: ports/60197
Submitted by: Alex Miller <asm@asm.kiev.ua>
right. I heard BAD and OK:-). [1]
o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2]
OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29.
It really got to me.
Reported by: Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1]
Tested by: osa, ale [1]
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> [2]
files (.htpasswd). Create, change, remove, disable or enable users from
your web browser.
PR: ports/60360
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>