Commit graph

3037 commits

Author SHA1 Message Date
Beech Rintoul
46bebe07f9 - New port horde4-browser-1.0.0
- The Horde_Browser class provides an API for getting information about the
current user's browser and its capabilities.
2011-05-26 17:41:13 +00:00
Beech Rintoul
418178a58a -Framework for the new horde4 series. Update to 4.0.3 and hook into build.
-The Horde Application Framework is a flexible, modular, general-purpose web
-application framework written in PHP. It provides an extensive array of
-components that are targeted at the common problems and tasks involved in
-developing modern web applications. It is the basis for a large number of
-production-level web applications, notably the Horde Groupware suites. For more
-information on Horde or the Horde Groupware suites, visit http://www.horde.org.

Approved by:	itetcu (mentor)(implicit)
2011-05-23 19:08:44 +00:00
Matthias Andree
3f4cabb66c Kill deprecated ports: devel/tcl-neo and www/neowebscript.
These have been broken and deprecated for weeks, the maintainer
has not responded, and there was no discussion in the PR or on ports@.

PR: ports/155759
2011-05-22 21:34:32 +00:00
Jun Kuriyama
bcaf388d89 Mozilla::CA provides a copy of Mozilla's bundle of Certificate
Authority certificates in a form that can be consumed by modules and
libraries based on OpenSSL.

WWW: http://search.cpan.org/dist/Mozilla-CA/
2011-05-19 13:42:33 +00:00
Jun Kuriyama
11054fb265 This module provides a sub-class of LWP::UserAgent that generates
OAuth 1.0 signed requests.  You should familiarise yourself with OAuth
at http://oauth.net/.

WWW: http://search.cpan.org/dist/LWP-Authen-OAuth/
2011-05-19 13:32:55 +00:00
Steve Wills
ef770f5cb6 Remove www/p5-FCGI, it is a duplicate of www/p5-FastCGI
Pointy hat to:	swills
2011-05-11 02:11:02 +00:00
Steve Wills
e87e5e4192 CatalystX::SimpleLogin is an application class Moose::Role which will inject a
Catalyst::Controller which is an instance of
CatalystX::SimpleLogin::Controller::Login into your application. This provides
a simple login and logout page with the adition of only one line of code and
one template to your application.

WWW:	http://search.cpan.org/dist/CatalystX-SimpleLogin/
2011-05-11 01:42:06 +00:00
Steve Wills
540d30b0ec Perl Fast CGI module
WWW:	http://search.cpan.org/dist/FCGI/
2011-05-11 01:02:08 +00:00
Ashish SHUKLA
0c76a8384f - Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
2011-05-09 05:28:57 +00:00
Steve Wills
14656dac84 A read-eval-print-loop for debugging your Catalyst application
WWW:	http://search.cpan.org/dist/CatalystX-REPL/
2011-05-09 03:57:37 +00:00
Steve Wills
7f9f10fe28 Adds support for profiling your Catalyst application, without profiling setup.
WWW:	http://search.cpan.org/dist/CatalystX-Profile/
2011-05-08 23:53:52 +00:00
Steve Wills
0fe1cdd740 CatalystX::InjectComponent will inject Controller, Model, and View components
into your Catalyst application at setup (run)time. It does this by creating a
new package on-the-fly, having that package extend the given component, and
then having Catalyst setup the new component (via ->setup_component)

WWW:	http://search.cpan.org/dist/CatalystX-InjectComponent/
2011-05-08 23:08:38 +00:00
Steve Wills
f32d96b82e It's easy to create memory leaks in Catalyst applications and often they're
hard to find. This module tries to help you finding them by automatically
checking for common causes of leaks.

WWW:	http://search.cpan.org/dist/CatalystX-LeakChecker
2011-05-08 22:22:26 +00:00
Steve Wills
257ca62126 Provides a Catalyst reusable action role for user role-based authorization.
ACLs are applied via the assignment of attributes to application action
subroutines.

WWW:	http://search.cpan.org/dist/Catalyst-ActionRole-ACL/
2011-05-08 20:57:14 +00:00
TAKATSU Tomonari
1b058a0a32 - Add a new port: www/encode-explorer
Encode Explorer is an easy-to-use php script to use as an index file.
  It shows files in the server and lets you browse through folders,
  upload files etc. It is kept small and neat so that the source can be
  used for learning.

  WWW:    http://sourceforge.net/projects/encode-explorer/

PR:		ports/152082
Submitted by:	Frank Wall <fw_AT_moov_DOT_de>
2011-05-05 01:15:55 +00:00
Li-Wen Hsu
0157734142 Add py-dotcloud.cli 0.3.1, dotCloud command-line interface client. 2011-05-03 16:14:39 +00:00
Greg Larkin
6f4f361e5e - Re-add www/codeigniter to build and remove www/codeigniter-devel 2011-05-03 14:38:51 +00:00
Greg Larkin
806692674b - Added MOVED entry for www/codeigniter -> www/codeigniter17
- Added LATEST_LINK and CONFLICTS to codeigniter17/Makefile
- Removed www/codeigniter from build and hooked in www/codeigniter17
2011-05-03 14:24:04 +00:00
Sunpoet Po-Chuan Hsieh
353d62048e - Add protovis 3.2
Protovis - A Graphical Toolkit for Data Visualization

Protovis composes custom views of data with simple marks such as bars and dots.
Unlike low-level graphics libraries that quickly become tedious for
visualization, Protovis defines marks through dynamic properties that encode
data, allowing inheritance, scales and layouts to simplify construction.

Protovis is free and open-source, provided under the BSD License. It uses
JavaScript and SVG for web-native visualizations; no plugin required (though you
will need a modern web browser)! Although programming experience is helpful,
Protovis is mostly declarative and designed to be learned by example.

This project is led by Mike Bostock and Jeff Heer of the Stanford Visualization
Group, with significant help from Vadim Ogievetsky. We welcome your
contributions and suggestions.

See http://vis.stanford.edu/protovis/ for examples and documentation.
See http://gitorious.org/protovis/ for source code and development.

WWW: http://code.google.com/p/protovis-js/
2011-05-03 13:12:18 +00:00
TAKATSU Tomonari
cd593726c9 - Add a ner port: www/p5-VUser-Google-ProvisioningAPI
VUser::Google::ProvisioningAPI provides a simple interface to the Google Apps
  for Your Domain Provisioning API. It uses the LWP::UserAgent module for the HTTP
  transport, and the HTTP::Request module for the HTTP request and response.

  WWW:	http://search.cpan.org/dist/VUser-Google-ProvisioningAPI/
2011-05-02 15:37:19 +00:00
Baptiste Daroussin
208d7293f6 Remove unmaintained expired ports from www category
2011-05-01 www/indexme: Upstream disapear and distfile is no more available
2011-05-01 www/osb-browser: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcit: Abandonware, please use www/webkit-gtk2
2011-05-01 www/osb-nrcore: Abandonware, please use www/webkit-gtk2
2011-05-01 www/pumperweb: Upstream disapear and distfile is no more available
2011-05-01 www/py-ez_web: Upstream disapear and distfile is no more available
2011-05-01 www/py-pullparser: Obsolete and deprecated
2011-05-01 www/sidplug: Upstream disapear and distfile is no more available
2011-05-01 www/twhttpd: Upstream disapear and distfile is no more available
2011-05-01 www/wnews: Upstream disapear and distfile is no more available
2011-05-01 www/xpath2rss: Upstream disapear and distfile is no more available
2011-05-01 18:21:08 +00:00
Baptiste Daroussin
2ecfdbfa14 HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol. It can
handle more than 10000 requests/sec concurrent connections. Currently it's
widely deployed throughout the xoyo.com under the Kingsoft Corporation.

WWW:	https://code.google.com/p/httpsqs/

PR:		ports/156595
Submitted by:	Zhihao Yuan <lichray at gmail.com>
2011-04-27 11:23:33 +00:00
Nicola Vitale
9e6cc07ae9 CutyCapt is a small cross-platform command-line utility to capture
WebKit's rendering of a web page into a variety of vector and bitmap
formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP.

WWW:	http://cutycapt.sourceforge.net

PR:		ports/155767
Submitted by:	Axel Gonzalez <loox at e-shell.net>
2011-04-27 08:56:07 +00:00
Jun Kuriyama
3b514ad250 mod_asn is an Apache module that uses BGP routing data to look up the
autonomous system (AS) and the network prefix (subnet) which contains
a given (clients) IP address.

WWW: http://mirrorbrain.org/mod_asn/
2011-04-26 12:12:27 +00:00
Kevin Lo
71dace3489 Initial import of hotcrp 2.45.
HotCRP is conference management software: it accepts paper submissions
and manages the review process.
2011-04-26 07:08:32 +00:00
Rene Ladan
48f1d8c469 Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
2011-04-18 22:25:41 +00:00
Frederic Culot
fd938f1f6a The HTTP::Cookies class is for objects that represent a "cookie jar" --
that is, a database of all the HTTP cookies that a given LWP::UserAgent
object knows about.

WWW: http://search.cpan.org/dist/HTTP-Cookies/

This new port is needed to update www/p5-libwww.
2011-04-18 08:58:01 +00:00
Frederic Culot
6debb0146c Objects of the HTML::Form class represent a single HTML <form> ... </form>
instance. A form consists of a sequence of inputs that usually have names,
and which can take on various values.

WWW: http://search.cpan.org/dist/HTML-Form/

This new port is needed to update www/p5-libwww.
2011-04-18 07:24:45 +00:00
Nicola Vitale
aa78ccfd3d The Google API Client for Python is a client library for accessing
the Buzz, Latitude, Moderator, Diacritize, Translate, Custom Search,
Search API for Shopping, URL Shortener, and Prediction APIs.

If you wish to use a Google API that is not in that list then you should
look at the Google Data APIs Python Client Library (devel/py-gdata).

WWW:	http://code.google.com/p/google-api-python-client/
2011-04-16 13:51:24 +00:00
Sunpoet Po-Chuan Hsieh
d32c7e00c7 - Add p5-Mojolicious-Plugin-Mongodb 0.04
Mojolicious::Plugin::Mongodb provides a few helpers to ease the use of MongoDB
in your Mojolicious application.

WWW: http://search.cpan.org/dist/Mojolicious-Plugin-Mongodb/

PR:		ports/156105
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2011-04-16 13:42:52 +00:00
Sunpoet Po-Chuan Hsieh
05c7c6df63 - Add p5-Mojolicious-Plugin-Database 0.03
Mojolicious::Plugin::Database provides "sane" handling of DBI connections so
problems with pre-forking (Hypnotoad, etc.) will not occur.

WWW: http://search.cpan.org/dist/Mojolicious-Plugin-Database/

PR:		ports/156044
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2011-04-16 13:41:10 +00:00
Sunpoet Po-Chuan Hsieh
bd85539351 - Add p5-Protocol-WebSocket 0.00901
Client/server WebSocket message and frame parser/constructor. This
module does not provide a WebSocket server or client, but is made for
using in http servers or clients to provide WebSocket support

WWW: http://search.cpan.org/dist/Protocol-WebSocket

PR:		ports/155724
Submitted by:	Stefan 'Sec' Zehl <sec@42.org>
2011-04-16 13:39:45 +00:00
Dennis Herrmann
0e5b45796e Nostromo aka nhttpd is a simple, fast and secure HTTP server. It
runs as a single process, handling connections with select(2). For
CGIs and directory listing it does fork(2). The minimum of HTTP/1.1
and CGI/1.1 are implemented. Also supported are: chroot, setuid,
basic authentication, SSL, IPv6, custom responses, aliases, and
virtual hosts. The access log is written in standard CLF format.

AUTHOR: Glocker Marcus <marcus@nazgul.ch>
WWW: http://www.nazgul.ch/dev_nostromo.html

PR:		ports/155919
Submitted by:	Adrian Steinmann <ast@marabu.ch>
2011-04-16 08:45:27 +00:00
Frederic Culot
a4f5e82143 HTTP::Daemon is used to create HTTP/1.1 servers that listen on a socket
for incoming requests.

WWW: http://search.cpan.org/dist/HTTP-Daemon/

This new port is needed to update www/p5-libwww.
2011-04-15 19:08:25 +00:00
Frederic Culot
39aa70d2f3 HTTP::Negotiate provides a complete implementation of the HTTP content
negotiation algorithm.

WWW: http://search.cpan.org/dist/HTTP-Negotiate/

This new port is needed to update www/p5-libwww.
2011-04-15 14:36:24 +00:00
Frederic Culot
69a9c5f5c7 HTTP::Message contains classes useful for representing the messages
passed in HTTP style communication.  These are classes representing
requests, responses and the headers contained within them.

WWW: http://search.cpan.org/dist/HTTP-Message/

This new port is needed to update www/p5-libwww.
2011-04-15 12:20:29 +00:00
Frederic Culot
0f3df3ea99 This module provides functions for handling media (also known as MIME)
types and encodings.

WWW: http://search.cpan.org/dist/LWP-MediaTypes/

This new port is needed to update www/p5-libwww.
2011-04-15 09:27:14 +00:00
Baptiste Daroussin
192e5915c9 Simple and lightweight HTTP daemon.
It provides the following features:
- Basic support for CGI,
- ipv6, authentication,
- virtual host,
- basic authentication
- basic url mapping system.

WWW:    http://git.etoilebsd.net/mohawk
2011-04-15 06:00:05 +00:00
Frederic Culot
3395f95680 WWW::RobotRules parses /robots.txt files which are used to forbid conforming
robots from accessing parts of a web site. The parsed files are kept in a
WWW::RobotRules object, and this object provides methods to check if access
to a given URL is prohibited.

WWW: http://search.cpan.org/dist/WWW-RobotRules/

This new port is needed to update www/p5-libwww.
2011-04-14 13:18:39 +00:00
Frederic Culot
d6572baf02 HTTP::Date provides functions that perform conversions between date
formats used by the HTTP protocol.

WWW: http://search.cpan.org/dist/HTTP-Date/

This new port is needed to update www/p5-libwww.
2011-04-14 07:39:35 +00:00
Wen Heping
73b2a005d2 Flask-Cache adds cache support to your Flask application. The cache
backend can Be chosen from simple, memcached, and filesystem.
Install databases/memcached from ports if needed.

WWW: http://packages.python.org/Flask-Cache/

PR:		ports/156384
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-04-14 00:38:46 +00:00
Wen Heping
4267d80436 LWP::Online attempts to answer, as accurately as it can, one of the
nastiest technical questions there is:  Am I on the internet?

This a problem that had no clean permanent solution, and for
which you could just keep writing more and more functionality
indefinitely, asymtopically approaching 100% correctness but never
reaching it.

And so LWP::Online is intended to do as good a job as possible, without
having to resort to asking any human questions (who may well get it
wrong anyway), and limiting itself to a finite amount of programming
work and a reasonable level of memory overhead to load the code.

WWW: http://search.cpan.org/dist/LWP-Online/

PR:		ports/156260
Submitted by:	milki <milki@rescomp.berkeley.edu>
2011-04-11 01:13:14 +00:00
Wen Heping
853c7e7d4e Short URL services have become enormously popular on the internet.
There are, literally, dozens (hundreds?) of these services.
Services_ShortURL offers an abstract way of shortening and expanding
URLs.

WWW: http://pear.php.net/package/Services_ShortURL/
2011-04-06 01:00:58 +00:00
Rene Ladan
5fafbc0f8b Garbage collect expired ports
2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009
2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009
2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009
2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009
2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009
2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009
2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007
2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008
2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009
2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009
2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009
2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009
2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned
2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+
2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009
2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009
2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009
2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009
2011-03-30 www/mediawiki112: abandoned upstream
2011-03-30 www/mediawiki113: abandoned upstream
2011-03-30 www/mediawiki114: abandoned upstream
2011-03-30 www/mediawiki16: abandoned upstream
2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009
2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite"
2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009
2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009
2011-04-04 17:12:43 +00:00
Li-Wen Hsu
2143558dec - Connect www/py-django12 2011-03-27 15:05:13 +00:00
Juergen Lock
049a06b059 http://www.vdr-wiki.de/wiki/index.php/Vdradmin_AM
VDRAdmin-AM is a web based interface to VDR.

WWW: http://andreas.vdr-developer.org/vdradmin-am/
2011-03-26 19:23:46 +00:00
Juergen Lock
a2cae1c3c6 http://www.vdr-wiki.de/wiki/index.php/Live-plugin
Live, the "Live Interactive VDR Environment", is a plugin providing the
possibility to interactively control the VDR and some of it's plugins by
a web interface.

Unlike external utility programs that communicate with VDR and it's plugins
by SVDRP, Live has direct access to VDR's data structures and is thus very
fast.

WWW: http://live.vdr-developer.org/
2011-03-26 19:22:41 +00:00
Juergen Lock
4ca62e9076 Tntnet is a modular, multithreaded, high performance webapplicationserver
for C++. To create webapplications Tntnet has a template-language called
ecpp similar to php, jsp or mason, where you can embed c++-code inside a
html-page to generate active content. The ecpp-files are precompiled to
c++-classes called components and compiled and linked into a shared
library. This process is done at compiletime.

WWW: http://www.tntnet.org/index.html
2011-03-26 19:12:11 +00:00
Beat Gaetzi
ee639937cb - Connect www/firefox36 and www/firefox36-i18n to the build. 2011-03-22 15:22:40 +00:00
Cheng-Lung Sung
2740a7db2a Pyramid is a small, fast, down-to-earth Python web application
development framework. It is developed as part of the Pylons Project.

The major feature additions in Pyramid 1.0 are:

* New name and branding association with the Pylons Project.
* BFG conversion script
* Paster template improvements
* Terminology changes
* Better platform compatibility and support
* Direct built-in support for the Mako templating language.
* Built-in support for sessions.
* Updated URL dispatch features
* Better imperative extensibility
* ZCML externalized
* Better support for global template variables during rendering
* View mappers
* Testing system improvements
* Authentication support improvements
* Documentation improvements

WWW: http://docs.pylonsproject.org
2011-03-21 10:26:23 +00:00
Greg Larkin
edb493f8b4 Utilities for implementing Modified Preorder Tree Traversal with
your Django Models and working with trees of Model instances.

WWW:	https://github.com/django-mptt/django-mptt/

PR:		ports/154830
Submitted by:	Carlo Strub (c-s@c-s.li)
2011-03-18 20:24:29 +00:00
Cheng-Lung Sung
f19e7559c6 Cuba is a microframework for web development originally
inspired by Rum, a tiny but powerful mapper for Rack applications.

It integrates many templates via Tilt, and testing via
Cutest and Capybara.

WWW: http://github.com/soveran/cuba
2011-03-18 07:33:59 +00:00
Martin Wilke
c5ade3bf73 mod_xml2enc is a transcoding module that can be used to extend the
internationalisation support of libxml2-based filter modules by
converting encoding before and/or after the filter has run.
Thus an unsupported input charset can be converted to UTF-8,
and output can also be converted to another charset if required.

WWW: http://apache.webthing.com/mod_xml2enc/

PR:		ports/155203
Submitted by:	Marin Atanasov Nikolov <dnaeon at gmail.com>
2011-03-17 15:56:06 +00:00
Martin Wilke
b49c5cc4a6 Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
It's a pre-fork worker model ported from Ruby's Unicorn project.
The Gunicorn server is broadly compatible with various web frameworks,
simply implemented, light on server resource usage, and fairly speedy.

WWW:    http://gunicorn.org/

PR:		ports/155226
Submitted by:	Kristaps Kulis <kristaps.kulis at gmail.com>
2011-03-17 13:15:29 +00:00
Wen Heping
2a93eb0d23 - Remove www/py-cherrypy-devel, use www/py-cherrypy instead
PR:		ports/155475
Submitted by:	David Brooks <dab@rj45.org> (maintainer)
2011-03-15 00:44:57 +00:00
Li-Wen Hsu
c6a97e93b7 Add py-blogofile 0.7.1, a static website compiler and blog engine. 2011-03-11 20:51:56 +00:00
Martin Wilke
2b72f9a1b8 Emplacken is a tool for managing a set of Plack applications based on
config files. It also adds support for privilege dropping and error
logs to those Plack servers that don't support these features
natively.

It works be reading a config file and using that to generate a PSGI
application file based on your config. It knows how to generate
Catalyst, Mojo, and Mason app files natively. For other apps, or more
complicated setups, you can supply a template to Emplacken and it
will use that to generate the PSGI app.

WWW:	http://search.cpan.org/dist/Emplacken/

PR:		ports/154812
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2011-03-09 16:44:16 +00:00
Martin Wilke
bf30440eae Plack::Middleware::Expires is Apache's mod_expires for Plack. This
middleware controls the setting of Expires HTTP header and the max-age
directive of the Cache-Control HTTP header in server responses. Note:
Expires works only for successful response and If exists Expires HTTP
header already, this middleware does not override.

WWW:	http://search.cpan.org/dist/Plack-Middleware-Expires/

PR:		ports/154476
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2011-03-09 16:42:38 +00:00
Cheng-Lung Sung
9436b20234 Faraday Middleware
Collection of Faraday middlewares used in some of my API wrappers

WWW: http://wynnnetherland.com/projects/faraday-middleware/
2011-03-07 03:11:38 +00:00
Sylvio Cesar Teixeira
38658b6eda Support for serving static media from within django app directories
WWW:	http://github.com/divio/django-appmedia

PR:		ports/155273
Submitted by:	Kurt Lidl <kurt.lidl@cello.com>
2011-03-04 20:30:50 +00:00
Mark Linimon
b223c0b6d6 Add previously forgotten subdir py-cherrypy-devel. 2011-03-04 20:04:10 +00:00
Martin Wilke
b31f62ede6 HTML::Defaultify - Pre-fill default values into an existing HTML form
WWW: http://www.jmarshall.com/tools/defaultify/

PR:		ports/154816
Submitted by:	Takefu <takefu@airport.fm>
2011-03-04 13:58:35 +00:00
Ganael LAPLANCHE
dba9688ee4 Remove extra spaces after port names
Approved by:	portmgr@, ehaupt (mentor)
2011-03-04 10:32:13 +00:00
Cheng-Lung Sung
96f31d5b33 Faraday
Modular HTTP client library using middleware heavily inspired by Rack.

WWW: http://github.com/technoweenie/faraday
2011-03-04 08:41:49 +00:00
Sunpoet Po-Chuan Hsieh
22726349db - Add p5-HTTP-Tiny 0.010
HTTP::Tiny is a small, simple, correct HTTP/1.1 client.

WWW: http://search.cpan.org/dist/HTTP-Tiny/
2011-03-04 05:38:13 +00:00
Cheng-Lung Sung
c781213753 multipart-post adds a streamy multipart form post capability to Net::HTTP. Also
supports other methods besides POST.

WWW: http://github.com/nicksieger/multipart-post
2011-03-03 15:11:32 +00:00
Wen Heping
2896d3abc3 AWS stands for Ada Web Server, but it is more than just another webserver...
AWS is a complete framework to develop web based applications.  The main
part of the framework is the embedded web server.  This small yet powerful
web server can be embedded into your application so your application will be
able to talk with a standard web browser such as Microsoft Internet Explorer
or Netscape Communicator.  Around this web server, a lot of services have
been developed.

The framework includes:
  * seb parameters module         * session server
  * SOAP support                  * WSDL generation from Ada
  * template parser               * AJAX support
  * HTTPS/SSL support             * large server support
  * virtual hosting support       * server push
  * directory browser             * status page
  * log module                    * hotplug module
  * light communications API      * configuration API
  * client API                    * web page service
  * SMTP support                  * LDAP support
  * Jabber support

WWW: http://libre.adacore.com/libre/tools/aws/

PR:		ports/153828
Submitted by:	John Marino <freebsdml@marino.st>
2011-03-03 00:45:55 +00:00
Wen Heping
b89040770a Dancer::Plugin::Feed provides an easy way to generate RSS or Atom feed.
This module relies on XML::Feed.

WWW: http://search.cpan.org/dist/Dancer-Plugin-Feed/

PR:		ports/155173
Submitted by:	Grzegorz Blach <magik@roorback.net>
2011-03-02 03:33:14 +00:00
Martin Wilke
b3c8e65d3b Remove:
www/py-turbodjango
	www/py-turbosetup
	textproc/py-csv
	devel/py-uuid
2011-02-27 16:22:06 +00:00
Sergey Skvortsov
0215ea5448 Add foswiki-ModPerlEngineContrib , permits Foswiki to be executed under
mod_perl.
2011-02-26 17:30:21 +00:00
Li-Wen Hsu
7433add2ea Add reviewboard 1.5.4, a web-based code review tool. 2011-02-26 15:16:04 +00:00
Jun Kuriyama
0d06f0c264 mod_auth_tkt is a lightweight single-sign-on authentication module for
apache, supporting versions 1.3.x, 2.0.x, and 2.2.x.  It uses secure
cookie-based tickets to implement a single-signon framework that works
across multiple apache instances and servers.

WWW: http://www.openfusion.com.au/labs/mod_auth_tkt/
2011-02-26 15:11:28 +00:00
Li-Wen Hsu
5885d4aed0 Add py-djblets 0.6.7, a collection of useful classes and functions for
Django.
2011-02-26 14:55:33 +00:00
Li-Wen Hsu
925e7d6021 Add py-django-evolution 0.6.2, a database schema evolution tool for the
Django web framework.
2011-02-26 14:50:11 +00:00
Jun Kuriyama
c7028a2c1a Plack::Middleware::Precompressed is an alternative (or rather,
complement) to middlewares like Deflater, which will compress response
bodies on the fly.  For dynamic resources, that behaviour is
necessary, but for static resources it is a waste: identical entities
will be compressed over and over.  Instead, Precompressed allows you
to compress static resources once, e.g. as part of your build process,
and then serve the compressed resource in place of the uncompressed
one for compression-enabled clients.

To do so, it appends a .gz suffix to the request URI and tries to
serve that.  If that fails, it will try again with the unmodified URI.

WWW: http://search.cpan.org/dist/Plack-Middleware-Precompressed/
2011-02-26 14:48:08 +00:00
Li-Wen Hsu
db1c611e9f Add py-django-storages 1.1.1, generic storages for Django. 2011-02-26 14:46:12 +00:00
Jun Kuriyama
2d2f1cd3bd Plack::Middleware::IEnosniff is middleware for Plack. This middleware
adds HTTP Header 'X-Content-Type-Options: nosniff' for safe.  Sending
X-Content-Type-Options response header with the value nosniff will
prevent Internet Explorer from MIME-sniffing a response away from the
declared content-type.

WWW: http://search.cpan.org/dist/Plack-Middleware-IEnosniff/
2011-02-26 10:34:42 +00:00
Jun Kuriyama
cb51e9d2ed I18N::AcceptLanguage matches language preference to available
languages per rules defined in RFC 2616, section 14.4: HTTP/1.1 -
Header Field Definitions - Accept-Language.

WWW: http://search.cpan.org/dist/I18N-AcceptLanguage/
2011-02-26 09:02:23 +00:00
Martin Wilke
3e8d73e14d - Part 1 of python24 removal
- Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and PYEXPAT) all these is now part of python
	  since python25

Remove:
	textproc/py-expat
	devel/py-ctypes
	security/py-hashlib
	www/py-wsgiref
2011-02-25 09:46:39 +00:00
Martin Wilke
ffa4256525 The goal of this project is to create a new way of writing Django template tags
which is fully compatible with the current Django templating infrastructure.
This new way should be easy, clean and require as little boilerplate code as
possible while still staying as powerful as possible.

Features:
* Class based template tags.
* Template tag argument parser.
* Declarative way to define arguments.
* Supports (theoretically infinite) parse-until blocks.
* Extensible!

WWW:    http://github.com/ojii/django-classy-tags/
2011-02-15 09:17:50 +00:00
Martin Wilke
996c7672b9 mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS
1.1 and 1.2 encryption for Apache HTTPD. It is similar to mod_ssl in
purpose, but does not use OpenSSL.

WWW:	http://www.outoforder.cc/projects/apache/mod_gnutls/

PR:		ports/154463
Submitted by:	Fumiyuki Shimizu <fumifumi at abacustech.jp>
2011-02-14 04:08:07 +00:00
Frederic Culot
94e5787cf4 Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec
including the psgi.streaming interface and is compatible with Plack. PSGI 1.1,
which has yet to be published formally, is also supported. Feersum also has
its own "native" interface which is similar in a lot of ways to PSGI, but is
not compatible with PSGI or PSGI middleware.

Feersum uses a single-threaded, event-based programming architecture to scale
and can handle many concurrent connections efficiently in both CPU and RAM.
It skips doing a lot of sanity checking with the assumption that a "front-end"
HTTP/HTTPS server is placed between it and the Internet.

WWW: http://search.cpan.org/dist/Feersum

PR:		ports/153320
Submitted by:	Grzegorz Blach <magik AT roorback.net>
2011-02-13 10:46:07 +00:00
Martin Wilke
e9c372f3ce - Fix a typo in typo344
Reported by	Helmut Schneider
2011-02-12 16:18:58 +00:00
Martin Wilke
2ed3b11bf5 PivotX is free software to help you maintain dynamic sites such as
weblogs, online journals and other frequently updated websites in
general. It's written in PHP and uses *flat files* or MySQL as a
database.

Since PivotX is an entirely different beast than pivot-weblog (Pivot
1.x), upgrading from Pivot 1.x will take a while to do properly.
(http://book.pivotx.net/page/4-1)

WWW: http://pivotx.net/

PR:		ports/154093
Submitted by:	Fumiyuki Shimizu <fumifumi at abacustech.jp>
2011-02-12 04:50:50 +00:00
Martin Wilke
a4a8e6d04e - Connect typo344 to the build
PR:		153950
Feature safe:	yes
2011-02-05 11:30:30 +00:00
Martin Wilke
a6588114aa Web::oEmbed is a module that implements oEmbed consumer.
WWW:	http://search.cpan.org/dist/Web-oEmbed/

PR:		ports/153988
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Feature safe:	yes
2011-02-05 09:39:32 +00:00
Steve Wills
f298bcccfd URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions.
It works simplar to homonymous functions of JavaScript.

WWW:	http://search.cpan.org/dist/URI-Escape-JavaScript/

PR:		ports/154140
Submitted by:	Konstantin Menshikov <kostjnspb at yandex.ru>
Approved by:	wxs (mentor)
Feature safe:	yes
2011-02-02 03:57:37 +00:00
Josh Paetzel
fdb83a5c1a FusionPBX is an opensource PHP5 based frontend web gui for freeswitch.
WWW: http://www.fusionpbx.com

PR:		ports/153992
Submitted by:	Richard Neese <r.neese at gmail.com>
Feature safe:	yes
2011-01-31 15:35:20 +00:00
Martin Wilke
86d4f049bf DavClient is a scriptable WebDAV command line client for Ruby
for managing content on webservers that support the WebDAV extensions.

WWW: http://davclient.rubyforge.org/

PR:		ports/154126
Submitted by:	Mikhail T. <michael at fun-box.ru>
Feature safe:	yes
2011-01-30 12:12:58 +00:00
Martin Wilke
cff8cbed8c This gem provides a Rails generator to install jQuery and the jQuery-ujs
driver into your Rails 3 application, and then have them included
automatically instead of Prototype.

WWW: http://rubygems.org/gems/jquery-rails

PR:		ports/153967
Submitted by:	Jason Helfman <jhelfman at experts-exchange.com>
Feature safe:	yes
2011-01-30 12:11:09 +00:00
Martin Wilke
476c56f9e3 Ruby API wrapper for Lighthouse
WWW: http://rubygems.org/gems/lighthouse-api

PR:		ports/153968
Submitted by:	Jason Helfman <jhelfman at experts-exchange.com>
Feature safe:	yes
2011-01-30 12:10:13 +00:00
Martin Wilke
82164c5350 Template::Mustache is a templating system, generally used to make HTML.
WWW:	http://search.cpan.org/dist/Template-Mustache/

PR:		ports/154198
Submitted by:	Kurt Lidl <kurt.lidl at cello.com>
Feature safe:	yes
2011-01-30 11:50:13 +00:00
Anton Berezin
b705054347 Add www/p5-Scrappy 0.62, a web crawler Perl module.
Feature safe:	yes
2011-01-27 12:43:45 +00:00
Wen Heping
720bb6ff50 Nibbleblog it's a powerful engine for creation and manipulation of
BLOG's completely free. Very simple to install and configure. The
database used is based on XML files and this way it is not necessary
to use MySQL or similar DBMS.

WWW: http://www.nibbleblog.com/

PR:		ports/154033
Submitted by:	Marek Holienka <marekholienka@gmail.com>
Feature safe:	yes
2011-01-18 06:14:51 +00:00
Steve Wills
5adfd05049 xxxterm is a minimalists web browser. It strives to be vi-like for heavy
keyboard users while maintaining traditional web browser behaviour. It is ISC
licensed. It is based on webkit using GTK+.

WWW: http://opensource.conformal.com/wiki/XXXTerm

PR:		ports/154025
Submitted by:	Aldis Berjoza <aldis at bsdroot.lv>
Approved by:	wxs (mentor)
Feature safe:	yes
2011-01-16 01:56:26 +00:00
Philippe Audeoud
36a7d00290 blah WWW::Mechanize::SpamCop is used to automate spam reporting on
spamcop.net's web site.

WWW:	http://search.cpan.org/dist/WWW-Mechanize-SpamCop/

PR:		ports/153595
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Feature safe:	yes
2011-01-14 12:29:16 +00:00
Baptiste Daroussin
d54ffccade Add closure-linter 2.2.6, javaScript linter.
The Closure Linter enforces the guidelines set by the Google JavaScript Style
Guide. The linter handles style issues so that you can focus on the code.

WWW:    http://code.google.com/p/closure-linter/

PR:		ports/153866
Submitted by:	Julien Laffaye <kimelto at gmail.com>
Feature safe:	yes
2011-01-11 19:08:40 +00:00
Josh Paetzel
29bdfbd71d BigBlueButton enables universities and colleges to deliver
a high-quality learning experience to remote students.

WWW: http://www.bigbluebutton.org/
2011-01-09 22:10:41 +00:00
Wen Heping
118d9011e2 phpScheduleIt is a web-based resource scheduling system that allows
administered management of reservations on any number of resources.
Typical applications are conference room or machine reservation
management. Written in PHP and tested on MySQL.

WWW: http://sourceforge.net/projects/phpscheduleit/

PR:		ports/153678
Submitted by:	Marian Jamrich <jamrich.majo@gmail.com>
2011-01-07 02:21:21 +00:00
Wen Heping
1cbf260f24 An implementation of the Instapaper client API.
(see http://www.instapaper.com/api)

WWW: http://search.cpan.org/dist/WWW-Instapaper-Client/

PR:		ports/153707
Submitted by:	TERAMOTO Masahiro <markun@onohara.to>
2011-01-07 02:11:46 +00:00
Jeremy Messenger
666f6fd80e There is no port that depend this library. Therefore, remove it. 2011-01-04 12:22:53 +00:00
Jeremy Messenger
00f2c843c5 The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.

PR:		ports/153355
Discussed with:	My team, FreeBSD GNOME Team
Tested by:	pointyhat-exp (thanks pav!)
2011-01-04 03:32:21 +00:00
Renato Botelho
21526892f3 Remove expired ports:
2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream
2011-01-01 graphics/ruby-redact: abandoned upstream
2011-01-01 multimedia/eclair: abandoned upstream
2011-01-01 security/phpmyid: Development has ceased.
2011-01-01 sysutils/ecore-config: abandoned upstream
2011-01-01 sysutils/extrackt: abandoned upstream
2011-01-01 textproc/exml: abandoned upstream
2011-01-02 www/mod_accesscookie: upstream is gone
2011-01-02 www/mod_vdbh: upstream is gone
2011-01-02 www/mod_auth_any: upstream is gone
2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-01-01 x11-fm/entropyfm: abandoned upstream
2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream
2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream
2011-01-01 x11-themes/e17-splash-takara: abandoned upstream
2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream
2011-01-01 x11-themes/e17-theme-dali: abandoned upstream
2011-01-01 x11-themes/e17-theme-gant: abandoned upstream
2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream
2011-01-01 x11-themes/e17-theme-kor: abandoned upstream
2011-01-01 x11-themes/e17-theme-milky: abandoned upstream
2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream
2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream
2011-01-01 x11-themes/e17-splash-azul: abandoned upstream
2011-01-01 x11-themes/e17-splash-blue: abandoned upstream
2011-01-01 x11-themes/e17-splash-clean: abandoned upstream
2011-01-01 x11-themes/e17-splash-logo: abandoned upstream
2011-01-01 x11-toolkits/etk: abandoned upstream
2011-01-01 x11-toolkits/ewl: abandoned upstream
2011-01-01 x11-toolkits/enhance: abandoned upstream
2011-01-01 x11-wm/e17-module-bling: abandoned upstream
2011-01-01 x11-wm/e17-module-mixer: abandoned upstream
2011-01-01 x11-wm/e17-utils: abandoned upstream
2011-01-01 x11/elicit: abandoned upstream
2011-01-01 x11/enity: abandoned upstream
2011-01-01 x11/examine: abandoned upstream
2011-01-01 x11/ecore-desktop: abandoned upstream
2011-01-03 14:38:01 +00:00
Beat Gaetzi
dbfa3de3d7 - Finally remove www/mozilla as no other port longer depends on Mozilla.
Mozilla is unmaintained upstream for years, broken and has security
  issues. Please consider using www/seamonkey2 or www/firefox instead.

  Happy New Year!
2011-01-01 14:09:09 +00:00
Rene Ladan
b7d7206e33 Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
2010-12-31 17:35:17 +00:00
Nicola Vitale
b272f7cc9d The modules in the Python standard library don't provide a way to upload large
Files via HTTP without having to load the entire file into memory first.

poster provides support for both streaming POST requests as well as
multipart/form-data encoding of string or file parameters.

WWW: http://atlee.ca/software/poster
2010-12-31 17:13:44 +00:00
TAKATSU Tomonari
b7b2a363a4 - Add a new port: www/testlink
TestLink is a web based Test Management tool. The application provides Test
  specification, Test plans and execution, Reporting, Requirements specification
  and collaborate with well-known bug trackers.

  WWW: http://www.teamst.org/
2010-12-31 13:57:09 +00:00
Wen Heping
53162e2deb This module makes DateTime easily accesible within a Catalyst application
via the Catalyst::Plugin interface.

WWW: http://search.cpan.org/~jkiser/Catalyst-Plugin-DateTime

PR:		ports/153487
Submitted by:	"Mikhail T." <michael@fun-box.ru>
2010-12-31 06:35:59 +00:00
Philip M. Gollucci
ea1bf47b00 A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
microframework style of specifying actions: get, put, post, delete.

WWW: https://github.com/archiloque/rest-client

PR:		ports/153336
Submitted by:	Renaud Chaput <renchap at cocoa-x.com>
2010-12-27 20:38:14 +00:00
Philip M. Gollucci
fd5221023a Dancer::Plugin::DataFu is an HTML form and table rendering engine with data
validation support.

WWW: http://search.cpan.org/~awncorp/Dancer-Plugin-DataFu/

PR:		ports/153316
Submitted by:	Grzegorz Blach <magik at roorback.net>
2010-12-21 04:03:39 +00:00
Beech Rintoul
2761d6e52b Hook hastymail2 into build.
PR:		ports/152632
Approved by:	itetcu (mentor) (implicit)
2010-12-16 23:08:32 +00:00
Wen Heping
e6de11188a webtrees is the web's leading online collaborative genealogy
application. webtrees works from standard GEDCOM files, and is
therefore compatible with every major desktop application.  webtrees
aims to to be efficient and effective by using the right combination
of third-party tools, design techniques and open standards.

WWW: http://webtrees.net/

PR:		ports/153160
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com>
2010-12-16 02:55:19 +00:00
Philip M. Gollucci
da45faad91 Plack::Middleware::XForwardedFor will look for X-Forwarded-For header
in the incomming request and change REMOTE_ADDR to the real client IP.

WWW:	http://search.cpan.org/dist/Plack-Middleware-XForwardedFor/

PR:		ports/153051
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-12-12 22:07:45 +00:00
Philip M. Gollucci
d5493c49fb Tatsumaki is a toy port of Tornado for Perl using Plack (with
non-blocking extensions) and AnyEvent.

It allows you to write a web application that does a immediate
response with template rendering, IO-bound delayed response (like
fetching third party API or XML feeds), server push streaming and
long-poll Comet in a clean unified API.

WWW:	http://search.cpan.org/dist/Tatsumaki/

PR:		ports/153007
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-12-11 21:54:28 +00:00
Philip M. Gollucci
adcf9908ab Perlanet is a program for creating programs that aggregate web feeds
(both RSS and Atom). Web pages like this are often called "Planets"
after the Python software which originally popularised them. Perlanet
is a planet builder written in Perl - hence "Perlanet".

WWW:	http://search.cpan.org/dist/Perlanet/

PR:		ports/153005
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-12-11 21:54:08 +00:00
Nicola Vitale
9687c32d22 qooxdoo is a comprehensive and innovative Ajax application
framework. Leveraging object-oriented JavaScript allows developers to
build impressive cross-browser applications. No HTML, CSS nor DOM
knowledge is needed.

It includes a platform-independent development tool chain, a
state-of-the-art GUI toolkit and an advanced client-server
communication layer.

WWW:	http://qooxdoo.org/
2010-12-11 08:46:05 +00:00
Philip M. Gollucci
28706a2e2a OhlohWidgetsMacro is a plugin for Trac which embeds Ohloh widgets.
WWW: http://www.schwarz.eu/opensource/projects/ohloh_widgets_macro

PR:		ports/151062
Submitted by:	Douglas Thrift
2010-12-10 04:50:32 +00:00
Sunpoet Po-Chuan Hsieh
294defc308 - Add googlebook_dl 20100502
googlebook_dl is a command-line utility for downloading books from Google Books.

PR:		ports/152827
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
2010-12-09 15:59:31 +00:00
Philip M. Gollucci
161f074cf1 Fixes an exploitable bug in CGI multipart parsing which affects Ruby <= 1.8.5.
When multipart boundary attributes contain non-halting regular
expression strings, the boundary searcher in the CGI module does not properly
escape the parameter and will execute arbitrary regular expressions.
This fix adds escaping for the user data.

    * Affected application servers: standalone CGI, Mongrel, WEBrick
    * Unaffected: FastCGI, Ruby 1.8.6 (all servers)
    * Unknown: mod_ruby

This fix will not modify versions of Ruby greater than 1.8.5, and is
cumulative with previous CGI multipart vulnerability fixes.

WWW:    http://blog.evanweaver.com/#cgi_multipart_eof_fix
2010-12-08 19:18:29 +00:00
Nicola Vitale
fcc2b98d57 LESS extends CSS with: variables, mixins, operations and nested rules.
Best of all, LESS uses existing CSS syntax. This means you can rename
your current .css files to .less and they'll just work.

WWW:	http://lesscss.org/
2010-12-08 09:57:43 +00:00
Philip M. Gollucci
e693d81eab That was a bad idea b/c of conflicts with the master www/apache22 port. 2010-12-07 20:37:26 +00:00
Philip M. Gollucci
badd1c9e14 Apache 2.2 with the itk MPM enabled.
WWW: http://httpd.apache.org/
WWW: http://mpm-itk.sesse.net/

PR:		ports/151969
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-12-07 19:25:08 +00:00
Philip M. Gollucci
7032949598 Apache 2.2 with the event MPM enabled.
WWW: http://httpd.apache.org/

PR:		ports/151969
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-12-07 19:24:44 +00:00
Philip M. Gollucci
f6b1523e91 Apache 2.2 with the worker MPM enabled.
WWW: http://httpd.apache.org/

PR:		ports/151969
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-12-07 19:24:30 +00:00
Philip M. Gollucci
33d9f9f231 Apache 2.2 with the prefork MPM enabled.
WWW: http://httpd.apache.org/

PR:		ports/151969
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-12-07 19:24:16 +00:00
Philip M. Gollucci
fc09d8d957 This module helps manage FCGI based web applications by providing a wrapper
which handles most of the low-level FCGI details for you. It can run FCGI
programs as simple scripts or as full standalone socket based servers who
are managed by FCGI::Engine::ProcManager.

WWW:	http://search.cpan.org/dist/FCGI-Engine/

PR:		ports/152803
Submitted by:	Anes Muhametov <anes at anes.su>
2010-12-07 19:18:29 +00:00
Olli Hauer
7d05548d60 - new port trac-TracGoogleAnalytics
Previously known as Google Analytics Plugin, this plugin will enable
your trac environment to be logged by Google Analytics.

It adds the necessary javascript code to log your environment, plus, it
also logs the downloads of regular filenames which end with a specific
extension; these extensions are defined by you; and also external links.

WWW: http://google.ufsoft.org/wiki/TracGoogleAnalytics

PR:		ports/151466
Submitted by:	Douglas William Thrift <douglas _at_ douglasthrift.net>
2010-12-05 21:09:41 +00:00
Rene Ladan
4cdc533fed Revert the 'minor tweak'. 2010-12-05 20:51:15 +00:00
Ade Lovett
fd7647d025 Minor tweakage 2010-12-05 08:20:07 +00:00
Rene Ladan
54c312bfe6 Garbage collect old ports:
2010-11-15 archivers/linux-par2cmdline: Native version available
2010-11-15 audio/bmp-musepack: does not build with audio/musepack
2010-11-15 audio/libmpcdec: superseded by audio/musepack
2010-11-15 audio/py-musepack: does not build with audio/musepack
2010-12-01 chinese/chinput3: Development has ceased.
2010-12-01 emulators/dynagen-devel: Please install emulators/dynagen instead
2010-11-24 net-p2p/gift-fasttrack: unmaintained upstream
2010-11-24 net-p2p/gift-gnutella: unmaintained upstream
2010-11-24 net-p2p/gift-openft: unmaintained upstream
2010-11-24 net-p2p/pyslsk: unmantained upstream, use net-p2p/nicotine-plus
2010-11-11 security/pamsfs: SFS is dead, this project is dead, and site is gone
2010-11-10 www/p5-Catalyst-Plugin-CommandLine: The module is not needed any more. With new Catalyst (at least 5.7014) it works out of the box.
2010-12-04 21:32:34 +00:00
Pav Lucistnik
2485994e20 Dwoo is a PHP5 Template Engine that was started in early 2008. The idea came
from the fact that Smarty, a well known template engine, is getting older and
older. It carries the weight of it's age, having old features that are
inconsistent compared to newer ones, being written for PHP4 its Object Oriented
aspect doesn't take advantage of PHP5's more advanced features in the area,
etc. Hence Dwoo was born, hoping to provide a more up to date and stronger
engine. So far it has proven to be faster than Smarty in many areas, and it
provides a compatibility layer to allow developers that have been using Smarty
for years to switch their application over to Dwoo progressively.

WWW: http://dwoo.org/

PR:		ports/151718
Submitted by:	Joe Horn <joehorn@gmail.com>
2010-12-02 15:08:15 +00:00
Josh Paetzel
ec068156b4 Add py-django-profiles 0.2, a user-profile application for Django. 2010-11-30 21:48:49 +00:00
Beech Rintoul
1d4a3fae07 Update of piwigo (the software formerly known as PHPWebGallery) to version 2.1.3.
Add entry to MOVED
Hook into build and unhook phpwebgallery
PR:		ports/150863
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com> (maintainer)
Approved by:	itetcu
2010-11-30 20:35:48 +00:00
Beech Rintoul
30fa6d4cf8 Hook codeigniter-devel into build 2010-11-30 07:36:29 +00:00
Jun Kuriyama
f4a1eb4e53 Rename p5-Mojo to p5-Mojolicious to reflect distname in CPAN.
Approved by:	maintainer
2010-11-29 11:58:49 +00:00
Philip M. Gollucci
4c98aad15d Flask-Uploads allows your application to flexibly and efficiently handle file
uploading and serving the uploaded files.

WWW:    http://pypi.python.org/pypi/Flask-Uploads

PR:		ports/151628
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
2010-11-27 02:02:23 +00:00
Philip M. Gollucci
3834f41e01 Flask is a microframework for Python based on Werkzeug and Jinja 2.
WWW:    http://flask.pocoo.org/

PR:		ports/151625
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
2010-11-27 02:00:57 +00:00
Philip M. Gollucci
deae86cceb Time stamping authority module for apache22.
WWW: http://opentsa.org/

PR:		ports/152571
Submitted by:	ubique
2010-11-27 00:37:30 +00:00
Eygene Ryabinkin
b0baa75cef New port: www/redmine-http-auth
Plugin for doing HTTP-based authentication in Redmine.  Also contains
the generic module, bsd.redmine.mk, for making Redmine plugins.

Reviewed by: decke
Approved by: garga (mentor)
PR: ports/150507
2010-11-26 13:53:56 +00:00
Wen Heping
7fa8518402 - Connect www/moodle2 2010-11-26 03:13:07 +00:00
Wen Heping
74622cef8e web.go is the simplest way to write web applications in the Go programming
language. It's ideal for writing simple, performant backend web services.

web.go should be familiar to people who've developed websites with higher-level
web frameworks like sinatra, pylons, or web.py. It is designed to be a
lightweight web framework that doesn't impose any scaffolding on the user.

Some features include:

    * Routing to url handlers based on regular expressions
    * Secure cookies
    * Support for fastcgi and scgi
    * Web applications are compiled to native code. This means very fast
execution and page render speed
    * Serving static files

WWW: https://github.com/hoisie/web.go
2010-11-25 06:23:27 +00:00
Philip M. Gollucci
0942b46e9e The blogspam site exists to provide a service which allows you to
test whether a submitted blog/forum comment is SPAM or not, in real-time.

We can identify many common SPAM characteristics and using them allow
comments to be blocked - cutting down on the SPAM that might otherwise
affect your site.

WWW:	http://blogspam.net/

PR:		ports/152421
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-24 05:20:36 +00:00
Jun Kuriyama
0597ba119e This is a Perlbal plugin to allow any PSGI application run natively
inside Perlbal process.

WWW: http://search.cpan.org/dist/Perlbal-Plugin-PSGI/
2010-11-23 14:53:51 +00:00
Jun Kuriyama
ea1e067d9e PSGI/Plack is where it's at. Dancer's routing syntax is really cool,
but it does a lot of things I don't usually want. What I really want
is Dancer-like sugar as an extremely thin layer over my
teeth^H^H^H^H^H PSGI apps.

WWW: http://search.cpan.org/dist/Flea/
2010-11-23 11:17:16 +00:00
Pav Lucistnik
db2e023889 Support Incident Tracker (or SiT!) is a Free Software/Open Source (GPL)
web based application which uses PHP and MySQL for tracking technical support
calls/emails (also commonly known as a 'Help Desk' or 'Support Ticket System').
Manage contacts, sites, technical support contracts and support incidents in
one place. Send emails directly from SiT!, attach files and record every
communication in the incident log. SiT is aware of Service Level Agreements and
incidents are flagged if they stray outside of them.

WWW: http://sitracker.org

PR:		ports/151784
Submitted by:	<carsten@sitracker.org>
2010-11-23 09:32:02 +00:00
Max Khon
963265bcf5 Reconnect back asterisk-stat now that asterisk 1.4 depends are fixed. 2010-11-23 04:52:39 +00:00
Colin Percival
a4119ae706 Unhook asterisk-stat from the build until its dependencies are corrected.
INDEX broken:	10 hours, 56 minutes, and 45 seconds ago
2010-11-23 01:25:09 +00:00
Steven Kreuzer
0ae71fe62e This module can be used to parse the content of tables in HTML text. The
parser returns an arrayref consisting of data for each table found within the
passed-in text.

WWW:	http://search.cpan.org/dist/HTML-TableContentParser/
2010-11-22 22:20:44 +00:00
Sunpoet Po-Chuan Hsieh
3af4b3a482 - Add p5-CGI-Thin 0.52
This module is a very lightweight parser of CGI forms. And it has a special
feature that it will return an array if the same key is used twice in the
form.  You can force an array even if only one value returned to avoid
complications.

The hash %cgi_data will have all the form data from either a POST or GET form
and will also work for "multipart/form-data" forms necessary for uploading
files.

WWW: http://search.cpan.org/dist/CGI-Thin/

PR:		ports/152115
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
2010-11-22 18:01:07 +00:00
Jun Kuriyama
9ba77f36a5 This module allows you to integrate Mojo applications with the
AnyEvent framework. For example, you can run a web interface for a
long-lived AnyEvent daemon.

WWW: http://search.cpan.org/dist/AnyEvent-Mojo/
2010-11-22 14:58:19 +00:00
Jun Kuriyama
41d233b422 Every HTTP::Exception is a Exception::Class - Class. So the same
mechanisms apply as with Exception::Class-classes. In fact have a look
at Exception::Class' docs for more general information on exceptions
and Exception::Class::Base for information on what methods a caught
exception also has.

HTTP::Exception is only a factory for HTTP::Exception::XXX (where X is
a number) subclasses. That means that HTTP::Exception->new(404)
returns a HTTP::Exception::404 object, which in turn is a
HTTP::Exception::Base - Object.

WWW: http://search.cpan.org/dist/HTTP-Exception/
2010-11-22 02:33:54 +00:00
Sunpoet Po-Chuan Hsieh
8d4e20ce2f - Add p5-CGI-Application-Plugin-Apache 1.01
CGI::Application::Plugin::Apache provides easy access to Apache::* modules
for CGI::Application.

WWW: http://search.cpan.org/dist/CGI-Application-Plugin-Apache/

PR:		ports/152383
Submitted by:	Kurt Lidl <kurt.lidl@cello.com>
2010-11-20 22:22:58 +00:00
Sergey Skvortsov
89fe94f66e Add htmlcompressor 0.9.4, HTML/XML Compressor. 2010-11-20 18:25:22 +00:00
Sunpoet Po-Chuan Hsieh
8b6d1382bc - Add p5-HTML-GenerateUtil 1.10
HTML::GenerateUtil is a module provides C language version of various helper
routines for generating HTML output.

WWW: http://search.cpan.org/dist/HTML-GenerateUtil/

PR:		ports/152380
Submitted by:	Kurt Lidl <kurt.lidl@cello.com>
2010-11-20 17:52:43 +00:00
Wen Heping
4b1d2e3a26 Catalyst::Plugin::ErrorCatcher allows you to do More Stuff with the
information that would normally only be seen on the Catalyst Error
Screen courtesy of the Catalyst::Plugin::StackTrace plugin.

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

PR:		ports/152320
Submitted by:	Andrey Kostenko <andrey@kostenko.name>
2010-11-19 06:32:11 +00:00
Wen Heping
49fe9c1c00 Rose::HTML::Objects is a framework for creating a reusable set of HTML
widgets as mutable Perl objects that can be serialized to HTML or XHTML
for display purposes.

The Rose::HTML::Object class may be used directly to represent a generic
tag with an explicitly set element name and arbitrary attributes. There
are also methods for parent/child manipulation.

WWW: http://search.cpan.org/dist/Rose-HTML-Objects
2010-11-19 06:24:17 +00:00
Philip M. Gollucci
20de5a989d This is a port of mod_auth_mellon, which is an apache module built around lasso
that provides a SAML 2 SP endpoint.

WWW: http://docs.feide.no/fs-0050
WWW: http://code.google.com/p/modmellon/

PR:		ports/152083
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-11-11 05:09:03 +00:00
Philip M. Gollucci
a730689eea mod_whatkilledus is an experimental module for Apache httpd 2.x which
tracks the current request and logs a report of the active request
when a child process crashes.

Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.

Activating mod_whatkilledus:

  1. Load it like any other DSO.
	LoadModule whatkilledus_module modules/mod_whatkilledus.so

  2. Enable exception hooks for modules like mod_whatkilledus:
	EnableExceptionHook On

  3. Choose where the report on current activity should be written. If
     you want it reported to some place other than the error log, use the
     WhatKilledUsLog directive to specify a fully-qualified filename for
     the log.  Note that the web server user id (e.g., "nobody") must
     be able to create or append to this log file, as the log file is
     not opened until a crash occurs.

WWW: http://people.apache.org/~trawick/exception_hook.html

PR:		ports/151932
Submitted by:	Frank Wall <fw at moov.de>
2010-11-11 05:08:40 +00:00
Philip M. Gollucci
0574d1cb27 mod_backtrace is an experimental module for Apache httpd 2.x which
collects backtraces when a child process crashes.  Currently it is
implemented only on Linux and FreeBSD, but other platforms could be
supported in the future.

Requirements: Apache httpd >= 2.0.49 must be built with the
--enable-exception-hook configure option and mod_so enabled.

Activating mod_backtrace:

  1. Load it like any other DSO:
	LoadModule backtrace_module modules/mod_backtrace.so

  2. Enable exception hooks for modules like mod_backtrace:
	EnableExceptionHook On

  3. Choose where backtrace information should be written.
     If you want backtraces from crashes to be reported some place other
     than the error log, use the BacktraceLog directive to specify a
     fully-qualified filename for the log to which backtraces will be
     written.  Note that the web server user id (e.g., "nobody") must
     be able to create or append to this log file, as the log file is

WWW: http://people.apache.org/~trawick/exception_hook.html

PR:		ports/151931
Submitted by:	Frank Wall <fw at moov.de>
2010-11-11 05:08:18 +00:00
Jun Kuriyama
f4dafe1893 A fast and easy way to integrate your apps with Facebook.
This is a Perl interface to the Facebook Graph API
http://developers.facebook.com/docs/api.  With this module you can
currently query public Facebook data, query privileged Facebook data,
and build a privileged Facebook application.  See the TODO for all
that this module cannot yet do.

WWW: http://search.cpan.org/dist/Facebook-Graph/
2010-11-08 13:51:36 +00:00
Renato Botelho
8836830484 Remove expired ports:
2010-11-07 devel/libisc: Unlikely to be used...
2010-11-08 emulators/vmware-guestd3: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 emulators/vmware-tools3: Depends of misc/compat3x, that is deprecated and set to be removed
2010-10-08 misc/compat3x: "Only FreeBSD 6.4+ are supported in ports"
2010-11-08 misc/bidwatcher: Obsoleted by JBidwatcher and changes at http://ebay.com
2010-11-08 security/vscan: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 www/ssserver: Depends of misc/compat3x, that is deprecated and set to be removed
2010-11-08 10:08:47 +00:00
Greg Larkin
bb0b03257d A software companion to a 30+ year-old CIA research methodology,
Open Source Analysis of Competing Hypotheses (ACH) will help you
think objectively and logically about overwhelming amounts of data
and hypotheses. It can also guide research teams toward more
productive discussions by identifying the exact points of contention.

WWW: http://www.competinghypotheses.org/

PR:		ports/151225
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-11-04 21:08:20 +00:00
Renato Botelho
d1cb5fbcdc Remove expired ports:
2010-11-01 ftp/kwebget: Development has ceased.
2010-11-01 multimedia/clive-utils: development has ceased; use multimedia/umph instead
2010-11-01 ports-mgmt/barry: Development has ceased.
2010-11-01 www/wb0: Development has ceased.
2010-11-04 15:20:27 +00:00
Jun Kuriyama
262c554290 Plack::Middleware::AddDefaultCharset is a port of the
AddDefaultCharset configuration directive of the Apache HTTP server.

WWW: http://search.cpan.org/dist/Plack-Middleware-AddDefaultCharset/
2010-11-02 07:18:55 +00:00
Jun Kuriyama
fbb6e232f5 Plack Middleware for mapping urls to status code-driven responses.
WWW: http://search.cpan.org/dist/Plack-Middleware-Status/
2010-11-02 03:31:50 +00:00
Kevin Lo
33a9c7db21 Initial import of kplaylist 1.8.505
kPlaylist is a free PHP system that makes your music collection
available via the Internet.
kPlaylist is a music database that you manage via the web. With kPlaylist
you can stream your music (ogg, mp3, wav, wma, etc.), you can upload,
make playlists, share, search, download and a lot more.
2010-10-28 09:37:55 +00:00
Kevin Lo
6822cc5f87 Initial import of jinzora 3.0
Jinzora is the premiere web based media management system.
It allows you to easily stream your media, both audio and video
from your webserver to virtualy any media player that supports
streaming (WMP, Winamp, Foobar, XMMS, iTunes, etc).
2010-10-27 10:40:13 +00:00
Sunpoet Po-Chuan Hsieh
063a402cff - Add node-devel-0.3.0
node - evented I/O for V8 javascript

WWW: http://nodejs.org/

PR:		ports/151746
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
Approved by:	pgollucci (mentor, implicit)
2010-10-26 14:28:21 +00:00
Beat Gaetzi
d989bc79f6 - Remove www/firefox3-devel: Upstream development focuses on Firefox 4.0
and port is marked as IGNORE for more then eight months.
2010-10-24 11:14:47 +00:00
Wen Heping
1121076757 This modules provides simple URI (Percent) encoding/decoding.
WWW:    http://search.cpan.org/dist/URI-Encode/

PR:		ports/151590
Submitted by:	"ports@c0decafe.net" <ports@c0decafe.net>
2010-10-20 08:43:59 +00:00
Greg Larkin
cee1646699 surl is a URL shortening command line application that supports
various sites.  It supports stdin or filename input. It grabs the
URLs, converts them, and returns the same text that was used in the
input. It is known to work with a wealth of services, such as bit.ly,
goo.gl, tinyurl.com and tr.im.

WWW: https://launchpad.net/surl

PR:		ports/151189
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-10-19 14:53:51 +00:00
Wen Heping
e6524fa81b - Connect www/typo343 2010-10-19 06:39:48 +00:00
Rene Ladan
1828ccaf53 Chromium is an open-source browser project that aims to build a safer,
faster, and more stable way for all users to experience the web. The
official site at http://www.chromium.org/Home contains design documents,
architecture overviews, testing information, and more to help you learn
to build and work with the Chromium source code.

You can help support this port of Chromium to FreeBSD by subscribing at
http://chromium.hybridsource.org.  This port was derived from older work
extracted from the weekly subscriber builds.

WWW: http://chromium.hybridsource.org

The Courgette update code has been removed from the distfile

PR:		ports/146302
Submitted by:	Florent Thoumie [flz at FreeBSD.org], [chromium hybridsource.org]
Approved by:	FreeBSD Foundation
2010-10-13 18:54:31 +00:00
Wen Heping
7d1c1af7f3 - Disconnect www/typo343 waiting for update of www/typo3 2010-10-12 06:56:15 +00:00
Philip M. Gollucci
6c3241dda1 The AnnouncerPlugin is meant to provide an extensible,
user-customizable notification system that can be used
to completely replace Trac's default notifications.

WWW: http://trac-hacks.org/wiki/AnnouncertPlugin

PR:		ports/150484
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
2010-10-12 06:21:13 +00:00
Wen Heping
7c5c6960c4 - Connect www/typo343 2010-10-12 02:25:00 +00:00
Wen Heping
2a05d3b4ad - connect www/mediawiki115 2010-10-12 01:57:32 +00:00
Renato Botelho
c89206158a Retire expired port:
2010-10-10 www/trac-multirepos: Multiple repositories support has been merged in trunk, please use Trac 0.12+ (www/trac) instead
2010-10-11 16:38:59 +00:00
Jun Kuriyama
dd323cd8a2 This module is included in p5-Plack now. 2010-10-11 15:35:47 +00:00
Wen Heping
a88f4b39a1 WebService::GData is a blueprint that you should inherit and extend.
It offers a basic hashed based object creation via the word new.

All sub classes should be hash based. If you want to pock into the
instance, it's easy but everything that is not documented should be
considered private. If you play around with undocumented properties/methods
and that it changes,upgrading to the new version with all the extra
new killer features will be very hard to do.

WWW: http://search.cpan.org/dist/WebService-GData/
2010-10-11 02:14:48 +00:00
Philip M. Gollucci
6b897e1445 TagZilla is an add-on to Mozilla that lets you add a tagline, random or
specifically chosen by you, to the end of an email or newsgroup posting,
or to the clipboard for pasting into a Web-based email or message board.

What is a tagline?
A tagline is a one-line joke, witticism, factoid, what have you. It can
be about any subject (although it's good to ensure it's appropriate to
the forum in question). The random quotes that can be found at the end
of web pages like Slashdot or the MozDev home page could be considered
taglines.

WWW: http://tagzilla.mozdev.org/

PR:		ports/151360
Submitted by:	Lapo Luchini <lapo at lapo.it>
2010-10-10 18:50:32 +00:00
Philip M. Gollucci
5dfb71c7de Mozilla gives a great flexibility and power to Javascript. This popular
client side scripting language can be used to create application level
logic and services for cross platform application development.

By creating libraries of common useful routines, application developers can
focus on creating original functionality for their own applications instead
of dealing w/ complex xpconnect wrapper objects and worrying about which
IDL methods do what and which are implemented on what platforms.

Goal: jslib has a simple goal, "Make life easier for Mozilla Application
Development by creating logical, easy to use API's for general purpose
routines that lend themselves to living in library code."

WWW: http://jslib.mozdev.org/

PR:		ports/151359
Submitted by:	Lapo Luchini <lapo at lapo.it>
2010-10-10 18:50:02 +00:00
Jun Kuriyama
811ad02678 POEx::Role::PSGIServer encapsulates the core PSGI server behaviors
into an easy to consume and extend role.  It is based on previous POEx
work such as POEx::Role::TCPServer which provides basic TCP socket
multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite,
and POEx::Role::SessionInstantiation which transforms plain Moose
objects into POE sessions.

WWW: http://search.cpan.org/dist/POEx-Role-PSGIServer/
2010-10-10 11:04:23 +00:00
Sunpoet Po-Chuan Hsieh
940beb0ede - Add p5-HTML-Declare 2.4
HTML::Declare is a very simple micro language to generate HTML.

WWW: http://search.cpan.org/dist/HTML-Declare/

Submitted by:	sunpoet (myself)
Approved by:	pgollucci (mentor)
2010-10-08 10:59:20 +00:00
Philip M. Gollucci
5984430931 - Update to 2.1.2b3
- Connect to build

PR:             ports/151254
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2010-10-06 20:12:43 +00:00
Bernhard Froehlich
ad57a40b41 - Remove expired port www/p5-WWW-Pastebin-RafbNet-Create because service is dead
Approved by:	beat (co-mentor)
2010-10-02 07:17:50 +00:00
Renato Botelho
8b280edc8f Remove expired ports:
2010-10-01 net-mgmt/zabbix16-server: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-agent: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-frontend: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-mgmt/zabbix16-proxy: Development has ceased. Please upgrade to Zabbix 1.8.
2010-10-01 net-p2p/mutella: No longer under active development
2010-10-01 www/xpi-hit-a-hint: Development has been ceased and not compatible with Firefox > 2.
2010-10-01 www/xpi-preferential: Development has been ceased and not compatible with Firefox > 2.
2010-10-01 www/xpi-statusbarclock: Development has been ceased and not compatible with Firefox > 2.
2010-10-01 13:45:47 +00:00
Philip M. Gollucci
c4b3201176 - Disconnect www/xpi-gbutts
PR:             ports/146854
Submitted by:   Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2010-09-28 02:12:27 +00:00
Philip M. Gollucci
6af8f8f7e2 rename www/CKeditor -> www/ckeditor
no MOVED entry

Requested by:   danfe
2010-09-23 17:31:29 +00:00
Philip M. Gollucci
1fa7319be9 CKEditor is a text editor to be used inside web pages. It's a WYSIWYG
editor, which means that the text being edited on it looks as similar
as possible to the results users have when publishing it. It brings to
the web common editing features found on desktop editing applications
like Microsoft Word and OpenOffice.

WWW: http://ckeditor.com/

Rename:         www/CKeditor -> www/ckeditor
Requested by:   danfe
2010-09-23 17:30:03 +00:00
Philip M. Gollucci
99c6b63301 This module implements the Linode.com api methods. Linode methods have
had dots replaced with underscores to generate the perl method name.
All keys and parameters have been lower cased but returned data
remains otherwise the same.

WWW:	http://search.cpan.org/dist/WebService-Linode/

PR:		ports/150754
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-09-23 02:41:19 +00:00
Philip M. Gollucci
754a686ae9 CKEditor is a text editor to be used inside web pages. It's a WYSIWYG
editor, which means that the text being edited on it looks as similar
as possible to the results users have when publishing it. It brings to
the web common editing features found on desktop editing applications
like Microsoft Word and OpenOffice.

WWW: http://ckeditor.com/

PR:		ports/150277
Submitted by:	Joe Horn <joehorn at gmail.com>
2010-09-23 02:40:26 +00:00
Philip M. Gollucci
3f4ad595fb Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) aggregator,
designed to allow you to read news from any location, while feeling as close to
a real desktop application as possible.

It can be seen as a replacement for Google Reader.

WWW: http://tt-rss.org/

PR:		ports/150246
Submitted by:	Thierry Thomas <thierry at pompo.net>
2010-09-23 02:40:02 +00:00
Philip M. Gollucci
a2d87d36fb WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
WWW:    http://rubygems.org/gems/webmock
2010-09-22 02:52:47 +00:00
Marcelo Araujo
2f24e66efd Speedtest.net Mini is a package that allows to free speed test on
your own server that uses the same technology as Speedtest.net.

WWW:	http://www.speedtest.net/mini.php

PR:		ports/150716
Submitted by:	Grytsuk Anton <gx@bsdplanet.ru>
2010-09-21 14:59:50 +00:00
Renato Botelho
2927185ff6 Monast is a monitoring interface which acts as an operator panel for AsteriskTM
to display extensions status and calls details going through your IP-PBX.

It was develop in Python, PHP and uses prototype.js to handle AJAX calls and YUI
(Yahoo User Interface).

Monast can originate, transfer, park and hangup calls, Manage queue members
(add, remove, pause and unpause members) and meetme conference rooms.
(all using drag&drop feature from YUI)

Licensed under BSD, it has been created by Diego Aguirre (DagMoller).

WWW: http://monast.sf.net

PR:		ports/144988
Submitted by:	Marcelo/Porks Rossi <marcelorossi at gmail.com>
2010-09-16 19:41:13 +00:00
Renato Botelho
13f0ee370b Remove ports with EXPIRATION_DATE set
2010-08-31 multimedia/vlconwooztalk: wooztalk website not responding as of 20100731
2010-08-31 net-im/wooztalk: wooztalk website not responding as of 20100731
2009-12-31 russian/php_doc: Support for the Russian translation of the PHP manual seems to have stopped
2010-01-15 sysutils/ipmi-kmod: in base system since 6.2-RELEASE
2010-08-31 www/p5-Plack-Server-AnyEvent: yes
2010-08-31 www/xpi-dailymotiononwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-deezeronwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-firefoxonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-googlevideoonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-imeemonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-jiwaonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-lastfmonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-vimeoonwooztalk: wooztalk website not responding as of 20100731
2010-08-31 www/xpi-youtubeonwooztalk: wooztalk website not responding as of 20100731
2010-07-01 x11/chameleon: No longer under development, master site disappeared years ago
2010-09-14 12:31:45 +00:00
Josh Paetzel
cbbfa57be7 Dojango is a reusable django application that helps you to
use the client-side framework dojo within your django project.
It provides capabilites to easily switch between several dojo
versions and sources (e.g. aol, google, local)
Delivers helping utilities, that makes the development of rich
internet applications in combination with dojo more comfortable.
It makes the building of your own packed dojo release easier.

Sponsored by:	iXsystems
2010-09-13 22:42:14 +00:00
TAKATSU Tomonari
e0d71f0076 - Remove japanese/tdiary-devel, doesn't make sense to keep -devel port
- Remove www/tdiary-devel, doesn't make sense to keep -devel port
2010-09-12 03:08:44 +00:00
Sahil Tandon
9b5f4121db WebService::Google::Reader provides an interface to the Google Reader
service through the unofficial (as-yet unpublished) API.

WWW: http://search.cpan.org/dist/WebService-Google-Reader/

PR:		ports/150325
Submitted by:	Frederic Culot <frederic@culot.org>
2010-09-11 19:49:14 +00:00