aboutsummaryrefslogtreecommitdiff
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.1Martin Wilke2010-01-042-6/+6
| | | | | | | | PR: 142300 Submitted by: fluffy Notes: svn path=/head/; revision=247170
* - Update to 1.2.1.09Martin Wilke2010-01-042-6/+7
| | | | | | | | PR: 142301 Submitted by: fluffy Notes: svn path=/head/; revision=247169
* http://www.freshbooks.com is a website that lets you create, send andMartin Wilke2010-01-045-0/+62
| | | | | | | | | | | | | | manage invoices. This module is an OO abstraction of their API that lets you work with Clients, Invoices etc as if they were standard Perl objects. WWW: http://search.cpan.org/dist/Net-FreshBooks-API/ PR: ports/142261 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=247160
* - update to 1.25Yen-Ming Lee2010-01-042-4/+4
| | | | Notes: svn path=/head/; revision=247156
* - Update to 1.52Thomas Abthorpe2010-01-042-5/+4
| | | | | | | | PR: ports/142295 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=247151
* - Update to 1.10Thomas Abthorpe2010-01-044-8/+8
| | | | | | | | PR: ports/142274 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=247150
* surf is a simple web browser based on WebKit/GTK+. It is able to displayGreg Larkin2010-01-045-0/+92
| | | | | | | | | | | | | | websites and follow links. It supports the XEmbed protocol which makes it possible to embed it in another application. Furthermore, one can point surf to another URI by setting its XProperties. WWW: http://surf.suckless.org PR: ports/141854 Submitted by: Christopher Knaust <jigboe at gmx.de> Notes: svn path=/head/; revision=247144
* MythWeb provides a frontend for scheduling and managing recordingsMartin Wilke2010-01-0411-0/+1673
| | | | | | | | | | | | | | | on your MythBox from a web browser located on another machine. Provided the security is set up correctly on your MythBox you can access your machine from anywhere on the internet, or even your mobile phone as long as you have a compatible browser. WWW: http://www.mythtv.org/wiki/MythWeb PR: ports/142148 Submitted by: Bernhard Froehlich <decke at bluelife.at> Notes: svn path=/head/; revision=247141
* - USE_APACHE=x instead of _DEPENDSPhilip M. Gollucci2010-01-041-19/+9
| | | | | | | | | | | | | - WITH_APACHE2 is deprecated - DEPENDS_ARGS doesn't work with packages, and isn't needed - p5-libapreq pulls in mod_perl - / ify dirs PR: ports/141998 Approved by: maintainer (via e-mail) Notes: svn path=/head/; revision=247099
* - Update to 1.9.3Wen Heping2010-01-043-6/+22
| | | | Notes: svn path=/head/; revision=247093
* Upgrade to 1.15.Vanilla I. Shu2010-01-043-4/+11
| | | | Notes: svn path=/head/; revision=247083
* - Update to 0.27Wen Heping2010-01-042-4/+4
| | | | Notes: svn path=/head/; revision=247080
* Accordingly update upstream_keepalive module, from 0.1 to 0.2.Sergey A. Osokin2010-01-034-8/+8
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=247066
* - Update to 0.4Nicola Vitale2010-01-033-6/+6
| | | | | | | - Change WWW url in pkg-descr Notes: svn path=/head/; revision=247063
* A library for writing Haskell web servers.Gabor Pali2010-01-036-0/+132
| | | | | | | | | | WWW: http://code.galois.com/ PR: ports/142186 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247042
* Haskell interface to the Online Encyclopedia of Integer Sequences.Gabor Pali2010-01-035-0/+106
| | | | | | | | | | WWW: http://code.haskell.org/oeis PR: ports/142182 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247040
* Update to 2009-12-25 "Lemming":Xin LI2010-01-034-495/+792
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This release needs PHP5.1.2! * many Editor improvements o automatic list indention o better headline system o link wizard template authors need to provide CSS * compatibility fixes for IE8 and Chrome * PHP 5.3 compatibility fixes * row span support in tables * downloadable code blocks * fulltext search improvements * added filename search in media manager * new dformat function plugin and template authors should replace strftime calls with this function * one click revert button for managers template authors need to add this button * nicer admin screen template authors need to provide CSS * XMLRPC improvements * many smaller feature enhancements * more plugin events * some performance optimizations * minor security enhancements * many, many, many bug fixes While I'm there, grab maintainership. Notes: svn path=/head/; revision=247036
* This is a Haskell library for writing CGI programs.Gabor Pali2010-01-025-0/+104
| | | | | | | | | | WWW: http://hackage.haskell.org/package/cgi PR: ports/142181 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247030
* A Haskell library for working with URLs.Gabor Pali2010-01-025-0/+99
| | | | | | | | | | WWW: http://www.haskell.org/haskellwiki/Url PR: ports/142180 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247029
* The HTTP package supports client-side web programming in Haskell. It letsGabor Pali2010-01-025-0/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | you set up HTTP connections, transmitting requests and processing the responses coming back, all from within the comforts of Haskell. It's dependent on the network package to operate, but other than that, the implementation is all written in Haskell. A basic API for issuing single HTTP requests + receiving responses is provided. On top of that, a session-level abstraction is also on offer (the BrowserAction monad); it taking care of handling the management of persistent connections, proxies, state (cookies) and authentication credentials required to handle multi-step interactions with a web server. The representation of the bytes flowing across is extensible via the use of a type class, letting you pick the representation of requests and responses that best fits your use. Some pre-packaged, common instances are provided for you (ByteString, String.) WWW: http://projects.haskell.org/http/ PR: ports/142178 Submitted by: Jacula Modyun <jacula(at)gmail.com> Notes: svn path=/head/; revision=247027
* Reset cjh due to inactivity. We hope to see him back again soon.Mark Linimon2010-01-022-3/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=247011
* Reset vs@FreeBSD.org at his request due to lack of time.Mark Linimon2010-01-022-2/+2
| | | | Notes: svn path=/head/; revision=247007
* The TracMath plugin allows embedded equations in wiki pages. Basically aBrooks Davis2009-12-316-0/+76
| | | | | | | | | port of mt-math to trac. WWW: http://trac-hacks.org/wiki/TracMathPlugin Notes: svn path=/head/; revision=246950
* The FiveStarVotePlugin is a modified version of the VotePluginBrooks Davis2009-12-315-0/+60
| | | | | | | | | | | | (www/trac-vote). Instead of having up and down arrows, this plugin uses a 5-star approach to rate resources. WWW: http://trac-hacks.org/wiki/FiveStarVotePlugin Notes: svn path=/head/; revision=246944
* The Trac VotePlugin adds a context-navigation entry that lets users easilyBrooks Davis2009-12-315-0/+61
| | | | | | | | | | | | vote for a Trac resource, including Wiki pages, tickets, milestones, etc. If a user has a valid session and the VOTE_MODIFY permission they will be able to vote. WWW: http://trac-hacks.org/wiki/VotePlugin Notes: svn path=/head/; revision=246943
* Add the Trac TicketImportPlugin. It lets you import into Trac a seriesBrooks Davis2009-12-315-0/+70
| | | | | | | of tickets from a CSV file or from an Excel file. Notes: svn path=/head/; revision=246942
* Update to 1.006Sergey Skvortsov2009-12-312-5/+5
| | | | | | | | | Changes: http://cpansearch.perl.org/src/KARMAN/Catalyst-Authentication-Store-LDAP-1.006/Changes PR: 141495 Submitted by: pgollucci Notes: svn path=/head/; revision=246937
* Update to 0.80Sergey Skvortsov2009-12-313-7/+10
| | | | | | | | | Changes: http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Action-REST-0.80/Changes PR: ports/141899 Submitted by: Andrey Kostenko <andrey xx kostenko.name> Notes: svn path=/head/; revision=246935
* - Restore maintainershipPav Lucistnik2009-12-313-3/+3
| | | | | | | Submitted by: Marcin Cieslak <saper@saper.info> Notes: svn path=/head/; revision=246924
* - Upgrade to 0.9025.Jun Kuriyama2009-12-313-5/+8
| | | | Notes: svn path=/head/; revision=246923
* - Added PORTSCOUT variables to stop erroneous warningsGreg Larkin2009-12-302-0/+2
| | | | Notes: svn path=/head/; revision=246899
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run Notes: svn path=/head/; revision=246839
* Accordingly update slowfs_cache module, from 1.1 to 1.2.Sergey A. Osokin2009-12-294-8/+8
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=246833
* Accordingly add http_gunzip_filter module, version 0.1.Sergey A. Osokin2009-12-294-0/+22
| | | | | | | Do not bump PORTREVISIONs. Notes: svn path=/head/; revision=246832
* - Update to 3.10.12Wen Heping2009-12-293-4/+5
| | | | Notes: svn path=/head/; revision=246829
* - Update to 0.11 [1]Philip M. Gollucci2009-12-292-8/+6
| | | | | | | | | | | Fix dependencies [2] PR: ports/141600 Submitted by: kuriyama [2], myself (pgollucci@) Approved by: maintainer timeout (fernan@iib.unsam.edu.ar; 14 days) Notes: svn path=/head/; revision=246826
* - Update to 0.14Philip M. Gollucci2009-12-292-4/+4
| | | | | | | | | PR: ports/141616 Approved by: maintainer timeout (hartzell@alerce.com; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246825
* - Update to 0.11Philip M. Gollucci2009-12-292-4/+4
| | | | | | | | | PR: ports/141603 Approved by: maintainer timeout (hartzell@alerce.com; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246823
* - Update to 0.05Philip M. Gollucci2009-12-292-5/+6
| | | | | | | | | PR: ports/141601 Approved by: maintainer timeout (fernan@iib.unsam.edu.ar; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246822
* - Update to 1.03Philip M. Gollucci2009-12-292-4/+4
| | | | | | | | | PR: ports/141599 Approved by: maintainer timeout (hartzell@alerce.com; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246821
* - Update to 0.54Philip M. Gollucci2009-12-292-4/+4
| | | | | | | | | PR: ports/141554 Approved by: maintainer timeout (zaa@zaa.pp.ru; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246817
* - Update to 0.93Philip M. Gollucci2009-12-292-4/+4
| | | | | | | | | PR: ports/141546 Approved by: maintainer timeout (cjk32@cam.ac.uk; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246815
* - Update to 0.07Philip M. Gollucci2009-12-292-4/+4
| | | | | | | | | PR: ports/141519 Approved by: maintainer timeout (oleg@mamontov.net; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246812
* - Update to 0.036Philip M. Gollucci2009-12-292-4/+4
| | | | | | | | | PR: ports/141518 Approved by: maintainer timeout (oleg@mamontov.net; 14 days) Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=246811
* Add CONFLICTS with linux-f8-flashplugin-10* and linux-f10-flashplugin-10*Juergen Lock2009-12-281-1/+1
| | | | | | | | Submitted by: chat95@mac.com (Maho NAKATA) (on -emulation, with modifications) Notes: svn path=/head/; revision=246793
* - Fix build if net/mpich2 is installedBeat Gaetzi2009-12-281-0/+6
| | | | | | | | | | PR: ports/141131 Reported by: "O. Hartmann" <ohartman AT zedat.fu-berlin.de>, Marc Lagrange <rhaamo AT gruik.at>, Rainer Hurling <rhurlin AT gwdg.de> (thanks!) Notes: svn path=/head/; revision=246782
* Update to 3.7 beta 15Johan van Selst2009-12-272-4/+4
| | | | Notes: svn path=/head/; revision=246770
* - Update to 6.19Wen Heping2009-12-272-4/+4
| | | | | | | | | PR: ports/141654 Submitted by: C-S <c-s@c-s.li> Approved by: maintainer Notes: svn path=/head/; revision=246757
* - Update to 0.34Wen Heping2009-12-273-5/+7
| | | | Notes: svn path=/head/; revision=246756
* - Fix default iconBeat Gaetzi2009-12-272-5/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: Barbara <barbara.xxx1975 AT libero.it> Notes: svn path=/head/; revision=246754