Commit graph

1362 commits

Author SHA1 Message Date
Renato Botelho
d43bfdaf19 This is a base class, all site-specific drivers should inherit its members
and methods. Driver subclasses named '$name' should be packaged as
WWW::Scraper::ISBN::$name_Driver, e.g. WWW::Scraper::ISBN::LOC_Driver for
LOC (Library of Congress) driver. Each driver need only implement the
search() method, though they may have as many other methods as they need to
get their job done. Only search() will be called by
WWW::Scraper::ISBN->search().

WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Driver/

PR:		ports/88668
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:18:11 +00:00
Kris Kennaway
b57d15a06e netscape-wrapper depended on netscape-remote which was removed. 2005-11-05 09:13:50 +00:00
Kris Kennaway
b1cf59535c Remove expired ports 2005-11-05 09:07:44 +00:00
Joe Marcus Clarke
2baa7640f4 Add firefox-devel after a repocopy from ports/www/firefox. Firefox-devel
represents work in progress towards Firefox 1.5.  See
http://www.mozilla.org/products/firefox/releases/1.5.html for more details.

Most of this work was done by ahze and mnag.
2005-11-05 06:54:48 +00:00
Joe Marcus Clarke
80b8f84138 Add evolution-caldav, a CalDAV provider for Evolution. CalDAV is an extension
of WebDAV that offers additional calendaring features such as fanout,
recurrance, and notifications.

WWW: http://ietf.webdav.org/caldav/home.html
2005-11-05 06:33:02 +00:00
Jeremy Messenger
6eda6d867e Ruby/GtkMozEmbed is a Ruby binding of GtkMozEmbed a widget embedding a
Mozilla Gecko renderer.

WWW: http://ruby-gnome2.sourceforge.jp/
2005-11-05 05:36:33 +00:00
Joe Marcus Clarke
922af54cf7 Delete pyphany since it has been merged into www/epiphany. 2005-11-05 05:07:11 +00:00
Edwin Groothuis
f184aa122d new port www/raqdevil
This pr is a duplicate of ports/87108, which doesn't have the shar.

	This shar creates a raqdevil/ directory which is suitable
	for addition in the FreeBSD ports tree.

        From the pkg-descr:

	RAQdevil is a web control panel application, developed by
	OffMyServer and based upon the Sun Cobalt RaQ550 software.
	The RAQdevil is software that provides web based management
	of multiple aspects of a server. RAQdevil manages system
	users, web sites, email, DNS, and other common server
	components used for web hosting.

        http://www.raqdevil.com/

	I submitted a shar for 0.9 as well, but cannot find the
	original report via the web interface. This shar supercedes
	0.9.

PR:		ports/87129
Submitted by:	Devon H. O'Dell <dodell@offmyserver.com>
2005-10-31 11:25:56 +00:00
Sergey Matveychuk
c8803f5134 Highly customizable PHP photo album
WWW: http://www.dalbum.org
2005-10-21 10:23:30 +00:00
Renato Botelho
170273dda7 "Zope is an exciting new object-based, open source web application
platform. It allows you to build powerful and dynamic web applications
easily. Zope comes with source code and is friendly to developers as
well as users.

Zope is distinguished by its integrated object database which, when
combined with a revolutionary object model, provides a completely
unique facility for servicing content managers and web application
developers."

WWW: http://dev.zope.org/Zope3/

PR:		ports/87604
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2005-10-18 11:23:35 +00:00
Sam Lawrance
9a868e57ab Add perlbal 1.36, reverse-proxy load balancer and webserver.
PR:		ports/75369
Submitted by:	Jacques Marneweck <jacques@php.net>
2005-10-18 02:46:23 +00:00
Michael Johnson
d6b7c5e27e - Add p5-HTTP-Cache-Transparent
Implementation of http get that keeps a local cache of fetched pages to
avoid fetching the same data from the server if it hasn't been updated.
The cache is stored on disk and is thus persistent between invocations.
2005-10-14 05:03:35 +00:00
Renato Botelho
1f1897f0f8 Enable www/mediawiki14, moved from www/mediawiki to permit update
www/mediawiki to 1.5 branch.

PR:		ports/87206
Submitted by:	maintainer
Repocopy by:	marcus
2005-10-13 13:52:21 +00:00
Simon L. B. Nielsen
bb9806f88b Add new port www/sitemapgen:
The sitemap_gen.py script analyzes your web server and generates one or
more Sitemap files. These files are XML listings of content you make
available on your web server. The files can then be directly submitted
to Google.

Written by opensource@google.com.

WWW: https://www.google.com/webmasters/sitemaps/docs/en/about.html
2005-10-12 20:19:35 +00:00
Lars Thegler
e61551d1e0 Add p5-POE-Component-Server-SOAP 1.08, publish POE event handlers via
SOAP over HTTP.
2005-10-12 19:45:14 +00:00
Lars Thegler
65afc08340 Add p5-POE-Component-Server-SimpleHTTP 1.11, Perl extension to serve
HTTP requests in POE.
2005-10-12 12:31:35 +00:00
Herve Quiroz
7c0c4e551a The Servlet API
Java Servlet technology provides Web developers with a simple, consistent
mechanism for extending the functionality of a Web server and for accessing
existing business systems. A servlet can almost be thought of as an applet that
runs on the server side -- without a face. Java servlets make many Web
applications possible.

WWW: http://java.sun.com/products/servlet/
2005-10-12 11:51:51 +00:00
Marcus Alves Grando
09aa9df8a2 New port
This module is an experimental interface to the W3C CSS Validation online
service <http://jigsaw.w3.org/css-validator/>, based on its experimental
SOAP 1.2 support. It helps to find errors in Cascading Style Sheets.

WWW: http://search.cpan.org/dist/WebService-Validator-CSS-W3C/

PR:		87189
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2005-10-12 05:54:42 +00:00
Marcus Alves Grando
3cb0b00e85 New port
WebService::Validator::HTML::W3C provides access to the W3Cs online HTML
validator. It's nothing to do with the W3C so pleas don't report any problems
with it to them. Also, please use it wisely and don't abuse the W3Cs
validator service. If you need to do a lot of validation consider
downloading and installing the Validator on your own machine.

WWW: http://search.cpan.org/dist/WebService-Validator-HTML-W3C/

PR:		87188
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
2005-10-12 05:35:20 +00:00
Erwin Lansing
a6565bb87e Add p5-WWW-Mixi 0.33, perl module of Automated interface to the Mixi.
Mixi is most famous as SNS of Japan.

PR:		ports/84617
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-10-11 17:47:04 +00:00
Anton Berezin
58ab450899 Add www/p5-HTML-TagCloud-Extended 0.09, a perl module to extend
functionality provided by www/p5-HTML-TagCloud, to add support
for time-stamp based coloring of tags.
2005-10-07 12:10:56 +00:00
Anton Berezin
5e92fc40d5 Add www/p5-HTML-TagCloud 0.32, a perl module to generate HTML tag clouds. 2005-10-06 18:23:00 +00:00
Herve Quiroz
ca31c42244 The first free open source JavaServer(tm) Faces implementation.
JavaServer(tm) Faces is a new and upcoming web application framework that
accomplishes the MVC paradigm. It is comparable to the well-known Struts
Framework but has features and concepts that are beyond those of Struts;
especially the component orientation.

WWW: http://myfaces.apache.org/
2005-10-04 13:30:54 +00:00
Renato Botelho
7e808e8d32 Add moodle 1.5.2, course management system based on social
constructionism.

PR:		ports/86764
Submitted by:	Javier Martin Rueda <jmrueda@diatel.upm.es>
2005-10-03 17:35:59 +00:00
Jean-Yves Lefort
fafdc13474 Add mod_geoip2.
mod_geoip2 is an Apache2 module that looks up the country code for the
IP address making the request without using reverse DNS.

WWW: http://www.maxmind.com/app/mod_geoip

PR:		ports/86777
Submitted by:	Jukka A. Ukkonen <jau@iki.fi>
2005-10-02 15:47:43 +00:00
Vsevolod Stakhov
f38dc30d35 Add planet - a flexible feed aggregator.
PR:		86613
Submitted by:	Alan Snelson <Alan@Wave2.co.uk>
2005-09-27 20:44:17 +00:00
Tom McLaughlin
aff89f6bc7 - Add gecko-sharp20, C# bindings for the Gecko rendering engine.
WWW: http://www.mono-project.com/GeckoSharp

Approved by:	mezz (co-mentor)
2005-09-25 23:02:56 +00:00
Tom McLaughlin
2626a4a2ca - Add gecko-sharp10 which has been repocopied from gecko-sharp. The
port has been renamed to reflect the gecko# API version as
  gecko-sharp20 will be comming shortly.

Approved by:	mezz (co-mentor)
2005-09-25 22:26:21 +00:00
Lars Thegler
63acb25958 Add p5-CGI-Ajax 0.38, a module for writing AJAX/DHTML-based web apps. 2005-09-20 08:33:12 +00:00
Renato Botelho
b889f74e3e Add linklint 2.3.5, perl script that checks links on web sites.
PR:		ports/86235
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-09-19 10:45:15 +00:00
Clement Laforet
c4459f24c4 - Unhook apache20 and unbreak index
Pointyhat to:	clement
2005-09-19 05:44:48 +00:00
Clement Laforet
24ed4b55bc - Hook www/apache20 to the build. It fixes some errors in INDEX build with
exp build

Reported by:	kris
2005-09-18 22:29:16 +00:00
Vsevolod Stakhov
6b2c94a1a2 Add zope28 - new stable branch of zope application server.
Here are some of the "headlines" mentioned in the features list.

Database Integration
	SQL and HTML in Harmony
	Multiple Data Sources
	Publish Databases
Application Development
	DTML Scripting
	External Methods
Content Management
        Builtin Objects
	Document Templates
Web to Objects
	Integrated Object Database
	Managed Through the Web
	Direct URL Access to Objects

PR:		85063
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
2005-09-18 21:33:04 +00:00
Pav Lucistnik
73ed1d7b48 The ZSyncer project allows multiple Zopes to easily be manually synchronized
by transferring data between them using xml-rpc. This can save a lot of time
over the old export / transfer / import dance.

PR:		ports/86285
Submitted by:	Tim Middleton <x@vex.net>
2005-09-18 11:32:36 +00:00
Pav Lucistnik
0301cfd254 After repocopy to www/gallery2:
- Update to 2.0

PR:		ports/86101
Submitted by:	Alex Varju <freebsd-ports@varju.ca> (maintainer)
2005-09-17 11:26:55 +00:00
Erwin Lansing
9c2813ae79 Fix typo 2005-09-17 09:39:12 +00:00
Pav Lucistnik
fac3a565aa The Markup Validation Service from the World Wide Web Consortium (W3C), it's
purpose is to validate web pages made in HTML and XHTML.

PR:		ports/86201
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2005-09-16 20:09:09 +00:00
Renato Botelho
9142df48ac Add p5-HTML-Template-Compiled 0.43, templating system that
HTML::Template files to Perl code.

PR:		ports/85906
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2005-09-16 19:16:29 +00:00
Pav Lucistnik
06ab573bb8 SkyTemplate is a LGPL-ed fast template engine for PHP.
PR:		ports/84223
Submitted by:	Mun-Kyo Seo <munggo@gmail.com>
2005-09-15 23:40:04 +00:00
Pav Lucistnik
5b696bd410 XS-HTTPD is a WWW server that has the following features:
- It is pronounced as "access-HTTP-daemon"
- It is SMALL (very small in fact: a factor two to three smaller than
  normal servers on disk and in memory)
- It is FAST (because it is so small and does not do unnecessary things)
- Uses very little CPU time
- Configurable (configuration compiled in to make it small, but largely
  overridable on the command line)
- Runs user CGI binaries under their own user ID
- Gets users' pages under their own user ID, allowing them to really
  have protected pages (using the built-in authentication mechanism)
- Does not fork for every connection (has a fixed number of servers),
  only to replace a lost server (in case of timeouts).
- Comes with some other useful programs
- Offers Server-Side Includes for many common tasks, including built-in
  page counters (text or graphical)
- Supports PHP and other interpreted file formats
- Supports automatic decompression to save diskspace and bandwidth
- Serves SSL (https) and http connections through the same daemon
- Full support for IPv6

PR:		ports/84314
Submitted by:	Ed Schouten <ed@fxq.nl>
2005-09-15 23:04:31 +00:00
Pav Lucistnik
9f23c4c25c Selenium is a test tool for web applications. Selenium tests run
directly in a browsers, just as real users do. And they run in Internet
Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other
test tool covers such a wide array of platforms.

PR:		ports/84687
Submitted by:	kaworu <kaworu@users.sourceforge.jp>
2005-09-15 21:08:34 +00:00
Pav Lucistnik
e5dab6f732 These Python modules provide simple yet powerful multi-threaded object-oriented
CGI/FastCGI/mod_python/html-templating facilities for the Python programming
language.

PR:		ports/86155
Submitted by:	Soren Straarup <xride@x12.dk>
2005-09-15 20:02:05 +00:00
Pav Lucistnik
cbe8e6b256 A small and simple webserver programmed in C++ that was designed to make
sharing files easy.  By default, it shares whatever folder it was executed from
on port 2000.

PR:		ports/86001
Submitted by:	Chris Laverdure <dashevil@gmail.com>
2005-09-15 19:50:00 +00:00
Lars Thegler
5625b66e2e Add p5-POE-Component-Server-HTTPServer 0.9.2, POE Component to server
HTTP requests.

PR:		ports/77980
Submitted by:	Zach Thompson <lin-chi@lastamericanempire.com>
2005-09-15 18:40:34 +00:00
Lars Thegler
9e0d15b004 Add p5-HTML-Template-HashWrapper 1.3, easy way to use the associate
option from HTML::Template.

PR:		ports/86157
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2005-09-15 18:31:01 +00:00
Renato Botelho
dd7669fcb1 Add geneweb 4.10, an advanced genealogy software.
PR:		ports/85957
Submitted by:	Hubert Tournier <hubert@frbsd.org>
2005-09-13 12:36:50 +00:00
Clement Laforet
09a0bfa1e0 - Add mod_bw (officially known as bw_mod) v0.6
Bandwidth and Connection control per Virtual Host or Directory.
It can:
 * Restrict the number of simultaneous connections per vhost/dir
 * Limit the bandwidth for files on vhost/dir

WWW: http://www.ivn.cl/apache/
2005-09-11 14:15:18 +00:00
Pav Lucistnik
ed25ccd707 - Connect rt34
Forgotten by:	girgen (3 months ago)
2005-09-10 19:52:17 +00:00
Clement Laforet
d67de08be3 - Yet another MySQL authentication module for apache 2.0.x
add mod_auth_mysql-1.5

mod_auth_mysql provides an MySQL-based authentication for apache2.
It's also designed to support multiple virtualhosts using only one
database.

WWW: http://www.heuer.org/mod_auth_mysql/
2005-09-10 16:04:57 +00:00
Clement Laforet
1fa985ba02 - Add mod_vhost_ldap 0.2.4
mod_vhost_ldap is an Apache 2.x module for storing and configuring
virtual hosts from LDAP. It supports DocumentRoot, ScriptAlias,
ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives.
It's built on top of mod_ldap, so it uses its caching capabilities and
can be used with a threaded Apache httpd.

WWW: http://modvhostldap.alioth.debian.org/
2005-09-10 15:45:02 +00:00
Clement Laforet
ba36f60f89 - Add mod_curb 1.1
mod_curb is an "volume" limiter apache module. It works on a per-server
basis. It can't be used with virtualhosts.

WWW: http://www.steve.org.uk/Software/mod_curb/
2005-09-07 20:18:27 +00:00
Clement Laforet
8a1c2060e3 - add mod_cband 0.9
mod_cband is an Apache 2 module provided to solve the problem of
limiting virtualhosts bandwidth usage. When the configured
virtualhost's transfer limit is exceeded, mod_cband will redirect all
further requests to a location specified in the configuration file.

WWW: http://dembol.nasa.pl/mod_cband
2005-09-07 19:52:27 +00:00
Jean-Yves Lefort
e5acece1de Add p5-Catalyst-Plugin-Pluggable.
Catalyst::Plugin::Pluggable is a plugin for pluggable Catalyst applications.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Pluggable/

PR:		ports/85631
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-09-05 19:21:27 +00:00
Vsevolod Stakhov
2546e88ed3 Add py-twistedWeb2 - the next generation Web Server Framework built
with Twisted.

PR:		84585
Submitted by:	Landon Fuller <landonf@opendarwin.org>
Approved by:	perky (mentor)
2005-09-05 14:46:07 +00:00
Erwin Lansing
dcfacf1ac9 Add p5-Catalyst-Plugin-Authentication-CDBI 0.09, cDBI Authentication for
Catalyst.

PR:		ports/85559
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-09-01 18:40:52 +00:00
Anton Berezin
9bbf4da52b Add p5-Syntax-Highlight-Shell, a perl module to highlight shell syntax
in HTML.
2005-09-01 09:58:56 +00:00
Anton Berezin
35f5032f59 Add p5-Syntax-Highlight-HTML, a perl module to highlight
HTML syntax.
2005-09-01 09:50:51 +00:00
Sam Lawrance
e37a574077 Remove www/py-websvcs which is a slightly outdated duplicate of net/py-soappy.
Add a MOVED entry.
While here, fix the last MOVED entry which was broken.

PR:		ports/83705
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	maintainer timeout (4 weeks)
2005-08-30 16:21:52 +00:00
Renato Botelho
e75a8ad50f Add bannerfilter 1.31, a squid redirect script for filtering web
banners.

PR:		ports/84915
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-08-29 17:29:39 +00:00
Thierry Thomas
6b7df0abfe Add adblock-firefox, a content filtering plug-in for Firefox. 2005-08-28 13:05:54 +00:00
Thierry Thomas
3b6d5a5903 Add adblock, a content filtering plug-in for Mozilla. 2005-08-28 13:04:53 +00:00
Markus Brueffer
ea7ef2e225 Remove akregator as it is outdated and BROKEN and was integrated into
deskutils/kdepim3 some time ago anyway.

Discussed with:	lofi
Approved by:	portmgr (linimon)
2005-08-13 07:38:18 +00:00
Sam Lawrance
a65560d6cd Add openacs-dotlrn 2.1.1, modular web application platform for high
traffic elearning community.

.LRN (dotLRN) is an e-learning platform built upon openACS core. It includes
modules and configurations that are specific for learning communities.

PR:		ports/84142
Submitted by:	Aldert Nooitgedagt <nooitgedagt.net>
2005-08-01 14:31:09 +00:00
Sam Lawrance
24cc7f6069 Add openacs:
OpenACS (Open Architecture Community System) is a web application platform
designed for high traffic community websites. It is built on a free and
open source foundation. OpenACS is the foundation for many products
and websites including the .LRN e-learning platform (www.dotlrn.org).

PR:		ports/84146
Submitted by:	Aldert Nooitgedagt <aldert@nooitgedagt.net>
2005-08-01 13:16:47 +00:00
Lars Thegler
5eb0101646 Add p5-URI-Fetch 0.03, smart URI fetching/caching. 2005-07-30 19:44:28 +00:00
Lars Thegler
ac8a437e92 Add p5-Feed-Find 0.05, syndication feed auto-discovery. 2005-07-30 15:34:24 +00:00
Pav Lucistnik
00bb43d38e - Add aolserver slaveport with options needed for OpenACS
PR:		ports/84141
Submitted by:	Aldert Nooitgedagt <aldert@nooitgedagt.net>
2005-07-28 12:53:25 +00:00
Pav Lucistnik
716ca4010c tDOM combines high performance XML data processing with easy and powerful Tcl
scripting functionality.

PR:		ports/84139
Submitted by:	Aldert Nooitgedagt <aldert@nooitgedagt.net>
2005-07-27 11:44:45 +00:00
Pav Lucistnik
ef005afea0 Tclwebtest is a tool to write automated tests for web applications.
It provides a simple API for issuing http requests, dealing with the
result and assume specific response values, while taking care of the
details such as redirects and cookies.

PR:		ports/84138
Submitted by:	Aldert Nooitgedagt <aldert@nooitgedagt.net>
2005-07-27 11:32:50 +00:00
Pav Lucistnik
5d22b8860e Typo is an absolutely minimal weblogging engine powered by rails. It
supports XMLRPC posting, ping/trackback, comments, textile, categories,
all common exports, fulltext search and so on.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 14:15:41 +00:00
Pav Lucistnik
efaa072e32 RedCloth is a module for using Textile in Ruby. Textile is a text
format. A very simple text format. Another stab at making readable text
that can be converted to HTML.

No need to use verbose HTML to build your docs, your blogs, your pages.
Textile gives you readable text while youre writing and beautiful text
for your readers. And if you need to break out into HTML, Textile will allow
you to do so.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 14:10:43 +00:00
Pav Lucistnik
433650c7e5 Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 14:07:59 +00:00
Pav Lucistnik
725a287178 Action Web Service provides a way to publish interoperable web service APIs with
Rails without spending a lot of time delving into protocol details.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 14:05:09 +00:00
Pav Lucistnik
94c373232a Action Pack
The controller and view of the RubyOnRails MVC-Framework is handled by the
Action Pack, which handles both layers by its two parts: Action View and Action
Controller. These two layers are bundled in a single package due to their heavy
interdependence. This is unlike the relationship between the Active Record and
Action Pack that is much more separate.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 13:57:44 +00:00
Pav Lucistnik
94adef10b6 Eventum is a user-friendly and flexible issue tracking system
that can be used by a support department to track incoming
technical support requests, or by a software development team
to quickly organize tasks and bugs.

PR:		ports/83690
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-07-19 20:44:31 +00:00
Mark Linimon
3212c12907 As previously announced, remove www/junkbuster due to security concerns.
Hat:	portmgr
2005-07-19 03:01:51 +00:00
Erwin Lansing
de58abb96b Add p5-Template-Multilingual 0.05, multilingual templates for Template
Toolkit.

PR:		ports/82401
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-07-18 10:34:34 +00:00
Pav Lucistnik
a6e3fbcd92 Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.

PR:		ports/83531
Submitted by:	Mike Meyer <mwm@mired.org>
2005-07-16 21:51:18 +00:00
Pav Lucistnik
ce136ee593 JWChat aims to be a full featured, web-based Jabber client.
It uses only JavaScript and HTML on the client-side. Currently
it supports basic jabber instant messaging, roster management
and muc-based groupchats.

JWChat is an advanced instant messenger (IM) just like AIM,
MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage
your contacts, chat with other users directly or join a groupchat
room for collaborative communication. Unlike other IMs you can use
this with your web browser only without having to install any
additional software at all.

PR:		ports/82609
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
2005-07-15 16:17:36 +00:00
Pav Lucistnik
29badf1094 Myghty, a Python based templating framework originally based on HTML::Mason.
PR:		ports/83391
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-07-14 14:54:38 +00:00
Sergey Matveychuk
0afea2ddc5 Xaraya delivers the requisite infrastructure and tools
to create custom web applications that include fully
dynamic multi-platform Content Mangement Solutions (CMS).

PR:		ports/83235
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-07-14 11:48:43 +00:00
Pav Lucistnik
558e108a36 - Remove www/wmnetselect, it's dead (last release 2000), no longer useful
and unfetchable

PR:		ports/83184
Submitted by:	David McNett <nugget@slacker.com> (maintainer)
2005-07-13 14:34:26 +00:00
Pav Lucistnik
fb1d43db73 Podcastamatic automates the creation of a webpage and a RSS feed
for your podcast, based on MP3 tags. A webpage can either be
automatically generated from scratch or generated from a template
you create. An RSS feed is an XML file that is required to be listed
in most popular podcast directories. Podcastamatic is highly customizable.

PR:		ports/83331
Submitted by:	Lars Eggert <lars.eggert@gmx.net>
2005-07-13 09:17:14 +00:00
Erwin Lansing
24a6219750 Catalyst::Helper::Controller::Scaffold is a helper for scaffolding for
Catalyst, which adds easy scaffolding:

    # Imagine you want to generate a scaffolding controller MyApp::C::SomeTable
    # for a CDBI table class MyApp::M::CDBI::SomeTable
    script/myapp_create.pl controller SomeTable Scaffold CDBI::SomeTable

Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-07-12 06:35:12 +00:00
Sergey Matveychuk
0c3e6c159d mod_realip is an apache 1.3 module, which changes the IP address of
the proxy server to the IP address a client, supplied by the proxy
server in "X-Real-IP" or "X-Forwarded-For" header. mod_realip is
designed for use on backends, which serve reverse proxied HTTP
requests.

Submitted by:	glebius
2005-07-11 13:01:37 +00:00
Jean-Yves Lefort
f2feab6249 Add p5-Template-Plugin-Monta.
Template::Plugin::Monta is a plugin for Template Toolkit which allows you to
use monta-method on your template.

WWW: http://search.cpan.org/dist/Template-Plugin-Monta/

PR:		ports/82632
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-06-29 00:30:04 +00:00
Sam Lawrance
643ef8642f Add p5-Acme-Monta 0.01.
The description is "Monta Method reproduced in web" ... seems
to be a presentation technique originating from Japanese
television.

PR:		ports/82215
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-06-25 05:51:36 +00:00
Pav Lucistnik
dfc95d10ab WebCalendar is a PHP-based online calendar application.
PR:		ports/76928
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
2005-06-22 08:15:02 +00:00
Andrey A. Chernov
03ff430e8f utility for batch modification of LJ permissions or LJ restoring 2005-06-18 18:21:52 +00:00
Eric Anholt
9996e95179 New port:
swfdec-plugin is a Mozilla plugin for rendering flash (.swf) animations using
the gstreamer framework and the swfdec library.  It should currently play Flash
4 files, and Flash 5 support is under development.
2005-06-16 19:06:08 +00:00
Erwin Lansing
b46b07b68a Add p5-WebService-Technorati 0.04, a Perl interface to the Technorati
web services interface.

PR:		ports/82102
Submitted by:	ijliao
2005-06-14 08:37:27 +00:00
Herve Quiroz
cac3490396 Add jakarta-tomcat55, the Tomcat 5.5.x branch
PR:		81458
Reported by:	Scott Balmos <scott.balmos@utoledo.edu>
Submitted by:	Kang Liu <liukang@bjut.edu.cn> (maintainer)
2005-06-13 14:12:23 +00:00
Philip Paeps
934d568fea Finalize repocopy of www/p5-Apache-Scoreboard -> www/p5-Apache2-Scoreboard.
o Remove the mod_perl2 bits from www/p5-Apache-Scoreboard, the 0.1x
   versions are only for mod_perl1 versions.

 o Update the new www/p5-Apache2-Scoreboard to 2.06, the 2.x versions
   are for mod_perl2 versions.

 o Keep www/p5-Apache2-Scoreboard broken until a new version with
   fixes for the mod_perl2 API dance hits CPAN.

Approved by:	krion (mentor)
2005-06-12 21:32:17 +00:00
Pav Lucistnik
973dbbdd59 - After repocopy from www/tdiary, add tdiary-devel at 2.1.1
PR:		ports/82098
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp>
Repocopy by:	marcus
2005-06-11 11:23:37 +00:00
Trevor Johnson
e81c2cc67d Remove the netscape7 port due to multiple security bugs.
Netscape 8.0 is available only for Windows.
2005-06-10 09:08:32 +00:00
Sergey Skvortsov
1b06f82c8c Add google-sitemapgen 1.0,
script to analyze web server and
generate Google Sitemap files.
2005-06-09 09:00:30 +00:00
Brian Somers
dcdf9f1eef A kwiki plugin to force users to provide a KwikiUserName
I've added a small patch -- submitting to the maintainer now...
2005-06-06 21:22:25 +00:00
Brian Somers
9b5ac49ff5 A kwiki module to notify people of page changes. This includes an enhancement
(from me) that has been submitted to the author.
2005-06-04 13:32:13 +00:00
Brian Somers
05b708a954 Add two kwiki plugins which work with the p5-Kwiki-Theme-ColumnLayout plugin. 2005-06-04 10:44:16 +00:00
Sam Lawrance
7ebcb96542 Add mozplugger 1.7.2, framework for loading web content in external
viewers.

(actively maintained mozdev branch of plugger)

PR:		ports/81826
Submitted by:	Loren M. Lang
2005-06-03 12:46:45 +00:00
Jean-Yves Lefort
889469c017 Add p5-Catalyst-View-HTML-Template.
A view base class for Catalyst using HTML::Template.

WWW: http://search.cpan.org/dist/Catalyst-View-HTML-Template

PR:		ports/81582
Submitted by:	Gruen Christian <kiki@bsdro.org>
2005-05-30 15:47:33 +00:00
Lars Thegler
75c0403289 Add p5-Class-DBI-FromForm 0.03, update Class::DBI data using
Data::FormValidator.
2005-05-29 17:47:38 +00:00
Pav Lucistnik
d8c12016fc - Remove linux-mozillafirebird and it's language spinoffs. This port is
outdated (it's ascendant is called linux-firefox) and contains several
  unpatched security vulnerabilities.

Requested by:	maintainer
Discussed by:	kris' portmgr hat
2005-05-27 20:04:17 +00:00
Jean-Yves Lefort
d948255982 Add p5-Catalyst-Model-CDBI-Sweet.
Catalyst::Model::CDBI::Sweet provides convenient count, search, page, and cache
functions in a sweet package. It integrates these functions with Class::DBI in
a convenient and efficient way.

WWW: http://search.cpan.org/dist/Catalyst-Model-CDBI-Sweet

PR:		ports/81489
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-05-26 22:59:56 +00:00
Thierry Thomas
2e90b20364 Add bugmenot-firefox , a firefox extension to bypass compulsory web
registration.
2005-05-25 21:27:21 +00:00
Thierry Thomas
41aeae9da9 Add bugmenot 0.6.2, a mozilla extension to bypass compulsory web
registration.
2005-05-25 21:25:43 +00:00
Pav Lucistnik
d5fb95c205 phpAdsNew is an open-source ad server, with an integrated banner management
interface and tracking system for gathering statistics.  With phpAdsNew you can
easily rotate paid banners and your own in-house advertisements. You can even
integrate banners from third party advertising companies.

PR:		ports/80757
Submitted by:	Meno Abels <meno.abels@adviser.com>
2005-05-24 21:34:39 +00:00
Florent Thoumie
50754776fa - Add fnord 1.9, a small and fast webserver with CGI-capability. 2005-05-23 15:48:20 +00:00
Ying-Chieh Liao
0642d393ec add p5-Flickr-API 0.03
Perl interface to the Flickr API

gslin wants to take over maintainership
2005-05-19 08:02:47 +00:00
Vanilla I. Shu
a83daec441 Add b2evo 0.9.0.12, a multilingual, multiuser, multi-blog engine.
PR:		ports/80006
Submitted by:	chinsan <chinsan@mail20000.com.tw>
2005-05-17 03:40:09 +00:00
Pav Lucistnik
3b2cee34b6 - Reconnect mnogosearch port
Reported by:	cperciva
Pointy hat to:	ache
2005-05-15 20:40:34 +00:00
Andrey A. Chernov
9b64f5af17 Connect mnogosearch31 2005-05-15 18:24:28 +00:00
Jean-Yves Lefort
07040f9094 Add p5-Catalyst-Plugin-FillInForm
Catalyst-Plugin-FillInForm is a Catalyst plugin that automatically fills in
forms if the last form has missing or invalid fields.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-FillInForm/

PR:		ports/80964
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-05-14 13:19:40 +00:00
Jean-Yves Lefort
0ceee22139 Add spreadlogd.
If you kill -HUP or kill the spreadlogd process, it will not actually process
the signal until after it has received its next message from Spread. You can
move you log files to new names and then kill -HUP and it will reopen the log
files. This is useful for seamless log rotation without losing any messages.

Spread is really cool. It is a poweful group communication toolkit developed
at the Center for Networking and Distributed Systems at the Johns Hopkins
University (http://www.spread.org/ and http://www.cnds.jhu.edu/, respectively).

WWW: http://www.lethargy.org/mod_log_spread/

PR:		ports/80877
Submitted by:	Meno Abels <meno.abels@adviser.com>
2005-05-14 11:12:15 +00:00
Jean-Yves Lefort
93eac884d9 Add mod_log_spread.
mod_log_spread is a patch to Apache's mod_log_config, which provides
an interface for spread to multicast access logs. It utilizes the
group communication toolkit Spread, developed at Johns Hopkins
University's Center for Networking and Distributed Systems.
mod_log_spread was developed to solve the problem of collecting
consolidated access logs for large web farms. In particular, the
solution needed to be scalable to hundreds of machines, utilize a
reliable network transport, allow machines to added or dropped on
the fly, and impose minimal performance impact on the webservers.
Current version is 1.0.3p3. This makes a fix to a stupid vhost
logging bug as well as providing a complete and flexible log-writing
solution.

WWW: http://www.lethargy.org/mod_log_spread/

PR:		ports/80876
Submitted by:	Meno Abels <meno.abels@adviser.com>
2005-05-14 11:07:08 +00:00
Lars Thegler
773c464a46 Add p5-Bundle-Catalyst 0.03, a bundle to install most of the Catalyst
modules.
2005-05-12 13:34:29 +00:00
Lars Thegler
42063cf39a Add p5-Catalyst-Plugin-Static 0.07, serve static files with Catalyst. 2005-05-11 10:37:03 +00:00
Lars Thegler
d9a0fbfc59 Add p5-Catalyst-Plugin-SubRequest 0.04, make subrequests to actions in
Catalyst.

PR:		ports/80719
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-05-11 09:54:05 +00:00
Lars Thegler
37a7477e4a Add p5-Catalyst-Plugin-Session-FastMmap 0.09, FastMmap sessions for
Catalyst.
2005-05-08 10:35:48 +00:00
Lars Thegler
6c5d36b44a Add p5-Catalyst-Plugin-Prototype 0.01, Ccatalyst plugin for Prototype. 2005-05-07 20:26:40 +00:00
Lars Thegler
3577ca83ea Add p5-HTML-Prototype 1.23, generate HTML and Javascript for the
Prototype library.
2005-05-07 20:08:36 +00:00
Lars Thegler
790a7cb6fd Add p5-Catalyst-Plugin-FormValidator 0.02, FormValidator for Catalyst. 2005-05-07 19:13:11 +00:00
Lars Thegler
6448a1fe4e Add p5-Catalyst-Plugin-Textile 0.01, Textile for Catalyst.
PR:		ports/80637
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-05-07 18:20:54 +00:00
Lars Thegler
55ece89566 Add p5-Catalyst-View-TT 0.11, Template Toolkit view class for Catalyst. 2005-05-07 14:24:53 +00:00
Mark Linimon
ad77cc3281 Per insistence of the author of this software, remove these ports from
the Ports Collection.  The author specifically insists that no patches
be distributed for his software.

Please do not contact portmgr about this policy, it is the author's sole
choice.

Hat:	portmgr
2005-05-07 10:00:31 +00:00
Pav Lucistnik
7ada812754 - add mediawiki 1.3 as www/mediawiki13 for people who don't want to upgrade
to 1.4 yet

PR:		ports/80001
Submitted by:	Gerrit Beine <tux@pinguru.net> (maintainer)
Repocopy by:	marcus
2005-05-06 08:35:26 +00:00
Lars Thegler
9a50223f29 Add p5-Template-Timer 0.02, rudimentary profiling for Template Toolkit. 2005-05-04 15:12:15 +00:00
Lars Thegler
b2fa41e6d7 Add p5-Catalyst-Model-CDBI 0.08, CDBI model class for Catalyst. 2005-05-04 13:45:12 +00:00
Ying-Chieh Liao
53c6287018 add py-mechanize 0.0.9.a
Stateful programmatic web browsing in Python
2005-04-29 07:06:01 +00:00
Ying-Chieh Liao
7057566a2b add py-pullparser 0.0.5.b
A simple "pull API" for HTML parsing
2005-04-29 07:05:06 +00:00
Dmitry Sivachenko
4a40e3b929 New port: p5-HTTP-Server-Simple-Mason.
An abstract baseclass for a standalone mason server.
2005-04-28 08:37:51 +00:00
Ying-Chieh Liao
dbd41a2fcb add p5-Flickr-Upload 1.18
Upload images to flickr.com
2005-04-27 15:40:13 +00:00
Edwin Groothuis
65b278b4f2 New Port: www/instiki
Instiki is a wiki clone implemented in ruby with no
	dependencies other than ruby-1.8.1 or greater. Instiki was
	written and is maintained by David Heinemeier Hansson.
	Homepage is WWW://www.instiki.org

PR:		ports/76507
Submitted by:	Kelley Reynolds <kelley@insidesystems.net>
2005-04-25 08:17:48 +00:00
Vanilla I. Shu
96c78cdd40 Add phpmyfaq 1.4.8, a multilingual, completely database-driven
FAQ-system.

PR:		ports/80004
Submitted by:	chinsan <chinsan@mail2000.com.tw>
2005-04-22 04:06:12 +00:00
Vanilla I. Shu
6354ac9c1d Add bblog 0.7.4, a elegant personal publishing system with Smarty.
PR:		ports/79995
Submitted by:	chinsan@mail2000.com.tw
2005-04-22 04:04:06 +00:00
Sam Lawrance
ceac0519ae Add mambo 4.5.2.1, a dynamic web content management system (CMS).
PR:		ports/80124
Submitted by:	Francisco Cabrita <include@npf.pt.freebsd.org>
Approved by:	clement (mentor)
2005-04-21 17:17:47 +00:00
FUJISHIMA Satsuki
ece611b4da remove opera-devel, no development version is available now. 2005-04-21 11:53:05 +00:00
Pav Lucistnik
0fec77347f - Remove, www/flashplugin-mozilla does same job.
Submitted by:	flashplugin-mozilla-devel maintainer
Approved by:	flashplugin-firefox maintainer
2005-04-20 12:13:54 +00:00
Pav Lucistnik
fbbd987712 Nevow is a next-generation web application templating system, based on the ideas
developed in the Twisted Woven package. Its main focus is on separating the HTML
template from both the business logic and the display logic, while allowing the
programmer to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of traditional
MVC. It has various parts which can be used individually or as a whole,
integrated web solution.

PR:		ports/80049
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-04-19 22:02:47 +00:00
Pav Lucistnik
960e1c31ea dotProject is a PHP web-based project management framework that includes modules
for companies, projects, tasks (with Gantt charts), forums, files, calendar,
contacts, tickets/helpdesk, multi-language support, user/module permissions and
themes.

PR:		ports/79829
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-04-15 11:56:52 +00:00
Pav Lucistnik
484c7ef64b Program to manage Apache access control files.
PR:		ports/79834
Submitted by:	Tim Daneliuk <tundra@tundraware.com>
2005-04-15 11:44:30 +00:00
Pav Lucistnik
322bff4f9d PyBlosxom, a light wight weblog system like blosxom with focus on simplicity,
extensibility, and community.

PR:		ports/79855
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-04-15 11:34:51 +00:00
Florent Thoumie
a72fc28eda - Add py-twistedWeb, An HTTP protocol implementation together with clients
and servers.

PR:		ports/79922
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:56:19 +00:00
Pav Lucistnik
585665a9b6 Component supports for WebKit.Page class.
http://wiki.w4py.org/component.html

PR:		ports/79417
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-04-11 19:32:41 +00:00
Vanilla I. Shu
3c43dbd99d Add dokuwiki, it's a simple and easy to use wiki.
Submitted by:	chinsan <chinsan@mail2000.com.tw>
2005-04-10 16:49:08 +00:00
Anton Berezin
d93851e2e9 Remove deprecated and expired devel/p5-Server-FastPL,
math/p5-Math-BigIntFast, math/p5-Statistics-Table-F,
textproc/p5-Sort-PolySort, and www/p5-HTML-Navigation.
Neither one of them is on CPAN any longer.
2005-04-08 13:43:25 +00:00
Ying-Chieh Liao
8d6488c421 add p5-Catalyst 4.34
The Elegant MVC Web Application Framework
2005-04-07 09:44:23 +00:00
Cheng-Lung Sung
b20cce15d9 - Kwiki::ModPerl - enable Kwiki to work under mod_perl (mod_perl2) 2005-04-06 08:25:42 +00:00
Pav Lucistnik
88d2070990 PHP Surveyor is a set of PHP scripts that interact with MySQL to develop
surveys, publish surveys and collect responses to surveys. Once a survey
has been created it can be published as an online survey (displayed as
single questions, group by group or all in one page) or you can use a
dataentry system for administration of paper-based versions of the survey.
PHP Surveyor can produced 'branching' surveys (set conditions on whether
individual questions will display), can vary the look and feel of your
survey through a templating system, and can provide basic statistical
analysis of your survey results.

PR:		ports/79521
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-04-05 20:25:59 +00:00
Lars Thegler
126bed76fd Add p5-HTTP-Server-Simple-Static 0.02, serve static files with
HTTP::Server::Simple.
2005-04-02 15:14:47 +00:00
Lars Thegler
6b94fabddb Add p5-HTTP-Server-Simple 0.07, a very simple standalone HTTP daemon. 2005-04-02 11:36:40 +00:00
Kris Kennaway
e268712946 Remove konqueror-nsplugins
Forgotten by:	lofi
Approved by:    portmgr (self)
2005-03-27 03:22:03 +00:00
Sergey Matveychuk
98a1438829 Zerowait httpd is a light and fast http server that uses modern mechanisms
such as kqueues and sendfile.

PR:		ports/79053
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-03-20 15:34:32 +00:00
Ying-Chieh Liao
f948827a03 add wsdlpull 1.6.1
C++ WSDL Parser
2005-03-18 04:19:55 +00:00
Cheng-Lung Sung
51933c88fa - A Perl module that use DBD::SQLite 1.x for Apache::Session storage
- required by some RT-Apps.
2005-03-17 02:34:15 +00:00
Pav Lucistnik
234ec68dca Kupu is a 'document-centric' open source client-side editor for Mozilla,
Netscape and Internet Explorer. Inspired by Maik Jablonski's Epoz editor
to improve the JavaScript code and architecture, pluggability, standards
support, support for other webservers than Zope (which was the original target
platform for Epoz), configurability and a lot of other issues.

PR:		ports/78792
Submitted by:	Tim Middleton <x@Vex.Net>
2005-03-16 23:04:58 +00:00
Florent Thoumie
cd6872d66a - Add www/p5-CGI-Builder-TT2 0.03, CGI::Builder and Template Toolkit 2
integration.

PR:		ports/73270
Submitted by:	Daniel Wijnands <daniel@itxl.nl>
2005-03-16 21:18:53 +00:00
Florent Thoumie
a582e114eb - Add p5-HTML-Diff 0.54, a Perl module to diff two HTML strings.
PR:		ports/75933
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-03-14 22:52:23 +00:00
Sergey Matveychuk
9f7101ca5e Apache::Singleton is adapted Class::Singleton for apache
PR:		ports/78211
Submitted by:	ports@c0decafe.net
2005-03-12 12:09:31 +00:00
Joe Marcus Clarke
12a7cd5f4e Add pyphany, a set of Python bindings for building extensions to the
Epiphany web browser.
2005-03-12 11:10:58 +00:00
Simon Barner
6ca3c99eba Add p5-PLP 3.18, a simple Perl embedder superficially resembling PHP.
PR:		ports/67095
Submitted by:	Christopher Nehren <apeiron@comcast.net>
Approved by:	arved (mentor)
2005-03-11 22:23:27 +00:00
Sergey Matveychuk
3f04934404 New port: wget4web - wget interface for web.
PR:		ports/77020
Submitted by:	Roman Y. Bogdanov <sam@brj.pp.ru>
2005-03-11 16:01:54 +00:00
Edwin Groothuis
c6c66494ac Add vtiger, open source Customer Relationship Management software
vtiger CRM is an open source Customer Relationship Management
    (CRM) software mainly for small and medium businesses.  vtiger
    CRM is built over proven, fast, and reliable LAMP/WAMP
    (Linux/Windows, Apache, MySQL, and PHP) technologies and open
    source projects, such as SugarCRM (SPL 1.1.2), phpBB (GPL), and
    others.

    WWW: http://www.vtiger.com
2005-03-11 10:45:33 +00:00
Edwin Groothuis
8142db999e Don't remove ports which others are depending on.
I was actually aware of it, but forgot about it. See ports/75326
for more info.
2005-03-11 10:20:00 +00:00
Edwin Groothuis
2bf7aedd68 new port: www/linux-firefox (replaces linux-mozillafirebird)
Firefox is a Web, FTP and gopher browser branched from Mozilla.
    It does not include an HTML editor, e-mail user agent, IRC
    client, or news reader.

    This is a pre-compiled Linux/i386 version, able to run plugins
    from that platform.  This port is compatible with the Flash
    plugin from ports/www/linux-flashplugin6/ and with the Java
    plugin from ports/java/linux-blackdown-jdk14/.

    WWW:  http://mozilla.org/projects/firefox/

PR:		ports/75326
Submitted by:	Aaron Voisine <voisine@gmail.com>
2005-03-11 10:12:08 +00:00
Florent Thoumie
b0c77ceb76 - Add p5-Apache-GopherHandler 0.1, a gopher protocol implementation for Apache2.
PR:		ports/66506
Submitted by:	Toni Viemero <toni.viemero@iki.fi>
Approved by:	pav (mentor)
2005-03-09 12:28:36 +00:00
Florent Thoumie
d8299601ab - Add p5-W3C-LinkChecker 4.1, a HTML link validity checker.
PR:		ports/74438
Submitted by:	Aaron Dalton <aaron@daltons.ca>
Approved by:	pav (mentor)
2005-03-09 09:14:08 +00:00
Foxfair Hu
411fc753fe Add pmwiki 2.0b25, a WikiWikiWeb clone using PHP.
PR:		ports/78099
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2005-03-06 08:36:45 +00:00
Cheng-Lung Sung
1e5e6d293a - Kwiki::Diff display differences between the current wiki page and
older revisions.

PR:		78278
Submitted by:	Rong-En Fan
2005-03-02 07:37:01 +00:00
Edwin Groothuis
27a87e770f new port: misc/linux-sunbird
This is the linux binary version of the mozilla sunbird
	calendaring application

PR:		ports/77746
Submitted by:	Aaron Voisine <voisine@gmail.com>
2005-03-01 22:24:25 +00:00
Pav Lucistnik
8506084007 - Reflect the fact that APC is now a PECL package
- Take maintainership

PR:		ports/78019
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Repocopy by:	marcus
2005-02-26 21:44:16 +00:00
Sergey Matveychuk
7ebddf8bcc New port: www/wacko (A small and fast PHP Wikki clone with
multiple language support)

PR:		ports/77007
Submitted by:	Ivan Sviridov <sin@vimcom.net>
2005-02-26 12:53:27 +00:00
Volker Stolz
373aeb724d Add sbox-dtc 1.07.1, a safe CGI wrapper.
PR:		ports/76926
Submitted by:	Thomas Goirand
2005-02-22 12:46:41 +00:00
Cheng-Lung Sung
52aab8a6d0 - New port: Kwiki Gnome Icons Plugin
PR:		ports/77737
Submitted by:	Mark Foster <mark AT foster dot cc>
2005-02-21 06:50:43 +00:00
Kris Kennaway
73fe528eed Remove mod_php3 2005-02-19 03:01:39 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Mathieu Arnold
c3f6706f40 Add p5-MasonX-WebApp 0.08, works with HTML::Mason to do processing
before Mason is invoked.

PR:		ports/75935
Submitted by:	Travis Campbell <hcoyote@ghostar.org>
2005-02-15 18:17:53 +00:00
Cheng-Lung Sung
37c9e825b1 - MediaWiki is the collaborative editing software that runs Wikipedia,
the free encyclopedia, and other projects.
  It's designed to handle a large number of users and pages without imposing
  too rigid a structure or workflow.

WWW: http://www.mediawiki.org/

PR:		ports/76957
Submitted by:	Gerrit Beine <tux AT pinguru dot net>
2005-02-14 06:34:06 +00:00
Pav Lucistnik
2cf7ddc522 These ports are the standalone FrontPage module for Apache 1.3 and Apache 2.x
servers. Ready-To-Run has designed these modules to work as DSO modules with no
need to patch the apache sources.

PR:		ports/77218
Submitted by:	Scot W. Hetzel <swhetzel@gmail.com>
2005-02-09 20:13:27 +00:00
Pav Lucistnik
fc72cc4d24 TYPO3 is a free Open Source content management system for enterprise purposes
on the web and in intranets. It offers full flexibility and extendability while
featuring an accomplished set of ready-made interfaces, functions and modules.

PR:		ports/77180
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-02-08 21:02:48 +00:00
Yen-Ming Lee
37ae594b1c WordPress MU is multi-user version of the famous WordPress blogging
application. It is ideal for people wanting to offer a hosted version
of WordPress, but due to its complexity installation and maintainance
is not supported in the same manner WordPress is.

WWW:    http://mu.wordpress.org/

PR:		75240
Submitted by:	Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
2005-02-06 17:32:39 +00:00
Pav Lucistnik
4492f0b3af Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy)
designed to be used by one person or a small group of people.

PR:		ports/75554
Submitted by:	Frank Behrens <frank@pinky.sax.de>
2005-02-05 20:57:43 +00:00
Edwin Groothuis
5f616e4699 New port: www/pear-Text_Wiki
Abstracts parsing and rendering rules for Wiki markup

PR:		ports/76975
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-02-05 01:04:19 +00:00
Cheng-Lung Sung
7f778b434e - a Kwiki plugin for VimMode preformatted forms of text 2005-02-03 07:35:40 +00:00
Edwin Groothuis
59ed1e2396 NEW PORT: www/pear-HTTP_Client (High level HTTP class)
This is my first port with code from PEAR, so I hope I got
	it right.  I based it off of www/pear-HTTP.

	The HTTP_Client class wraps around HTTP_Request and provides
	a higher level interface for performing multiple HTTP
	requests.

	Features:
	* Manages cookies and referrers between requests
	* Handles HTTP redirection
	* Has methods to set default headers and request parameters
	* Implements the Subject-Observer design pattern: the base class sends
	  events to listeners that do the response processing.

PR:		ports/76995
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2005-02-02 12:42:48 +00:00
Colin Percival
1aec09e0b7 Add ports to ${SUBDIR} in alphabetical order.
Approved by:	pav
2005-01-29 18:09:49 +00:00
Ying-Chieh Liao
50f0c7e96a add p5-WWW-SourceForge 0.083
Retrieve infromation from SourceForge site

PR:		72988
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
2005-01-26 08:17:02 +00:00
Cheng-Lung Sung
16155fe3c9 - Kwiki::PagePrivacy is a plugin that setup read/write level for
individual pages.
2005-01-21 07:52:33 +00:00
Cheng-Lung Sung
1d73ef0b81 - This module provide a simple column layout for kwiki site
- I've made a dummy patch, 'cos the required 3 modules are not
  really (and necessary) required. At least for version 0.08 .
2005-01-20 12:53:25 +00:00
Edwin Groothuis
7cfc2dc3e2 New port: www/pear-HTTP_Download PEAR class to send HTTP downloads
Provides an interface to easily send hidden files or any
	arbitrary data to HTTP clients. HTTP_Download can gain its
	data from variables, files or stream resources.

	It features:
	- Basic caching capabilities
	- Basic throttling mechanism
	- On-the-fly gzip-compression
	- Ranges (partial downloads and resuming)
	- Delivery of on-the-fly generated archives through Archive_Tar
	  and Archive_Zip

PR:		ports/76366
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2005-01-19 10:42:15 +00:00
Alex Dupre
63ba64c565 turck-mmcache => eaccelerator 2005-01-19 07:22:44 +00:00
Koop Mast
8a8d03df5b Update www/bluefish to version 1.0. This is GTK2 port of the old bluefish 0.7.
Development to this version was tracked in www/bluefish-devel.
Retire www/bluefish-devel.
2005-01-13 21:26:35 +00:00
Thierry Thomas
167f957ed0 Add a slave port to install the Horde framework with PHP5. 2004-12-26 10:55:14 +00:00
Thierry Thomas
8d7c479a6c Remove www/horde2 & mail/imp3 and resurrect www/horde & mail/imp.
PR:		ports/75434
Submitted by:	/me.
2004-12-26 10:33:22 +00:00
Edwin Groothuis
0918a4e294 New Port: mail/ismail PHP-based webmail client
Inside Systems Mail is a web mail client that makes heavy
	use of JS, CSS, and DOM to create a snappy, easily configurable
	and familiar mail interface.

PR:		ports/68205
Submitted by:	Kelley Reynolds <kelley@insidesystems.net>
2004-12-21 23:34:57 +00:00
Pav Lucistnik
b038c82419 Add usermanager, a web administration of virtual PureFTPd users.
Submitted by:	DanGer <danger@wilbury.sk>
2004-12-20 19:22:29 +00:00
Mark Linimon
52e3f4febb As previously announced, remove www/squid24. It is obsolete, no longer
supported, and has security problems.

Approved by:	former maintainer
2004-12-19 02:21:06 +00:00
Mark Linimon
8b5d20b2b2 As previously announced, retire these old warhorses due to security
problems that will never be fixed.

I almost feel like asking for a short moment of silence.
2004-12-19 01:39:47 +00:00
Pav Lucistnik
0d26bb3ada Add autoindex, a PHP script that makes a table that lists the files in a
directory, and lets users access the files and subdirectories. It includes
searching, icons for each file type, an admin panel, uploads, access logging,
file descriptions, and more.

This software comes in two versions, one which works with PHP 4.x,
and one which works with PHP 5.x

Submitted by:	DanGer <danger@wilbury.sk>
2004-12-18 14:22:56 +00:00
Sergey Matveychuk
5336b186be SHTTPD is a simple, easy to use, embeddable web server with CGI,
SSL, cookies support.

PR:		ports/75102
Submitted by:	Sergey Lyubka <valenok(at)gmail.com>
2004-12-15 17:18:15 +00:00