Commit graph

3037 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
f1265ea9c7 - Add p5-Router-Simple 0.09
Router::Simple is a simple router class. Its main purpose is to serve as a
dispatcher for web applications. Router::Simple can match against PSGI $env
directly, which means it's easy to use with PSGI supporting web frameworks.

WWW: http://search.cpan.org/dist/Router-Simple/

Feature safe:	yes
2011-12-02 06:31:04 +00:00
Martin Wilke
6c40e5571f Django Compressor combines and compresses linked and
inline Javascript or CSS in a Django templates into
cacheable static files by using the compress template tag.

WWW:	https://github.com/jezdez/django_compressor

PR:		ports/159083
Submitted by:	Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Feature safe: 	yes
2011-11-25 18:45:35 +00:00
Martin Wilke
d3572ef140 Server Spy indicates what brand of HTTP server (e.g. Apache, IIS, etc.)
runs on the visited sites.

WWW:	http://releases.mozilla.org/pub/mozilla.org/addons/2036/

PR:		ports/162451
Submitted by:	Barbara <barbara.xxx1975@libero.it>
Feature safe: 	yes
2011-11-24 15:06:22 +00:00
Martin Wilke
3d0db97cbb Show the IP address of the current page in the status bar.
WWW:	http://code.google.com/p/firefox-showip/

PR:		ports/162450
Submitted by:	Barbara <barbara.xxx1975@libero.it>
Feature safe: 	yes
2011-11-24 15:00:59 +00:00
Alex Dupre
c38e8fa7b5 Add xpi-gdata_provider 0.9, allows bidirectional access to Google
Calendar.

The GDATA Provider is an adapter that connects the internals of
Mozilla's Lightning calendar add-on to Google Calendar RESTful
data services. This allows you to view, edit and manipulate
Google calendars within Lightning.

Feature safe:	yes
2011-11-23 11:29:11 +00:00
Brooks Davis
cb26dac26f Add a postfix specific slaveport for trac-email2trac to simplify the
lives of pkg using postfix users.

Requested by:   bz
Feature safe:	yes
2011-11-22 22:27:48 +00:00
Steve Wills
7194eb4a87 Unicorn is an HTTP server for Rack applications designed to only serve fast
clients on low-latency, high-bandwidth connections and take advantage of
features in Unix/Unix-like kernels. Slow clients should only be served by
placing a reverse proxy capable of fully buffering both the the request and
response in between Unicorn and slow clients.

WWW:	http://unicorn.bogomips.org/

Feature safe:	yes
2011-11-16 16:57:13 +00:00
Steve Wills
037095cb37 Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is designed for preforking servers such as Rainbows! and Unicorn,
but should support any Rack HTTP server under Ruby 1.9, 1.8 and Rubinius on
platforms supporting POSIX shared memory. It may also be used as a generic
scoreboard for sharing atomic counters across multiple processes.

WWW:	http://raindrops.bogomips.org/

Feature safe:	yes
2011-11-16 16:38:00 +00:00
Cheng-Lung Sung
9809313865 This is a django application that tries to eliminate annoying
things in the Django framework.

Features:

    render_to decorator - reduce typing in django views.
    signals decorator - allow use signals as decorators.
    ajax_request decorator - returns JsonResponse with this dict as content.
    autostrip decorator - strip text form fields before validation.
    get_object_or_None function - similar to get_object_or_404, but
	returns None if object not found.
    get_config function - get settings from django.conf if exists,
	return default value otherwise.
    AutoOneToOne field - creates related object on first call if it
	doesn't exist yet.
    HttpResponseReload - reload and stay on same page from where request
	was made.
    StaticServer middleware - instead of configuring urls.py, just
	add this middleware and it will serve you static files.
    JSONField - custom field that lets you easily store JSON data in one of
	your model fields.

WWW: https://bitbucket.org/offline/django-annoying/wiki/Home

Feature safe:	yes
2011-11-16 14:15:15 +00:00
Cheng-Lung Sung
be41822e44 Selenium Python Client Driver is a Python language binding for Selenium Remote
Control (version 1.0 and 2.0).

Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are
supported, as well as the Selenium 1.0 bindings. As work will progresses we'll
add more "native" drivers.

WWW: http://seleniumhq.org/

PR:		ports/162548
Submitted by:	maintainer (Douglas William Thrift)
Feature safe:	yes
2011-11-14 06:24:25 +00:00
Sunpoet Po-Chuan Hsieh
e753506431 - Add p5-Parse-HTTP-UserAgent 0.32
Parse::HTTP::UserAgent implements a rules-based parser and tries to identify
MSIE, FireFox, Opera, Safari & Chrome first. It then tries to identify Mozilla,
Netscape, Robots and the rest will be tried with a generic parser. There is also
a structure dumper, useful for debugging.

User agent strings are a complete mess since there is no standard format for
them. They can be in various formats and can include more or less information
depending on the vendor's (or the user's) choice. Also, it is not dependable
since it is some arbitrary identification string. Any user agent can fake
another. So, why deal with such a useless mess? You may want to see the choice
of your visitors and can get some reliable data (even if some are fake) and
generate some nice charts out of them or just want to send an HttpOnly cookie if
the user agent seems to support it (and send a normal one if this is not the
case). However, browser sniffing for client-side coding is considered a bad
habit.

WWW: http://search.cpan.org/dist/Parse-HTTP-UserAgent/

Feature safe:	yes
2011-11-12 16:45:51 +00:00
Sunpoet Po-Chuan Hsieh
f58ac746d7 - Add p5-LWPx-TimedHTTP 1.8
LWPx::TimedHTTP performs an HTTP request exactly the same as LWP does normally
except for the fact that it times each stage of the request and then inserts the
results as header.

It's useful for debugging where abouts in a connection slow downs are occuring.

WWW: http://search.cpan.org/dist/LWPx-TimedHTTP/

Feature safe:	yes
2011-11-12 07:03:48 +00:00
Cheng-Lung Sung
42cbd710be Mojo::Server::FastCGI - FastCGI Server
WWW: http://search.cpan.org/dist/Mojo-Server-FastCGI/

PR:		ports/162467
Submitted by:	dikshie <dikshie_AT_sfc.wide.ad.jp>
Feature safe:	yes
2011-11-11 09:32:15 +00:00
Baptiste Daroussin
9c30f3b3d7 2011-11-05 www/p5-Catalyst-Log-Log4perl: Use Log::Log4perl::Catalyst (devel/p5-Log-Log4perl) instead.
2011-10-23 lang/open-cobol-devel: No activity since 2007
2011-11-09 14:02:11 +00:00
Cheng-Lung Sung
e281ec1426 Xslate template engine for Dancer web framework
WWW: http://search.cpan.org/dist/Dancer-Template-Xslate/

PR:		ports/162357
Submitted by:	maintainer (Grzegorz Blach)
2011-11-09 09:09:28 +00:00
Jose Alonso Cardenas Marquez
f04d78fcd5 - New port: www/linux-opera-devel
Opera Next is a test version of Opera next major release (Linux version)
2011-11-06 17:15:45 +00:00
Martin Wilke
5490c01a81 A Mustache implementation in PHP.
WWW: https://github.com/bobthecow/mustache.php

PR:		ports/162015
Submitted by:	Steve Polyack <spolyack@collaborativefusion.com>
2011-11-06 14:41:49 +00:00
Dirk Meyer
1ce5fa5a95 Grr is a RSS Reader application
Features
 Parsing RSS Feeds
 Fetching feeds from the web
 Showing headlines
 Showing the article's descriptions
 Categories for feeds
 Articles can be rated
 Simple HTML rendering on GNUstep
 Serializing obtained feed-information to hard-disk
 Managing (Adding, removing) feeds
 Parsing ATOM feeds.

Author: Guenther Noack
WWW: http://gap.nongnu.org/grr/index.html
2011-11-06 06:56:15 +00:00
Pawel Pekala
26e7d735a1 Connect www/typo345
PR:		ports/162225
Submitted by:	Helmut Schneider <jumper99@gmx.de>
2011-11-04 19:55:59 +00:00
Sunpoet Po-Chuan Hsieh
d04e916e38 - Connect www/pecl-yaf
- Disconnect www/php-yaf
2011-11-02 03:43:34 +00:00
Cheng-Lung Sung
28a7e96c43 A mini-framework for Django for creating RESTful APIs.
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.

It has several unique features:

 * Ties into Django's internal mechanisms.
 * Supports OAuth out of the box (as well as Basic/Digest or custom auth.)
 * Doesn't require tying to models, allowing arbitrary resources.
 * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.)
 * Ships with a convenient reusable library in Python
 * Respects and encourages proper use of HTTP (status codes, ...)
 * Has built in (optional) form validation (via Django), throttling, etc.
 * Supports streaming, with a small memory footprint.

WWW: https://bitbucket.org/jespern/django-piston
2011-11-02 01:45:20 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Philip M. Gollucci
d34b69ba4e Backlogs is a Redmine plugin that's designed to do just enough so your team
can work in an agile way. It's still a work in progress, but we're already
using it on a daily basis and continually improve on it. We hope you'll
find it useful too!

WWW: http://www.redminebacklogs.net/
2011-11-02 01:08:32 +00:00
Martin Wilke
c993547647 2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
2011-11-01 07:35:46 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Eitan Adler
61b1548a17 - add port to build
PR:             ports/161825
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Approved by:    emulation (bsam)
Approved by:	bapt,sahil (mentors, implicit)
2011-11-01 02:01:15 +00:00
Sunpoet Po-Chuan Hsieh
6a775f56c1 - Add rubygem-webrobots 0.0.12
rubygem-webrobots helps writing robots.txt compliant web robots in Ruby.

WWW: https://github.com/knu/webrobots
WWW: https://rubygems.org/gems/webrobots
2011-10-31 08:58:38 +00:00
Sunpoet Po-Chuan Hsieh
96aadb5fe2 - Add rubygem-net-http-digest_auth 1.1.1
rubygem-net-http-persistent is an implementation of RFC 2617 - Digest Access
Authentication. At this time the gem does not fully integrate with Net::HTTP and
can be used for with other HTTP clients.

WWW: http://github.com/drbrain/net-http-digest_auth
WWW: https://rubygems.org/gems/net-http-digest_auth
2011-10-31 08:55:02 +00:00
Sunpoet Po-Chuan Hsieh
6b94ef710c - Add rubygem-net-http-persistent 2.3.1
net-http-persistent manages persistent connections using Net::HTTP plus a speed
fix for Ruby 1.8. It's thread-safe too! Using persistent HTTP connections can
dramatically increase the speed of HTTP. Creating a new HTTP connection for
every request involves an extra TCP round-trip and causes TCP congestion
avoidance negotiation to start over. Net::HTTP supports persistent connections
with some API methods but does not handle reconnection gracefully.
Net::HTTP::Persistent supports reconnection and retry according to RFC 2616.

WWW: https://github.com/drbrain/net-http-persistent
WWW: https://rubygems.org/gems/net-http-persistent
2011-10-31 08:52:02 +00:00
Cheng-Lung Sung
3cf60bc0d8 This is a hook for python-requests great python HTTP library, that
makes python-requests support Open Authentication version 1.0.

This hook is based on python-oauth2 and uses portions of its code
at the moment, kudos to the authors and contributors for doing a
huge effort in providing OAuth to python httplib2.

WWW:	https://github.com/maraujop/requests-oauth-hook
2011-10-31 01:36:10 +00:00
Martin Matuska
c6361b2dde Passwd is the Horde password changing application. While it has been
released and is in production use at many sites, it is also under heavy
development in an effort to expand and improve the module.

Right now, Passwd provides fairly complete support for changing passwords
via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for
SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail,
and SQL passwords.

WWW: http://www.horde.org/apps/passwd/
2011-10-28 20:35:58 +00:00
Steve Wills
5494db420b Collection of Rack middleware to protect you against common, opportunistic attack.
WWW:	http://rkh.github.com/rack-protection/
2011-10-28 01:33:56 +00:00
Philip M. Gollucci
cd6430827a If your Catalyst project logs many messages, logging via standard error to
Apache's error log is not very clean: The log messages are mixed with
other web applications' noise; and especially if you use mod_fastcgi,
every line will be prepended with a long prefix.

An alternative is logging to a file. But then you have to make sure that
multiple processes won't corrupt the log file. The module Log::Handler
by Jonny Schulz does exactly this, because it supports message-wise flocking.

This module is a wrapper for said Log::Handler.
2011-10-27 22:32:47 +00:00
Chris Rees
4a06505136 Remove expired ports.
2011-10-27 devel/py-myghtyutils: Merged into Beaker; use www/py-beaker instead
2011-10-27 www/myghty: Upstream suggests textproc/py-mako instead

PR:		ports/161077 ports/161078
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-10-27 09:28:17 +00:00
Doug Barton
a9cbb74730 Remove www/tomcat41, No more upstream support 2011-10-25 05:38:12 +00:00
Sunpoet Po-Chuan Hsieh
0b2ebf59d9 - Add rubygem-em-websocket 0.3.2
rubygem-em-websocket is an EventMachine based WebSocket server.

WWW: http://github.com/igrigorik/em-websocket
2011-10-23 15:59:36 +00:00
Jose Alonso Cardenas Marquez
5b64de1dcc - Re-add: www/opera-devel
Opera Next is a test version of Opera next major release
2011-10-21 03:13:44 +00:00
Beat Gaetzi
7b9004829a - Remove www/seamonkey2 and www/seamonkey2-i18n: Upstream support dropped
and multiple vulnerabilities.
2011-10-19 16:00:44 +00:00
Martin Matuska
7a8e5c41f1 Ansel is a full featured photo management application. With it, you can
create any number of galleries and subgalleries, share galleries among
other Horde users or even make them public.

WWW: http://www.horde.org/apps/ansel/
2011-10-19 09:28:10 +00:00
Steve Wills
2d8a483d33 Ruby wrapper for UglifyJS JavaScript compressor
WWW:	http://rubygems.org/gems/uglifier
2011-10-17 01:27:34 +00:00
Steve Wills
7e10ba72c8 Rack middleware to force SSL/TLS
WWW:	http://rubygems.org/gems/rack-ssl
2011-10-17 01:26:58 +00:00
Doug Barton
4eb5b88d9e As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with:

archivers/pecl-phar		Vulnerable since 2011-01-13
comms/libsyncml			Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server	Vulnerable since 2006-10-29
databases/mysql323-client	Vulnerable since 2006-10-29
databases/mysql323-scripts	Vulnerable since 2006-10-29
databases/mysql40-server	Vulnerable since 2006-10-29
databases/mysql40-client	Vulnerable since 2006-10-29
databases/mysql40-scripts	Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
		Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh			Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml
		Depends on comms/libsyncml, which is DEPRECATED
devel/libsoup22			Vulnerable since 2011-07-28
dns/bind9-sdb-ldap		Vulnerable since 2011-06-04
dns/bind9-sdb-postgresql	Vulnerable since 2011-06-04
ftp/wgetpro			Vulnerable since 2004-12-14
games/quake2forge		Vulnerable since 2005-01-21
graphics/linux-tiff		Vulnerable since 2004-10-13
japanese/mutt			Vulnerable since 2007-07-29
japanese/asterisk14-sounds	Depends on net/asterisk14, which is FORBIDDEN
net/asterisk14			Vulnerable since 2011-06-25
net/isc-dhcp31-client		Vulnerable since 2011-04-10
net/isc-dhcp31-server		Vulnerable since 2011-04-10
net/isc-dhcp31-relay		Vulnerable since 2011-04-10
net/asterisk-app-ldap		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-app-notify		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-oh323
   Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64
net/asterisk14-addons		Depends on net/asterisk14, which is FORBIDDEN
net/astfax			Depends on net/asterisk14, which is FORBIDDEN
net-mgmt/nagios2		Vulnerable since 2009-06-30
www/gforge			Vulnerable since 2005-08-09
www/linux-flashplugin7		Vulnerable since at least 2008-05-30
www/opera-devel			Vulnerable since 2010-06-25, does not fetch
www/plone3			Vulnerable and unsupported upstream
www/serendipity-devel		Vulnerable since 2008-04-25
www/ziproxy			Vulnerable since 2010-06-15
www/asterisk-gui		Depends on net/asterisk14, which is FORBIDDEN
x11-toolkits/linux-pango	Vulnerable since 2009-05-13
2011-10-14 22:30:49 +00:00
Kevin Lo
c9c5f38dcd Initial import of owncloud.
Owncloud is a personal cloud which runs on your own server.
2011-10-14 10:32:33 +00:00
Martin Matuska
63cfab725e Wicked is a Wiki for the Horde framework. It uses PEAR's Text_Wiki package
for markup rules, parsing, and rendering. It supports Creole, Mediawiki,
Tiki Wiki, and its own markup engine.

Some of Wicked's features are:

    Configurable markup engine
    HTML, plain text, Latex, reStructuredText output rendering
    Change tracking and revision history
    Full-text searching
    Per-page permissions
    Attachments with versioning
    Wiki synchronization

WWW: http://www.horde.org/apps/wicked/
2011-10-11 20:47:03 +00:00
Doug Barton
9ea4fa1fc3 Remove p5- ports that have disappeared from CPAN
Approved by:	perl@ (maintainer)
2011-10-09 04:23:19 +00:00
Steve Wills
f5d41ab53d mod_pagespeed is an open-source Apache module that automatically optimizes web
pages and resources on them. It does this by rewriting the resources using
filters that implement web performance best practices. Webmasters and web
developers can use mod_pagespeed to improve the performance of their web pages
when serving content with the Apache HTTP Server.

WWW:	http://code.google.com/speed/page-speed/docs/module.html
2011-10-08 21:13:18 +00:00
Florian Smeets
1f79a78ff4 connect rt40 to the build 2011-10-07 13:05:20 +00:00
Julien Laffaye
f185abbc4c - Bring back pyblosxom
- Update to 1.5rc3

PR:		ports/160682
Submitted by:	"Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer)
2011-10-06 00:25:01 +00:00
Sunpoet Po-Chuan Hsieh
e97b281557 - Add p5-Net-Plurk 0.11
Net::Plurk - A perl interface to Plurk API

WWW: http://search.cpan.org/dist/Net-Plurk/
2011-10-05 10:51:26 +00:00
Sunpoet Po-Chuan Hsieh
b8d6f50e6c - Add p5-PocketIO 0.00905
PocketIO is a server implementation of SocketIO in Perl, you still need
socket.io javascript library on the client.

PocketIO aims to have API as close as possible to the node.js implementation and
sometimes it might look not very perlish.

WWW: http://search.cpan.org/dist/PocketIO/
2011-10-02 20:05:56 +00:00