aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add session2 0.6, a quixote session manager with persistence support.lawrance2005-11-141-0/+1
| | | | | PR: ports/88083 Submitted by: Dryice Liu <dryice@liu.com.cn>
* Rejik is a squid redirector used for blocking unwanted content basingpav2005-11-121-0/+1
| | | | | | | on URLs and Perl Compatible Regular Expressions (http://www.pcre.org/). PR: ports/88395 Submitted by: Elisey Savateev <b3k@mail.ru>
* Searches for book information from the O'Reilly & Associates's online catalog.garga2005-11-101-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-ORA_Driver/ PR: ports/88670 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Move ports to a newly created net-im category:pav2005-11-101-1/+0
| | | | | | | | net/jabber-pyicq -> net-im/jabber-pyicq net/p5-Net-XMPP -> net-im/p5-Net-XMPP www/jwchat -> net-im/jwchat Repocopies by: marcus
* Searches for book information from the (US) Amazon online catalog.garga2005-11-091-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/ PR: ports/88669 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* The WWW::Scraper::ISBN class was built as a way to retrieve information ongarga2005-11-091-0/+1
| | | | | | | | | | | | | | books from multiple sources easily. It utilizes at least one driver implemented as a subclass of WWW::Scraper::ISBN::Driver, each of which is designed to scrape from a single source. Because we found that different sources had different information available on different books, we designed a basic interface that could be implemented in whatever ways necessary to retrieve the desired information. WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN/ PR: ports/88667 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* The WWW::Scraper::ISBN::Record module defines a class that can be used to dealgarga2005-11-091-0/+1
| | | | | | | | | | | | | | with book information. It was primarily created as a return type for the WWW::Scraper::ISBN module, though it could be used for other purposes. It knows minimal information about itself, whether the book was found, where it was found, its ISBN number, and whether any errors occurred. It is usually up to the WWW::Scraper::ISBN::Driver and its subclasses to make sure that the fields get set correctly. WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Record/ PR: ports/88666 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* This is a base class, all site-specific drivers should inherit its membersgarga2005-11-091-0/+1
| | | | | | | | | | | | | | 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>
* netscape-wrapper depended on netscape-remote which was removed.kris2005-11-051-1/+0
|
* Remove expired portskris2005-11-051-9/+0
|
* Add firefox-devel after a repocopy from ports/www/firefox. Firefox-develmarcus2005-11-051-0/+1
| | | | | | | 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.
* Add evolution-caldav, a CalDAV provider for Evolution. CalDAV is an extensionmarcus2005-11-051-0/+1
| | | | | | | of WebDAV that offers additional calendaring features such as fanout, recurrance, and notifications. WWW: http://ietf.webdav.org/caldav/home.html
* Ruby/GtkMozEmbed is a Ruby binding of GtkMozEmbed a widget embedding amezz2005-11-051-0/+1
| | | | | | Mozilla Gecko renderer. WWW: http://ruby-gnome2.sourceforge.jp/
* Delete pyphany since it has been merged into www/epiphany.marcus2005-11-051-1/+0
|
* new port www/raqdeviledwin2005-10-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Highly customizable PHP photo albumsem2005-10-211-0/+1
| | | | WWW: http://www.dalbum.org
* "Zope is an exciting new object-based, open source web applicationgarga2005-10-181-0/+1
| | | | | | | | | | | | | | | | 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>
* Add perlbal 1.36, reverse-proxy load balancer and webserver.lawrance2005-10-181-0/+1
| | | | | PR: ports/75369 Submitted by: Jacques Marneweck <jacques@php.net>
* - Add p5-HTTP-Cache-Transparentahze2005-10-141-0/+1
| | | | | | 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.
* Enable www/mediawiki14, moved from www/mediawiki to permit updategarga2005-10-131-0/+1
| | | | | | | | www/mediawiki to 1.5 branch. PR: ports/87206 Submitted by: maintainer Repocopy by: marcus
* Add new port www/sitemapgen:simon2005-10-131-0/+1
| | | | | | | | | | | 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
* Add p5-POE-Component-Server-SOAP 1.08, publish POE event handlers vialth2005-10-131-0/+1
| | | | SOAP over HTTP.
* Add p5-POE-Component-Server-SimpleHTTP 1.11, Perl extension to servelth2005-10-121-0/+1
| | | | HTTP requests in POE.
* The Servlet APIhq2005-10-121-0/+1
| | | | | | | | | | 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/
* New portmnag2005-10-121-0/+1
| | | | | | | | | | | 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>
* New portmnag2005-10-121-0/+1
| | | | | | | | | | | | | 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>
* Add p5-WWW-Mixi 0.33, perl module of Automated interface to the Mixi.erwin2005-10-121-0/+1
| | | | | | | Mixi is most famous as SNS of Japan. PR: ports/84617 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
* Add www/p5-HTML-TagCloud-Extended 0.09, a perl module to extendtobez2005-10-071-0/+1
| | | | | functionality provided by www/p5-HTML-TagCloud, to add support for time-stamp based coloring of tags.
* Add www/p5-HTML-TagCloud 0.32, a perl module to generate HTML tag clouds.tobez2005-10-071-0/+1
|
* The first free open source JavaServer(tm) Faces implementation.hq2005-10-041-0/+1
| | | | | | | | | 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/
* Add moodle 1.5.2, course management system based on socialgarga2005-10-041-0/+1
| | | | | | | constructionism. PR: ports/86764 Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es>
* Add mod_geoip2.jylefort2005-10-021-0/+1
| | | | | | | | | | 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>
* Add planet - a flexible feed aggregator.vsevolod2005-09-281-0/+1
| | | | | PR: 86613 Submitted by: Alan Snelson <Alan@Wave2.co.uk>
* - Add gecko-sharp20, C# bindings for the Gecko rendering engine.tmclaugh2005-09-261-0/+1
| | | | | | WWW: http://www.mono-project.com/GeckoSharp Approved by: mezz (co-mentor)
* - Add gecko-sharp10 which has been repocopied from gecko-sharp. Thetmclaugh2005-09-261-1/+1
| | | | | | | port has been renamed to reflect the gecko# API version as gecko-sharp20 will be comming shortly. Approved by: mezz (co-mentor)
* Add p5-CGI-Ajax 0.38, a module for writing AJAX/DHTML-based web apps.lth2005-09-201-0/+1
|
* Add linklint 2.3.5, perl script that checks links on web sites.garga2005-09-191-0/+1
| | | | | PR: ports/86235 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* - Unhook apache20 and unbreak indexclement2005-09-191-1/+0
| | | | Pointyhat to: clement
* - Hook www/apache20 to the build. It fixes some errors in INDEX build withclement2005-09-191-0/+1
| | | | | | exp build Reported by: kris
* Add zope28 - new stable branch of zope application server.vsevolod2005-09-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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>
* The ZSyncer project allows multiple Zopes to easily be manually synchronizedpav2005-09-181-0/+1
| | | | | | | | 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>
* After repocopy to www/gallery2:pav2005-09-171-0/+1
| | | | | | | - Update to 2.0 PR: ports/86101 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
* Fix typoerwin2005-09-171-1/+1
|
* The Markup Validation Service from the World Wide Web Consortium (W3C), it'spav2005-09-171-0/+1
| | | | | | | purpose is to validate web pages made in HTML and XHTML. PR: ports/86201 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
* Add p5-HTML-Template-Compiled 0.43, templating system thatgarga2005-09-171-0/+1
| | | | | | | HTML::Template files to Perl code. PR: ports/85906 Submitted by: Zach Thompson <hideo@lastamericanempire.com>
* SkyTemplate is a LGPL-ed fast template engine for PHP.pav2005-09-161-0/+1
| | | | | PR: ports/84223 Submitted by: Mun-Kyo Seo <munggo@gmail.com>
* XS-HTTPD is a WWW server that has the following features:pav2005-09-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* Selenium is a test tool for web applications. Selenium tests runpav2005-09-161-0/+1
| | | | | | | | | 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>
* These Python modules provide simple yet powerful multi-threaded object-orientedpav2005-09-161-0/+1
| | | | | | | | CGI/FastCGI/mod_python/html-templating facilities for the Python programming language. PR: ports/86155 Submitted by: Soren Straarup <xride@x12.dk>
* A small and simple webserver programmed in C++ that was designed to makepav2005-09-161-0/+1
| | | | | | | | 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>
* Add p5-POE-Component-Server-HTTPServer 0.9.2, POE Component to serverlth2005-09-161-0/+1
| | | | | | | HTTP requests. PR: ports/77980 Submitted by: Zach Thompson <lin-chi@lastamericanempire.com>
* Add p5-HTML-Template-HashWrapper 1.3, easy way to use the associatelth2005-09-161-0/+1
| | | | | | | option from HTML::Template. PR: ports/86157 Submitted by: Zach Thompson <hideo@lastamericanempire.com>
* Add geneweb 4.10, an advanced genealogy software.garga2005-09-131-0/+1
| | | | | PR: ports/85957 Submitted by: Hubert Tournier <hubert@frbsd.org>
* - Add mod_bw (officially known as bw_mod) v0.6clement2005-09-111-0/+1
| | | | | | | | | 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/
* - Connect rt34pav2005-09-111-0/+1
| | | | Forgotten by: girgen (3 months ago)
* - Yet another MySQL authentication module for apache 2.0.xclement2005-09-111-0/+1
| | | | | | | | | | 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/
* - Add mod_vhost_ldap 0.2.4clement2005-09-101-0/+1
| | | | | | | | | | 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/
* - Add mod_curb 1.1clement2005-09-081-0/+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/
* - add mod_cband 0.9clement2005-09-081-0/+1
| | | | | | | | | 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
* Add p5-Catalyst-Plugin-Pluggable.jylefort2005-09-061-0/+1
| | | | | | | | | 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>
* Add py-twistedWeb2 - the next generation Web Server Framework builtvsevolod2005-09-051-0/+1
| | | | | | | | with Twisted. PR: 84585 Submitted by: Landon Fuller <landonf@opendarwin.org> Approved by: perky (mentor)
* Add p5-Catalyst-Plugin-Authentication-CDBI 0.09, cDBI Authentication forerwin2005-09-021-0/+1
| | | | | | | Catalyst. PR: ports/85559 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Add p5-Syntax-Highlight-Shell, a perl module to highlight shell syntaxtobez2005-09-011-0/+1
| | | | in HTML.
* Add p5-Syntax-Highlight-HTML, a perl module to highlighttobez2005-09-011-0/+1
| | | | HTML syntax.
* Remove www/py-websvcs which is a slightly outdated duplicate of net/py-soappy.lawrance2005-08-311-1/+0
| | | | | | | | | 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)
* Add bannerfilter 1.31, a squid redirect script for filtering webgarga2005-08-301-0/+1
| | | | | | | banners. PR: ports/84915 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Add adblock-firefox, a content filtering plug-in for Firefox.thierry2005-08-281-0/+1
|
* Add adblock, a content filtering plug-in for Mozilla.thierry2005-08-281-0/+1
|
* Remove akregator as it is outdated and BROKEN and was integrated intomarkus2005-08-131-1/+0
| | | | | | | deskutils/kdepim3 some time ago anyway. Discussed with: lofi Approved by: portmgr (linimon)
* Add openacs-dotlrn 2.1.1, modular web application platform for highlawrance2005-08-011-0/+1
| | | | | | | | | | 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>
* Add openacs:lawrance2005-08-011-0/+1
| | | | | | | | | | 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>
* Add p5-URI-Fetch 0.03, smart URI fetching/caching.lth2005-07-311-0/+1
|
* Add p5-Feed-Find 0.05, syndication feed auto-discovery.lth2005-07-301-0/+1
|
* - Add aolserver slaveport with options needed for OpenACSpav2005-07-281-0/+1
| | | | | PR: ports/84141 Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net>
* tDOM combines high performance XML data processing with easy and powerful Tclpav2005-07-271-0/+1
| | | | | | | scripting functionality. PR: ports/84139 Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net>
* Tclwebtest is a tool to write automated tests for web applications.pav2005-07-271-0/+1
| | | | | | | | | 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>
* Typo is an absolutely minimal weblogging engine powered by rails. Itpav2005-07-201-0/+1
| | | | | | | | 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>
* RedCloth is a module for using Textile in Ruby. Textile is a textpav2005-07-201-0/+1
| | | | | | | | | | | | | 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>
* Rails is a web-application framework for the MVC pattern that includespav2005-07-201-0/+1
| | | | | | | | | 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>
* Action Web Service provides a way to publish interoperable web service APIs withpav2005-07-201-0/+1
| | | | | | | Rails without spending a lot of time delving into protocol details. PR: ports/82397 Submitted by: Jonathan Weiss <jw@innerewut.de>
* Action Packpav2005-07-201-0/+1
| | | | | | | | | | | 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>
* Eventum is a user-friendly and flexible issue tracking systempav2005-07-201-0/+1
| | | | | | | | | 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>
* As previously announced, remove www/junkbuster due to security concerns.linimon2005-07-191-1/+0
| | | | Hat: portmgr
* Add p5-Template-Multilingual 0.05, multilingual templates for Templateerwin2005-07-181-0/+1
| | | | | | | Toolkit. PR: ports/82401 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
* Beautiful Soup parses arbitrarily invalid XML- or HTML-like substancepav2005-07-171-0/+1
| | | | | | | | 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>
* JWChat aims to be a full featured, web-based Jabber client.pav2005-07-161-0/+1
| | | | | | | | | | | | | | | | 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>
* Myghty, a Python based templating framework originally based on HTML::Mason.pav2005-07-141-0/+1
| | | | | PR: ports/83391 Submitted by: Dryice Liu <dryice@liu.com.cn>
* Xaraya delivers the requisite infrastructure and toolssem2005-07-141-0/+1
| | | | | | | | 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>
* - Remove www/wmnetselect, it's dead (last release 2000), no longer usefulpav2005-07-131-1/+0
| | | | | | | and unfetchable PR: ports/83184 Submitted by: David McNett <nugget@slacker.com> (maintainer)
* Podcastamatic automates the creation of a webpage and a RSS feedpav2005-07-131-0/+1
| | | | | | | | | | 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>
* Catalyst::Helper::Controller::Scaffold is a helper for scaffolding forerwin2005-07-121-0/+1
| | | | | | | | | | 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>
* mod_realip is an apache 1.3 module, which changes the IP address ofsem2005-07-111-0/+1
| | | | | | | | | 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
* Add p5-Template-Plugin-Monta.jylefort2005-06-291-0/+1
| | | | | | | | | | 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>
* Add p5-Acme-Monta 0.01.lawrance2005-06-251-0/+1
| | | | | | | | | 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>
* WebCalendar is a PHP-based online calendar application.pav2005-06-221-0/+1
| | | | | PR: ports/76928 Submitted by: Greg Larkin <glarkin@sourcehosting.net>
* utility for batch modification of LJ permissions or LJ restoringache2005-06-191-0/+1
|
* New port:anholt2005-06-171-0/+1
| | | | | | 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.
* Add p5-WebService-Technorati 0.04, a Perl interface to the Technoratierwin2005-06-141-0/+1
| | | | | | | web services interface. PR: ports/82102 Submitted by: ijliao
* Add jakarta-tomcat55, the Tomcat 5.5.x branchhq2005-06-131-0/+1
| | | | | | PR: 81458 Reported by: Scott Balmos <scott.balmos@utoledo.edu> Submitted by: Kang Liu <liukang@bjut.edu.cn> (maintainer)
* Finalize repocopy of www/p5-Apache-Scoreboard -> www/p5-Apache2-Scoreboard.philip2005-06-131-0/+1
| | | | | | | | | | | | | 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)
* - After repocopy from www/tdiary, add tdiary-devel at 2.1.1pav2005-06-111-0/+1
| | | | | | PR: ports/82098 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> Repocopy by: marcus
* Remove the netscape7 port due to multiple security bugs.trevor2005-06-101-1/+0
| | | | Netscape 8.0 is available only for Windows.
* Add google-sitemapgen 1.0,skv2005-06-091-0/+1
| | | | | script to analyze web server and generate Google Sitemap files.
* A kwiki plugin to force users to provide a KwikiUserNamebrian2005-06-071-0/+1
| | | | I've added a small patch -- submitting to the maintainer now...
* A kwiki module to notify people of page changes. This includes an enhancementbrian2005-06-041-0/+1
| | | | (from me) that has been submitted to the author.
* Add two kwiki plugins which work with the p5-Kwiki-Theme-ColumnLayout plugin.brian2005-06-041-0/+2
|
* Add mozplugger 1.7.2, framework for loading web content in externallawrance2005-06-031-0/+1
| | | | | | | | | viewers. (actively maintained mozdev branch of plugger) PR: ports/81826 Submitted by: Loren M. Lang
* Add p5-Catalyst-View-HTML-Template.jylefort2005-05-301-0/+1
| | | | | | | | | 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>
* Add p5-Class-DBI-FromForm 0.03, update Class::DBI data usinglth2005-05-301-0/+1
| | | | Data::FormValidator.
* - Remove linux-mozillafirebird and it's language spinoffs. This port ispav2005-05-281-2/+0
| | | | | | | | outdated (it's ascendant is called linux-firefox) and contains several unpatched security vulnerabilities. Requested by: maintainer Discussed by: kris' portmgr hat
* Add p5-Catalyst-Model-CDBI-Sweet.jylefort2005-05-271-0/+1
| | | | | | | | | | | 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>
* Add bugmenot-firefox , a firefox extension to bypass compulsory webthierry2005-05-261-0/+1
| | | | registration.
* Add bugmenot 0.6.2, a mozilla extension to bypass compulsory webthierry2005-05-261-0/+1
| | | | registration.
* phpAdsNew is an open-source ad server, with an integrated banner managementpav2005-05-251-0/+1
| | | | | | | | | 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>
* - Add fnord 1.9, a small and fast webserver with CGI-capability.flz2005-05-231-0/+1
|
* add p5-Flickr-API 0.03ijliao2005-05-191-0/+1
| | | | | | Perl interface to the Flickr API gslin wants to take over maintainership
* Add b2evo 0.9.0.12, a multilingual, multiuser, multi-blog engine.vanilla2005-05-171-0/+1
| | | | | PR: ports/80006 Submitted by: chinsan <chinsan@mail20000.com.tw>
* - Reconnect mnogosearch portpav2005-05-161-0/+1
| | | | | Reported by: cperciva Pointy hat to: ache
* Connect mnogosearch31ache2005-05-161-1/+1
|
* Add p5-Catalyst-Plugin-FillInFormjylefort2005-05-141-0/+1
| | | | | | | | | | 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>
* Add spreadlogd.jylefort2005-05-141-0/+1
| | | | | | | | | | | | | | | | 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>
* Add mod_log_spread.jylefort2005-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | 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>
* Add p5-Bundle-Catalyst 0.03, a bundle to install most of the Catalystlth2005-05-121-0/+1
| | | | modules.
* Add p5-Catalyst-Plugin-Static 0.07, serve static files with Catalyst.lth2005-05-111-0/+1
|
* Add p5-Catalyst-Plugin-SubRequest 0.04, make subrequests to actions inlth2005-05-111-0/+1
| | | | | | | Catalyst. PR: ports/80719 Submitted by: Travis Campbell <hcoyote@ghostar.org>
* Add p5-Catalyst-Plugin-Session-FastMmap 0.09, FastMmap sessions forlth2005-05-081-0/+1
| | | | Catalyst.
* Add p5-Catalyst-Plugin-Prototype 0.01, Ccatalyst plugin for Prototype.lth2005-05-081-0/+1
|
* Add p5-HTML-Prototype 1.23, generate HTML and Javascript for thelth2005-05-081-0/+1
| | | | Prototype library.
* Add p5-Catalyst-Plugin-FormValidator 0.02, FormValidator for Catalyst.lth2005-05-081-0/+1
|
* Add p5-Catalyst-Plugin-Textile 0.01, Textile for Catalyst.lth2005-05-081-0/+1
| | | | | PR: ports/80637 Submitted by: Travis Campbell <hcoyote@ghostar.org>
* Add p5-Catalyst-View-TT 0.11, Template Toolkit view class for Catalyst.lth2005-05-071-0/+1
|
* Per insistence of the author of this software, remove these ports fromlinimon2005-05-071-3/+0
| | | | | | | | | | 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
* - add mediawiki 1.3 as www/mediawiki13 for people who don't want to upgradepav2005-05-061-0/+1
| | | | | | | | to 1.4 yet PR: ports/80001 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer) Repocopy by: marcus
* Add p5-Template-Timer 0.02, rudimentary profiling for Template Toolkit.lth2005-05-041-0/+1
|
* Add p5-Catalyst-Model-CDBI 0.08, CDBI model class for Catalyst.lth2005-05-041-0/+1
|
* add py-mechanize 0.0.9.aijliao2005-04-291-0/+1
| | | | Stateful programmatic web browsing in Python
* add py-pullparser 0.0.5.bijliao2005-04-291-0/+1
| | | | A simple "pull API" for HTML parsing
* New port: p5-HTTP-Server-Simple-Mason.demon2005-04-281-0/+1
| | | | An abstract baseclass for a standalone mason server.
* add p5-Flickr-Upload 1.18ijliao2005-04-271-0/+1
| | | | Upload images to flickr.com
* New Port: www/instikiedwin2005-04-251-0/+1
| | | | | | | | | | 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>
* Add phpmyfaq 1.4.8, a multilingual, completely database-drivenvanilla2005-04-221-0/+1
| | | | | | | FAQ-system. PR: ports/80004 Submitted by: chinsan <chinsan@mail2000.com.tw>
* Add bblog 0.7.4, a elegant personal publishing system with Smarty.vanilla2005-04-221-0/+1
| | | | | PR: ports/79995 Submitted by: chinsan@mail2000.com.tw
* Add mambo 4.5.2.1, a dynamic web content management system (CMS).lawrance2005-04-221-0/+1
| | | | | | PR: ports/80124 Submitted by: Francisco Cabrita <include@npf.pt.freebsd.org> Approved by: clement (mentor)
* remove opera-devel, no development version is available now.sf2005-04-211-1/+0
|
* - Remove, www/flashplugin-mozilla does same job.pav2005-04-201-2/+0
| | | | | Submitted by: flashplugin-mozilla-devel maintainer Approved by: flashplugin-firefox maintainer
* Nevow is a next-generation web application templating system, based on the ideaspav2005-04-201-0/+1
| | | | | | | | | | | | 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>
* dotProject is a PHP web-based project management framework that includes modulespav2005-04-151-0/+1
| | | | | | | | | 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>
* Program to manage Apache access control files.pav2005-04-151-0/+1
| | | | | PR: ports/79834 Submitted by: Tim Daneliuk <tundra@tundraware.com>
* PyBlosxom, a light wight weblog system like blosxom with focus on simplicity,pav2005-04-151-0/+1
| | | | | | | extensibility, and community. PR: ports/79855 Submitted by: Dryice Liu <dryice@liu.com.cn>
* - Add py-twistedWeb, An HTTP protocol implementation together with clientsflz2005-04-151-0/+1
| | | | | | | and servers. PR: ports/79922 Submitted by: Neal Nelson <neal@nelson.name>
* Component supports for WebKit.Page class.pav2005-04-121-0/+1
| | | | | | | http://wiki.w4py.org/component.html PR: ports/79417 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
* Add dokuwiki, it's a simple and easy to use wiki.vanilla2005-04-111-0/+1
| | | | Submitted by: chinsan <chinsan@mail2000.com.tw>
* Remove deprecated and expired devel/p5-Server-FastPL,tobez2005-04-081-1/+0
| | | | | | 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.
* add p5-Catalyst 4.34ijliao2005-04-071-0/+1
| | | | The Elegant MVC Web Application Framework
* - Kwiki::ModPerl - enable Kwiki to work under mod_perl (mod_perl2)clsung2005-04-061-0/+1
|
* PHP Surveyor is a set of PHP scripts that interact with MySQL to developpav2005-04-061-0/+1
| | | | | | | | | | | | | | 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>
* Add p5-HTTP-Server-Simple-Static 0.02, serve static files withlth2005-04-021-0/+1
| | | | HTTP::Server::Simple.
* Add p5-HTTP-Server-Simple 0.07, a very simple standalone HTTP daemon.lth2005-04-021-0/+1
|
* Remove konqueror-nspluginskris2005-03-271-1/+0
| | | | | Forgotten by: lofi Approved by: portmgr (self)
* Zerowait httpd is a light and fast http server that uses modern mechanismssem2005-03-201-0/+1
| | | | | | | such as kqueues and sendfile. PR: ports/79053 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* add wsdlpull 1.6.1ijliao2005-03-181-0/+1
| | | | C++ WSDL Parser
* - A Perl module that use DBD::SQLite 1.x for Apache::Session storageclsung2005-03-171-0/+1
| | | | - required by some RT-Apps.
* Kupu is a 'document-centric' open source client-side editor for Mozilla,pav2005-03-171-0/+1
| | | | | | | | | | 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>
* - Add www/p5-CGI-Builder-TT2 0.03, CGI::Builder and Template Toolkit 2flz2005-03-171-0/+1
| | | | | | | integration. PR: ports/73270 Submitted by: Daniel Wijnands <daniel@itxl.nl>
* - Add p5-HTML-Diff 0.54, a Perl module to diff two HTML strings.flz2005-03-151-0/+1
| | | | | PR: ports/75933 Submitted by: Travis Campbell <hcoyote@ghostar.org>
* Apache::Singleton is adapted Class::Singleton for apachesem2005-03-121-0/+1
| | | | | PR: ports/78211 Submitted by: ports@c0decafe.net
* Add pyphany, a set of Python bindings for building extensions to themarcus2005-03-121-0/+1
| | | | Epiphany web browser.
* Add p5-PLP 3.18, a simple Perl embedder superficially resembling PHP.barner2005-03-121-0/+1
| | | | | | PR: ports/67095 Submitted by: Christopher Nehren <apeiron@comcast.net> Approved by: arved (mentor)
* New port: wget4web - wget interface for web.sem2005-03-121-0/+1
| | | | | PR: ports/77020 Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru>
* Add vtiger, open source Customer Relationship Management softwareedwin2005-03-111-0/+1
| | | | | | | | | | | 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
* Don't remove ports which others are depending on.edwin2005-03-111-0/+1
| | | | | I was actually aware of it, but forgot about it. See ports/75326 for more info.
* new port: www/linux-firefox (replaces linux-mozillafirebird)edwin2005-03-111-1/+1
| | | | | | | | | | | | | | | | 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>
* - Add p5-Apache-GopherHandler 0.1, a gopher protocol implementation for Apache2.flz2005-03-091-0/+1
| | | | | | PR: ports/66506 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: pav (mentor)
* - Add p5-W3C-LinkChecker 4.1, a HTML link validity checker.flz2005-03-091-0/+1
| | | | | | PR: ports/74438 Submitted by: Aaron Dalton <aaron@daltons.ca> Approved by: pav (mentor)
* Add pmwiki 2.0b25, a WikiWikiWeb clone using PHP.foxfair2005-03-061-0/+1
| | | | | PR: ports/78099 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* - Kwiki::Diff display differences between the current wiki page andclsung2005-03-021-0/+1
| | | | | | | older revisions. PR: 78278 Submitted by: Rong-En Fan
* new port: misc/linux-sunbirdedwin2005-03-021-0/+1
| | | | | | | | This is the linux binary version of the mozilla sunbird calendaring application PR: ports/77746 Submitted by: Aaron Voisine <voisine@gmail.com>
* - Reflect the fact that APC is now a PECL packagepav2005-02-271-1/+1
| | | | | | | | - Take maintainership PR: ports/78019 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus
* New port: www/wacko (A small and fast PHP Wikki clone withsem2005-02-261-0/+1
| | | | | | | multiple language support) PR: ports/77007 Submitted by: Ivan Sviridov <sin@vimcom.net>
* Add sbox-dtc 1.07.1, a safe CGI wrapper.vs2005-02-221-0/+1
| | | | | PR: ports/76926 Submitted by: Thomas Goirand
* - New port: Kwiki Gnome Icons Pluginclsung2005-02-211-0/+1
| | | | | PR: ports/77737 Submitted by: Mark Foster <mark AT foster dot cc>
* Remove mod_php3kris2005-02-191-1/+0
|
* As previously announced, remove ports that have reached their expiry date,kris2005-02-191-1/+0
| | | | and the handful of ports that depended on them.
* Add p5-MasonX-WebApp 0.08, works with HTML::Mason to do processingmat2005-02-161-0/+1
| | | | | | | before Mason is invoked. PR: ports/75935 Submitted by: Travis Campbell <hcoyote@ghostar.org>
* - MediaWiki is the collaborative editing software that runs Wikipedia,clsung2005-02-141-0/+1
| | | | | | | | | | | 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>
* These ports are the standalone FrontPage module for Apache 1.3 and Apache 2.xpav2005-02-101-0/+2
| | | | | | | | 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>
* TYPO3 is a free Open Source content management system for enterprise purposespav2005-02-091-0/+1
| | | | | | | | 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>
* WordPress MU is multi-user version of the famous WordPress bloggingleeym2005-02-071-0/+1
| | | | | | | | | | | 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>
* Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy)pav2005-02-061-0/+1
| | | | | | | designed to be used by one person or a small group of people. PR: ports/75554 Submitted by: Frank Behrens <frank@pinky.sax.de>
* New port: www/pear-Text_Wikiedwin2005-02-051-0/+1
| | | | | | | Abstracts parsing and rendering rules for Wiki markup PR: ports/76975 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* - a Kwiki plugin for VimMode preformatted forms of textclsung2005-02-031-0/+1
|
* NEW PORT: www/pear-HTTP_Client (High level HTTP class)edwin2005-02-021-0/+1
| | | | | | | | | | | | | | | | | | | 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>
* Add ports to ${SUBDIR} in alphabetical order.cperciva2005-01-301-1/+1
| | | | Approved by: pav
* add p5-WWW-SourceForge 0.083ijliao2005-01-261-0/+1
| | | | | | | Retrieve infromation from SourceForge site PR: 72988 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
* - Kwiki::PagePrivacy is a plugin that setup read/write level forclsung2005-01-211-0/+1
| | | | individual pages.
* - This module provide a simple column layout for kwiki siteclsung2005-01-201-0/+1
| | | | | - I've made a dummy patch, 'cos the required 3 modules are not really (and necessary) required. At least for version 0.08 .
* New port: www/pear-HTTP_Download PEAR class to send HTTP downloadsedwin2005-01-191-0/+1
| | | | | | | | | | | | | | | | | 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>
* turck-mmcache => eacceleratorale2005-01-191-1/+1
|
* Update www/bluefish to version 1.0. This is GTK2 port of the old bluefish 0.7.kwm2005-01-141-1/+0
| | | | | Development to this version was tracked in www/bluefish-devel. Retire www/bluefish-devel.
* Add a slave port to install the Horde framework with PHP5.thierry2004-12-261-0/+1
|
* Remove www/horde2 & mail/imp3 and resurrect www/horde & mail/imp.thierry2004-12-261-1/+1
| | | | | PR: ports/75434 Submitted by: /me.
* New Port: mail/ismail PHP-based webmail clientedwin2004-12-221-0/+1
| | | | | | | | | 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>
* Add usermanager, a web administration of virtual PureFTPd users.pav2004-12-211-0/+1
| | | | Submitted by: DanGer <danger@wilbury.sk>
* As previously announced, remove www/squid24. It is obsolete, no longerlinimon2004-12-191-1/+0
| | | | | | supported, and has security problems. Approved by: former maintainer
* As previously announced, retire these old warhorses due to securitylinimon2004-12-191-4/+0
| | | | | | problems that will never be fixed. I almost feel like asking for a short moment of silence.
* Add autoindex, a PHP script that makes a table that lists the files in apav2004-12-181-0/+2
| | | | | | | | | | | 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>
* SHTTPD is a simple, easy to use, embeddable web server with CGI,sem2004-12-161-0/+1
| | | | | | | SSL, cookies support. PR: ports/75102 Submitted by: Sergey Lyubka <valenok(at)gmail.com>
* - Add apache 2.1.2clement2004-12-121-0/+1
| | | | This is a development version, awaiting for 2.2
* Add mod_transform, a filter module that allows Apache 2.0 to do dynamic XSLpav2004-12-091-0/+1
| | | | | | | | Transformations on either static XML documents, or XML documents generated from another Apache module or CGI program. PR: ports/74787 Submitted by: Stanislas Ormieres <stan@stormier.net>
* add p5-WebService-Bloglines 0.02ijliao2004-12-031-0/+1
| | | | Easy-to-use Interface for Bloglines Web Services
* Add osb-browserahze2004-12-011-0/+3
| | | | | osb-nrcit osb-nrcore
* - Add mod_shapvh 1.0, Apache module that provides virtual hosts from aclement2004-12-011-0/+1
| | | | | | | | | MySQL database. http://www.crazygreek.co.uk/content/mod_shapvh PR: ports/74038 Submitted by: Steven Looman <steven@krx.nl>
* As previously announced, remove www/jonah. It does not run with horde 2.x,linimon2004-11-291-1/+0
| | | | which is one of its dependencies.
* Add ldap-abook - a web interface for adding, removing and modifyingbrian2004-11-271-0/+1
| | | | LDAP addressbook records
* Add gnome-user-share, an application that lets GNOME users share a personal,marcus2004-11-271-0/+1
| | | | | public file space via WebDAV. The resulting share will automatically be visible in Nautilus.
* C# language binding for the gtkembedmoz widget. You can use it to embedmezz2004-11-261-0/+1
| | | | | | | mozilla into C# programs. Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* Add forgetHTML, a Python module for object-oriented HTML generation.anders2004-11-211-0/+1
| | | | Sponsored by: University of Tromsø
* Add p5-CGI-Simple 0.075, a simple totally OO CGI interface that islth2004-11-171-0/+1
| | | | CGI.pm compliant.
* Remove mozilla-gtk1ahze2004-11-101-2/+0
| | | | | | Remove galeon2 Approved by: marcus
* Massive ports move to better categories.skv2004-11-091-0/+2
|
* Add fswiki 3.5.6, freeStyle Wiki (perl based wiki clone).kuriyama2004-11-081-0/+1
|
* Add evolution-webcal.marcus2004-11-081-0/+1
|
* Add pear-HTTP_Server, a class that allows you to easily implement HTTP serverspav2004-11-071-0/+1
| | | | | | | | | by supplying callbacks. The base class will parse the request, call the appropriate callback and build a repsonse based on an array that the callbacks have to return. PR: ports/73613 Submitted by: Gerrit Beine <tux@pinguru.net>
* Re-add opera-develerwin2004-11-041-0/+1
| | | | Forgotten by: sf
* Rename p5-HTTPD-Tools to p5-HTTPD-User-Manage.skv2004-10-291-1/+1
|
* - A PHP and MySQL based blogging platformclsung2004-10-281-0/+1
| | | | | | | | - Run in Apache PR: ports/73190 Submitted by: clsung Approved by: co-mentor (vanilla)
* Add p5-CGI-Builder 1.25, Perl module intended to make it easier tomat2004-10-261-0/+1
| | | | | | | create reusable web apps. PR: ports/72937 Submitted by: Daniel Wijnands <daniel@itxl.nl>
* Add nginx (Engine X) - small and fast WWW-server.osa2004-10-221-0/+1
| | | | | Special thanks to: marck Some ideas from PR: 72830
* - As planned, retire www/phpnukeclement2004-10-171-1/+0
|
* Add nvu 0.50, a complete Web Authoring System.thierry2004-10-171-0/+1
| | | | | | This is the native version. Warning: a powerful machine is required!
* Add zope-simpleblog, an easy to use Plone based weblog application.pav2004-10-161-0/+1
| | | | | | | | It has no fancy blogger-api/backlink stuff etc. but it does supports categories. Writing entries is done from inside Plone. PR: ports/72565 Submitted by: Dario Freni <saturnero@gufi.org>
* Remove zope-cmftransforms, it was renamed to zope-portaltransforms.pav2004-10-161-1/+0
| | | | | PR: ports/72577 Submitted by: Filippo Natali <filippo@widestore.net> (maintainer)
* After repocopy from zope-cmftransforms, upgrade to 1.3.2pav2004-10-161-0/+1
| | | | | | PR: ports/72577 Submitted by: Filippo Natali <filippo@widestore.net> (maintainer) Repocopy by: marcus
* New port: www/dpsearch : Open source search engine for Internet and Intranet ↵edwin2004-10-141-0/+1
| | | | | | | | | | | | | sites This is a port of the latest released version of DataparkSearch. DataparkSearch Engine is a full-featured open sources web-based search engine released under the GNU General Public License and designed to organize search within a website, group of websites, intranet or local system. PR: ports/68050 Submitted by: Maxime Zakharov <maxime@sochi.net.ru>
* Add zope-mimetypesregistry, a Zope product for mime types informationpav2004-10-131-0/+1
| | | | | | | handling. PR: ports/72576 Submitted by: Filippo Natali <filippo@widestore.net>
* Add zope-generator, a widget generator product for Zope, needed for newpav2004-10-131-0/+1
| | | | | | | version of archetype. PR: ports/72575 Submitted by: Filippo Natali <filippo@widestore.net>
* Add zope-validation, a data validation product for Zope.pav2004-10-131-0/+1
| | | | | PR: ports/72574 Submitted by: Filippo Natali <filippo@widestore.net>
* Add p5-MasonX-Profiler 0.06, mason per-component profiler.mat2004-10-121-0/+1
|
* Add p5-Apache-Session-Wrapper 0.17, a simple wrapper aroundmat2004-10-121-0/+1
| | | | Apache::Session.
* Add p5-Apache-ParseFormData 0.09, module allows you to easilymat2004-10-121-0/+1
| | | | | | | decode/parse form and query data. PR: ports/68993 Submitted by: Jon Nistor <nistor@snickers.org>
* Add Kwiki Atom Plugin.clsung2004-09-011-0/+1
| | | | Approved by: vanilla (co-mentor)
* Add a p5-Kwiki plugin,clsung2004-08-311-0/+1
| | | | | | | Kwiki::GDGraphGenerator - put pretty graphs into your Kwiki pages PR: ports/71046 Approved by: vanilla (co-mentor)
* Update to KDE 3.3lofi2004-08-311-1/+1
|
* Add a Kwiki plugin,clsung2004-08-311-0/+1
| | | | | | | | Kwiki::NewPage enables a "NewPage" button on Kwiki's toolbar. PR: ports/71044 Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw> Approved by: vanilla (co-mentor)
* Kazehakase is a browser with gecko engine like Epiphany or Galeon.sem2004-08-281-0/+1
| | | | | PR: ports/65279 Submitted by: michael johnson <ahze@ahze.net>
* Add p5-W3C-LogValidator 0.3, a comprehensive validation tool format2004-08-271-0/+1
| | | | | | | webmasters and web developers. PR: ports/68269 Submitted by: toni.viemero@iki.fi
* [New port] wnews: a command-line RSS clientedwin2004-08-271-0/+1
| | | | | | | | | | | This tool downloads and displays RSS news feed from the web and displays them in a page-based curses interface or in parseable line-based output. There is support for HTTP gzip decompression, HTTP proxies, key-binding support and resources editing. PR: ports/70820 Submitted by: Samy Al Bahra <samy@kerneled.org>
* Run Maypole sub-requests as componentsscrappy2004-08-271-0/+1
|
* add py-cssutils 0.53ijliao2004-08-261-0/+1
| | | | CSS Cascading Style Sheets library for Python
* "meta-port" for Kwiki Plugins.clsung2004-08-251-0/+1
| | | | | | | | Also refer to http://www.kwiki.org/?KwikiPluginList. Now only plugins in ports tree. PR: ports/70602 Approved by: vanilla (co-mentor)