aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* anyremote2html package is a WEB interface for anyRemote.Martin Wilke2009-01-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=225079
* A next generation web framework for the Perl programming language.Dmitry Marakasov2008-12-301-0/+1
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=225008
* CHeMS is a free (as in freedom) modular code-driven content helperMartin Wilke2008-12-281-0/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=224904
* Dotclear possesses a rich functionality that makes it a high quality publishingMartin Wilke2008-12-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=224869
* MyBB is a discussion board that has been around for a while; it has evolvedMartin Wilke2008-12-271-0/+1
| | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=224859
* PLEASE WELCOME www/rt38Philip M. Gollucci2008-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=224843
* Template::Provider::FromDATA - Load templates from your __DATA__ sectionPhilip M. Gollucci2008-12-261-0/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=224789
* WadcomBlog is a simple open-source static blog engine written in PythonMartin Wilke2008-12-251-0/+1
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=224771
* Passenger is an Apache module allowing for simple deployment of Ruby on RailsMartin Wilke2008-12-251-0/+1
| | | | | | | | | | | | and Rack applications. WWW: http://www.modrails.com/ PR: ports/129731 Submitted by: Jacob Atzen <jatzen at gmail.com> Notes: svn path=/head/; revision=224762
* web.py is a web framework for python that is as simple asMartin Wilke2008-12-251-0/+1
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=224755
* - Disconnect www/phpSysInfoMartin Wilke2008-12-241-1/+2
| | | | | | | - Connect www/phpsysinfo www/phpsysinfo-dev Notes: svn path=/head/; revision=224715
* This view generates RRD graph images from the graph defintion placed in theAndrej Zverev2008-12-221-0/+1
| | | | | | | | | 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. Notes: svn path=/head/; revision=224568
* - Attach www/tinymce3Chin-San Huang2008-12-221-0/+1
| | | | Notes: svn path=/head/; revision=224548
* - A Catalyst framework browser detection pluginAndrej Zverev2008-12-211-0/+1
| | | | Notes: svn path=/head/; revision=224532
* PR:Clement Laforet2008-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=224287
* RTx::Shredder is extention to RT API which allow you to delete dataMartin Wilke2008-12-141-0/+1
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=224243
* RTx::RightsMatrix - Bulk editing GUI for RT rightsMartin Wilke2008-12-141-0/+1
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=224242
* This RT extension provides a calendar view for your tickets and yourMartin Wilke2008-12-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=224241
* RT's extension that allows you to automate due dates using service levels.Martin Wilke2008-12-141-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/perldoc?RT::Extension::SLA PR: ports/126779 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> Notes: svn path=/head/; revision=224240
* RT::Extension::LDAPImport - Import Users from an LDAP storeMartin Wilke2008-12-141-0/+1
| | | | | | | | | | WWW: http://search.cpan.org/perldoc?RT::Extension::LDAPImport PR: ports/126780 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> Notes: svn path=/head/; revision=224239
* Provides access to A9 OpenSearch compatible search enginesMartin Wilke2008-12-111-0/+1
| | | | | | | WWW: http://pear.php.net/package/Services_OpenSearch Notes: svn path=/head/; revision=224127
* Services_Yahoo provides object-oriented interfaces to the webMartin Wilke2008-12-111-0/+1
| | | | | | | | | service capabilities of Yahoo. WWW: http://pear.php.net/package/Services_Yahoo Notes: svn path=/head/; revision=224126
* An interface for uploading pictures to TwitPic and optionally posting themMartin Wilke2008-12-111-0/+1
| | | | | | | | | (along with status messages) to Twitter as well. WWW: http://pear.php.net/package/Services_TwitPic Notes: svn path=/head/; revision=224125
* Add p5-Catalyst-Plugin-Session-Store-Memcached-Fast 0.02, memcachedSergey Skvortsov2008-12-111-0/+1
| | | | | | | storage backend for session data. Notes: svn path=/head/; revision=224103
* This plugin allows visual CC field editing.Greg Larkin2008-12-111-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=224090
* This plugin implements a Javascript deployment platform, enablingGreg Larkin2008-12-091-0/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=224054
* - Remove recently added www/yui since it already exists as www/yahoo-uiRenato Botelho2008-12-091-1/+0
| | | | Notes: svn path=/head/; revision=224037
* The YUI Library is a set of utilities and controls, written in JavaScript, forRenato Botelho2008-12-091-0/+1
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=224035
* 2008-09-19 japanese/escpf: Has been broken for more than 6 monthsMartin Wilke2008-12-071-1/+0
| | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=223972
* CGI::Application::Plugin::Authorization adds the ability toMartin Wilke2008-12-071-0/+1
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223945
* CGI::Application::Plugin::Authentication adds the ability to authenticateMartin Wilke2008-12-071-0/+1
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223940
* OrangeHRM is an Open Source HRM information system that willMartin Wilke2008-12-061-0/+1
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=223854
* Add py-wsgiauth 0.1, a WSGI authentication middleware.Maxim Sobolev2008-12-021-0/+1
| | | | | | | Submitted by: bamby@sippysoft.com Notes: svn path=/head/; revision=223703
* - Added new port for http://trac-hacks.org/wiki/RevtreePluginGreg Larkin2008-11-261-0/+1
| | | | Notes: svn path=/head/; revision=223430
* Add p5-WWW-Mechanize-CGI 0.3, use WWW::Mechanize with CGI applications..Lars Thegler2008-11-251-0/+1
| | | | Notes: svn path=/head/; revision=223367
* - Update dillo2 port to 2.0 (port by [1]), connect to buildDmitry Marakasov2008-11-241-0/+1
| | | | | | | | | 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) Notes: svn path=/head/; revision=223331
* - Connect firefox3-i18nMartin Wilke2008-11-231-0/+1
| | | | Notes: svn path=/head/; revision=223297
* Catalyst plugin to force the application to restart server processesMartin Wilke2008-11-231-0/+1
| | | | | | | | | | | | when they reach a configurable memory threshold. Memory checks are performed every 'N' requests. This is intended as a band-aid to deal with problems like memory leaks; it's here to buy you time to find and solve the underlying issues. WWW: http://search.cpan.org/dist/Catalyst-Plugin-AutoRestart/ Notes: svn path=/head/; revision=223284
* This is a Renderer driver for Structures_DataGrid using HTML_Template_Flexy.Martin Wilke2008-11-231-0/+1
| | | | | | | | | | | | | It adds a couple of variables to a Flexy instance and adds paging functionality. This renderer also enables customised result messages, customised column labels and a column label formatter WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Flexy/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223268
* This is a Renderer driver for Structures_DataGrid using PEAR::Pager.Martin Wilke2008-11-231-0/+1
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Pager/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223267
* This is a Renderer driver for Structures_DataGrid using Smarty.Martin Wilke2008-11-231-0/+1
| | | | | | | | | WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty/ Submitted by: Nick Hilliard <nick at foobar.org> Notes: svn path=/head/; revision=223265
* Sinatra is a DSL for quickly creating web-applications in RubyMartin Wilke2008-11-211-0/+1
| | | | | | | | | | | | | | with minimal effort. It sits on top of Rack, a minimal standard interface for Ruby web frameworks. For templating, the choices include erb, haml, sass and Builder. WWW: http://github.com/bmizerany/sinatra PR: ports/128551 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Notes: svn path=/head/; revision=223157
* This module provides the CSS-specific interfaces described in the W3CMartin Wilke2008-11-211-0/+1
| | | | | | | | | | | | | | | DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. WWW: http://search.cpan.org/dist/CSS-DOM/ PR: ports/128901 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=223150
* asql is a simple console shell which allows you to run SQL queriesMartin Wilke2008-11-211-0/+1
| | | | | | | | | | | | | | against an Apache logfile, something that can be very useful - especially at getting information which is not easily available via static logfile analysers. WWW: http://www.steve.org.uk/Software/asql/ PR: ports/128110 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=223142
* Add p5-Catalyst-Plugin-CookiedSession 0.34, catalyst Plugin for storingSergey Skvortsov2008-11-211-0/+1
| | | | | | | | | | sessions in a browser cookie. PR: ports/129055 Submitted by: Denis Pokataev <catone xx cpan.org> Notes: svn path=/head/; revision=223135
* HTTP_WebDAV_Client is a RFC2518 compliant stream wrapperMartin Wilke2008-11-151-0/+1
| | | | | | | | | | | | | that allows to use WebDAV server resources like a regular file system from within PHP. WWW: http://pear.php.net/package/HTTP_WebDAV_Client/ PR: ports/128855 Submitted by: Wen Heping<wenheping at gmail.com> Notes: svn path=/head/; revision=222874
* HTTP_WebDAV_Server is a RFC2518 compliant helper classMartin Wilke2008-11-151-0/+1
| | | | | | | | | | | | for WebDAV server implementation. WWW: http://pear.php.net/package/HTTP_WebDAV_Server/ PR: ports/128856 Submitted by: Wen Heping<wenheping at gmail.com> Notes: svn path=/head/; revision=222873
* This module allows you to set some meta tags for each node, view or panelsMartin Wilke2008-11-091-0/+1
| | | | | | | | | | | | | page. Giving more attention to the important keywords and/or description on some of your nodes allows you to get better search engine positioning. WWW: http://drupal.org/project/nodewords PR: ports/128687 Submitted by: Nick Hilliard <nick at netability.ie> Notes: svn path=/head/; revision=222610
* - add HTML::GoogleMaps 6Yen-Ming Lee2008-11-081-0/+1
| | | | | | | | | | | | HTML::GoogleMaps provides a simple wrapper around the Google Maps API. It allows you to easily create maps with markers, polylines and information windows. Thanks to Geo::Coder::Google you can now look up locations around the world without having to install a local database. WWW: http://search.cpan.org/dist/HTML-GoogleMaps/ Notes: svn path=/head/; revision=222547
* HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between theMartin Wilke2008-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | browser and the web servers. It aims to bring the functionality known from tools like HttpWatch or IEInspector to the Firefox browser. Information available per request includes: - Request and response headers - Sent and received cookies - Querystring parameters - POST parameters - Response body WWW: https://addons.mozilla.org/en-US/firefox/addon/6647 PR: ports/128484 Submitted by: Steven Kreuzer <skreuzer at exit2shell.com> Notes: svn path=/head/; revision=222286