Commit graph

2912 commits

Author SHA1 Message Date
Jun Kuriyama
50c4c2258c Plack::Middleware::SocketIO is a server implmentation of SocketIO in
Perl.

WWW: http://search.cpan.org/dist/Plack-Middleware-SocketIO/
2011-07-05 11:40:14 +00:00
Jun Kuriyama
8b87e7c263 Handling mobile location information plugin for HTTP::MobileAgent.
WWW: http://search.cpan.org/dist/HTTP-MobileAgent-Plugin-Locator/
2011-07-05 11:37:18 +00:00
Wen Heping
bd8fb8309b - Connect mediawiki116 2011-07-03 01:02:54 +00:00
Sunpoet Po-Chuan Hsieh
9278ad6285 - Add p5-Mobile-UserAgent 1.05
Parses a mobile user agent string into it's basic constituent parts, the most
important being vendor and model. One reason for doing this would be to use
this information to lookup vendor-model specific device characteristics in a
database.

WWW: http://search.cpan.org/dist/Mobile-UserAgent/

PR:		ports/157943
Submitted by:	Dmitry Liakh <dliakh@ukr.net>
2011-06-28 15:36:20 +00:00
Sunpoet Po-Chuan Hsieh
f1cf6fb2d8 - Add p5-HTML-MobileConverter 0.011
Parses HTML and returns new HTML for mobile agent (mainly for DoCoMo i-mode).

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

PR:		ports/157940
Submitted by:	Dmitry Liakh <dliakh@ukr.net>
2011-06-28 15:23:49 +00:00
Sunpoet Po-Chuan Hsieh
c34207994e - Add p5-WebService-MoviePosterDB 0.18
This is a Perl interface to the MoviePosterDB API.

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

PR:		ports/157881
Submitted by:	Christopher Key <cjk32@cam.ac.uk>
2011-06-28 15:14:32 +00:00
Sunpoet Po-Chuan Hsieh
6706c94395 - Add p5-WebService-IMDB 0.03
This is a Perl interface to IMDb.

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

PR:		ports/157880
Submitted by:	Christopher Key <cjk32@cam.ac.uk>
2011-06-28 15:12:02 +00:00
Martin Wilke
9a1787d9c9 Apache2::SiteControl is a set of perl object-oriented classes that implement
a fine-grained security control system for a web-based application.  The
intent is to provide a clear, easy-to-integrate system that does not require
the policies to be written into your application components.  It attempts to
separate the concerns of how to show and manipulate data from the concerns
of who is allowed to view and manipulate data and why.

WWW: http://search.cpan.org/dist/Apache2-SiteControl/

PR:		ports/158001
Submitted by:	Nick Hilliard <nick at foobar.org
2011-06-25 10:11:01 +00:00
Martin Wilke
fdc72ecd4d Sphinx is a full-text search engine, distributed under GPL version
2. Commercial license is also available for embedded use.

Generally, it's a standalone search engine, meant to provide fast,
size-efficient and relevant fulltext search functions to other
applications. Sphinx was specially designed to integrate well with SQL
databases and scripting languages. Currently built-in data sources
support fetching data either via direct connection to MySQL, or from
an XML pipe.

As for the name, Sphinx is an acronym which is officially decoded as
SQL Phrase Index.

WWW: http://www.sphinxsearch.com/

PR:		ports/157655
Submitted by:	Max Baryshnikov <mephius at gmail.com>
2011-06-25 10:02:47 +00:00
Martin Wilke
62fbb7f298 Bye Bye
2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-06-25 09:23:47 +00:00
Martin Wilke
d752cfe770 Haystack is modular search for Django
Search doesn't have to be hard. Haystack lets you write your search code once
and choose the search engine you want it to run on.
With a familiar API that should make any Djangonaut feel right at home and an
architecture that allows you to swap things in and out as you need to, it's how
search ought to be. Haystack is BSD licensed, plays nicely with third-party app
without needing to modify the source and supports Solr, Whoosh and Xapian.

WWW: http://south.aeracode.org/

PR:		ports/155660
Submitted by:	Kristaps Kulis <kristaps.kulis at gmail.com>
2011-06-25 06:44:53 +00:00
Julien Laffaye
435a592c08 Add pelican, a static blog generator
Approved by:	bapt (mentor)
2011-06-19 18:23:32 +00:00
Julien Laffaye
191035f307 Add py-feedgenerator, a standalone version of django.utils.feedgenerator
Approved by:	bapt (mentor)
2011-06-19 18:13:08 +00:00
Martin Matuska
9df690bf43 The htt provides a large variety of HTTP-related functionality, useful for
implementing all kinds of HTTP-based tests:

- Advanced HTTP protocol handling, including ne-grained timeout handling,
  request and response validation
- Simulating clients and servers, including startup and shutdown of server
  daemons. This allows to create mock-ups of back-end systems in more complex
  test situations, for example when the tested application needs to interact
  with a 3rd-party back-end system which is not available in the testing
  environment.
- Execution of external commandline tools, using their output as request
  or response data, or for validation purposes.
- Copying stream data (e.g. from a response) and re-using it in variables.

WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public
2011-06-15 16:01:06 +00:00
Sunpoet Po-Chuan Hsieh
63a84943e4 - Add p5-ModPerl-VersionUtil 0.03
ModPerl::VersionUtil helps you to investigate your mod_perl version easily.

WWW: http://search.cpan.org/dist/ModPerl-VersionUtil/
2011-06-12 16:12:00 +00:00
Baptiste Daroussin
3517c5d5a9 Remove lang/njs and ports that depends on it, njs has no more public distfile and no more upstream
the other aren't under development anymore

lang/ruby-js
textproc/ruby-xml-script
www/ruby-asp
2011-05-01 lang/njs: Upstream disapear and distfile is no more available
2011-06-09 15:45:58 +00:00
Brooks Davis
24428f1e11 2011-06-06 www/pubcookie-login-server: Unused by maintiner, needs updates. 2011-06-06 22:39:37 +00:00
Beech Rintoul
182d7933ee - New port zen-cart-1.3.9h
Zen Cart truly is the art of e-commerce; free, user-friendly, open source
shopping cart software. The ecommerce web site design program is being developed
by a group of like-minded shop owners, programmers, designers, and consultants
that think ecommerce web design could be and should be done differently.

Some shopping cart solutions seem to be complicated programming exercises
instead of responding to users' needs, Zen Cart puts the merchants and shoppers
requirements first.
2011-06-06 20:17:43 +00:00
Olli Hauer
7d0e9d1b49 - remove port mod_roaming2
Has expired, for reason start with PR ports/73383
2011-06-04 22:09:47 +00:00
Sunpoet Po-Chuan Hsieh
05ca9d1eae - Add fancybox 1.3.4
FancyBox is a tool for displaying images, html content and multi-media in a
Mac-style "lightbox" that floats overtop of web page. It was built using the
jQuery library. Licensed under both MIT and GPL licenses.

Features:
- Can display images, HTML elements, SWF movies, iframes and also Ajax
  requests.
- Customizable through settings and CSS.
- Groups related items and adds navigation.
- If the mouse wheel plugin is included in the page then FancyBox will
  respond to mouse wheel events as well.
- Support fancy transitions by using easing plugin.
- Adds a nice drop shadow under the zoomed item.

WWW: http://fancybox.net/
2011-06-02 04:05:56 +00:00
Rene Ladan
b8408f8dd2 Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10"
2011-05-01 japanese/citrix_xenapp: "crashes with f10"
2011-05-01 net/citrix_xenapp: "crashes with f10"
2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default
2011-05-01 java/gj: Upstream disapear and distfile is no more available
2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available
2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore.
2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available
2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes)
2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build.
2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken
2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
2011-06-01 21:55:13 +00:00
Sunpoet Po-Chuan Hsieh
7df5d5e9af - Add p5-HTML-Parser-Simple 1.06
HTML::Parser::Simple is a pure Perl module. It parses HTML4 files, and
generates a tree of nodes per HTML tag.

WWW: http://search.cpan.org/dist/HTML-Parser-Simple/
2011-06-01 15:44:21 +00:00
Sunpoet Po-Chuan Hsieh
8c3519bb64 - Add py-django-css 2.3.1
Django-css is a fork of django_compressor that makes it easy
to use CSS compilers with your Django projects.

WWW: https://github.com/dziegler/django-css

PR:		ports/157456
Submitted by:	Lung-Pin Chang <changlp@cs.nctu.edu.tw>
2011-06-01 15:21:52 +00:00
Cheng-Lung Sung
77e435d705 Yaf is a php framework , the difference is yaf is a PHP Extension.
WWW: http://code.google.com/p/yafphp

PR:		ports/157002
Submitted by:	John Chen <johnpupu_AT_gmail dot com>
2011-05-28 13:11:57 +00:00
Beech Rintoul
cd78e2a061 - New port horde4-template-1.0.0
- Horde Template system.
2011-05-26 20:06:56 +00:00
Beech Rintoul
46bebe07f9 - New port horde4-browser-1.0.0
- The Horde_Browser class provides an API for getting information about the
current user's browser and its capabilities.
2011-05-26 17:41:13 +00:00
Beech Rintoul
418178a58a -Framework for the new horde4 series. Update to 4.0.3 and hook into build.
-The Horde Application Framework is a flexible, modular, general-purpose web
-application framework written in PHP. It provides an extensive array of
-components that are targeted at the common problems and tasks involved in
-developing modern web applications. It is the basis for a large number of
-production-level web applications, notably the Horde Groupware suites. For more
-information on Horde or the Horde Groupware suites, visit http://www.horde.org.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

WWW:	http://cutycapt.sourceforge.net

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

WWW: http://mirrorbrain.org/mod_asn/
2011-04-26 12:12:27 +00:00
Kevin Lo
71dace3489 Initial import of hotcrp 2.45.
HotCRP is conference management software: it accepts paper submissions
and manages the review process.
2011-04-26 07:08:32 +00:00