Commit graph

2424 commits

Author SHA1 Message Date
Martin Wilke
66d456eca7 - Rename mediawiki12 to mediawiki112 (to follow the version number)
PR:		137910
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2009-08-18 22:54:38 +00:00
Martin Wilke
3612214177 - Update to 2.0.1
PR:		137603
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2009-08-18 22:38:56 +00:00
Nicola Vitale
aaf802305c gaeutilities is a collection of classes to aid in development
on Google Appengine.

The stable version includes the following classes:

Session: An http session class to preserve identity across http requests.
         It uses both BigTable and Memcache for performance and reliability.
         It also includes middleware to plug in with django.
Cache: A BigTable and Memcache caching class. Any object that can be pickled
       can be stored in cache.
Event: A subscribe/fire event system that gives developers the ability to set
       callback functions.
Flash: A cookie based messaging library. Using json, data structures can be
       stored as a cookie in the browser and retrieved on the next request.
       Useful for messages such as "Thank you for logging in."

WWW:	http://code.google.com/p/gaeutilities/
2009-08-18 13:03:50 +00:00
Max Brazhnikov
535938dfed Add rekonq 2009-08-16 15:02:58 +00:00
Anton Berezin
a3525d2f7b Add p5-WebService-Google-Sets 0.03, a Perl module that provides access
to the Sets service hosted at Google Labs, http://labs.google.com/sets.
2009-08-14 08:42:27 +00:00
Greg Larkin
4d75794a8b Foswiki is a flexible, powerful, secure, yet simple web-based
collaboration platform. Use Foswiki to run a project development
space, a document management system, a knowledge base or any other
groupware tool on either an intranet or on the Internet.

WWW:    http://www.foswiki.org/
2009-08-10 21:47:32 +00:00
Erwin Lansing
1864e51579 www/zope-guf: "no longer being developed: use SimpleUserFolder or exUserFolder instead" 2009-08-08 16:40:06 +00:00
Martin Wilke
2731077aae Adds HEAD tag parsing to WWW::Mechanize
WWW:	http://search.cpan.org/dist/WWW-Mechanize-Meta/

PR:		ports/137400
Submitted by:	Oleg Mamontov <oleg at mamontov.net>
2009-08-08 06:10:46 +00:00
Steven Kreuzer
e2d6281cfb p5-REST-Google-Apps-Provisioning is a perl library to Google's RESTful Apps API
PR:		ports/137476
Submitted by:		Gea-Suan Lin <gslin@gslin.org>
2009-08-07 18:13:13 +00:00
Martin Wilke
d7f5caab74 tinytinyhttpd is a very lightweight HTTP server written in C.
It supports multi threads, customization, directory listing and CGI.
It is confirmed to run the following software under tinytinyhttpd
with no hassle:

* MTOS(Movable Type Open Source) (perl)
* WordPress (php)
* blogn Plus (php)
* tDiary (ruby)
* PukiWiki (php)
* NucreusCMS (php)
* blosxom (perl)

WWW: http://github.com/mattn/tinytinyhttpd/tree/master

PR:		ports/137354
Submitted by:	Shinsuke Matsui <smatsui at karashi.org>
2009-08-05 12:23:57 +00:00
Nicola Vitale
177782c834 A Javascript compressor/obfuscator written in Perl
WWW:	http://dean.edwards.name/packer/
2009-08-05 07:52:22 +00:00
Nicola Vitale
5b641d2558 WWW: http://code.google.com/p/python-wikitools/
A Python package for interacting with a MediaWiki wiki using
the MediaWiki API.
Designed for MediaWiki version 1.15 and higher, should work
on 1.13, older versions may have bugs.
The edit-API must be enabled on the site to use editing features.
2009-08-04 21:47:09 +00:00
David Thiel
7d63aed7b3 Remove at author's request -- this version is both broken and insecure.
www/xpi-firegpg
2009-07-31 18:21:09 +00:00
Martin Wilke
7390e67c26 This plugin asks for and changes your password at a pre-configured LDAP server.
The users willing to change his/her password must be authenticated already.
This plugin makes no sense for the Guest user.

WWW: http://twiki.org/cgi-bin/view/Plugins/LDAPPasswordChangerPlugin

PR:		ports/137227
Submitted by:	Alexey V. Degtyarev
2009-07-29 07:23:32 +00:00
Martin Wilke
0f984b0b75 Adds a Catalyst::Component "COMPONENT" method to your Catalyst component base
class.  This method reads the optional traits parameter from app and component
config and instantiates the component subclass with those traits using
"new_with_traits" in MooseX::Traits from MooseX::Traits::Pluggable.

WWW: http://search.cpan.org/dist/CatalystX-Component-Traits/

PR:		ports/137142
Submitted by:	Bill Brinzer <bill.brinzer at gmail.com>
2009-07-28 17:14:16 +00:00
Martin Wilke
75abc35320 This controller automatically generates and validates unique tokens across
multiple HTTP requests (form submits).  You can use it to prevent duplicate
submits, or to protect against CSRF attacks.

WWW: http://search.cpan.org/dist/Catalyst-Controller-RequestToken/

PR:		ports/137140
Submitted by:	Bill Brinzer <bill.brinzer at gmail.com>
2009-07-28 17:13:19 +00:00
Martin Wilke
81cbd91898 A simple lightweight event based web server
WWW:	http://search.cpan.org/dist/AnyEvent-HTTPD

PR:		ports/136897
Submitted by:	Mons Anderson <mons at cpan.org>
2009-07-28 17:10:48 +00:00
Martin Wilke
59ce2e8562 Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your
proxy or proxies (host1..N and port1..N) and opens a listening socket,
forwarding each request to the parent proxy (moving in a circular list if the
active parent stops working). Along the way, a connection to the parent is
created anew and authenticated or, if available, previously cached connection
is reused to achieve higher efficiency and faster responses. When the chain is
set up, cntlm should be used as a proxy in your applications. Cntlm also
integrates transparent TCP/IP port forwarding (tunneling) through the parent
(incl. authentication).

WWW: http://cntlm.sourceforge.net/

PR:		ports/137016
Submitted by:	Antony Mawer <ports at mawer.org>
2009-07-27 22:30:32 +00:00
Yi-Jheng Lin
fe7bfc1d17 Add yii 1.0.6.r1102, a high-performance component-based PHP framework.
PR:		ports/135650
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by:	lwhsu (mentor)
2009-07-24 08:50:52 +00:00
Philip M. Gollucci
096ae81dbc Collect WWW resources and generate TSV data
WWW:    http://alpha.mixi.co.jp/dist/tctsearch/wgettsv

PR:             ports/136838
Submitted by:   Qing Feng <qingfeng@me.com>
2009-07-20 05:46:42 +00:00
Martin Blapp
f95011dad0 mod_auth_pubtkt is a Web single sign-on (SSO) solution for Apache
WWW:	https://neon1.net/mod_auth_pubtkt/

Submitted by:	Manuel Kasper <mkasper@monzoon.net>
2009-07-18 16:50:55 +00:00
Dmitry Marakasov
fa22927e05 Very small utility to convert TTF files to EOT.
EOT is used by Internet Explorer to support css @font-face declarations.

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

PR:		136824
Submitted by:	Stefan Bethke <stb@lassitu.de>
2009-07-17 15:02:31 +00:00
Martin Wilke
d601e99d0d - Remove duplicate port
Pointy hat to:	miwi
Reported by:	glarkin
2009-07-15 07:09:47 +00:00
Martin Wilke
718714fe82 This module comes with a set of methods to use with htaccess password
files. These files (and htaccess) are used to do Basic Authentication
on a web server.

The passwords file is a flat-file with login name and their associated
crypted password. You can use this for non-Apache files if you wish,
but it was written specifically for .htaccess style files.

WWW: http://search.cpan.org/dist/Apache-Htpasswd/

PR:		ports/136767
Submitted by:	Masafumi NAKANE <max at FreeBSD.org>
2009-07-14 22:26:04 +00:00
Martin Wilke
48513dccae - Remove www/firefox-devel, please use www/firefox3 or www/firefox35 2009-07-14 22:10:37 +00:00
Martin Wilke
060d48bf0b - Connect firefox35-i18n to the build 2009-07-14 22:07:13 +00:00
Martin Wilke
7211cfb845 Feed normalizer wraps various RSS and Atom parsers, and returns
a single unified object graph, regardless of the underlying feed format.

Feed normalizer attempts to parse a given feed using all available
configured parsers.

Feed normalizer is useful when the representation of the data of
an underlying RSS/Atom feed should be the same regardless of the underlying
format and its terminology.

WWW:	http://rubyforge.org/projects/feed-normalizer/

PR:		ports/136758
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2009-07-14 21:55:19 +00:00
Philip M. Gollucci
48cf8e3748 A Script that automates pasting to a number of pastebin services
relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee)
and wget

WWW: http://wgetpaste.zlin.dk/

PR:		ports/136411
Submitted by:	Anonymous
2009-07-13 22:44:24 +00:00
Martin Wilke
a772853a33 Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom reader
for Ruby. It is designed to be backwards compatible with the standard RSS
parser, but will never do RSS generation.

WWW:	http://rubyforge.org/projects/simple-rss/

PR:		ports/136717
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2009-07-13 22:14:58 +00:00
Martin Wilke
0817f3cc9c rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering,
URL correction, and Web service queries -- whatever it takes --
to find the feed.

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

PR:		ports/136715
Submitted by:	TERAMOTO Masahiro <markun at onohara.to>
2009-07-13 22:14:05 +00:00
Martin Wilke
02d501a21f - Connect linux-f10-flashplugin10 to the build
Reported by:	pointyhat
2009-07-09 10:56:02 +00:00
Philip M. Gollucci
05015d61a6 The 3.x series of gallery
Gallery is a web based software product that lets you manage your
photos on your own website. You must have your own website with PHP
support in order to install and use it. With Gallery you can easily
create and maintain albums of photos via an intuitive interface. Photo
management includes automatic thumbnail creation, image resizing,
rotation, ordering, captioning, searching and more. Albums can have
read, write and caption permissions per individual authenticated user
for an additional level of privacy. Give accounts to your friends and
family and let them upload and manage their own photos on your
website!

WWW: http://gallery.sourceforge.net/

PR:             ports/135709
Submitted by:   appleboy <appleboy.tw@gmail.com>
2009-07-08 01:38:29 +00:00
Dennis Herrmann
aa2194b5a8 NanoBlogger is a small weblog engine written in Bash for the command
line.  It uses common UNIX tools such as cat, grep, and sed to create
static HTML content.

This port (www/nanoblogger-extra) contains additional language
definitions, plugins, and various other add-ons for www/nanoblogger.

WWW: http://nanoblogger.sourceforge.net/

PR:		ports/136323
Submitted by:	Tobias Rehbein <tobias.rehbein@web.de>
2009-07-07 23:52:40 +00:00
Martin Wilke
5cf703277e WebFlash is a library to display "flash" messages in python web
applications. These messages are usually used to provide feedback
to the user (eg: you changes have been saved, your credit card
number has been stolen, ...). One important characteristic they
must provide is the ability to survive a redirect (ie: display the
message in a page after being redirected from a form submission).

WWW:	http://python-rum.org/wiki/WebFlash

PR:		ports/136404
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-07-07 19:25:14 +00:00
Martin Wilke
e3f9547b29 Woof (Web Offer One File) is a Python small webserver designed to serve one or
several times a file, then shutdown.

Woof serves autogenerated archives, when a directory is specified.

WWW: http://www.home.unix-ag.org/simon/woof.html

PR:		ports/136400
Submitted by:	Dereckson <dereckson at gmail.com>
2009-07-07 18:43:54 +00:00
Martin Wilke
479c8ee384 - Update to 3.1.0.8
- Connect to the build

PR:		135572
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2009-07-07 07:46:48 +00:00
Martin Wilke
d50f79295c 2009-07-07 audio/gai-album: abandoned project, does not build
2009-07-07 audio/gai-visual-audio: abandoned project, does not build
2009-07-05 devel/linxt: Use devel/roboctl instead.
2007-08-22 german/citrix_ica: Use net/citrix_ica
2007-08-22 japanese/citrix_ica: Use net/citrix_ica
2009-06-30 mail/bogofilter-qdbm: Migrate to bogofilter-tc instead
2009-06-27 mail/xc-mail: depends on a port that expired in 2007
2009-07-01 www/trac-blog: Not supported anymore for trac > 0.10; use FullBlogPlugin instead
2009-07-01 www/trac-restrictedarea: Not supported anymore; functionality included in trac since 0.11
2009-07-07 07:40:52 +00:00
Martin Wilke
7e1ae875ba - Update to 0.6.5
- Connect to the build

PR:		135563
Submitted by:	"Kirill P. Spitsin" <tn@0x746e.org.ua>
2009-07-05 22:51:54 +00:00
Martin Wilke
56e460c0cb - Connect firefox35 to the build 2009-06-30 19:46:47 +00:00
Philip M. Gollucci
3b53911999 - Ressurrect
- Update to 4.5.19
- Assign to new volunteer

PR:             ports/135538
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br> (new maintainer)
2009-06-24 04:25:34 +00:00
Florent Thoumie
ab4b038114 - Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.

PR:		ports/135248, ports/135249
Submitted by:	Romain Tartiere <romain@blogreen.org>
2009-06-22 07:55:50 +00:00
Dmitry Sivachenko
3be2edf560 Remove www/squidclients and www/squidtimes.
Software was distributed in binary form, works only on FreeBSD-4.X
and home page disappeared.

Asked for by:	many
2009-06-19 12:09:43 +00:00
Thomas Abthorpe
c91983ac8f Blogd is an SCGI application server dedicated to serving-up a single blog,
implemented in 1000 lines of Munger(1).  Blogd creates the simplest blog
that is still useful, in its author's estimation.  On a single-core system,
it should be able to service 500 requests/second.  More cores will yield
proportionally better performance.

WEB: http://www.mammothcheese.ca/

PR:		ports/135513
Submitted by:	James Bailie <jimmy at mammothcheese.ca>
2009-06-17 13:02:23 +00:00
Martin Wilke
cdaadb8eac This module adds a webform nodetype to your Drupal site. Typical uses for
Webform are questionnaires, contact or request/register forms, surveys,
polls or a front end to issues tracking systems.

Submissions from a webform are saved in a database table and can optionally
be mailed to a nominated e-mail address upon submission. Past submissions
are viewable for users with the correct permissions.

Webform includes some simple statistical tools to help in form design and
evaluation and also allows the whole table to be downloaded as a csv file
for detailed statistical analysis.

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

PR:		ports/135231
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:50:05 +00:00
Martin Wilke
03de9288ab Pathauto is a Drupal module which automatically generates path aliases for
various kinds of content (nodes, categories, users) without requiring the
user to manually specify the path alias.

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

PR:		ports/135228
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:49:26 +00:00
Martin Wilke
21e59f1c7b SEO_checklist is a Drupal module which provides a checklist of good "SEO"
(Search Engine Optimization) actions that you should take to maximize the
presence of your Drupal website in the major search engines like Google,
Yahoo, Live, etc.  It provides a checklist that helps you keep track of what
needs to be done.  First, it will look to see what modules you already have
installed.  Then, all you have to do is go down the list of unchecked items
and do them.

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

PR:		ports/135229
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:48:15 +00:00
Martin Wilke
5564a348fa Wysiwyg API allows to use client-side editors (a.k.a. WYSIWYG editors) for
editing content in the Drupal CMS.  It simplifies installation of editors
and allows you to define which editor to use depending on the input format.
This module replaces all existing editor integration modules and no other
Drupal module is required.

It is capable of supporting any kind of client-side editor as long as there
are support files for it that integrate the external library with Wysiwyg
API.  A client-side editor can be a regular HTML-based editor, a
"pseudo-editor" (that just provides buttons to insert HTML markup into a
plain textarea), or even a Flash-based editor.  Support for various editor
libraries is built-in.

The Wysiwyg API also allows Drupal modules to register plugins (or
"buttons") for editors.

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

PR:		ports/135230
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:47:36 +00:00
Martin Wilke
3dd54f70fb A Drupal module which gives editors control over the page title.
It allows editors specify patterns for how the title should be structured,
and on content creation pages, gives you the chance to specify the page
title rather than defaulting to the content's title.

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

PR:		ports/135227
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:46:54 +00:00
Martin Wilke
8dcf4b4281 menu_block is a drupal module which allows editors to display menu blocks,
starting with any level of any menu.

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

PR:		ports/135226
Submitted by:	Nick Hilliard <nick at foobar.org>
2009-06-16 19:46:32 +00:00
Martin Wilke
7a209ba0b1 - Update to 6.x-2.2
- Connect to build

PR:		135232
Submitted by:	Nick Hilliard <nick@foobar.org> (maintainer)
2009-06-16 19:43:49 +00:00