Commit graph

3037 commits

Author SHA1 Message Date
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
Martin Wilke
a0716f66e3 This plugin allows for validating custom fields as dates in tickets.
WWW: http://trac-hacks.org/wiki/DateFieldPlugin

PR:		ports/150215
Submitted by:	Eygene Ryabinkin <rea-fbsd at codelabs.ru>
2010-09-11 11:23:24 +00:00
Philip M. Gollucci
189c0ba638 mod_rivet brings together the full power of the Tcl programming language
and the Apache HTTP server. You can use Tcl to manage Apache, respond to
requests for web pages and much more.

mod_rivet gives you a persistent Tcl interpreter embedded in your web
server. This lets you avoid the overhead of starting an external interpreter
and avoids the penalty of Tcl start-up time, giving you super-fast
dynamic content.

As you'd expect from the Tcl community, there are hundreds of modules
written for mod_rivet, everything from persistent database connections, to
templating sytems, to complete XML content delivery systems. Web sites like
FlightAware use mod_rivet.

WWW: http://tcl.apache.org/rivet/

PR:		ports/148248
Submitted by:	Peter Lai <cowbert at gmail.com>
2010-09-09 03:21:49 +00:00
Philip M. Gollucci
37ce60603d Rack::Cache is suitable as a quick drop-in component
to enable HTTP caching for Rack-based applications
that produce freshness (Expires, Cache-Control)
and/or validation (Last-Modified, ETag) information.

 * Standards-based (see RFC 2616 / Section 13).
 * Freshness/expiration based caching
 * Validation
 * Vary support
 * Portable: 100% Ruby / works with any Rack-enabled framework.
 * Disk, memcached, and heap memory storage backends.

WWW: http://rtomayko.github.com/rack-cache/

PR:		ports/150379
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-09-08 21:26:18 +00:00
Dmitry Marakasov
dd1a6fcb2b tWMS is a tiny WMS server written in Python and using tiles as a
backend storage

WWW:	http://code.google.com/p/twms/
2010-09-08 15:27:32 +00:00
Philip M. Gollucci
6bac6ddb45 2010-08-01 net-p2p/javadc: is ancient, unmaintained, works only with JDK 1.3, no master site
2010-09-01 net/pathchar: has been broken for 2+ years, no sources available
2010-08-05 www/linux-nvu: NVU 1.0, released June 2005, is the last official release of NVU.  Kompozer has picked up where NVU has left off. Please consider using  /pr/www/kompozer instead
2010-09-08 05:37:23 +00:00
Philip M. Gollucci
1b79d7d08a audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained

Reported by:    FreeBSD unmaintained ports which are currently marked broken
                monthly reminder
2010-09-08 05:25:12 +00:00
Jun Kuriyama
4678c6bfe4 Escape automatically in Template-Toolkit.
WWW: http://search.cpan.org/dist/Template-Stash-AutoEscape/
2010-09-04 14:22:29 +00:00
Jun Kuriyama
cc6aea6752 A Plack Middleware for rate-limiting incoming HTTP requests.
WWW: http://search.cpan.org/dist/Plack-Middleware-Throttle/
2010-09-04 13:45:20 +00:00
Philippe Audeoud
2d2a88d7a1 Perl interface to Gist.
WWW: http://search.cpan.org/dist/WWW-GitHub-Gist/

PR:		ports/150221
Submitted by:	Denny Lin <dennylin93 at hs.ntnu.edu.tw>
2010-09-03 11:52:00 +00:00
Philip M. Gollucci
7bd33b57b4 Presenting Rails 3.0
http://weblog.rubyonrails.org/2010/8/29/rails-3-0-it-s-done

N.B.:
  lang/ruby19 does not work with rails3 until the upgrade to 1.9.2
  by stas@ happens.

- Update www/rubygem-rails to 3.0.0

Sponsored by:       RideCharge Inc. / Taximagic
2010-09-02 02:43:28 +00:00
Philip M. Gollucci
b6d57638c3 Prep for Rails 3
Stackable dynamic tree based Rack router

WWW:    http://rubygems.org/gems/rack-mount

Sponsored by:   RideCharge Inc. / Taximagic
2010-09-02 02:26:18 +00:00
Philip M. Gollucci
a5b28aa06e Prep for Rails 3
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.

WWW:    http://rubygems.org/gems/rack-test

Sponsored by:   RideCharge Inc. / Taximagic
2010-09-02 02:25:21 +00:00
Renato Botelho
b479eac6ab - Remove www/linux-seamonkey-devel. It's older than www/linux-seamonkey and
unmaintained
2010-08-30 19:54:30 +00:00
Renato Botelho
37e18de570 - Remove www/dokuwiki-devel. It's older than www/dokuwiki and unmaintained 2010-08-30 19:49:20 +00:00
Renato Botelho
926b6e23d7 - Remove www/dotproject-devel. It's older than www/dotproject and unmaintained 2010-08-30 19:46:05 +00:00
Renato Botelho
c549046d79 - Remove www/dansguardian-devel. It's older than www/dansguardian and
unmaintained
2010-08-30 19:42:43 +00:00
Martin Matuska
a8aebbd7dc www/lighttpd-mysqlauth integrated into www/lighttpd
Approved by:	dinoex (maintainer, private e-mail)
2010-08-28 10:59:47 +00:00
Martin Matuska
8feb67c31b This is the H264 Streaming Module for the lighttpd webserver.
Its features are as follows:

  * Timeshifting seek
  * Virtual video clips
  * Network efficiency
  * Encoding

WWW: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2
2010-08-27 18:50:23 +00:00
Martin Matuska
5e2a17306e mod_geoip is a lighttpd module that looks up the country code
for the IP address making the request without using reverse DNS.

WWW:    http://redmine.lighttpd.net/wiki/1/Docs:ModGeoip
2010-08-27 18:49:00 +00:00
Brooks Davis
fbb7b9bb38 This plugin provides downloads section which may contain releases or
other files. It is administrated via WebAdminPlugin and there is an
interface to the trac-admin tool that may help during automatic server
maintenance. The Downloads section of Trac displays a table with
information about the uploaded files such as description, component,
version, size, architecture, type and optionally assigned tags which the
download is related to. It also collects information about number of
downloads which can be displayed on wiki page together with direct links
to the specified download.

WWW: http://trac-hacks.org/wiki/DownloadsPlugin
2010-08-25 13:42:26 +00:00
Alex Dupre
d5e3b4d3b2 Connect tomcat7. 2010-08-24 13:27:37 +00:00
Pav Lucistnik
15e7c239c2 - Finish removal of woadaptor by removing it's slave port
Reported by:	INDEX build failure
2010-08-23 07:35:03 +00:00
Philip M. Gollucci
80ef11f152 www/woadaptor||2010-08-23|Broken for 6+ months, unmaintained 2010-08-23 05:18:48 +00:00
Philip M. Gollucci
ed0b0c74d8 www/mod_webobjects||2010-08-23|Broken for 6+ months, unmaintained 2010-08-23 05:16:47 +00:00
Philip M. Gollucci
7eb20ebd6c The Domainatrix library is used for parsing domain names,
canonicalizing URLs, and a few other things. It uses the
list of domain names from the Public Suffix List to know
what constitutes a subdomain, domain, and public suffix.

WWW: http://github.com/pauldix/domainatrix

PR:		ports/148855
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-23 04:08:53 +00:00
Li-Wen Hsu
c1d228df0f - Rename www/rssdler to www/py-rssdler
PR:		ports/148401
Submitted by:	Anonymous <swell.k AT gmail.com> (maintainer)
2010-08-21 22:24:43 +00:00
Marcelo Araujo
6081dea3fd - The Multiuser support was incorporate in the wordpress' upstream version and isn't a separated project anymore.
Reported by:	Christian Marg <marg@rz.tu-clausthal.de> (via email)
2010-08-19 23:08:48 +00:00
Koop Mast
81673e7c9e Retire this port. The last users have been converted to gtkhtml3 or removed. 2010-08-16 21:59:20 +00:00
Koop Mast
fcbf762af8 Delete peacock. It doesn't work anymore. Last release back in 2003.
New button gives some errors on console, open file crashes the problem.
Also last user of gtkhtml3.

Approved by:	pav (maintainer)
2010-08-16 21:56:44 +00:00
Jose Alonso Cardenas Marquez
22bbe5b9cb - New port: www/fpc-fastcgi
Free Pascal interface to interbase

PR:		146001
Submitted by:	Christopher Key <cjk32 __at __cam.ac.uk>
2010-08-16 17:46:57 +00:00
Li-Wen Hsu
d477915849 Add trafficserver 2.1.1, a fast, scalable and extensible HTTP proxy
server.

PR:		ports/149676
Submitted by:	Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
2010-08-16 15:43:58 +00:00
Martin Wilke
e924de8caf Catalyst::TraitFor::Controller::DBIC::DoesPaging - Helps you paginate,
search, sort, and more easily using DBIx::Class.

This module helps you to map various DBIx::Class features to CGI
parameters. For the most part that means it will help you search,
sort, and paginate with a minimum of effort and thought.

WWW:	http://search.cpan.org/perldoc?Catalyst::TraitFor::Controller::DBIC::DoesPaging

PR:		ports/149026
Submitted by:	Alex Bakhtin <Alex.Bakhtin at gmail.com>
2010-08-15 08:44:23 +00:00
Martin Wilke
9a18c4c11f A respond_to style Rails block for baked-in web service support in Sinatra.
WWW: http://github.com/cehoffman/sinatra-respond_to

PR:		ports/149313
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-09 05:36:37 +00:00
Martin Wilke
f81fe777cb sinatra-url-for constructs absolute paths and full URLs for
handlers in a Sinatra application. Assuming that your application
is running on example.com, and that it has been mapped to /myapp,
you should be able call url_for from within a handler as follows:

  url_for "/"            # Returns "/myapp/"
  url_for "/foo"         # Returns "/myapp/foo"
  url_for "/foo", :full  # Returns "http://example.com/myapp/foo"

WWW: http://github.com/emk/sinatra-url-for

PR:		ports/149359
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-09 05:36:05 +00:00
Philip M. Gollucci
1d77025cf6 www/mod_webapp has been broken for almost a year and the Makefile is in disarray. 2010-08-08 22:19:12 +00:00
Beat Gaetzi
ab63d821dc - Remove expired port www/mplayer-plugin: Upstream support dropped. Please
consider using www/gecko-mediaplayer instead.
2010-08-08 08:46:24 +00:00
Hiroki Sato
e15438b706 Add www/linux-libgtkembedmoz. This is a small port that provides
a Linux version of libgtkembedmoz (HTML rendering library) used by some
applications such as Adobe Reader.
2010-08-08 04:11:09 +00:00
Jun Kuriyama
9ca0737c5c Maintain session IDs using mobile phone's unique id.
WWW: http://search.cpan.org/dist/HTTP-Session-State-MobileAgentID/
2010-08-01 11:18:47 +00:00
Jeremy Messenger
113641e728 - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
  libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
  as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
  from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
  unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
  neon.

PR:		ports/148295
Approved by:	lev (maintainer timeout, no respone for months),
		portmgr
Tested by:	pointyhat-exp by pav
2010-07-30 22:14:49 +00:00
Sylvio Cesar Teixeira
5f7699902f - Google::Code::Upload uploads files to a Google Code Project.
WWW:	http://search.cpan.org/dist/Google-Code-Upload/

PR:		ports/148941
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-07-28 18:37:00 +00:00
Bernhard Froehlich
a2992cd2f3 An open source, AJAX implementation of the VirtualBox user
interface written in PHP. As a modern web interface, it allows
you to access and control remote VirtualBox instances.

WWW:	http://code.google.com/p/phpvirtualbox/

Submitted by:	myself
Approved by:	miwi (mentor), beat (co-mentor)
2010-07-27 08:23:28 +00:00
Philippe Audeoud
e8882f0dbc fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes
to provide clean CGI support to Nginx (and other web servers that may need it).

Features:
    * very lightweight (84KB of private memory per instance)
    * fixes broken CR/LF in headers
    * handles environment in a sane way (CGI scripts get HTTP-related env. vars
    * from FastCGI parameters and inherit all the others from fcgiwrap's
    * environment)
    * no configuration, so you can run several sites off the same fcgiwrap pool
    * passes CGI stderr output to fcgiwrap's stderr (this is by design but
    * stderr could be also passed to FastCGI stderr stream)

WWW:	http://nginx.localdomain.pl/wiki/FcgiWrap

PR:		ports/148649
Submitted by:	Bapt <baptiste.daroussin at gmail.com>
2010-07-20 13:03:00 +00:00
Emanuel Haupt
93bedc3013 Add www/p5-Google-Search, a perl interface to the Google AJAX Search API and
suggestion API.
2010-07-20 11:31:42 +00:00
Li-Wen Hsu
c52fa83a3c Add py-formalchemy 1.3.3, toolkit for creating HTML form elements
manually or from SQLAlchemy mapped classes.

PR:		ports/148487
Submitted by:	ghostonthewire <ghostonthewire at gmail dot com>
2010-07-18 13:30:18 +00:00
Philippe Audeoud
e13dd393b6 simple weblog written in C using markdown to write posts and tinycdb to store
them

WWW:	http://github.com/bapt/cblog

PR:		ports/148673
Submitted by:	Bapt <baptiste.daroussin at gmail.com>
2010-07-16 14:18:48 +00:00
Brooks Davis
87c2c00e12 Add trac-discussion:
The DiscussionPlugin adds discussion forums to Trac. An arbitrary number
of forums can be added, organised to forum groups. Users can create
topics in forums and reply to them which together creates discussion
threads. Threaded or flat view to topics and its replies is supported.
Each forum has a list of moderators who can delete topics, replies,
etc.  Appending new forums and topics either as new replies shows up in
timeline. Searching capability in topics and replies is supported too.
2010-07-15 16:32:04 +00:00
Philippe Audeoud
0dcb5f8f6d Shell In A Box is a web server that can export arbitary command line tools to a
web based terminal emulator

WWW:	http://code.google.com/p/shellinabox/

PR:		ports/148211
Submitted by:	Olivier Cochard-Labbe <olivier at cochard.me>
Feature safe:	yes
2010-07-05 07:43:03 +00:00
Martin Wilke
a5cfbf92d3 This module allows you to manage permissions for content types by
role and author. It allows you to specifiy custom view, edit and
delete permissions for each content type. Optionally you can enable
per content access settings, so you can customize the access for
each content node.

WWW: http://drupal.org/project/content_access

PR:		ports/147329
Submitted by:	Anderson Soares Ferreira <anderson at cnpm.embrapa.br>
Feature safe:	yes
2010-06-29 08:48:24 +00:00
Martin Wilke
9d23017809 This module will allow Drupal to replace textarea fields with the CKEditor -
a visual HTML editor, sometimes called WYSIWYG editor.
This HTML text editor brings many of the powerful WYSIWYG editing functions
of known desktop editors like Word to the web. It's very fast and doesn't
require any kind of installation on the client computer.

WWW: http://drupal.org/project/ckeditor

PR:		ports/147328
Submitted by:	Anderson Soares Ferreira <anderson at cnpm.embrapa.br>
Feature safe: yes
2010-06-29 08:47:32 +00:00
Beat Gaetzi
b04dd33013 - Remove www/linux-mozilla: Security vulnerabilities and abandoned upstream
since 2006.

Feature safe:	yes
With hat:	gecko
2010-06-27 13:06:08 +00:00
Beat Gaetzi
efa4b2f62c - Remove www/firefox3-i18n: Upstream support dropped.
Feature safe:	yes
2010-06-23 20:18:29 +00:00
Beat Gaetzi
1e48515837 - Remove www/firefox3: Upstream support dropped. Please consider using
www/firefox or www/firefox35 (if you depend on the java plugin) instead.

Feature safe:	yes
2010-06-23 20:14:40 +00:00
Bernhard Froehlich
f6a66ac897 - Update to 0.23
- Port has been renamed to mythplugin-mythweb to have a common prefix for
all MythTV plugins.

Approved by:	beat (co-mentor)
Feature safe:	yes
2010-06-21 13:39:38 +00:00
Martin Wilke
095907f05f - Disconnect www/weave
- Connect www/firefox-sync
- Add MOVED entry
- Remove www/weave
2010-06-09 08:53:37 +00:00
Martin Wilke
f2068868e6 Global custom management extensions for the Django Framework.
WWW:    http://code.google.com/p/django-command-extensions/

PR:		ports/146725
Submitted by:	Kevin Golding <ports at caomhin.org>
2010-06-09 08:10:14 +00:00
Philip M. Gollucci
4fffbe6658 Feedzirra is a feed library that is designed to get
and update many feeds as quickly as possible.

The fetching and parsing logic have been de-coupled
so that either of them can be used in isolation if you'd
prefer not to use everything that Feedzirra offers.

WWW: http://github.com/pauldix/feedzirra

PR:		ports/147693
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-06-08 22:51:42 +00:00
Renato Botelho
5ab73a6704 ThunderSnarf is a web reporting and trending tool for Thunder Cache Pro which
has the main goal to provide a strategic overview of how Thunder is caching and
what it is caching, aggregating value and helping on decision making regarding
the real web acceleration rates and allowing one to identify unefficient cache
patterns, plugins, as well as domains which should have a plugin written for
and, off course, the top efficient domains and caching patterns as well.

WWW:	http://www.thundercache.com.br

PR:		ports/146875
Submitted by:	Patrick Tracanelli <eksffa at freebsdbrasil.com.br>
2010-06-07 11:18:02 +00:00
Martin Wilke
4a1325a30d Django-Livesettings is a project split from the 'Satchmo Project'. It provides
the ability to configure settings via an admin interface, rather than by
editing "settings.py".

WWW:    http://bitbucket.org/bkroeze/django-livesettings/

PR:		ports/146733
Submitted by:	Kevin Golding <ports at caomhin.org>
2010-06-06 08:26:56 +00:00
Martin Wilke
9ef9abe262 Django-keyedcache provides a simplified, speedy way to manage caching in Django
apps.

WWW:    http://bitbucket.org/bkroeze/django-keyedcache/

PR:		ports/146732
Submitted by:	Kevin Golding <ports at caomhin.org>
2010-06-06 08:26:32 +00:00
Martin Wilke
0660a669e5 uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.  Over
time it has evolved in a complete stack for networked/clustered python
applications, implementing message/object passing, RPC and process
management.

WWW: http://projects.unbit.it/uwsgi/

PR:		ports/146865
Submitted by:	Daniel Gerzo <danger at FreeBSD.org>
2010-06-02 16:27:50 +00:00
Martin Wilke
993517a2f4 A standardized solution of integrating external applications with Drupal.
Service callbacks may be used with multiple interfaces like XMLRPC, JSON,
JSON-RPC, REST, SOAP, AMF, etc. This allows a Drupal site to provide web
services via multiple interfaces while using the same callback code.

WWW: http://drupal.org/project/services

PR:		ports/146936
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2010-06-02 15:30:23 +00:00
Li-Wen Hsu
887137aa53 - Connect py-django11 to build 2010-05-26 12:17:34 +00:00
Philip M. Gollucci
273e59cbe0 Smooth Streaming Module for Apache. Encode your content once
and playback on Silverlight, iPhone and Flash 10.1.

Advantages & features:

  * It's HTTP-based, so no problems with firewalls.
  * It's cache/proxy friendly, so you can use generic HTTP caches/proxies.
  * It's cheap, there is no need for additional media streaming
    services offered by hosting providers.
  * The end user will appreciate the fast starting and seeking
    anywhere in the video.
  * The video dynamically adapts to network conditions.
  * It uses the industry standard MPEG4 file format.
  * Use your favourite open source software (X264) to encode your videos.
  * Encoded content is compatible with both Smooth Streaming for Silverlight
    as well as for HTTP Streaming to the iPhone.

WWW: http://smoothstreaming.code-shop.com/trac/wiki/Mod-Smooth-Streaming-Apache

PR:		ports/146967
Submitted by:	Marcus Hermansson <bmhermansson at gmail.com>
2010-05-25 21:12:46 +00:00
Jun Kuriyama
28529349c6 The great new Plack::Middleware::AMF!
WWW: http://search.cpan.org/dist/Plack-Middleware-AMF/
2010-05-22 01:02:46 +00:00
Jun Kuriyama
b426e0f54d Write logs to Firebug or Webkit Inspector.
WWW: http://search.cpan.org/dist/Plack-Middleware-ConsoleLogger/
2010-05-16 12:40:17 +00:00
Philip M. Gollucci
34b4b07b1a Backport of the Apache 2.3 module that replaces the apparent client
remote IP address and hostname for the request with the IP address
list presented by a proxy or load balancer via the request headers.

WWW:	http://httpd.apache.org/docs/2.3/mod/mod_remoteip.html

PR:		        ports/146509
Submitted by:	Jim Riggs <ports at christianserving.org>
2010-05-12 22:49:44 +00:00
Philip M. Gollucci
b9e936ae8f www/mod_extract_forwarded2||2010-05-12|Use www/mod_extract_forwarded instead
Wit hat:    apache@
2010-05-12 22:46:35 +00:00
Dmitry Marakasov
5b211eb2d4 A utility to automatically download enclosures and other objects
linked to from various types of RSS feeds. Works well on podcasts,
videocasts, and torrents.

WWW: http://code.google.com/p/rssdler/

PR:		146235
Submitted by:	Anonymous <swell.k@gmail.com>
2010-05-12 18:37:41 +00:00
Dima Panov
d23523dad6 - Add kwebkitpart, webkit browser component for KDE
With hat on:	kde@
2010-05-11 12:53:49 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +00:00
Martin Wilke
cd91aacf2f Perl interface for the Tumblr API
WWW:	http://search.cpan.org/dist/WWW-Tumblr/

PR:		ports/144739
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2010-05-09 10:55:55 +00:00
Martin Wilke
6fc5e844e6 A Perl5 client interface for Apple's iTunes Connect service.
WWW: http://search.cpan.org/~bfoz/p5-WWW-iTunesConnect/

PR:		ports/145405
Submitted by:	Brandon Fosdick <bfoz at bfoz.net>
2010-05-08 10:21:48 +00:00
Martin Wilke
7eabca377f Manage Apache htgroup files. Please note that this is not a mod_perl
module. Please also note that there is another module that does similar
things (HTTPD::UserManage) and that this is a more simplistic module, not
doing all the things that one does.

PR:		ports/144875
Submitted by:	otaviof at gmail.com
2010-05-08 10:21:06 +00:00
Wen Heping
b1d9d5f16e Nginx::ReadBody is a nginx web server embeded perl module to read
and evaluate a request body.

WWW: http://search.cpan.org/dist/Nginx-ReadBody/

PR:		ports/145899
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-05-07 03:01:21 +00:00
Martin Wilke
62903cb98b MAWStats is a free site statistics and analytics package.
It runs in conjunction with AWStats and produces clear and informative charts,
graphs and tables about your website visitors.

WWW: http://mawstats.lingnu.com/

PR:		ports/146080
Submitted by:	Frank Wall <fw at moov.de>
2010-05-02 12:08:37 +00:00
Martin Wilke
02331ba6e0 2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
2010-05-02 10:45:51 +00:00
Martin Wilke
cc1723422f Drush is a command line shell and Unix scripting interface for the Drupal CMS
and is designed to make life easier for those who spend some of their working
hours hacking away at the command prompt.

WWW: http://drupal.org/project/drush

PR:		ports/146185
Submitted by:	Thomas Sandford <freebsduser at paradisegreen.co.uk>
2010-05-02 08:30:09 +00:00
Thomas Abthorpe
612f080aef - Attach ephemera 2010-04-26 16:17:14 +00:00
Thomas Abthorpe
c659397f16 - Remove www/blogd
- Attach ephemera to build
2010-04-26 16:12:34 +00:00
Wen Heping
4337ac80f2 Python bindings for the WebKit GTK+ port.
WWW: http://code.google.com/p/pywebkitgtk

PR:		ports/144678
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-04-26 08:31:41 +00:00
Wen Heping
09062ba5a2 Pod::Site searches a list of directories and generates a jQuery-powered
documentation site from all of the POD files it finds. It was originally
designed for the Bricolage project but is has evolved for general use.
Have a look at the Bricolage API Browser to see a sample documentation
site in action. The generated documentation site supports Safari, Firefox,
and IE7 and up.

WWW: http://search.cpan.org/dist/Pod-Site/

PR:		ports/146048
Submitted by:	Jonathan Chu <milki@rescomp.berkeley.edu>
2010-04-26 06:57:14 +00:00
Wen Heping
f01ac72ef8 python-jswebkit is an cython wrapper for JSContextRef
in pywebkitgtk, which makes it able to call JavaScript
functions with WebKit/JavaScriptCore.

WWW: http://code.google.com/p/gwrite

PR:		ports/144677
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-04-26 06:44:49 +00:00
Li-Wen Hsu
88350a92b0 Add p5-Template-Toolkit-Simple 0.03, a Simple Interface to Template
Toolkit.
2010-04-24 15:07:23 +00:00
Dirk Meyer
4df5745bbf - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 22:25:27 +00:00
Dirk Meyer
1aaae85bdc - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 22:18:48 +00:00
Sylvio Cesar Teixeira
8a37488b83 - On request, decodes all params from encoding into a sequence of
logical characters. On response, encondes body into encoding.

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

PR:		ports/145898
Submitted by:	Bill Brinzer <bill.brinzer@gmail.com>
Approved by:	itetcu (mentor, implicit)
2010-04-21 16:27:50 +00:00
Jun Kuriyama
02a35d5c40 Plack bundle.
WWW: http://search.cpan.org/dist/Task-Plack/
2010-04-17 11:36:54 +00:00
Jun Kuriyama
05c11c28f7 Run Squatting app on PSGI.
WWW: http://search.cpan.org/dist/Squatting-On-PSGI/
2010-04-17 09:45:04 +00:00
Jun Kuriyama
4bf44fe3f6 PSGI handler on AnyEvent::SCGI.
WWW: http://search.cpan.org/dist/Plack-Handler-AnyEvent-SCGI/
2010-04-17 00:16:06 +00:00
Jun Kuriyama
d08169fae4 Event based SCGI server.
WWW: http://search.cpan.org/dist/AnyEvent-SCGI/
2010-04-16 15:05:53 +00:00
Jun Kuriyama
daa5ddad4a A minimal-effort oriented web application framework.
WWW: http://search.cpan.org/dist/Dancer/
2010-04-16 13:55:15 +00:00
Jun Kuriyama
1c25f75df8 Sass support for all Plack frameworks.
WWW: http://search.cpan.org/dist/Plack-Middleware-File-Sass/
2010-04-16 03:40:50 +00:00
Greg Larkin
1deee60c34 Plurk is a popular Internet service, and many applications are
designed for Plurk, including mobile and desktop applications.

This is the PHP Plurk API client for interacting with the Plurk
Internet service.

WWW:    http://code.google.com/p/php-plurk-api/

PR:		ports/144308
Submitted by:	Bo-Yi Wu <appleboy.tw at gmail.com>
2010-04-15 17:48:25 +00:00
Vanilla I. Shu
a977353f4b Add node 0.1.90, v8 javascript for client and server.
PR:		ports/145641
Submitted by:	Jin-Sih Lin <linpct at gmail.com>
2010-04-12 07:26:45 +00:00
Niels Heinen
1b40eaa840 New port: Anemone is a Ruby library that makes it quick and painless
to write programs that spider a website. It provides a simple DSL
for performing actions on every page of a site, skipping certain
URLs, and calculating the shortest path to a given page on a site.

WWW: http://anemone.rubyforge.org/

Approved by:	itetcu (mentor)
2010-04-12 07:21:12 +00:00
Niels Heinen
b9654cbca9 New port: Robots is a simple Ruby library to parse robots.txt files.
WWW: http://github.com/fizx/robots

Approved by:	itetcu (mentor)
2010-04-12 07:08:55 +00:00
Dirk Meyer
c53088653c lighttpd a secure, fast, compliant and very flexible web-server which
has been optimized for high-performance environments. It has a very
low memory footprint compared to other webservers and takes care of
cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
URL-Rewriting and many more) make lighttpd the perfect webserver-software
for every server that is suffering load problems.

This version is patched to support:
 auth.backend = "mysql"

WWW: http://www.lighttpd.net/
WWW: http://redmine.lighttpd.net/issues/752
2010-04-12 04:21:15 +00:00
Jun Kuriyama
5b65e441f4 PSGI handler on SCGI daemon.
WWW: http://search.cpan.org/dist/Plack-Handler-SCGI/
2010-04-07 01:26:55 +00:00
Jun Kuriyama
c97bb6be4a Plack::Middleware::JSConcat allows you to concatenate multiple
javascripts files into one.  It provides a content-hashed key as the
url for including all the javascript files you specified.  You can
also provide a filter program to minimize the concatenated file.

WWW: http://search.cpan.org/dist/Plack-Middleware-JSConcat/
2010-04-06 15:24:39 +00:00
Jun Kuriyama
4ec00d0f72 AnyEvent HTTP server for PSGI (like Thin).
WWW: http://search.cpan.org/dist/Twiggy/
2010-04-05 13:57:51 +00:00