aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* - Ensure configure script won't force us to use an unwanted apr dbd backend.clement2007-01-131-0/+6
|
* - Update to 2.2.4clement2007-01-135-8/+8
| | | | | | | | - Add dumpio module - Fix rcorder [1] PR: ports/106429 [1] Submitted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> [1]
* - use new macrosdinoex2007-01-132-2/+2
|
* - update to use new bsd.gnustep.mkdinoex2007-01-133-9/+3
| | | | Approved by: gurkan@linuks.mine.nu
* - Update to 1.00miwi2007-01-132-4/+4
| | | | | | PR: 107744 Submitted by: miwi Approved by: maintainer
* - Update to 0.15miwi2007-01-132-4/+4
| | | | | | PR: 107745 Submitted by: miwi Approved by: maintainer
* - Update to 2.0.6miwi2007-01-132-4/+4
| | | | | | PR: 107743 Submitted by: miwi Approved by: maintainer
* Ruby on Rails has a nice feature to create nested parameters that helpmiwi2007-01-135-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with the organization of data in a form - parameters can be an arbitrarily deep nested structure. The way this structure is denoted is that when you construct a form the field names have a special syntax which is parsed. This plugin supports two syntaxes: dot notation <input name="foo.bar.gorch" /> subscript notation <input name="foo[bar][gorch]" /> When reading query parameters from $c->req you can now access all the items starting with "foo" as one entity using $c->req->param('foo');. Each subitem, denoted by either the dot or the square brackets, will be returned as a further deeper hashref. WWW: http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested PR: ports/107785 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
* - Update to 0.6.15sat2007-01-132-4/+4
| | | | | PR: ports/107857 Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> (maintainer)
* - Update to 0.7.0miwi2007-01-133-201/+187
| | | | | | PR: 107844 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer
* - Fix RUN_DEPENDSgabor2007-01-121-2/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/107660 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> Approved by: erwin (mentor), Jonathan Weiss <jw@innerewut.de> (maintainer)
* Change the way www/plugger-plugins-hubbe depends on print/acroread7:vd2007-01-121-2/+2
| | | | | | | | | | from executable to a package since the executable acroread7 is not installed anymore and it is uncertain on which file to depend on. Depending on package is proof against changes in the pkg-plist of the depended on port. Reported by: kris
* Extend the expiration date as a new site has been found. Leaveerwin2007-01-121-1/+1
| | | | | | | | | depricated until the port is updated to the version available there. http://svn.maxidoors.ru/udmsearch-ruby/ http://maxidoors.ru/udmsearch/ Submitted by: Charles Sprickman <spork@bway.net>
* Update to 3.35.marcus2007-01-123-6/+8
|
* - Bumped PORTREVISIONnivit2007-01-114-6/+8
| | | | | | | | | - Removed option -D (ignored by the new version of easy_install), added -q to files/pkg-deinstall.in - Updated path to the Python egg of devel/py-kid (dependency), fixing build on pointyhat (reported by kris@) Approved by: alexbl (mentor, implicit)
* Update to 1.16.tobez2007-01-112-4/+4
|
* Remove previously added security patch against session tabledelphij2007-01-112-18/+1
| | | | | | | | | exhaustion, as it causes more problems in the latest phpbb version. Users are advised to drop and re-create their session tables (phpbb_sessions, phpbb_sessions_keys) without using "HEAP" tables. Approved by: maintainer (via e-mail)
* - Update to 1.10miwi2007-01-112-4/+4
| | | | | | PR: ports/107742 Submitted by: miwi Approved by: maintainer
* fix plistijliao2007-01-111-1/+0
| | | | Submitted by: pointyhat via kris
* This storage module will store session data in a database using DBIx::Class.miwi2007-01-115-0/+58
| | | | | | | WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/ PR: ports/107781 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
* This storage module will store session data in a database using DBIx::Class.miwi2007-01-115-0/+51
| | | | | | | WWW: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBIC/ PR: ports/107784 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
* Converts a CGI query into structured data using a dotted name conventionmiwi2007-01-115-0/+52
| | | | | | | | | | | | | | | similar to TT2. expand_cgi works with CGI.pm, Apache::Request or anything with an appropriate "param" method. Or you can use expand_hash directly. If you prefer to use a different flattening convention then CGI::Expand can be subclassed. WWW: http://search.cpan.org/dist/CGI-Expand PR: ports/107780 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
* Update to 1.15lth2007-01-113-23/+20
|
* Update to adzap 20061217kris2007-01-112-4/+4
| | | | | Submitted by: Norbert Koch <nkoch@demig.de> PR: ports/107465
* - Fix size mismatch. File is retard for few littl bugfixes.miwi2007-01-111-3/+3
| | | | Submitted by: pointyhat
* - Update to 1.1miwi2007-01-103-4/+180
| | | | Submitted by: farrokhi
* - Update to 3.5miwi2007-01-102-4/+4
| | | | Submitted by: farrokhi
* This Perl module is for implementing the SCGI interface for an applicationmiwi2007-01-104-0/+39
| | | | | | | | | server. Essentially, it is a 'next generation' FastCGI type protocol. WWW: http://python.ca/nas/scgi/protocol.txt PR: ports/107710 Submitted by: Vivek Khera <vivek at khera.org>
* Update to 0.025mat2007-01-092-4/+4
|
* Mark BROKEN and set the expiration date since the project is deadale2007-01-091-0/+4
| | | | and distfile disappeared.
* Transfer maintainership of drupal and drupal-textile to Nick Hilliard.brooks2007-01-097-7/+7
| | | | Thanks for taking this on.
* Add @'s in front of ${CHOWN} calls.brooks2007-01-095-20/+20
|
* Drop maintainership.brooks2007-01-091-1/+4
| | | | | | Because this port will likely stop working fairly quickly without a maintainer, deprecate it and set it to expire Feb 1st. If you use this port, you may want to become the maintainer.
* Fix up the pkg-desc a bit.brooks2007-01-092-5/+3
| | | | Actually remove BROKEN following my uprade and fix over the weekend.
* - Fix breakage of pkg-plist.clsung2007-01-091-2/+3
| | | | | | PR: ports/107111 Submitted by: KIMURA Yasuhiro <yasu_AT_utahime dot org> Approved by: maintainer (timeout)
* - Add to ipv6 categorymiwi2007-01-081-1/+1
| | | | | | PR: ports/107053 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: maintainer
* - Update to 0.07clsung2007-01-082-5/+5
| | | | | | | - Reset maintainer to perl@FreeBSD.org PR: ports/107590 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Updated to 20061129.1.64nivit2007-01-082-4/+4
| | | | Approved by: alexbl (mentor)
* - Update to 0.9.0.1sat2007-01-083-8/+10
|
* - Update to 0.5.97.03sat2007-01-082-4/+4
|
* - Update to 0.8.7sat2007-01-082-4/+4
|
* - Update to 1.31sat2007-01-082-5/+5
|
* - Update to 1.1.4.5.061221sat2007-01-082-4/+4
|
* - Update to 0.7.13sat2007-01-082-4/+4
|
* Load, configure, and compose WSGI applications and serversnivit2007-01-077-0/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. The result is something a system administrator can install and manage without knowing any Python, or the details of the WSGI application or its container. This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file. Author: Ian Bicking <ianb at colorstudy com> WWW: http://pythonpaste.org/deploy/ PR: ports/106755 Submitted by: Dryice Liu <dryice at dryice.name> Approved by: alexbl (mentor) Reviewed by: dryice (maintainer)
* - Fixed PYPASTE_EGG valuenivit2007-01-071-1/+1
| | | | | Reviewed by: dryice (maintainer) Approved by: alexbl (mentor)
* add rubygem-layout-yullio 0.9.0ijliao2007-01-075-0/+84
| | | | A combination of Mollio CSS/HTML template and Yahoo UI grid
* - update to 2.0.6leeym2007-01-062-4/+4
| | | | | | PR: 107607 Submitted by: leeym Approved by: maintainer
* Add www/drupal-nice_menus:brooks2007-01-0613-0/+141
| | | | | | | | | | | | | | | Nice Menus is a module for the Drupal CMS which enables drop-down / right / left expandable menus. The module uses CSS to display the menus on browsers which have functional CSS. Internet Explorer is supported using Javascript. Three styles of menus are currently possible: horizontal (menus drop down); vertical (menus drop to the left); vertical (menus drop to the right). WWW: http://drupal.org/project/nice_menus Submitted by: Nick Hilliard <nick@foobar.org>
* Add www/drupal-attachment:brooks2007-01-067-0/+67
| | | | | | | | | This module is an alternative to Drupal's included upload module. It uses the filemanager module to allow a unique namespace per node and support large number of files. In addition this module allows you to give each attachment a title and description. Submitted by: Nick Hilliard <nick@foobar.org>
* Add drupal-filemanagerbrooks2007-01-067-0/+65
| | | | | | | | | This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module. Submitted by: Nick Hilliard <nick@foobar.org>
* Upgrade drupal to 4.7.5 fixing a couple security issues.brooks2007-01-0626-267/+467
| | | | | | | Upgrade drupal-pubcookie and drupal-textile to the 4.7 versions. Submitted by: Nick Hilliard <nick at foobar dot org> (upgrade to 4.7.4) Security: vid:3d8d3548-9d02-11db-a541-000ae42e9b93
* 2006-12-23 www/emp: project is shutting downmiwi2007-01-065-51/+0
| | | | 2006-12-01 textproc/nfbtrans: Unfetchable
* Update to v0.0.18lbr2007-01-063-7/+6
|
* Update to 5.7006lbr2007-01-064-42/+8
|
* Update to 1.02lbr2007-01-062-4/+5
|
* Add p5-Catalyst-Manual 5.700501, the Catalyst developer's manual.lbr2007-01-065-0/+85
|
* Add p5-HTML-Widget-DBIC 0.01, subclass of HTML::Widget for dealing withlbr2007-01-065-0/+47
| | | | DBIx::Class.
* Update to 0.05lbr2007-01-063-5/+10
|
* Update to 0.12lbr2007-01-062-4/+4
|
* Update to 0.07lbr2007-01-062-4/+5
|
* Update to 0.10lbr2007-01-062-4/+4
|
* Update to 0.24lbr2007-01-062-6/+7
|
* Update to 0.08lbr2007-01-062-5/+5
|
* 2006-12-01 www/rt3-elixus: Broken due the new mod_perl2 APImiwi2007-01-065-1007/+0
|
* 2006-12-01 net-p2p/gnome-btdownload: does not run with BitTorrent 4.x yetmiwi2007-01-064-114/+0
| | | | | | | 2006-12-01 print/ec-fonts-mftraced: Installs files before 'make install' 2006-12-01 print/yatex-xemacs-mule: hangs during build 2006-12-01 security/gnu-crypto: Does not compile 2006-12-01 www/linux-beonex: Security issues. From http://www.beonex.com/ 'The currently available Beonex Communicator 0.8 builds have several known security bugs'
* www/mediawiki13: No longer supported, please upgrade your wiki installationmiwi2007-01-0510-165/+0
| | | | www/mediawiki15: No longer supported, please upgrade your wiki installation
* - Update to 0.764rafan2007-01-053-13/+37
| | | | | | | - Pass maintainership to submitter PR: ports/107543 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
* Update to 0.15lbr2007-01-052-4/+4
| | | | | PR: 107260 Submitted by: Yen-Ming Lee <leeym@freebsd.org>
* Update to 0.13lbr2007-01-052-4/+4
| | | | | PR: 104375 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Update to 0.15lbr2007-01-052-4/+4
| | | | | PR: 104603 (was 0.14) Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* - Change from www/data to www/miwi2007-01-052-2/+4
| | | | | | | | - Bump PORTREVISION PR: 107151 Submitted by: miwi Approved by: maintainer
* Add p5-Catalyst-Controller-BindLex 0.03, stash your lexical goodness.lbr2007-01-055-0/+49
| | | | | PR: ports/104509 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
* - Update to 1.9.2clsung2007-01-052-4/+5
|
* - Update to version 4.0.4clsung2007-01-0515-40/+40
| | | | | PR: ports/107452 Submitted by: maintainer (Gerrit Beine)
* Update to 1.15.tobez2007-01-052-9/+4
|
* Update to 1.14.tobez2007-01-043-5/+18
|
* - Updated path to the Python egg of www/py-formencode (dependency)nivit2007-01-042-2/+6
| | | | Approved by: alexbl (mentor)
* - Added another MASTER_SITEnivit2007-01-045-93/+132
| | | | | | | | | - Added files/pkg-deinstall.in files/pkg-install.in - Removed files/patch-setup.py (it now uses devel/setuptools) - Taken maintainership by dryice@ PR: 106772 Approved by: alexbl (mentor), dryice (maintainer)
* add p5-WebService-ISBNDB 0.32ijliao2007-01-045-0/+61
| | | | A Perl extension to access isbndb.com
* - Update to 1.4.1clsung2007-01-043-342/+261
| | | | | PR: ports/107502 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* Update to 2.0.3.mezz2007-01-043-8/+4
|
* - Update to 0.72clsung2007-01-042-4/+4
|
* - Update to 3.1.0miwi2007-01-044-27/+20
| | | | | PR: ports/107422 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
* Cleanup unreachable sites:hrs2007-01-041-1/+0
| | | | | | | - SunSITE.sut.ac.jp has officially closed. - sut.ac.jp is now replaced with tus.ac.jp. - www.seki.ee.kagu.tus.ac.jp does not respond for a long time. - www.people.or.jp has officially closed.
* The [[TracNav]] macro implements fully customizable navigation bar for the Tracmiwi2007-01-045-0/+41
| | | | | | | | | | | wiki engine. The contents of the navigation bar is a wiki page itself and can be edited like any other wiki page. The navigation bar supports hierarchical ordering of topics. WWW: http://trac-hacks.org/wiki/TracNav PR: ports/107462 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* Update to v1.11aaron2007-01-042-4/+4
|
* - Update to 1.0.30miwi2007-01-032-6/+6
| | | | | PR: ports/107471 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* This plugin uses the new content conversion API in Trac's trunk to export Wikimiwi2007-01-035-0/+43
| | | | | | | | | | | | pages to a PDF. The link appers in the Download in other formats list at the bottom of Wiki pages. This plugin uses htmldoc to perform the conversion. WWW: http://trac-hacks.org/wiki/PageToPdfPlugin PR: ports/107270 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* - Update to 2.2.3.1garga2007-01-033-18/+4
|
* - not to touch filesystem before 'make install'leeym2007-01-031-6/+30
| | | | (http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2006122405/p5-Gantry-3.45.log)
* Nuke a bogus temporary file.brooks2007-01-032-70/+0
|
* - Update to 2007.01.01rafan2007-01-032-4/+4
| | | | | PR: ports/107428 Submitted by: Pankov Pavel <pankov_p at mail.ru> (maintainer)
* - Update to 3.4b23johans2007-01-032-7/+6
|
* Update to 1.5.6delphij2007-01-034-20/+5
|
* Fix a format string vulnerability.nobutaka2007-01-022-3/+12
| | | | Security: http://sourceforge.net/tracker/index.php?func=detail&aid=1612792&group_id=39518&atid=425439
* - Chase security/gnutls updatenovel2007-01-027-13/+14
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* - Update to 2.9.6clsung2007-01-022-6/+6
| | | | | | PR: ports/107166 Submitted by: clsung Approved by: maintainer <snowfly_AT_yuntech dot edu dot tw>
* - Update to 1.9.6clsung2007-01-022-5/+5
| | | | | | PR: ports/107165 Submitted by: clsung Approved by: maintainer <snowfly_AT_yuntech dot edu dot tw>
* - Update to 1.0.1clsung2007-01-023-4/+7
|
* add p5-WWW-Mediawiki-Client 0.31ijliao2007-01-025-0/+54
| | | | A very simple cvs-like interface for Mediawiki websites
* - Update to 0.16.0.mezz2007-01-022-3/+3
| | | | | | - More on PREFIX-cleaness. - Remove databases/ruby-libgda and multimedia/ruby-gst, these ports are no longer in the tarball and have been dropped support by the developers.
* Trac Wiki Notification is a plugin that allows users (even anonymous, as longmiwi2006-12-315-0/+65
| | | | | | | | | | as email is set) to select wiki pages that they wish to be notified (by email) when a change occurs on it. WWW: http://trac-hacks.org/wiki/WikiNotificationPlugin PR: ports/107272 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* The TagsPlugin implements both a generic tagging engine and frontends for themiwi2006-12-315-0/+39
| | | | | | | | | | | Wiki and ticket systems. An extra text entry box is added to the Wiki edit page for tagging Wiki pages and ticket fields (you can configure which ones) are treated as tags for the ticket system. WWW: http://trac-hacks.org/wiki/TagsPlugin PR: ports/107271 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* - Added files/pkg-deinstall files/pkg-installnivit2006-12-313-0/+39
| | | | | | - Added variable PYPASTE_EGG Approved by: alexbl (mentor), dryice (maintainer)
* Update to 0.7.8 release.ale2006-12-312-4/+4
| | | | | PR: ports/107045 Submitted by: Simon Olofsson <simon@olofsson.de>
* Update to 1.4.7.demon2006-12-312-4/+4
|
* - Add www/mod_evasive20miwi2006-12-311-0/+1
|
* mod_evasive20 is the renamed mod_dosevasive20miwi2006-12-313-15/+14
| | | | | | PR: ports/106870 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer) Repocopy by: marcus
* mod_cplusplus is a proper apache module which allows you to load cpp objectsmiwi2006-12-317-0/+122
| | | | | | | | | | | | as handlers for Apache-2.0. It differs from other modules i've seen in that it manages the loading and calling of separate shared objects containing your handler classes. This allows you to easily and cleanly run an entire site with c++ handlers. WWW: http://modcplusplus.sourceforge.net/ PR: ports/107361 Submitted by: Michael Durian <durian at shadetreesoftware.com>
* The AddCommentMacro allows for easy addition of commetns to a page, in amiwi2006-12-315-0/+37
| | | | | | | | | standard format. The comment body supports normal TracWiki WikiFormatting. WWW: http://trac-hacks.org/wiki/AddCommentMacro PR: ports/107268 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* This plugin provides an interface (ICtxtnavAdder) to alter the ctxtnav bar ofmiwi2006-12-315-0/+40
| | | | | | | | | | other plugins, most notably the wiki. For those of you asking what a ctxtnav bar is, its the row of links below the main navigation bar. WWW: http://trac-hacks.org/wiki/CtxtnavAddPlugin PR: ports/107269 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* - Update to 5.3.2.3rafan2006-12-312-4/+4
| | | | | PR: ports/107330 Submitted by: chinsan (maintainer)
* - Update to 0.03.3rafan2006-12-312-5/+8
| | | | | PR: ports/107317 Submitted by: chinsan (maintainer)
* sarg patch to fix cannot open period file error messagegarga2006-12-312-0/+14
| | | | | | | | Changed period file name to sarg-period to avoind conflits with uernames. Bump PORTREVISION Obtained from: sarg's site at Sourceforge
* - Fix permissionsmiwi2006-12-313-9/+11
| | | | | | - Tidy up plist Submitted by: farrokhi
* - Fix distinfo file is re-roll with minor changesmiwi2006-12-311-3/+3
| | | | | | PR: ports/107245 Submitted by: Philip Kizer <pckizer@nostrum.com> Approved by: maintainer
* mod_xsendfile is a small Apache2 module that processes X-SENDFILE headerspav2006-12-304-0/+35
| | | | | | | | | | | | | | | | registered by the original output handler. If it encounters the presence of such header it will discard all output and send the file specified by that header instead using Apache internals including all optimizations like caching-headers and sendfile or mmap if configured. It is useful for processing script-output of e.g. php, perl or any cgi. WWW: http://celebnamer.celebworld.ws/stuff/mod_xsendfile/ PR: ports/105784 Submitted by: Andrew Bennett <andrew@mystock.com>
* - Update to 2.15.1miwi2006-12-303-4/+8
| | | | | PR: ports/107302 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
* - Update to 0.22.4miwi2006-12-302-8/+7
| | | | | PR: ports/107301 Submitted by: Josh Paetzel (maintainer)
* SAMS (Squid Account Management System) is a WEB-based interface and tool tomiwi2006-12-3011-0/+1049
| | | | | | | | | | | | | | | | | | | | | manage users of SQUID proxy server. Main features are: * manage users access to SQUID - proxy with NTLM, NCSA authorization or IP address * manage prohibition of users to access to URL * manage to rewrite requested URL to graphical resources (banners, counters) * save and build reports of users statistic * switch of users access to SQUID proxy if his traffic quota is off * manage a delay pools for users groups WWW: http://sams.irc.perm.ru/ - Dindin dindin@freebsd.org.ua PR: ports/107102 Submitted by: Denis Barov<dindin@freebsd.org.ua>
* retire in favor of etoile-molluskdinoex2006-12-304-130/+0
|
* Update to 0.16erwin2006-12-302-4/+4
|
* - disconnect etoile-grrdinoex2006-12-301-1/+0
|
* Mollusk evolves from Grr. It is a RSS reader in general.dinoex2006-12-305-0/+87
| | | | | | | The main perpose of Mollusk is to demonstrate the usage of CollectionKit and BookmarkKit. WWW: http://www.etoile-project.org/
* - Request update to 0.10.4clsung2006-12-293-10/+16
| | | | | PR: ports/107295 Submitted by: Greg Larkin <glarkin_AT_sourcehosting dot net>
* Update to 0.26lth2006-12-282-4/+4
|
* Update to 1.0.7ahze2006-12-274-10/+8
| | | | Submitted by: farrokhi
* - Fix security issuegabor2006-12-273-3/+19
| | | | | | | | | | - Bump PORTREVISION PR: ports/106505 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Approved by: erwin (mentor), Gerhard Schmidt <estartu@augusta.de> (maintainer) Security: http://www.zope.org/Products/Zope/Hotfix-2006-08-21/Hotfix-20060821/README.txt
* - Fetch the correct tarballgabor2006-12-276-5548/+5582
| | | | | | | | | | - Fix security issue - Bump PORTREVISION PR: ports/106074 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Approved by: erwin (mentor), maintainer timeout Security: http://plone.org/products/plone-hotfix/releases/20061031
* - Update to 0.16miwi2006-12-272-4/+4
| | | | | PR: ports/107214 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* - Update to 5.3itetcu2006-12-273-9/+13
| | | | | | | - fix check for OpenSSL in the Makefile PR: ports/106835 Submitted by: Hugo Leisink (maintainer)
* - Update to 2.2.3garga2006-12-274-36/+5
|
* Add p5-Template-Plugin-JSON 0.02, adds a .json vmethod for all TTkuriyama2006-12-265-0/+46
| | | | values.
* Add p5-Template-Plugin-VMethods 0.03, install vmethods forkuriyama2006-12-265-0/+41
| | | | Template-Toolkit.
* - Upgrade to 0.14 (including Safari hack and 'no_x_json_header' optionkuriyama2006-12-262-7/+16
| | | | | which I've requested). - Add optional p5-YAML-Syck dependency.
* Update to v4.3aaron2006-12-262-5/+11
|
* - update to 1.2.6dinoex2006-12-262-5/+4
|
* Update to 1.5.0.9ahze2006-12-262-5/+4
|
* Update to 0.5.5.osa2006-12-254-8/+8
|
* - update to snapshot 20061221dinoex2006-12-257-39/+54
|
* - Update to 1.5.4rafan2006-12-243-5/+5
| | | | | PR: ports/107142 Submitted by: chinsan (maintainer)
* Update to 2.0.22, and pet portlint(1).delphij2006-12-243-5/+5
| | | | | | PR: ports/107162 (partly) Submitted by: Kian Mohageri <kian mohageri gmail com> Approved by: maintainer
* - Update to 1.63clsung2006-12-242-4/+4
| | | | | | PR: ports/106977 Submitted by: clsung Approved by: maintainer <snowfly_AT_yuntech dot edu dot tw>
* Add p5-Newsletter 0.03, a Simple website based Newsletter interface.rafan2006-12-235-0/+44
| | | | | PR: ports/107033 Submitted by: chinsan
* Add secondary port category ipv6.se2006-12-231-1/+1
| | | | Submitted by: Janos Mohacsi <janos dot mohacsi at bsd dot hu>
* Fix build with gcc41arved2006-12-232-0/+22
|
* - Update to 2.00. This is for Apache2.rafan2006-12-232-6/+7
| | | | | | PR: ports/99671 Submitted by: chinsan Approved by: Martin Matuska <martin at matuska.org> (maintainer)
* . update to new version 3.6.3; [1]bsam2006-12-235-20/+44
| | | | | | | | | . fix pkg-plist; [2] . remove extra blank line from Makefile. [2] PR: 107037 [1] Submitted by: Vivek Khera <vivek at khera.org> (maintainer) [1] Approved by: Vivek Khera <vivek at khera.org> (maintainer) [2]
* - Fix dependenciesgabor2006-12-221-4/+6
| | | | | | | | | - Bump PORTREVISION PR: ports/103813 Submitted by: Scot Hetzel <swhetzel@gmail.com> (with fixes from maintainer) Approved by: erwin (mentor), Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
* Update to 0.60912.tobez2006-12-224-32/+122
| | | | | | | The patch in the original PR had to be modified. PR: 105996 Submitted by: ijliao
* - Marked for Remove (2007.02.0.1)miwi2006-12-221-0/+3
| | | | | | | - Not longer maintaind please use www/caudium12 PR: ports/106869 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - add wsgiref 0.1.2alexbl2006-12-226-0/+67
| | | | | | | wsgiref is a reference implementation of the WSGI standard. This is a backport of wsgiref which is included in Python 2.5. WWW: http://cheeseshop.python.org/pypi/wsgiref
* - update to 3.45leeym2006-12-224-57/+32
|
* The ipv6 is supported in these ports, so add ipv6 category.mezz2006-12-225-5/+5
| | | | | PR: ports/107057 and ports/107056 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* - update to 0.06leeym2006-12-222-4/+4
|
* - Update to 3.0.22miwi2006-12-222-5/+4
| | | | | PR: ports/106903 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
* - Update to 1.6.5miwi2006-12-222-5/+4
| | | | | | PR: ports/106967 Submitted by: miwi Approved by: maintainer
* - Update to 2.6.3-1miwi2006-12-223-8/+12
| | | | | | PR: ports/106826 Submitted by: miwi Approved by: maintainer
* - Update to 2.2.1miwi2006-12-223-4/+8
| | | | | PR: ports/106879 Submitted by: Pankov Pavel<pankov_p@mail.ru> (maintainer)
* This port allows you to use Linux plugins such as Adobe Flash and Acrobatmiwi2006-12-224-0/+62
| | | | | | | | | Reader in the native version of Opera for FreeBSD. WWW: http://www.opera.com/ PR: ports/106860 Submitted by: Arjan van Leeuwen <freebsd-maintainer at opera.com>
* - Update to 9.10miwi2006-12-225-32/+40
| | | | | PR: ports/106860 Submitted by: Arjan van Leeuwen <freebsd-maintainer@opera.com> (maintainer)
* - Update to 0.7.9.1sat2006-12-222-4/+4
|
* - Update to 1.0.7sat2006-12-222-4/+4
|
* - Update to latest snapshots (2006-12-21)sat2006-12-226-9/+13
|
* - Update to 2.0.0.1 (we're now at 41 locales)sat2006-12-2210-565/+640
|
* - update MASTER_SITESleeym2006-12-211-1/+1
|
* - Update to 2.0.0.1sat2006-12-212-4/+4
|
* Fix build with gcc41arved2006-12-211-0/+11
|
* Upgrade to version 1.66.olgeni2006-12-213-5/+16
|
* - Update to 0.61clsung2006-12-213-7/+4
|
* - unbreak on 4.xclsung2006-12-213-4/+24
| | | | | | | | | | | - www/clearsilver was marked BROKEN on FreeBSD 4.X because of a missing pthread library. However, pthread.h exists on 4.X, and that causes the configure script to get confused. Clearsilver can be built successfully on 4.X as long as the proper HAVE_PTHREAD value is set. PR: ports/106744 Submitted by: Greg Larkin <glarkin_AT_sourcehosting dot net>
* Update to 2.0.0.1ahze2006-12-219-93/+12
| | | | Release notes: http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/
* In preparation to deprecate shells/bash2:bsam2006-12-211-1/+1
| | | | . change BUILD_DEPENDS: shells/bash2 -> shells/bash.
* Back out previous commit as it breaks INDEX.erwin2006-12-201-2/+1
| | | | Hat: portmgr
* Readd mod_log_sql2-dtc as removing it breaks INDEX at other places.erwin2006-12-201-1/+1
|
* - Update to 1.3.2clsung2006-12-203-4/+17
| | | | | | PR: ports/106959 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Approved by: maintainer (Dryice Liu)
* Disconnect mod_log_sql2-dtc as it (again) breaks INDEX.erwin2006-12-201-1/+1
| | | | With hat: portmgr
* urljrclsung2006-12-205-0/+43
| | | | | | | | | | | ----- URL-related utilites from JanRain, Inc. This package contains the "fetchers" module, which provides a common interface to urllib2 and curl for making HTTP requests. WWW: http://www.openidenabled.com/openid/libraries/python/urljr/
* - Update 0.06clsung2006-12-202-5/+4
|
* Add gregarius 0.5.4, web-based RSS/RDF/ATOM news aggregator.clsung2006-12-205-0/+283
| | | | | PR: ports/106797 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Update to 2.3.6.dehaupt2006-12-202-17/+4
|
* - Add a theme named "minimal"sat2006-12-203-1/+305
|
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-204-6/+8
| | | | Approved by: portmgr
* - Update to 0.9.3-5.wink.at.nivit.;)sat2006-12-203-7/+5
|
* Add USE_APACHE=2.2+, else it tries to build Apache1.3 is nothing is installedscrappy2006-12-191-0/+2
| | | | yet ...
* LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, butclsung2006-12-195-0/+70
| | | | | | | paranoid against attackers. It's to be used when you're fetching a remote resource on behalf of a possibly malicious user. WWW: http://search.cpan.org/dist/LWPx-ParanoidAgent/
* - utilize USE_BDBleeym2006-12-194-31/+52
| | | | PR: 89023
* Update to 1.15.5 release:ale2006-12-193-44/+8
| | | | | - drop support for FreeBSD < 4.x - remove pkg-plist
* Update to 9.10, see changelogs for details:mezz2006-12-198-16/+22
| | | | | | | | | | | | http://www.opera.com/docs/changelogs/linux/910/ The most important part in this release is added a new feature, fraud protection. It is a phishing filter and keep in mind that it is not enable by default. To enable it, go to Tools > Preferences > Advanced > Security and check the "Enable Fraud Protection". I am using it right now and it doesn't affect any speed. To learn more about fraud protection, visit here: http://www.opera.com/docs/fraudprotection/
* BIG Update of Mambo 4.5.4 to 4.6.1laszlof2006-12-183-861/+1415
| | | | | PR: ports/106547 Submitted by: Francisco Alves Cabrita <include@npf.deec.uc.pt> (maintainer)
* - utilize USE_BDBleeym2006-12-181-4/+4
|
* upgrade to 2.8ijliao2006-12-183-7/+7
|
* - Fix build on 64-bit architecturesmiwi2006-12-171-0/+6
| | | | | PR: ports/106816 Submitted by: Jean-Baptiste Quenot <jbq@caraldi.com> (maintainer)
* Fix the build with GCC 4.x.marcus2006-12-171-0/+79
| | | | | Obtained from: Fedora local patches and Mozilla LXR Reported by: pointyhat via kris
* - Update to 2.1.17miwi2006-12-162-4/+4
| | | | Submitted by: farrokhi
* - Update to 1.6.8miwi2006-12-162-4/+4
| | | | Submitted by: farrokhi
* - Update to 1.5.5.1 (1.5.5-pl1)rafan2006-12-162-5/+5
| | | | | | PR: ports/106777 Submitted by: Jose Fernandes <jose at diasfernandes.pt> Approved by: Alex Varju <freebsd-ports at varju.ca> (maintainer)
* Fix our gross -lpthread hack to work with GCC 4.1.marcus2006-12-163-3/+3
| | | | Reported by: pointyhat via kris
* - Update from 0.93->0.95aaron2006-12-163-7/+7
| | | | | PR: ports/106043 Submitted by: Christopher Boumenot <boumenot@gmail.com>
* - Forgotten in last commitrafan2006-12-161-0/+23
|
* - Fix build on 64-bit archrafan2006-12-164-22/+27
| | | | | | | | | | | | | Keep sync with www/resin3: - A new option can be set in rc.conf to specify Java version to be used: resin2_java_version - Set REQUIRE and KEYWORD in rc.d script - Fix faststart in rc.d script - Update maintainer's email PR: ports/106793 Submitted by: Jean-Baptiste Quenot <jb.quenot at caraldi.com> (maintainer)
* Fix a double-free while performing print operations which could trigger aahze2006-12-164-2/+54
| | | | | | | segmentation fault if malloc debugging was enabled. Submitted by: marcus Reported by: dougb
* Fix a double-free while performing print operations which could trigger amarcus2006-12-1612-3/+162
| | | | | | segmentation fault if malloc debugging was enabled. Reported by: dougb
* - Added Hotfix-20060821nivit2006-12-163-4/+20
| | | | | | PR: 106508 Submitted by: HAYASHI Yasushi <yasi@yasi.to> Approved by: alexbl (mentor), Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
* - update to 0.39clsung2006-12-152-9/+7
| | | | - pet portlint
* Assign maintainership to an internal Opera support list.linimon2006-12-151-1/+1
| | | | Requested by: maintainer
* Update to 0.5.4.osa2006-12-154-8/+8
|
* - Fix gcc 4.X buildmiwi2006-12-153-45/+67
| | | | | PR: ports/106737 Submitted by: trasz
* - Update to 0.5.6miwi2006-12-1514-148/+34
| | | | | PR: ports/106731 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
* - Update to 2.6.STABLE6miwi2006-12-156-190/+172
| | | | | | | - update the ICAP core patchset to CVS as of 2006/12/14 PR: ports/106718 Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
* - Update to 0.08miwi2006-12-142-4/+4
| | | | | PR: port/106677 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
* - Update to 0.15miwi2006-12-142-4/+4
| | | | | PR: ports/106678 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* Python Paste brings consistency to Python web development and webmiwi2006-12-145-0/+315
| | | | | | | | | | | | | | | | application installation, providing tools for both developers and system administrators. These provide several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333) interface, and should be compatible with other middleware based on those interfaces. Author: Ian Bicking <ianb at colorstudy com> WWW: http://pythonpaste.org PR: ports/106706 Submitted by: Dryice Liu <dryice at dryice.name>
* - Update to 2.0.4miwi2006-12-142-4/+4
| | | | | | PR: ports/106686 Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (maintainer) Security: http://www.vuxml.org/freebsd/fefd93d8-8af5-11db-9d01-0016179b2dd5.html
* - Update to 2.1.4.20061126miwi2006-12-142-2/+5
| | | | | | PR: ports/106687 Submitted by: TAKATSU Tomonari <tota@rtfm.jp> (maintainer) Security: http://www.vuxml.org/freebsd/fefd93d8-8af5-11db-9d01-0016179b2dd5.html
* Drop audio/alsaplayer from the dependencies, it's going to be removed.vd2006-12-141-2/+1
|
* Update to 0.5.3.osa2006-12-144-8/+8
|
* - Update to 0.0104clsung2006-12-142-5/+5
| | | | | | | - Move to perl@FreeBSD.org PR: ports/106525 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 0.05clsung2006-12-142-5/+5
| | | | | | | - Move to perl@FreeBSD.org PR: ports/106524 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Sync with www/apache13.sumikawa2006-12-142-5/+4
|
* fix build on 7.0 with gcc 4.1edwin2006-12-142-1/+27
|
* fix ssl detection if openssl does not exist in base but in LOCALBASEoliver2006-12-142-0/+4
| | | | | PR: ports/105791 Approved by: maintainer
* Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email.linimon2006-12-144-4/+4
| | | | Hat: portmgr
* Update to 1.2.0 final release.ale2006-12-132-5/+4
|
* - Fix CML option using -llua.mnag2006-12-131-1/+1
| | | | | PR: 105863 Submitted by: Jun MUKAI <mukai___jmuk.org>
* Reset whitekid@gmail.com after timeouts and no response to email.linimon2006-12-134-4/+4
| | | | Hat: portmgr
* - Take maintainershipmnag2006-12-131-1/+1
|
* Reset hendrik@scholz.net due to a number of timeouts.linimon2006-12-131-1/+1
| | | | Hat: portmgr
* Update the ftp/curl port to 7.16.0.roam2006-12-135-5/+9
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* - Update to 0.10.3clsung2006-12-132-4/+4
| | | | | | | | | | | | | | | | Trac 0.10.3 is a bug fix release and fixes a few bugs introduced in the 0.10.1 and 0.10.2 releases. A brief summary of major changes: * Timeline fail to load with a "NoSuchChangeset" error message (#4132). * Timed out MySQL connections not handled properly (#3645). * Subversion repository resync broken. (#4204). The complete list of closed tickets can be found here: http://trac.edgewall.org/query?status=closed&milestone=0.10.3 PR: ports/106664 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
* - Update to 1.1.4.5.061206sat2006-12-132-4/+4
|
* - Update to 0.3.5.2sat2006-12-132-7/+4
|
* - Update to 200612102342miwi2006-12-132-4/+4
| | | | Submitted by: farrokhi
* - Update to 3.4b21johans2006-12-132-4/+4
|
* Remove expired ports:vd2006-12-1316-1168/+0
| | | | | 2006-12-01 net/wais: Imported 12 years ago; never completed 2006-12-01 www/w3c-httpd: Does not compile
* Remove expired www/frontpage and all frontpage ports:vd2006-12-1359-4167/+0
| | | | | | | | | | | | | | | | | | | | | 2006-12-01 www/frontpage: Microsoft Frontpage Extensions have reached their End-of-Life portuguese/frontpage-pt_BR www/frontpage-ar www/frontpage-de www/frontpage-es www/frontpage-fr www/frontpage-he www/frontpage-it www/frontpage-ja www/frontpage-ko www/frontpage-nl www/frontpage-sv www/frontpage-th www/frontpage-zh www/mod_frontpage www/mod_frontpage-rtr www/mod_frontpage2-rtr
* Remove expired leaf ports:vd2006-12-1215-567/+0
| | | | | | | | | | | 2006-12-01 www/nspostgres: Use www/aolserver with WITH_NSPOSTGRES=1 instead. 2006-12-01 www/fxhtml: crusty old a.out binary, not useful any more 2006-12-01 www/jakarta-tomcat3: Please use www/tomcat55 instead 2006-12-10 shells/mudsh: Project disappeared from the internet 2006-12-09 print/py-freetype: Project has disappeared and is no longer fetchable 2006-12-01 palm/syncal: Does not build with new pilot-link 2006-12-01 net/tn3270: dumps core. Please use net/c3270 instead 2006-12-01 multimedia/dvdwizard: has an incomplete dependency list
* Remove expired leaf ports:vd2006-12-1212-228/+0
| | | | | | | 2006-12-01 x11/XFree86-aoutlibs: Requires a.out ld.so and support libraries 2006-12-10 x11/linux-XFree86-libs: superseeded by linux-xorg-libs port 2006-12-04 www/mod_v2h: No longer available for download, the website is gone 2006-12-04 www/mod_injection: No longer available for download, the website is gone
* Remove expired leaf ports:vd2006-12-129-180/+0
| | | | | 2006-12-01 www/p5-ldap-abook: Arbitrary command execution vulnerability in CGI script 2006-12-07 x11-wm/tpager: Unmaintained and disappears from MASTER_SITE on a regular basis
* Remove expired leaf port:vd2006-12-125-71/+0
| | | | 2006-12-01 www/mozilla-bonobo: "Does not build with new Mozilla"
* Update to 4.5.11.laszlof2006-12-123-5/+13
|
* - Update to 4.0.5miwi2006-12-123-2284/+2286
| | | | | | - Pass maintainership to submitter Submitted by: farrokhi
* Add p5-CGI-Application-Plugin-DebugScreen 0.06, this plug-in addclsung2006-12-125-0/+50
| | | | | | | DebugScreen support to CGI::Application. PR: ports/103377 Submitted by: George Hartzell <hartzell at alerce.com>
* Update to new release 0.16.15.bsam2006-12-122-4/+4
| | | | | | | | Release Date: 2006-12-07. Changelog: * If no group entries are found a clear error message gives a hint to select another group search root. * Search requests for LDIF/DSML export add * to requested attributes. This fixes limited export if configuration parameter requested_attrs is set.
* Update to 0.9.3.2laszlof2006-12-123-221/+204
|
* Update to 0.4.3ahze2006-12-112-6/+6
|
* - Update to 1.3rafan2006-12-112-4/+4
| | | | | | | | In PR, chinsan@ submitted an update to 1.2. Maintainer sends a new version instead. PR: ports/106397 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer)
* - Update to 0.9.3-4sat2006-12-112-5/+5
|
* - Update to 1.18rafan2006-12-112-4/+4
| | | | | | PR: ports/106398 Submitted by: chinsan Approved by: Lapo Luchini <lapo at lapo.it> (maintainer)