Commit graph

2808 commits

Author SHA1 Message Date
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