mod_cvs recognizes if the files in your webtree are checked out
from a CVS repository. If so, it checks if the file is up-to-date
and, if not, updates it.
Another neat feature of mod_cvs is the date-checkout feature. You
can specify a date in the URI that gets passed to CVS, which checks
out an older revision of the requested file and sends it to the
user.
WWW: http://resare.com/noa/mod_cvs/
Approved by: erwin (mentor) (implicitly)
www/squid. Since the squid redirector interface should not have changed from
squid 2.4 to 2.5, squirm should work with squid 2.5 as well (testers welcome).
- Reinstate original MASTER_SITE: while the content on that site only refers to
squirm 1.0-BetaB, squirm-1.23 is actually fetchable from there.
- Bump PORTREVISION.
PR: 60991
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de>
Approved by: erwin (mentor) (implicitly)
to correct the behaviour of the LDAP authentication helper wrt TLS,
see <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for details
- Reinstate the errorpages.patch and work around its partial brokenness
by installing some Lithuanian error pages manually.
- Bump PORTREVISION
PR: 60950
Submitted by: maintainer
allows you to limit the number of simultaneous connexions.
PR: 59416
Submitted by: Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
Approved by: erwin (mentor) (implicitly)
The standard distribution of Apache does not provide adequate means for user
tracking, and this module provides them. What it actually does:
+ if the user has provided the cookie header with the correct cookie-name,
the module writes this cookie in notes with the name uid_got (accordingly,
then it may be written to the log);
+ if the user has arrived without the required cookie, the module issues the
SetCookie header for him/her and writes the cookie thus issued in notes
with the name uid_set (and this may also be written to the log);
+ if built-in P3P support is included, the P3P header is also issued as the
Set-Cookie header is issued.
WWW: http://www.lexa.ru/programs/mod-uid-eng.html
It shows an image file at user selectable resolutions.
WWW: http://plone.org/collective
PR: ports/60689
Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Urchin is the most powerful web traffic analysis program
available. We have set this to install into $PREFIX/urchin,
i.e. /usr/local/urchin and upon completion two services
start up, our Apache server on port 9999 and a scheduling
daemon. If starting up a service is a problem, it can be
adjusted in the Makefile (START_SERVERS = yes).
PR: ports/58646
Submitted by: Doug Silver <freebsd@urchin.com>
management of structured, textual content. Silva allows users to enter
new documents as well as edit existing documents using a web interface.
SilvaDocument and SilvaMetadata are included in this port.
WWW: http://www.zope.org/Members/infrae/Silva
PR: ports/60757
Submitted by: Tim Middleton <x@vex.net>
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>
- 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>
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
. 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]
-- mharo
add -DHAVE_ZLIB to Makefile to use system libz and fix a bug
-- Matthew Reimer <mreimer@vpop.net>
PR: 55844
Submitted by: Matthew Reimer <mreimer@vpop.net>
shrinking the receive socket buffer size to 2K.
The patch has been submitted to http_load's author for possible
inclusion in future versions of http_load.
I've taken a chance and split the sparc64 and alpha mega-diffs up because
sparc64 patched the result of alpha's patches, and amd64 needed to do the
same again - but it was sorted lexically before alpha/sparc64. I've
grouped the xptcall patches together since they are standalone and split
up and merged the other infrastructure jumbo-patches.
I also attempted to sync up the nspr vs firebird diffs for sparc64 and
alpha because they disagreed. HOWEVER... While this port 'depends'
on the nspr port, it doesn't actually *use* it. It should probably
be removed from the LIB_DEPENDS list.
Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla
database.
credit card payment gateways, gateways for major shipping companies to
gather rates, customer tracking, shopping carts, and many other features.
PR: ports/60122
Submitted by: Travis Campbell <hcoyote@ghostar.org>
- remove squid dependecy
(squid may depend on this module when configured)
- new option SAMBA_PORT
- use DOCSDIR
- don't install another copy of GPL
- don't use INSTALL_MAN for non manpages
- remove perl 5.8 dependency, no problems with 5.6 here
- fix one very little bug in the plist (only shows up if you deinstall
right after installing interchange)
If you experience a problem, please report via send-pr and not in some
kind of chat where the actual content of the report may get lost.
Go ahead and do what's needed by: linimon
http://www.tdiary.org/20031119.html (Japanese-language) for details.
It only happened in the following case:
* "@secure = true" in setting file (tdiary.conf)
* output_rdf.rb or tb-send.rb by plugin choice
PR: ports/59451
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)