Commit graph

2331 commits

Author SHA1 Message Date
Martin Wilke
cfa1de393a 2009-02-15 ftp/downloader: sources unavailable - website dissappeared
2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead
2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version.
2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead
2009-03-09 21:44:06 +00:00
Sergey Skvortsov
c46fc1baad - Rename www/p5-Cookie-XS to www/p5-CGI-Cookie-XS
- Update to 0.16

Changes:	http://cpansearch.perl.org/src/AGENT/CGI-Cookie-XS-0.16/Changes
2009-03-09 12:40:32 +00:00
Jun Kuriyama
1283458c3a Add p5-HTML-ExtractContent 0.05, perl extension for HTML content
extractor with scoring heuristics.
2009-03-05 22:55:11 +00:00
Gabor Kovesdan
abe2af50bd WebKit is a web content engine, derived from KHTML and KJS from KDE, and used
primarily in Apple's Safari browser. It is made to be embedded in other
applications, such as mail readers, or web browsers.

It is able to display content such as HTML, SVG, XML, and others. It also
supports DOM, XMLHttpRequest, XSLT, CSS, Javascript/ECMAscript and more.

WWW: http://search.cpan.org/dist/Gtk2-WebKit/

PR:		ports/131044
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
2009-03-03 05:44:51 +00:00
Martin Wilke
1277dbaff7 Perl module to interract to a wordpress blog's xmlrpc.php file.
WWW:	http://search.cpan.org/dist/WordPress-XMLRPC/

PR:		ports/132013
Submitted by:	bapt <baptiste.daroussin at gmail.com>
2009-03-01 16:47:57 +00:00
Martin Wilke
9cfe01731d Addressable is a replacement for the URI implementation that is part of Ruby's
standard library. It more closely conforms to the relevant RFCs and adds support
for IRIs and URI templates.

WWW: http://rubyforge.org/projects/addressable/
2009-03-01 14:20:18 +00:00
Joe Marcus Clarke
7fe87089c9 Add mod_dnssd, an Apache HTTPD module which adds Zeroconf support via DNS-SD
using Avahi.

WWW: http://0pointer.de/lennart/projects/mod_dnssd/
2009-02-27 22:21:26 +00:00
Martin Wilke
411a2d2380 py-WebTest is a helper to test WSGI applications, it wraps
any WSGI application and makes it easy to send test requests
to that application, without starting up an HTTP server.
It provides convenient full-stack testing of applications
written with any WSGI-compatible framework.

WWW: http://pythonpaste.org/webtest/

PR:		ports/132045
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-27 15:37:21 +00:00
Martin Wilke
c492d6cb01 - wrong category 2009-02-27 15:32:10 +00:00
Martin Wilke
3aa6e846b1 py-WebError is a python module for web error handling and
exception catching.

WWW: http://pypi.python.org/pypi/WebError/

PR:		ports/132044
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-27 15:28:38 +00:00
Martin Wilke
bc809ff4ed Tempita is a small templating language for text substitution.
This isn't meant to be the Next Big Thing in templating; it's
just a handy little templating language for when your project
outgrows string.Template or % substitution. It's small, it
embeds Python in strings, and it doesn't do much else.

WWW:	http://pythonpaste.org/tempita/

PR:		ports/132043
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-27 15:27:31 +00:00
Lars Thegler
cbd208d713 Add p5-LWP-UserAgent-POE 0.02, drop-in LWP::UserAgent replacement in POE
environments.
2009-02-25 09:44:46 +00:00
Jun Kuriyama
663572cbf7 Add p5-HTML-StickyQuery-DoCoMoGUID 0.01, perl extension to add guid in
query for DoCoMo imode.
2009-02-22 07:35:23 +00:00
Jun Kuriyama
3fca683b24 Add p5-HTTP-MobileAgent-Plugin-Charset 0.03, perl extension to plugin
Encode::JP::Mobile for HTTP::MobileAgent.
2009-02-22 07:23:40 +00:00
Jun Kuriyama
63468ef6bc Add p5-HTTP-Engine-Middleware 0.07, perl extension for official
distribution of HTTP::Engine.
2009-02-20 02:46:17 +00:00
Cheng-Lung Sung
d93f9e74ae httparty is a Ruby library that makes HTTP fun again!
It's feautures:

* Easy get, post, put, delete requests
* Basic http authentication
* Default request query string parameters (ie: for api
  keys that are needed on each request)
* Automatic parsing of JSON and XML into ruby hashes
based on response content-type

WWW: http://rubyforge.org/projects/httparty/

PR:		ports/128661
Submitted by:	Wen Heping <wenheping_AT_gmail dot com>
2009-02-19 06:47:09 +00:00
Cheng-Lung Sung
fefadb0555 - required by rubygem-rails 2.2
- need rubygem-activesupport 2.2
Active Resource

Active Resource attempts to provide a coherent wrapper object-relational
mapping for REST web services. It follows the same philosophy as
Active Record, in that one of its prime aims is to reduce the amount of
code needed to map to these resources. This is made possible by relying
on a number of code- and protocol-based conventions that make it easy for
Active Resource to infer complex relations and structures.

These conventions are outlined in detail in the documentation
for ActiveResource::Base.

WWW: http://www.rubyonrails.org/
WWW: http://rubyforge.org/projects/activeresource/

PR:		ports/131280
Submitted by:	clsung
2009-02-19 06:41:43 +00:00
Ion-Mihai Tetcu
587f7853ba This module provides the mod_auth_basic authentication front-end a way to
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or
LDAP) already running at a machine use SASL to authenticate users.

WWW: http://mod-authn-sasl.sourceforge.net/

PR:		ports/131750
Submitted by:	Joerg Pulz <Joerg.Pulz at frm2.tum.de>
2009-02-18 15:35:11 +00:00
Martin Wilke
c1b2ad8099 CGI::Application::Plugin::ConfigAuto adds easy access to config file
variables to your CGI::Application modules. Lazy loading is used to
prevent the config file from being parsed if no configuration variables
are accessed during the request.

The format is detected automatically using Config::Auto. It it known to
support the following formats: colon separated, space separated, equals
separated, XML, Perl code, and Windows INI. See that modules
documentation for complete details.

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

PR:		ports/131723
Submitted by:	Alex Kapranoff <alex at kapranoff.ru>
2009-02-15 21:05:12 +00:00
Max Brazhnikov
2d8b5de9c8 Update PyQt4 ports to 4.4.4, new ports:
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit

Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.

Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work.

PR:		based on ports/130219
Submitted by:	Dima Panov" <fluffy at fluffy.khv.ru>
2009-02-14 22:58:55 +00:00
Martin Wilke
69cb0c08c3 TwitterFox is a Firefox extension that notifies you of your friends'
status on Twitter.

WWW: https://addons.mozilla.org/en-US/firefox/addon/5081
2009-02-14 11:21:55 +00:00
Martin Wilke
b29202298b 2009-02-09 audio/xmms-imms: does not configure or build
2009-02-10 devel/libgnugetopt: was only relevant on FreeBSD 4.x
2009-01-19 games/planeshift: Depends on broken, expired port
2009-02-12 net-mgmt/nfsen-devel: no separate development version exists anymore
2009-01-19 www/ocaml-wdialog: has been broken for more than 6 months
2008-12-21 news/sabnzbd: no longer developed, use news/sabnzbdplus instead
2009-02-13 16:38:42 +00:00
Jun Kuriyama
f018254623 Add p5-HTTP-Headers-Fast 0.06, perl extension for faster implementation
of HTTP::Headers.
2009-02-12 00:28:14 +00:00
Nicola Vitale
1be6f4baaf WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.

WWW:	http://pythonpaste.org/webob/
2009-02-11 23:55:50 +00:00
Martin Wilke
ff434d9333 MimeDetect provides an API for consistent server side mime detection
using the PHP FileInfo extension, the UNIX 'file' command, user supplied
mime data, or file extension lookups. It is distributed with it's own
magic library for use with the PHP FileInfo extension to make mime
detection more consistent in different environments.

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

PR:		ports/131379
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-02-09 16:55:05 +00:00
Florent Thoumie
c1f23cd26d - Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.

PR:		ports/129724
Submitted by:	Phillip Neumann, Romain Tartiere (bsd-sharp team)
2009-02-09 09:00:01 +00:00
Herve Quiroz
080c09e0da Pebble is a lightweight, open source, Java EE blogging tool. It's small, fast
and feature-rich with unrivalled ease of installation and use. Blog content is
stored as XML files on disk and served up dynamically, so there's no need to
install a database. All maintenance and administration can be performed through
your web browser, making Pebble ideal for anybody who is constantly on the move
or doesn't have direct access to their host.

WWW:	http://pebble.sourceforge.net
2009-02-06 13:55:50 +00:00
Greg Larkin
ad119ee53c LWP::UserAgent is the default module for issuing HTTP requests from
Perl. It has a keep_alive setting which by default allows unlimited
requests to the same server. Some servers will disconnect you after
a limited number of requests (in Apache 2 this is achieved with the
MaxKeepAliveRequests directive). This module allows you to limit
the maximum number of keep alive requests to a server.

WWW:     http://search.cpan.org/dist/LWP-UserAgent-Determined/
2009-02-04 14:04:17 +00:00
Martin Wilke
780e8a39f0 2009-01-19 games/emacs-chess: has been broken for more than 6 months
2009-02-01 devel/subversion-devel: Use devel/subversion or devel/subversion-freebsd instead of this port
2009-01-19 devel/hs-hat: has been broken for more than 6 months
2009-01-19 devel/hs-hpl: has been broken for more than 6 months
2009-01-19 databases/mysqlbigram: has been broken for more than 6 months
2009-01-19 mail/claws-mail-clamav: has been broken for more than 6 months
2009-01-19 mail/sylpheed2-devel: has been broken for more than 6 months
2009-01-19 www/pecl-mnogosearch: has been broken for more than 6 months
2009-01-31 x11-fonts/mathfonts: This port was supported by Mozilla 1.8 (including Firefox 2.0) - to be replaced by  STIX fonts for Firefox 3.x
2009-01-19 x11-wm/fluxspace: has been broken for more than 6 months
2009-01-31 x11-wm/expocity: project has been abandoned
2009-01-19 x11/bbuname: has been broken for more than 6 months
2009-01-19 security/squidclam: has been broken for more than 6 months
2009-01-19 print/virtualpaper: depends on broken, expired port
2009-01-19 print/ifhp: has been broken for more than 6 months
2009-01-19 net-p2p/peercast: has been forbidden for more than 6 months
2009-01-19 palm/pdbc: has been broken for more than 6 months
2009-01-19 net-mgmt/NeTraMet: has been broken for more than 6 months
2009-01-19 net-im/sulci: has been broken for more than 6 months
2009-01-19 multimedia/mjpegtools-yuvfilters: has been broken for more than 6 months
2009-01-19 multimedia/helixplayer: has been broken for more than 6 months
2009-01-19 lang/quack: has been broken for more than 6 months
2009-01-19 misc/pybliographer: has been broken for more than 6 months
2009-01-19 net/versuch: has been broken for more than 6 months
2009-01-19 net/py-mantissa: has been broken for more than 6 months
2009-01-19 net/libunpipc: has been broken for more than 6 months
2009-01-19 net/gnometelnet: has been broken for more than 6 months
2009-01-19 net/gacxtool: depends on expired, broken port
2009-01-19 devel/py-coro: has been broken for more than 6 months
2009-01-19 chinese/stardict2-dict-zh_TW: has been broken for more than 6 months
2009-01-19 x11-themes/gtk-industrial-theme: has been broken for more than 6 months
2009-02-03 22:38:25 +00:00
Martin Matuska
036c53afd9 - www/aolserver-nscache is obsolete (now part of www/aolserver) 2009-02-03 09:24:01 +00:00
Greg Larkin
27822393b2 This plugin enables users to modify several tickets together at once.
WWW:	http://trac-hacks.org/wiki/BatchModifyPlugin
2009-01-29 20:15:11 +00:00
Philippe Audeoud
5b54e09ff2 tinysong.com is a web app that can be queried for a
song and returns a tiny URL, allowing you to listen
to the song for free online and share it with friends.
TinySong is a Perl interface to this service, allowing
you to programmatically search its underlying database.

WWW:	http://search.cpan.org/~miorel/WWW-TinySong-0.05/

PR:		ports/131056
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2009-01-28 09:20:09 +00:00
Philip M. Gollucci
06beca33a0 Allows the filtering and modification of HTTP headers.
WWW: https://addons.mozilla.org/firefox/967/

PR:		ports/130951
Submitted by:	Dominic Fandrey <kamikaze at bsdforen.de>
2009-01-27 19:28:04 +00:00
Nicola Vitale
99b2844c0f pyquery allows you to make jquery queries on XML documents.
The API is as much as possible the similar to jquery (http://jquery.com).
pyquery uses lxml for fast XML and HTML manipulation.

WWW:	http://www.bitbucket.org/olauzanne/pyquery/
2009-01-27 16:54:43 +00:00
Thomas Abthorpe
3543aa1e9d Services_GeoNames is a PHP5 interface to the various webservices
offered by the GeoNames project.

The GeoNames database contains over 8,000,000 geographical names
corresponding to over 6,500,000 unique features. All features are
categorized into one out of nine feature classes and further
subcategorized into one out of 645 feature codes. Beyond names of
places in various languages, data stored include latitude, longitude,
elevation, population, administrative subdivision and postal codes.
All coordinates use the WGS84 system (World Geodetic System 1984).

Those data are accessible free of charge through a number of Web
services and a daily database export. The Web services include
direct and reverse geocoding,finding places through postal codes,
finding places next to a given place, and finding Wikipedia articles
about neighbouring places.

WWW: http://pear.php.net/package/Services_GeoNames

PR:		ports/130935
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-26 21:24:56 +00:00
Thomas Abthorpe
70c9f33c73 PHP5 rewrite of HTTP_Request package. Provides cleaner API and pluggable
Adapters. Currently available are:
* Socket adapter, based on old HTTP_Request code,
* Curl adapter, wraps around PHP's cURL extension,
* Mock adapter, to use for testing packages dependent on HTTP_Request2.

Supports POST requests with data and file uploads, authentication,
cookies, proxies, gzip and deflate encodings, monitoring the request
progress with Observers.

WWW: http://pear.php.net/package/HTTP_Request2/

PR:		ports/130293
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-01-26 19:32:43 +00:00
Philip M. Gollucci
c8c5e79f89 This is a Perl interface to the MusicBrainz API.
WWW:	http://search.cpan.org/dist/WebService-MusicBrainz/

PR:		ports/ports/130758
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
2009-01-26 18:57:56 +00:00
Beech Rintoul
9ac0428f4a RT::Authen::ExternalAuth RT Authentication using External Sources
A complete package for adding external authentication mechanisms to
RT. It currently supports LDAP via Net::LDAP and External Database
authentication for any database with an installed DBI driver.

It also allows for authenticating cookie information against an
external database through the use of the RT-Authen-CookieAuth
extension.

WWW: http://search.cpan.org/perldoc?RT::Authen::ExternalAuth

PR:		ports/129783
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
2009-01-25 03:51:23 +00:00
Brooks Davis
434db3c661 This a plugin for Trac which enables Mercurial to be used instead of Subversion
as the VersioningSystemBackend for Trac.

WWW: http://trac.edgewall.org/wiki/TracMercurial
2009-01-23 23:27:08 +00:00
Brooks Davis
ff7c902ed2 Add trac-navadd 0.1, a plugin for adding navigation items into Trac
navigation bars.
2009-01-23 23:04:15 +00:00
Jun Kuriyama
c8e83b8651 Add p5-HTTP-Session 0.28, perl extension of yet another session manager. 2009-01-22 00:59:20 +00:00
Jun Kuriyama
8e5f454ba9 Add p5-HTTP-Router 0.01, perl extension of Yet Another Path Router for
HTTP.
2009-01-22 00:57:32 +00:00
Jun Kuriyama
76e05f9193 Serializes and deserializes Path::Class objects as file:// URI. 2009-01-20 22:40:09 +00:00
Jun Kuriyama
9a5207b1cb Web Server Gateway Interface and HTTP Server Engine Drivers (Yet
Another Catalyst::Engine).
2009-01-20 12:52:04 +00:00
Jose Alonso Cardenas Marquez
d8aafd6901 - Remove www/fpc-httpd port. It was splitted to fpc-httpd13, fpc-httpd20 and
fpc-httpd22
2009-01-19 22:56:19 +00:00
Jose Alonso Cardenas Marquez
6d13356a84 - The www/fpc-httpd port was splitted in three new ports:
www/fpc-httpd13
www/fpc-httpd20
www/fpc-httpd22
2009-01-19 22:40:59 +00:00
Dirk Meyer
77372478d2 Contenido sperates layout, functionality and content,
licensed under GPL

WWW: http://www.contenido.org/
2009-01-16 10:16:39 +00:00
Brooks Davis
0b8a6f0a17 The GraphvizPlugin allows for the inline creation of diagrams for abstract
graphs and networks using the Graphviz programs.

WWW: http://trac-hacks.org/wiki/GraphvizPlugin
2009-01-15 02:07:02 +00:00
Martin Wilke
ef1a2fc264 Openbravo ERP is a Web based ERP for SME, built on proven MVC & MDD framework
that facilitate its customization. Already in production, Openbravo ERP
encompasses a broad range of functionalities such as finance, supply chain,
manufacturing & much more.

WWW: http://www.openbravo.com/

PR:		ports/129175
Submitted by:	loader at freebsdmall.com
2009-01-14 12:48:36 +00:00
Dmitry Marakasov
d9aa561825 JAWStats 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://www.jawstats.com

PR:		130352
Submitted by:	Alan Snelson <Alan at Wave2 dot co dot uk>
2009-01-13 02:21:28 +00:00
Philip M. Gollucci
ac3103a715 - set LATEST_LINK
- connect to the build

Requested by:   bsam
PR:             ports/130006
2009-01-12 02:06:50 +00:00
Philip M. Gollucci
be6f3cb64e - mod_layout22 is for www/apache22
- connect www/mod_layout22 to the build
- conflicts with www/mod_layout and www/mod_layout2
2009-01-12 01:50:29 +00:00
Adrian Chadd
46e5bb4a8a Link cacheboy16 into the build. 2009-01-11 21:23:40 +00:00
Martin Wilke
905646322b Piwik is a downloadable, open source (GPL licensed) web analytics
software package. It provides detailed reports on your website and
its visitors, including the search engines and keywords they used,
the language they speak, which pages they like, the files they
download, and so much more.

Piwik aims to be an open source alternative to Google Analytics.

WWW: http://www.piwik.org/

PR:		ports/130074
Submitted by:	Wen heping <wenheping at gmail.com>
2009-01-10 15:09:27 +00:00
Martin Wilke
5234d726d0 This is a series of scripts for gathering and presenting statistical
information about a running Squid or Cacheboy application.

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

PR:		ports/130273
Submitted by:	Adrian Chadd <adrian at FreeBSD.org>
2009-01-10 15:05:56 +00:00
Martin Wilke
d367f15350 mod_memcache manages the parsing of memcached server configuration and
exports a single function for use by other modules to access a
configured apr_memcache object.

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

PR:		ports/130272
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-01-10 15:02:48 +00:00
Brooks Davis
23fcf54562 WikiToPdf combines the functionality of CombineWikiPlugin and
PageToPdfPlugin on only one plugin and allows one to setup a template
file used to generate the PDF file with a cover and a licence page, for
example.

At the end of each wiki page there is a link named WikiToPdf and
works like athomas PageToPdfPlugin plugin but takes into account the
parameters on trac.ini (see below) and passes them to htmldoc.

Alternatively, it's possible to select one or more wiki pages and
generate one single PDF file just like coderanger work with a cover and
a licence from a template file. This feature also takes into account the
parameters on trac.ini.

WWW: http://trac-hacks.org/wiki/TracWikiToPdfPlugin
2009-01-09 23:57:07 +00:00
Brooks Davis
325ae801ed This is a theme that emulates the look of python.org.
WWW: http://trac-hacks.org/wiki/PyDotOrgTheme
2009-01-09 23:55:14 +00:00
Brooks Davis
e063b78abf This plugin simplifies the process of distributing and deploying
themes and styles.

WWW: http://trac-hacks.org/wiki/ThemeEnginePlugin
2009-01-09 23:53:48 +00:00
Brooks Davis
5f5407aaa3 This plugin provides a project Blog, but unlike TracBlogPlugin and
SimpleBlogPlugin it does not use Wiki pages to store the content.
It has no dependencies on other plugins.

WWW: http://trac-hacks.org/wiki/FullBlogPlugin
2009-01-09 23:52:26 +00:00
Sergey Skvortsov
dbd1c17a63 Add twiki-GluePlugin , allow to format tags and arguments on multiple
lines.
2009-01-09 20:07:53 +00:00
Sergey Skvortsov
c771c66d14 Add twiki-NewUserPlugin , create user's topic for externally
authenticated users.
2009-01-09 19:57:57 +00:00
Renato Botelho
f11583e100 This module can be used almost as a drop-in replacement for CGI.pm
for those of you who do not use the HTML generating features of CGI.pm
This module provides an object-oriented interface for retrieving information
provided by the Common Gateway Interface, as well as url-encoding and
decoding values, and parsing CGI parameters.

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

PR:		ports/130185
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
2009-01-07 15:14:41 +00:00
Martin Wilke
c5e7914fb4 anyremote2html package is a WEB interface for anyRemote.
It acts as HTTP server and translates anyRemote commands to HTML.

The overall goal of this project is to provide remote control service on Linux
through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.

anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson,
Motorola and others.

It was developed as thin communication layer between Bluetooth (or IR, Wi-Fi)
capabled phone and UNIX, and in principle could be configured to manage almost
any software.

WWW: http://anyremote.sourceforge.net/

Happy new Year

PR:		ports/130019
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2009-01-01 00:18:11 +00:00
Dmitry Marakasov
a931d1ead7 A next generation web framework for the Perl programming language.
The core of Mojolicious is a new implementation of the famous Routes
concept, utilizing some advanced techniques from Catalyst.
You can find help via mailing list http://lists.kraih.com/ or via
IRC irc://irc.perl.org/#mojo

WWW:	http://mojolicious.org/

PR:		130052
Submitted by:	Murilo Opsfelder <mopsfelder at gmail dot com>
2008-12-30 14:51:36 +00:00
Martin Wilke
28e8d94462 CHeMS is a free (as in freedom) modular code-driven content helper
management system (the first!) written in PHP fully compliant with
the XHTML 1.1 and CSS2 standards. One of its main purpose is to help
developers and (not so) advanced users to easily setting up a web
application (blog, site, etc.) without have to deal with the "boring"
side of this process such as layout generation code, menu blocks and
so on. Its modularization system allow to mantain a light and fast core
which only have to generate the layout and load the modules to delegate
all the real and hard work to them. You never have to learn new weird
APIs in order to deal with the CHeMS internals, there is full controll.
That's why CHeMS is not a Content Management System (CMS) but rather it's
an assistant.

WWW:	http://chems.sf.net
2008-12-28 17:07:58 +00:00
Martin Wilke
e5463667af Dotclear possesses a rich functionality that makes it a high quality publishing
tool, equaling and even outperforming other similar tools in some aspects.
Beyond the core functionality, Dotclear is designed to provide the user with
the most comfortable experience.

	- Easy publication
	- Fully customizable theme
	- User-friendly administration
	- Flexible template system
	- Media management
	- Flexible template system
	- Media management
	- Choose your input method
	- Flexible comment system
	- Built-in antispam
	- Localization
	- Full Unicode support
	- Tags and categories
	- Multi-user with permissions
	- Multiblog
	- and a lot more..

  WWW:	http://dotclear.org/
2008-12-28 02:32:09 +00:00
Martin Wilke
6d440a7e3d MyBB is a discussion board that has been around for a while; it has evolved
from other bulletin boards into the forum package it is today. Therefore,
it is a professional and efficient discussion board, developed by an active
team of developers. The MyBB history has been recorded and is available for
the interested to read. You can also read more about the MyBB team and why
they develop MyBB in their spare time. We also like to highlight the most
active and contributing fansites of the MyBB community.

WWW:	http://mybboard.net/
2008-12-27 20:59:27 +00:00
Philip M. Gollucci
1b83e06996 PLEASE WELCOME www/rt38
o www/rt3 has marked been IGNORE for at least one year, so has been removed.
o All www/rt* ports are now deprecated and will be removed 2008-02-01
  except www/rt36.
o GID 180 has been registered officially for rt's use.
o exactly one of www/rt36 or www/rt38 may be installed at any one time

www/p5-RT* and www/p5-RTx* will be updated shortly to depend on www/rt38.

www/rt38 is now packageable.  This means that you have to run some scripts
BY HAND after the port installation is done.

PR:             ports/125745, ports/125785
Requested by:   several on ports@
Approved by:    vivek@khera.org (previous rt maintainer)
2008-12-27 03:38:24 +00:00
Philip M. Gollucci
3d413fe3a7 Template::Provider::FromDATA - Load templates from your __DATA__ section
This module allows you to store your templates inline with your code
in the __DATA__ section. It will search any number of classes
specified.

WWW: http://search.cpan.org/~bricas/Template-Provider-FromDATA-0.08

PR:		        ports/129402
Submitted by:	George Hartzell <hartzell at alerce.com>
Approved by:    araujo (mentor, implicit)
2008-12-26 05:12:26 +00:00
Martin Wilke
4fa3094071 WadcomBlog is a simple open-source static blog engine written in Python
by Vlad Skvortsov and distributed under BSD license.
It doesn't use any backend database but instead reads a set of plain i
text files (in RFC2822 format) and creates a tree of interlinked HTML pages
that may be then published. To update a blog one just needs to add a file
to the source tree and run the command-line WadcomBlog script
to regenerate the output.

WWW:	http://vss.73rus.com/wadcomblog/

PR:		ports/128072
Submitted by:	Julien Laffaye <kimelto at gmail.com>
2008-12-25 20:09:00 +00:00
Martin Wilke
f16dbddf77 Passenger is an Apache module allowing for simple deployment of Ruby on Rails
and Rack applications.

WWW: http://www.modrails.com/

PR:		ports/129731
Submitted by:	Jacob Atzen <jatzen at gmail.com>
2008-12-25 19:49:34 +00:00
Martin Wilke
a08a66e159 web.py is a web framework for python that is as simple as
it is powerful. web.py is in the public domain; you can use
it for whatever purpose with absolutely no restrictions.

WWW:	http://webpy.org/

PR:		ports/129896
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-12-25 18:05:08 +00:00
Martin Wilke
89d44f77f1 - Disconnect www/phpSysInfo
- Connect www/phpsysinfo www/phpsysinfo-dev
2008-12-24 21:06:45 +00:00
Andrej Zverev
c109eb5a7b This view generates RRD graph images from the graph defintion placed in the
stash. The controller is responsable of placing an ARRAYREF in
$c-stash->{'graph'}> with the same data as to generate a graph with the RRDs
module, except for filename, that will be automatically generated by the view.
2008-12-22 15:21:51 +00:00
Chin-San Huang
d95a675b3e - Attach www/tinymce3 2008-12-22 02:23:52 +00:00
Andrej Zverev
c6b64ab608 - A Catalyst framework browser detection plugin 2008-12-21 17:59:35 +00:00
Clement Laforet
7338a0f507 PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
- Add apache22-peruser-mpm

Peruser is an Apache 2 modules based on metuxmpm. The fundamental
concept behind them is to run each apache child process as its own
user and group, each handling its own set of virtual hosts. Peruser
and recent metuxmpm releases can also chroot() apache processes.
The result is a sane and secure web server environment for your
users, without kludges like PHP's safe_mode.

PR:                     ports/127358
Submitted by:           Jille Timmermans <jille at quis dot cx>
2008-12-15 22:20:23 +00:00
Martin Wilke
7b72e3a1f4 RTx::Shredder is extention to RT API which allow you to delete data
from RT database. Now Shredder support wipe out of almost all RT
objects (Tickets, Transactions, Attachments, Users...)

WWW: http://search.cpan.org/perldoc?RTx::Shredder

PR:		ports/126783
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
2008-12-14 20:13:34 +00:00
Martin Wilke
d6be3c70d5 RTx::RightsMatrix - Bulk editing GUI for RT rights
SYNOPSIS:

Point, click, drool

WWW: http://search.cpan.org/perldoc?RTx::RightsMatrix

PR:		ports/126782
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
2008-12-14 20:13:04 +00:00
Martin Wilke
b3d80d62b7 This RT extension provides a calendar view for your tickets and your
reminders so you see when is your next due ticket. You can find it in
the menu Search->Calendar.

There's a portlet to put on your home page (see Prefs/MyRT.html)

You can also enable ics (ICal) feeds for your default calendar and all
your private searches in Prefs/Calendar.html. Authentication is magic
number based so that you can give those feeds to other people.

You can find screenshots on
http://gaspard.mine.nu/dotclear/index.php?tag/rtx-calendar

WWW: http://search.cpan.org/dist/RTx-Calendar/

PR:		ports/126781
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
2008-12-14 20:12:18 +00:00
Martin Wilke
76d6d3a80a RT's extension that allows you to automate due dates using service levels.
WWW: http://search.cpan.org/perldoc?RT::Extension::SLA

PR:		ports/126779
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
2008-12-14 20:09:57 +00:00
Martin Wilke
7f2dd6e819 RT::Extension::LDAPImport - Import Users from an LDAP store
WWW: http://search.cpan.org/perldoc?RT::Extension::LDAPImport

PR:		ports/126780
Submitted by:	Matthew Seaman <m.seaman at infracaninophile.co.uk>
2008-12-14 20:08:46 +00:00
Martin Wilke
01c8b54c49 Provides access to A9 OpenSearch compatible search engines
WWW: http://pear.php.net/package/Services_OpenSearch
2008-12-11 21:37:19 +00:00
Martin Wilke
139a1179d6 Services_Yahoo provides object-oriented interfaces to the web
service capabilities of Yahoo.

WWW: http://pear.php.net/package/Services_Yahoo
2008-12-11 21:36:07 +00:00
Martin Wilke
7ba12957d6 An interface for uploading pictures to TwitPic and optionally posting them
(along with status messages) to Twitter as well.

WWW: http://pear.php.net/package/Services_TwitPic
2008-12-11 21:35:37 +00:00
Sergey Skvortsov
9ef34e5282 Add p5-Catalyst-Plugin-Session-Store-Memcached-Fast 0.02, memcached
storage backend for session data.
2008-12-11 11:07:35 +00:00
Greg Larkin
7813f529df This plugin allows visual CC field editing.
A pop-up window with bunch of checkboxes is opened, user checks
boxes, email addresses are added and removed to CC field. There is
a list of pre-defined addresses in cc_selector.js (these addresses
will always be available). If you want to change this list you must
edit cc_selector.js manually.

Of course, you can always edit CC field without all this hassle -
all addresses you entered manually will be shown, too - and can be
removed with new, shiny checkboxes.

WWW: http://trac-hacks.org/wiki/CcSelectorPlugin
2008-12-11 03:27:37 +00:00
Greg Larkin
70488963ea This plugin implements a Javascript deployment platform, enabling
Trac administrators to easily tweak Trac pages with Javascript
expressions.

The plugin supports the Trac web admin system, and it can apply
Javascript tweaks to multiple pages by matching their names with
regular expressions.

WWW:    http://trac-hacks.org/wiki/TracTweakUiPlugin
2008-12-09 23:44:15 +00:00
Renato Botelho
26c6cefee3 - Remove recently added www/yui since it already exists as www/yahoo-ui 2008-12-09 14:32:00 +00:00
Renato Botelho
1a875fdef1 The YUI Library is a set of utilities and controls, written in JavaScript, for
building richly interactive web applications using techniques such as DOM
scripting, DHTML and AJAX. YUI is available under a BSD license and is free for
all uses. The YUI project includes the YUI Library and two build-time tools: YUI
Compressor (minification) and YUI Doc (documentation engine for JavaScript
code).

WWW:    http://developer.yahoo.com/yui/

PR:		ports/129520
Submitted by:	BluePex Security Solutions <freebsd-ports at bluepex.com>
2008-12-09 12:44:39 +00:00
Martin Wilke
da977380ba 2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
2008-12-07 20:36:48 +00:00
Martin Wilke
f7c8824a5f CGI::Application::Plugin::Authorization adds the ability to
authorize users for specific tasks.

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

PR:		ports/129006
Submitted by:	George Hartzell <hartzell at alerce.com>
2008-12-07 15:03:45 +00:00
Martin Wilke
9a88eab332 CGI::Application::Plugin::Authentication adds the ability to authenticate
users in your CGI::Application modules.

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

PR:		ports/129005
Submitted by:	George Hartzell <hartzell at alerce.com>
2008-12-07 14:34:29 +00:00
Martin Wilke
030df80ee4 OrangeHRM is an Open Source HRM information system that will
provide a vast range of features to manage the crucial
organization asset - people. It provides a perfect platform
for re-engineering and aligning your HR processes along with
the organizational goals.

WWW:	http://www.orangehrm.com

PR:		ports/129462
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-12-06 14:57:09 +00:00
Maxim Sobolev
44bef351d0 Add py-wsgiauth 0.1, a WSGI authentication middleware.
Submitted by:	bamby@sippysoft.com
2008-12-02 11:06:35 +00:00
Greg Larkin
5cf8e71aec - Added new port for http://trac-hacks.org/wiki/RevtreePlugin 2008-11-26 23:10:03 +00:00
Lars Thegler
6932f3161d Add p5-WWW-Mechanize-CGI 0.3, use WWW::Mechanize with CGI applications.. 2008-11-25 15:33:42 +00:00
Dmitry Marakasov
20224f09ce - Update dillo2 port to 2.0 (port by [1]), connect to build
PR:		128139 [1], 128390 [2]
Submitted by:	bf <bf2006a at yahoo dot com> [1], Thomas-Martin Seck <tmseck at netcologne dot de> [2]
Discussed with:	Thomas-Martin Seck <tmseck at netcologne dot de> (www/dillo maintainer)
2008-11-24 14:48:38 +00:00
Martin Wilke
35f084dfd4 - Connect firefox3-i18n 2008-11-23 19:47:23 +00:00