Commit Graph

1217 Commits

Author SHA1 Message Date
Renato Botelho
375a7912a0 Searches for book information from the O'Reilly & Associates's online catalog.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-ORA_Driver/

PR:		ports/88670
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-10 09:54:21 +00:00
Pav Lucistnik
e4053b0cda Move ports to a newly created net-im category:
net/jabber-pyicq -> net-im/jabber-pyicq
  net/p5-Net-XMPP -> net-im/p5-Net-XMPP
  www/jwchat -> net-im/jwchat

Repocopies by:	marcus
2005-11-09 23:11:38 +00:00
Renato Botelho
964436c8b5 Searches for book information from the (US) Amazon online catalog.
WWW: http://search.cpan.org/dist/WWW-Scraper-ISBN-Amazon_Driver/

PR:		ports/88669
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2005-11-09 14:20:38 +00:00
Renato Botelho
fe9cf81506 The WWW::Scraper::ISBN class was built as a way to retrieve information on
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>
2005-11-09 14:19:31 +00:00
Renato Botelho
b253931566 The WWW::Scraper::ISBN::Record module defines a class that can be used to deal
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>
2005-11-09 14:18:51 +00:00
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