summaryrefslogtreecommitdiff
path: root/www (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [NEW PORT] www/zope-archetypesEdwin Groothuis2003-12-295-0/+385
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=96831
* [NEW PORT] www/zope-FileSystemSite: Enable file system based sites within ZopeEdwin Groothuis2003-12-296-0/+131
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96829
* [NEW PORT] www/zope-xmlwidgets: XMLWidgets - dynamic translations of ↵Edwin Groothuis2003-12-296-0/+99
| | | | | | | | | | | | | | | | | | ParsedXML to HTML pages 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> Notes: svn path=/head/; revision=96826
* New port: www/exuserfolder, Zope Extensible User FolderEdwin Groothuis2003-12-296-0/+327
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96824
* New port: www/formulator, Formulator for ZopeEdwin Groothuis2003-12-296-0/+176
| | | | | | | | | | | Formulator is an extensible framework that eases the creation and validation of web forms. PR: ports/54079 Submitted by: Tim Middleton <x@vex.net> Notes: svn path=/head/; revision=96822
* New port: www/parsedxml, ParsedXML for ZopeEdwin Groothuis2003-12-296-0/+585
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96820
* Uncomment the lines I needed to test the port. Mea Culpa.Edwin Groothuis2003-12-286-12/+12
| | | | | | | *grabs pointy hat* Notes: svn path=/head/; revision=96770
* [PATCH] www/squid: update to 2.5-STABLE4 (+ vendor patches)Edwin Groothuis2003-12-2812-24/+336
| | | | | | | | | | | | | | | | | | [...] - Add 2.5-STABLE4 vendor patches - cache.log message on "squid -k reconfigure" confusing - digest auth never detects password changes - login with space confuses redirector helpers - FQDNcache discards negative responses when using internal DNS - Full details at http://www.squid-cache.org/Versions/v2/2.5/bugs/#STABLE4 [...] PR: ports/58090 Submitted by: Jonathan Noack <noackj@concordiacrusaders.org> Approved by: MAINTAINER TIMEOUT Notes: svn path=/head/; revision=96759
* [PATCH] www/squid: update to 2.5 STABLE 4Edwin Groothuis2003-12-2818-300/+174
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=96758
* pear-* ports: simplify path to devel/pear-PEAR/Makefile.commonEdwin Groothuis2003-12-288-11/+11
| | | | | | | | | | | | | | | | | | | .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> Notes: svn path=/head/; revision=96749
* New port: pear-HTTP_Upload: Easy and secure managment of files submitted via ↵Edwin Groothuis2003-12-285-0/+49
| | | | | | | | | | | | | | | | | | | | | | HTML Forms 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> Notes: svn path=/head/; revision=96747
* New port: pear-HTTP_Session: OO interface to the session_* family functionsEdwin Groothuis2003-12-289-0/+111
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96744
* New port: pear-HTTP_Header: PEAR OO-Interface to modify HTTP-Headers easilyEdwin Groothuis2003-12-285-0/+49
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96742
* New port: pear-HTTP: PEAR miscellaneous HTTP utilitiesEdwin Groothuis2003-12-285-0/+34
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=96740
* Update a message if you don't enable libmap.conf(5) feature.Norikatsu Shigemura2003-12-281-0/+6
| | | | | | | Asked by: Mike Harding <mvh@ix.netcom.com> Notes: svn path=/head/; revision=96726
* o Correct to use acrobat on firebird. But I don't know that this fix isNorikatsu Shigemura2003-12-274-11/+14
| | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=96707
* Add IGNORE. Because this port should be obsolated:-).Norikatsu Shigemura2003-12-271-0/+2
| | | | Notes: svn path=/head/; revision=96706
* Update to 5.0.16.Ernst de Haan2003-12-2720-125/+195
| | | | | | | | Submitted by: maintainer PR: 60036 Notes: svn path=/head/; revision=96704
* Add rnews, a server-side RSS aggregator written in PHP using MySQL database.Pav Lucistnik2003-12-276-0/+132
| | | | | | | | PR: ports/60527 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Notes: svn path=/head/; revision=96682
* - Use APACHE_PORT in the usual wayPav Lucistnik2003-12-271-4/+4
| | | | | | | | PR: ports/60611 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=96677
* - Update to version 1.11Kirill Ponomarev2003-12-263-4/+7
| | | | | | | | PR: 60577 Submitted by: maintainer Notes: svn path=/head/; revision=96622
* - Update to version 1.4.2Kirill Ponomarev2003-12-265-9/+12
| | | | | | | | PR: 60576 Submitted by: maintainer Notes: svn path=/head/; revision=96621
* add bk_edit 0.6.23Ying-Chieh Liao2003-12-268-0/+113
| | | | | | | Bookmark Editor Notes: svn path=/head/; revision=96611
* Add emp, CGI application that creates a hierarchy of categorized links.Pav Lucistnik2003-12-265-0/+43
| | | | | | | | PR: ports/60031 Submitted by: Allan Bowhill <abowhill@blarg.net> Notes: svn path=/head/; revision=96603
* Add chpasswd, a cgi program that allows users to change their Squid account'sPav Lucistnik2003-12-265-0/+33
| | | | | | | | | | password from their web browser. PR: ports/60365 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=96600
* Add admuser, a small C program that allows to change Squid or Web accessPav Lucistnik2003-12-265-0/+34
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=96598
* - Update to version 0.9.0Kirill Ponomarev2003-12-253-3/+93
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=96595
* - Update to 0.6.3Pav Lucistnik2003-12-254-29/+14
| | | | | | | | PR: ports/59928 Submitted by: Koop Mast <einekoai@chello.nl> (maintainer) Notes: svn path=/head/; revision=96586
* - Add optional mod_speedycgi.soKirill Ponomarev2003-12-251-0/+1
| | | | | | | | | PR: 60553 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=96565
* Update to 1.0.Joe Marcus Clarke2003-12-255-58/+28
| | | | Notes: svn path=/head/; revision=96557
* Update to 5.76.Pete Fritchman2003-12-243-2/+3
| | | | | | | | Submitted by: demon Neglected by: petef Notes: svn path=/head/; revision=96539
* - Fix MASTER_SITESDirk Meyer2003-12-241-2/+1
| | | | Notes: svn path=/head/; revision=96524
* Update to 1.2.Anton Berezin2003-12-232-2/+2
| | | | Notes: svn path=/head/; revision=96485
* Per bento logs, mark as broken on recent versions of 5.x due to the gcc3.3Mark Linimon2003-12-231-0/+4
| | | | | | | preprocessor being more strict. Informed maintainer. Notes: svn path=/head/; revision=96473
* Update to 2.13Erwin Lansing2003-12-222-2/+2
| | | | Notes: svn path=/head/; revision=96418
* - Update to 1.2.2Sergei Kolobov2003-12-212-6/+4
| | | | | | | | | | | - Reset maintainership to ports@FreeBSD.org as the previous maintainer doesn't use FreeBSD anymore Submitted by: Andrew Maltsev <am@amsoft.ru> (maintainer) in <20031221111358.A25058@z1.russian-z1.org> Notes: svn path=/head/; revision=96355
* - Fix MASTER_SITESKirill Ponomarev2003-12-211-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=96344
* - Update to 2.2.7Clement Laforet2003-12-213-13/+7
| | | | | | | | | | - use PORTDOCS macro - Change my email address Approved by: erwin (mentor) Notes: svn path=/head/; revision=96342
* Update to 0.4.Pete Fritchman2003-12-214-19/+25
| | | | Notes: svn path=/head/; revision=96341
* - Update to 1.10.1Clement Laforet2003-12-213-6/+6
| | | | | | | | | - Change my email address Approved by: erwin (mentor) Notes: svn path=/head/; revision=96337
* Update to 1.20.Pete Fritchman2003-12-212-2/+2
| | | | | | | Submitted by: demon Notes: svn path=/head/; revision=96322
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-216-6/+6
| | | | Notes: svn path=/head/; revision=96284
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-3/+2
| | | | Notes: svn path=/head/; revision=96270
* [patch] www/mod_dav - fix symlink problemEdwin Groothuis2003-12-203-0/+239
| | | | | | | | | | | | | | | | | While playing with mod_dav, I found out that it didn't follow symlinks properly. Looking through various mailinglists I found this patch by Mark Montague (markmont@umich.edu) I do not say we should include this patch by default, but if a knob called WITH_SYMLINK_PATCH could be made which adds these patches it would help people already. PR: ports/59163 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=96265
* . Use MASTER_SITE_APACHE_JAKARTA now bsd.sites.mk has been updated. [1]Greg Lewis2003-12-193-12/+11
| | | | | | | | | | | | | . Fix the packing list to use %%PORTDOCS%% and %%DOCSDIR%%. [1] . Update the Linux Sun JDK 1.4 dependency to 1.4.2. [2] [2] This should probably just be USE_JAVA=1.4+ PR: 58945 [1] Submitted by: Palle Girgensohn <girgen@pingpong.net> [1] Notes: svn path=/head/; revision=96227
* . Sync with changes in MASTER_SITE's layout.Greg Lewis2003-12-191-0/+1
| | | | | | | | PR: 58943 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=96214
* Update to version 1.25.Dmitry Sivachenko2003-12-192-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=96197
* Fix the version info so the port/package tools recognize this asJoe Marcus Clarke2003-12-191-2/+2
| | | | | | | | 1.3.11a and not 1.3.11 Alpha. I've been futzing with mozilla-devel too long. Notes: svn path=/head/; revision=96182
* Update to 1.3.11a which fixes a font configuration issue.Joe Marcus Clarke2003-12-192-3/+6
| | | | Notes: svn path=/head/; revision=96181
* Update to 1.3.11. For a list of what's changed, checkout:Joe Marcus Clarke2003-12-186-63/+19
| | | | | | | http://galeon.sourceforge.net/news/index.php#66 Notes: svn path=/head/; revision=96166