Commit graph

9024 commits

Author SHA1 Message Date
sno
7bb88366f6 Updating www/p5-Catalyst-Devel from 1.21 to 1.26
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
1.26  2010-01-12 03:55:50
        - Depend on Catalyst::Plugin::Static::Simple 0.28 to avoid failures
          caused by a bug in 0.27.

1.25  2010-01-02 16:13:06
        - Update repository metadata after moving from svn to git.

1.24  2009-12-07 23:23:36
        - File name for .yml file generated is now correct.
        - Fixes for consistent spacing in generated application template.
        - Stop requiring generated test files to have a true return value.
        - Win32 compatibility fixes:
          1) hardcoded 'make' replaced by: $Config{make}||'make'
          2) testing executable flags skipped on Win32
        - Fix pod to match option names on Catalyst::Script::Server

1.23  2009-12-06 12:22:12
        - Fix generated app test to be multi-platform and fix issue with case
          for generated files. (Dave Rolsky)
        - Fix Test::More version dependency so that subtest works correctly.
        - Add a $VERSION to Catalyst::Helper as PAUSE used to pull $VERSION
          (i.e. 0.01) out of the app template section and use that, so we now
          can't not have a version number here or it makes pause unhappy.

1.22  2009-12-05 07:23:00
        - Use MooseX::Emulate::Class::Accessor::Fast so that options
          supplied to ->new are put into the hash even if attributes
          do not exist for them. This fixes -force recreating application
          scripts.

1.21_01  2009-12-01 03:34:23
        - Update generated scripts to use the new Catalyst::Script:: classes
          available from Catalyst 5.80014_02.
          Note: Any applications whos scripts are upgraded will need to depend
          on at least this version of Catalyst.
        - Change application templates from being inlined in Catalyst::Helper
          to being in a share dir making the templates much easier to maintain
          and patch.
        - Generate new applications with Moose and Moose style components.
        - Remove dependency on parent.pm as this has been removed from the generated
          application template.
        - Turn off deprecated regex component lookup in the config of new
          applications.
        - Test application generation and helper classes properly.
        - Change tests in generated application and components to use the new
          done_testing feature rather than having test plans.
        - Update required versions of dependencies to ensure the installed versions
          won't cause deprecation warnings with the latest Catalyst.
        - Exclude root/, t/ and hidden dirs from file change monitoring when
          using File::ChangeNotify 0.08+. (dew)
        - Updated POD of Module/Install/Catalyst.pm (Karsten Heymann)
        - Added debian package building temp files to the list
          of ignored files/directories and fix ignore for subversion
          checkouts. (Karsten Heymann)
2010-01-16 18:17:37 +00:00
sno
25214b6453 Updating www/p5-CatalystX-LeakChecker from 0.04nb1 to 0.05
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.05  Sun, 29 Nov 2009 17:38:51 +0100
  * Depend on a later version of PadWalker to avoid segfaults in the
    Catalyst test suite.
2010-01-16 18:14:36 +00:00
sno
c4aa65bdee Updating www/p5-Catalyst-Plugin-Static-Simple from 0.25 to 0.28
pkgsrc changes:
  - Adjusting dependencies
  - Adjusting module type to use bundled Module::Install

Upstream changes:
0.28   2010-01-04 13:15:00
        - Fix issues in debug mode. (RT#53338)

0.27   2010-01-03 14:49:00
        - Switch to being a Moose role, removing dependencies on
          Class::Data::Inheritable and Class::Accessor (Andrey Kostenko in
          RT#51089)
        - Make Pod tests mandatory for authors but never run otherwise
        - Switch to Test::NoTabs to ensure no tabs, rather than
          Test::Perl::Critic

0.26   2009-12-06 12:30:00
        - Fix Pod to show less nasty method of assigning config by calling
          the config method with parameters, rather than poking around inside
          the hash.
        - Require newer (>= 0.15) Catalyst::Plugin::SubRequest for subrequest
          tests as old versions don't work with new Catalyst (>= 5.80014)
2010-01-16 18:12:51 +00:00
sno
16b50e8fdd Updating www/p5-Catalyst-Runtime from 5.80014 to 5.80018
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
5.80018 2010-01-12 22:24:20
  Bug fixed:
   - Call ->canonical on URI derived from $ENV{REQUEST_URI} to get
     paths correctly decoded. This bug was previously hidden by a bug
     in HTTP::Request::AsCGI

  Documentation:
   - Clarify that uri_for_action works on private paths, with example.

  Deprecations:
   - Saying use Catalyst::Test; (without an application name or () to stop
     the importer running is now deprecated and will issue a warning.
     You should be saying use Catalyst::Test ();

5.80017 2010-01-10 02:27:29
  Documentation:
   - Fix docs for ->forward method when passed a class name - this should
     be a component name (e.g. View::HTML, not a full class name, like
     MyApp::View::HTML).

  Bug fixes:
   - --daemon and -d options to Catalyst::Script::FastCGI are fixed.
   - Fix the debug dump for applications which use Catalyst::Plugin::Session
     (RT#52898)
   - Fix regression in the case where mod_rewrite is being used to rewrite
     requests into a path below your application base introduced with the
     %2F related fixes in 5.80014_02.
   - Do not crash on SIGHUP if Catalyst::Engine::HTTP->run is not passed the
     argv key in the options hash.
   - Correctly pass the arguments to Catalyst::Script::Server through to
     Catalyst::Engine::HTTP->run so that the server can restart itself
     with the correct options on SIGHUP.
   - Require new MooseX::MethodAttributes to be compatible with Moose
     versions >= 0.93_01
   - Require new MooseX::Role::WithOverloading to be compatible with Moose
     versions >= 0.93_01

  Cleanups:
    - Stop suppressing warnings from Class::C3::Adopt::NEXT now that most plugins
      have been updated to not use NEXT. If you get warnings then please upgrade
      your components or log a bug with the component author if an upgrade is
      not available. The Class::C3::Adopt::NEXT documentation contains information
      about how to suppress the warnings in your application if you need to.

5.80016 2009-12-11 23:23:33
  Bug fixes:
   - Fix slurping a file to work correctly with binary on Win32 in the
     encoding test controller.

  Bug fixes in the new scripts (for applications which have been upgraded):
   - Allow --restartdirectory as an option for the Server script, for
     backwards compatibility. (Dave Rolsky)
   - The --host option for the server script defaulted to localhost, rather
     than listening on all interfaces, which was the previous default. (Dave
     Rolsky)
   - Restore -p option for pid file in the FastCGI server script.
   - Fix the script environment variables MYAPP_PORT and MYAPP_RELOAD RT#52604
   - Fix aliasing applications under non-root paths with mod_rewrite in
     some apache versions where %ENV{SCRIPT_NAME} is set to the real name of
     the script, by using $ENV{REDIRECT_URL} which contains the non-rewritten
     URI.
   - Fix usage display when myapp_create.pl is run with no arguments. RT#52630

  New features:
   - The __MOP__ hash element is suppressed from being dumped fully
     (and instead stringified) when dumping the error screen to be
     less packed with information of no use.

  Documentation:
   - Fix Pod nits (RT#52370)

5.80015 2009-12-02 15:13:54
  Bug fixes:
   - Fix bug in Catalyst::Engine which would cause a request parsing to end
     prematurely in the hypothetical case where calling $engine->read returned
     the single character '0'.
   - Fix failing tests when combined with new HTTP::Request::AsCGI

  Documentation:
   - Improved documentation on read and read_chunk methods in Catalyst::Engine.
   - Fix reversal of SCRIPT_NAME and PATH_INFO in previously correct nginx
     FastCGI documentation introduced in _02.

5.80014_02 2009-12-01 00:55:23
  Bug fixes:
   - Fix reporting the wrong Content-Length if the response body is an
     upgraded string. Strings mean the same thing whether or not they are
     upgraded, may get upgraded even after they are encoded, and will
     produce the same output either way, but bytes::length returns too big
     values for upgraded strings containing characters >127
   - Fix t/live_fork.t with bleadperl (RT#52100)
   - Set $ENV{PATH_INFO} from $ENV{REQUEST_URI} combined with
     $ENV{SCRIPT_NAME} if possible. This is many web servers always fully
     decode PATH_INFO including URI reserved characters. This allows us to
     tell foo%2cbar from foo%252cbar, and fixes issues with %2F in paths
     being incorrectly decoded, resulting in too many path parts (rather
     than 1 path part containing a /, on some web servers (at least nginx).
     (RT#50082)
   - Require new HTTP::Request::AsCGI so that it fully decodes $ENV{PATH_INFO}
     in non CGI contexts. (RT#50082)

  Refactoring / cleanups:
   - NoTabs and Pod tests moved to t/author so that they're not run
     (and then skipped) normally.

  Documentation:
    - Fix Pod nits in Catalyst::Response (RT#51818)

5.80014_01 2009-11-22 20:01:23
  Bug fixes:
   - Filehandle now forced to binmode in CGI and FastCGI engines. This appears
     to correct some UTF-8 issues, but may break people's code which relies
     on the old behaviour.

  Refactoring / cleanups:
   - Plugins which inherit from Catalyst::Controller or Catalyst::Component
     are deprecated and now issue warnings.
2010-01-16 18:10:59 +00:00
sno
4d5c940a33 Updating www/p5-App-Nopaste from 0.17 to 0.18
pkgsrc changes:
  - Changing to module type Module::Install::Bundled

Upstream changes:
0.18    Wed Dec 30 16:04:45 2009
        Add ssh support (obra, jibsheet)
2010-01-16 18:02:53 +00:00
wiz
13885fd0b0 Remove workaround for compiler bug in gcc2 on sparc64. 2010-01-16 17:57:36 +00:00
sno
a95a17d573 Updating www/p5-HTTP-Request-AsCGI from 0.9 to 1.2
pkgsrc changes:
- Correcting license

Upstream changes:
1.2 2010-01-12
    - Fixed the %ENV concatenation that's broken in 1.1 but wasn't shipped to CPAN (miyagawa)
    - REQUEST_URI is trying to replicate as raw values as possible, without being canonicalized (miyagawa)

1.1 2009-12-07
	- added test to check that %ENV is preserved after setup is called
	- setup now concatenates its environment to %ENV instead of replacing it

1.0 2009-11-30
    - Change how PATH_INFO is decoded so that everything is decoded, including
      URI reserved characters (RT#50082)
2010-01-16 16:32:16 +00:00
sno
fb10a4055b Adding SUBDIR for currently imported new packages 2010-01-16 16:06:42 +00:00
sno
2ef4408225 Importing www/p5-LWP-Online 1.07 as indirect dependency of upcoming
Padre import.

This module attempts to answer, as accurately as it can, one of the nastiest
technical questions there is.

Am I on the internet?

That is, it's a problem that had no clean permanent solution, and for which
you could just keep writing more and more functionality indefinitely,
asymtopically approaching 100% correctness but never reaching it.

And so this module is intended to do as good a job as possible, without
having to resort to asking any human questions (who may well get it wrong
anyway), and limiting itself to a finite amount of programming work and a
reasonable level of memory overhead to load the code.
2010-01-16 15:58:53 +00:00
sno
050cf83d08 Updating www/p5-URI from 1.51 to 1.52.
pkgsrc changes:
- Adjusting dependency of core modules

Upstream changes:
2009-12-30 Release 1.52 - Gisle Aas <gisle@ActiveState.com>
   Gisle Aas (7):
      Encode::decode('UTF-8',...) with callback implemented in 2.39
      %%host%% hack can be removed when URI::_server::as_iri works
      Don't croak on IRIs that can't be IDNA encoded
      IDNA roundtrip test on wrong variable
      Check behaviour when feeded URI constructor Latin-1 chars
      Add some test examples from draft-duerst-iri-bis.txt
      Need to recognize lower case hex digits as well
2010-01-16 15:25:23 +00:00
tnn
a634b48f4b catch up with epiphany 2010-01-16 14:56:18 +00:00
tnn
3700894f32 Update to epiphany-2.28.2.
gecko support has been removed upstream, so switch to webkit rendering.
2010-01-16 14:46:27 +00:00
abs
ad11bee17b +py-django-registratio 2010-01-16 10:53:54 +00:00
abs
fd93208e77 Added www/py-django-registration version 0.8a1
django-registratio is a simple application which provides flexible
user registration for Django-based projects. The default setup
implements a fairly common workflow:

  1. User signs up for account.
  2. User receives an email containing instructions for activating
     the account.
  3. User activates and begins using the site.
2010-01-16 10:53:26 +00:00
tnn
42bc9cdf8c Update to openjdk7 b78 snapshot.
(b79 is released but not yet merged on the bsd-port branch)
2010-01-15 19:18:42 +00:00
taca
adda8a688f Update typo3 package to 4.3.1
he TYPO3 core team has just released TYPO3 version 4.3.1, which is now
ready for you to download. It is a maintenance release of the current
stable branch 4.3 and contains bugfixes and security fixes.

IMPORTANT: This version includes important security fixes to the TYPO3
core. A security announcement has just been released:

http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-001/

For details about the release, see:
http://wiki.typo3.org/index.php/TYPO3_4.3.1
2010-01-14 14:59:26 +00:00
obache
b480af79f4 Update HOMEPAGE and MASTER_SITES to catch up rearrange of the site.
Problem noticed by Bug Hunting via PR#42609.

At the moment, MASTER_SITES is commented out.
Although it is linked from HOMEPAGE, but only have very old version now.
(and tarball from http://pypi.python.org/pypi/urlgrabber is checksum mismatch).
2010-01-12 01:34:18 +00:00
joerg
6342f5e76a Fix bash reference. Bump revision. 2010-01-08 18:53:12 +00:00
drochner
24a164dab1 ass patches from webkit CVS to fix security problems
(CVE-2009-2816, CVE-2009-3384), bump PKGREVISION
2010-01-08 09:56:09 +00:00
obache
8040914821 Add two patches to fix CVE-2009-4405, taken from upstream.
Bump PKGREVISION.
2010-01-06 13:19:45 +00:00
wiz
aed9f40bc2 - firefox-bin-nightly. 2010-01-06 11:39:30 +00:00
joerg
caa04e2563 Installation doesn't work with destdir. Make sure to pull include/openssl
into the include path. Mark as only for Apache 2.2.
2010-01-04 15:43:17 +00:00
joerg
d30fc39c0d Remove www/firefox-bin-nightly, it has been marked as BROKEN for ages. 2010-01-04 15:24:03 +00:00
gdt
3dabea3c13 Update to 0.11.6, addressing
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4405

From release notes at:
  http://trac.edgewall.org/browser/tags/trac-0.11.6/RELEASE

November 28, 2009

Trac 0.11.6 contains two security fixes and a number of bug fixes,
performance improvements and minor enhancements.

Changes in 0.11.6

        * Fixed the policy checks in report results when using
          alternate formats.
        * Added a check for the "raw" role that is missing in docutils
          < 0.6.
        * Re-enabled connection pooling with SQLite (#3446).
        * Added caching of configuration options (#8510).
        * Fixed the "database is locked" issue with SQLite (#3446,
          #8468).
        * Deprecated SQLite 2.x support (#8625).
        * Fixed hanlding of times in timezones with DST (#8240).
        * Avoid corruption of trac.ini during write (#8623).
        * Improved support for revision ranges in the revision log
          view (#8349)

updating during freeze approved by wiz@
2010-01-03 20:49:41 +00:00
schmonz
4cf6cedb04 Update to 3.20100102.3 ("Happy palindrome day!"). From the changelog:
* pagestats: Add show parameter. Closes: #562129
* toc: Add startlevel parameter. (kerravonsen)
* comments: Add a checksum to the name of comment pages, to avoid
  merge conflicts when comments are posted to two branches of a site.
* linkmap: Add option to omit disconnected pages from the map.
* inline: Fix bug that limited displayed pages when feedshow was
  specified w/o show.
* Fix several places that did not properly handle capitalization of
  the discussionpage setting. Specifically, fixes discussion actions
  on discussion pages, and unbreaks the opendiscussion plugin.

Updating during the freeze for relevant bugfixes, particularly this last.
2010-01-03 16:07:05 +00:00
joerg
261a9a7ba3 Remove seamonkey-bin-nightly. It is completely outdated and can't even
be fetched. Proposed on tech-pkg, OK wiz
2009-12-30 21:11:20 +00:00
taca
0fe63c70d3 Update typolight28-translations package to 20091228.
Update Turkish translation files.
2009-12-30 15:43:33 +00:00
taca
8b4f6d7d2c Update typolight27-translations package to 20091228.
Update Turkish translation files.
2009-12-30 15:42:31 +00:00
obache
d4ded84342 Add bash to USE_TOOLS, instead of BUILD_DEPENDS. 2009-12-28 11:26:17 +00:00
obache
8bec9acbf6 Re-add patch-ab, fixes runtime error on Interix.
It initially existed originally came from PR#27567 for www/apache2.
CVE-2007-3304 parts was added in rev 1.2, then whole patch file was removed in
rev 1.3 as update to apache-2.2.6, because the update contains fix for
CVE-2007-3304 and comments of patch-ab only mentioned about the CVE.

To prevent a recurrence of such a accident, added PR#27567 as comments
for patch-ab.
2009-12-26 04:51:01 +00:00
taca
4e998c407b Update www/squid30 package to 3.0.21 (3.0.2.STABLE21).
Changes to squid-3.0.STABLE21 (22 Dec 2009):

        - Bug 2830: Clarify where NULL byte is in headers.
        - Bug 2778: Linking issues using SunCC
        - Bug 2395: FTP errors not displayed
        - Bug 2155: Assertion failures on malformed Content-Range response headers
        - Fix parsing and a few bugs in ACL time type
        - Fix RFC keep-alive compliance on intercepted replies
        - Improved security hardening on %nn parser
        - Replace several GCC-specific code snippets.
2009-12-25 13:49:56 +00:00
sborrill
d7fbef4edb Fix HOMEPAGE and MASTER_SITES.
Bump PKGREVISION
2009-12-24 13:18:31 +00:00
taca
690fc6aff0 Update typolight28 package to 2.8rc2.
Major changes:

* Security fix for install tools
* Improved event lists

http://www.typolight.org/news/items/typolight-2_8_RC2.html
2009-12-24 03:21:40 +00:00
taca
529708d887 www/typolight* work with PHP 5.2 and lator.
No functional change.
2009-12-23 12:53:46 +00:00
taca
93014e09b1 Add more "used by" comments. 2009-12-23 12:51:41 +00:00
schmonz
031b1a674a Update to 3.20091218. From the changelog:
* Add complete Spanish basewiki translation done by Fernando Gonzalez de
    Requena.
* Improve javascript onload handling.
* monotone: Deal with format change in version 0.45.
    (Thanks, Richard Levitte)
* cvs: Add missing bit to Automator.
* attachment: Fix reversion in attachment sorting by age.
* Fix utf-8 problems in rename, remove, attachment, 404, sourcepage, and
    goto.

Updating this leaf during the freeze for the bugfixes.
2009-12-22 23:23:27 +00:00
joerg
ff4df208b7 ext/mssql/configure is created too late for patching in other module
builds or the main www/php4 package. Patch the config.m4 source instead.
2009-12-21 20:02:44 +00:00
zafer
43740e44bd update master_sites. 2009-12-21 01:01:15 +00:00
tonnerre
ce61cca68a Update horde to version 3.3.6 in order to fix a cross-site scripting
vulnerability.

Changes since version 3.3.3 are not found on the web site for some
reason (while changes before 3.3.3 are).
2009-12-20 22:15:13 +00:00
taca
99506141cc Remove www/opengoo package. Open Goo was rebranded as Feng Office. 2009-12-20 15:47:04 +00:00
taca
d75f630698 Add fengoffice and remove opengoo. 2009-12-20 15:42:12 +00:00
taca
129d1ec619 Import Feng Office 1.6.1 package, previously it was named Open Goo.
Approved by wiz@

Feng Office formerly known as OpenGoo is an easy to use Open
Source Web Office.

Manage tasks, documents, contacts, e-mail, calendar, and more...
Manage project progress, track time, and bill your customers.
Access all information from a single and elegant dashboard.
Communicate with co-workers, clients and vendors.
2009-12-20 15:39:45 +00:00
manu
94bcadc35d Fix a XSS vulnerability 2009-12-20 11:31:30 +00:00
taca
ba2c7a6afc Update to TYPOlight 2.7.6.
Only security updates: http://www.typolight.org/news/items/major-security-hole-in-the-typolight-install-tool.html.
2009-12-20 04:22:04 +00:00
taca
c029324c48 Add security fix patches, refering http://www.typolight.org/news/items/major-security-hole-in-the-typolight-install-tool.html.
Bump PKGREVISION.
2009-12-20 04:21:05 +00:00
taca
9723985bb9 Update www/drupal6 package to 6.15, fixing security problem.
Drupal 6.15, 2009-12-16
----------------------
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
- Fixed a variety of other bugs.


other pkgsrc changes:

* Add PKG_DESTDIR_SUPPORT spport.
* Use REPLACE_INTERPRETER.
* Change default.settings.php handling to fix PR pkg/42355.
2009-12-19 09:29:22 +00:00
taca
bd703b15a1 Update www/drupal package to 5.21, fixing security problem.
Drupal 5.21, 2009-12-16
-----------------------
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
- Fixed a variety of small bugs.
2009-12-19 09:20:23 +00:00
joerg
b680d69065 Fix some more issues with the b3.mk file. 2009-12-18 12:05:15 +00:00
joerg
d2d3fd68f0 Fix dependency. 2009-12-18 11:01:16 +00:00
abs
3d913cb976 PKG_DESTDIR_SUPPORT 2009-12-17 21:15:06 +00:00
abs
4aa75fcf1c Fix the do-install to include DESTDIR references - not sufficient in itself so PKG_DESTDIR_SUPPORT not turned on 2009-12-17 19:38:14 +00:00
abs
0d1795bf2e +PKG_DESTDIR_SUPPORT 2009-12-17 19:35:03 +00:00
abs
a9ad14a777 Fix the do-install to include DESTDIR references - not sufficient in itself so PKG_DESTDIR_SUPPORT not turned on 2009-12-17 19:32:28 +00:00
abs
820ef27dca Fix the post-install to include DESTDIR references - not sufficient in itself so PKG_DESTDIR_SUPPORT not turned on 2009-12-17 19:31:55 +00:00
abs
6ee9da4507 PKG_DESTDIR_SUPPORT 2009-12-17 19:18:35 +00:00
abs
b981393b8b PKG_DESTDIR_SUPPORT 2009-12-17 19:13:39 +00:00
abs
834852a210 PKG_DESTDIR_SUPPORT 2009-12-17 19:02:05 +00:00
taca
b78c7dc494 Update HOMEPAGE.
OpenGoo will be change its name to "Feng Office" and it is first step.
2009-12-17 00:20:20 +00:00
abs
5a5fdcb41c Nuke a spurious CHMOD in do-install 2009-12-16 21:44:13 +00:00
martti
e75d8042b8 Updated www/jalbum to 8.5.3
List of changes unknown.
2009-12-16 20:02:01 +00:00
drochner
99823d325d update to 3.28.2
changes:
-bugfixes
-translation updates
2009-12-16 17:18:54 +00:00
tnn
403b116877 Update to seamonkey-2.0.1. Security and bugfix release.
Contains fixes for the same advisories as firefox-3.5.6.
2009-12-16 10:11:01 +00:00
tnn
311b7577db Update to firefox-3.5.6. Security and bugfix release.
While here, switch NetBSD build from sunaudio to OSS emulation.
This greatly improves HTML5 video playback.
(Yes, we ought to fix the busted sunaudio support or PKG_OPTIONalize this.
 Perhaps another day.)

Advisories relating to this release:
MFSA 2009-71 GeckoActiveXObject exception messages can be used to
             enumerate installed COM objects
MFSA 2009-70 Privilege escalation via chrome window.opener
MFSA 2009-69 Location bar spoofing vulnerabilities
MFSA 2009-68 NTLM reflection vulnerability
MFSA 2009-67 Integer overflow, crash in libtheora video library
MFSA 2009-66 Memory safety fixes in liboggplay media library
MFSA 2009-65 Crashes with evidence of memory corruption (rv:1.9.1.6/ 1.9.0.16)
2009-12-16 08:18:32 +00:00
joerg
a0e6713ee7 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
abs
5014a0a6fd +mserv-php 2009-12-15 16:18:19 +00:00
abs
b0ab9d3144 Added www/mserv-php version 0.90
mserv-php is a web interface to the mserv jukebox system.

It was a real quick hack, so there may be some inconsistencies.
2009-12-15 16:17:44 +00:00
wiz
c95ccb66e7 Update to 5.834:
2009-11-21  Release 5.834

Gisle Aas (4):
      Check for sane default_headers argument [RT#50393]
      Add $ua->local_address attribute [RT#40912]
      Test that generation of boundary works [RT#49396]
      Page does not display the "standard" apache listing any more

Ville Skyttä (2):
      Remove unneeded executable permissions.
      Switch compression/decompression to use the IO::Compress/IO::Uncompress and
          Compress::Raw::Zlib family of modules.

Slaven Rezic (1):
      lwp-request should use stderr for auth [RT#21620]
2009-12-15 13:41:44 +00:00
wiz
49f17830fe Update to 1.51, set LICENSE.
2009-11-23   Gisle Aas <gisle@ActiveState.com>

   Release 1.51

   Fixup a test that was broken on Windows




2009-11-21   Gisle Aas <gisle@ActiveState.com>

   Release 1.50

   The main news in this release is the initial attempt at providing
   support to IRIs.  URI objects now support the 'as_iri' and 'ihost'
   methods.

   Gisle Aas (28):
      Added more tests for setting IPv6 addresses using the host method
      Document how the host methods deal with IPv6 addresses
      A "test case" to start IDNA prototype from
      Escape IDNA hostnames
      Introduce the as_unicode method
      Make as_unicode undo punycode for server URLs
      An IRI class might be helpful (RFC 3987)
      Must punycode each part of the domain name separately
      Include initial private Punycode module
      Get URI::_punycode working
      punycode of plain ascii should not edit with "-"
      Some more tests from RFC 3492
      Add private URI::_idna module based on encodings/idna.py
      Start using URI::_idna for encoding of URIs
      Avoid various use of undef warnings
      Fix test affected by IDNA
      Keep reference to IDNA::Punycode in the URI::_punycode docs
      Ensure upgraded strings as input
      Update manifest with the new idna/punycode files
      Rename as_unicde to as_iri
      draft-duerst-iri-bis-07: The proposed RFC 3987 update
      Load Encode when its used
      Rename host_unicode as ihost
      Add basic iri test
      Hack to make as_iri turn A-labels into U-labels
      Make as_iri leave escapes not forming valid UTF-8 sequences
      Merge branch 'iri'
      Don't include RFCs in the cpan tarball

   Michael G. Schwern (3):
      Fix != overloading to match ==
      Note that mailto does not contain a host() and this is not a bug.
      Strip brackets off IPv6 hosts [RT#34309]
2009-12-15 13:36:16 +00:00
wiz
185f8a89c3 Update to 0.3.0. Set LICENSE. Since python .py file is not installed
even when python is enabled, comment out python dependency.

New in version 0.3.0
====================
* WARNING!!! Slight API change!!! see docs
  for px_proxy_factory_get_proxies()
* Credentials support (see API change above)
* A complete rewrite of the module manager
* file:// as valid PAC URLs
* Sample Mono application
* Automake 1.11 shaved output
* gnome backend rewrite (now w/o thread issues)
* Test suite base functionality exists
* Many solaris build fixes
* Seamonkey support as JS pacrunner
* Bugfixes
* Compiles for MS Windows using Mingw
2009-12-15 11:00:11 +00:00
joerg
93abb4a68d Patch away broken check for FreeTDS to allow databases/php-mssql to work. 2009-12-14 19:50:41 +00:00
asau
d0990187af Rename internal "getline" to unbreak build on NetBSD.
Support staged installation.
2009-12-13 17:42:36 +00:00
taca
b4ed97c782 Update opengoo package to 1.6.
Since 1.6-rc
------------

bugfix: Some widgets in the dashboard showed wrong icons when item spanned more than one line.
bugfix: Template subtasks don't keep linked objects.
bugfix: Query error when upgrading from 1.5.3.
bugfix: Missing lang for archived objects in objects' history.
bugfix: Don't allow trashing the owner company.
bugfix: Opengoo stops working if owner company was trashed.
bugfix: When discarding an email, two confirmation prompts pop up.
bugfix: When clicking on print report, on time module, the active workspace should be set as the workspace for the report.
bugfix: Linked "Weblink files" showed a "Download" shortcut instead of an "Open weblink" shortcut.
bigfix: Importing calendar ics file wasn't working.
bugfix: When editing a document, tags were lost.
bugfix: Send email buttons unaligned on some languages.
bugfix: Some contact websites were missing the "http://" in the contacts listing.
bugfix: Fixed detection of autodetect timezone config option.
bugfix: Repeating events a fixed number of times didn't show the last repetition.
bugfix: Changed how quoted text is hidden.
bugfix: Added a tabstop to HTML email composing.
bugfix: Sorting emails by subject sorted by date.
bugfix: Sometimes completed tasks were shown when filtering by "Pending" (completed_by_id was 0).


Since 1.6-beta3
---------------

feature: User config option to hide quoted text added.
feature: Added a cron event to clear tmp folder.

usability: Added an icon for archived objects on the object's view, like there is for trashed objects.
usability: When deleting a company warn about deleting users.

bugfix: Displaying a document in IIS showed "Connection reset error".
bugfix: Tags with accents don't filter correctly on IE.
bugfix: '24 hour' / 'AM-PM' user config option not respected in listings.
bugfix: Add user: billing category is mandatory, it shouldn't be mandatory.
bugfix: Error importing companies when no workspace is selected.
bugfix: If forwarding an email with attachments, saving a draft, and sending the email, an error pops up about not being able to attach.
bugfix: When importing contacts from a vCard file, all contacts with no email were considered as the same contact.
bugfix: Fixed several Errors and warnings logged in log.php.
bugfix: Objects of archived workspaces were not being filtered out.
bugfix: Archived documents and messages were not being filtered out of the Dashboard.
bugfix: Search results were printed in reverse modified date order.
bugfix: Contact birthdays were not being shown in the dashboard calendar.
bugfix: When viewing a custom report, date parameters in conditions were shown as today's date.


Since 1.6-beta2
---------------

usability: Added pagination to the Time module.
usability: Show 'Archived by' in object properties if an object is archived.
usability: Show read/unread status in Dahsboard/View as list.
usability: Warn a user when replying or forwarding an email and a new email arrives at the conversation.
usability: Add the magnifying glass to the email views.
usability: Removed 'Account already being checked' error message.

bugfix: An empty 'Custom properties' fieldset is shown in 'Update profile'.
bugfix: Fix autodetect timezone with DST and enable by default.
bugfix: Check mail doesn't refresh view if an error occurs in one account.
bugfix: Filtering email conversations by tag is not working correctly. It should show a conversation if any one email in it is tagged.
bugfix: If someone replies to an email but changes the subject the email should be put into a new conversation.
bugfix: If you delete the newest email in a conversation, the conversation is no longer listed (when email is shown as conversation).
bugfix: Notifications are not sent when subscribing from 'Modify subscribers'.
bugfix: Put default repetition value for repeating events and tasks.
bugfix: Remove illegal UTF-8 characters before saving an email.
bugfix: Save custom fields when saving an email draft.
bugfix: Sort emails by received date instead of sent date in email listing and in conversation listing (in email view).
bugfix: Value for 'mail_drag_prompt' user config option is not loaded correctly.
bugfix: Wrap HTML emails in a div with CKEditor style.
bugfix: Delete conversation after deleting last email in conversation.
bugfix: An email's quoted reply is deleted when changing 'From' account.
bugfix: Replying to an email, saving as draft, loading the draft and sending the email doesn't add the reply to the conversation.
bugfix: Unauthenticated content warnings over SSL in FF 3.5.
bugfix: User-type custom reports fail to execute.
bugfix: When a file is downloaded it should be marked as read.
bugfix: Wrong initial email filters for new installations.


Since 1.6-beta
--------------

feature: Added an experimental new search mechanism. It can be much slower but finds more results.

usability: Added description to system permissions
usability: CKEditor is shown in user's language
usability: Linked objects section in an object's view has no title telling what it is

bugfix: Check write permissions for file installed_version.php when upgrading
bugfix: CKEditor images should point to the actual image in OpenGoo
bugfix: Contact import from csv does not import contacts if user does not have 'can manage contacts' permission but has write permissions on the workspace.
bugfix: Custom reports can only be printed once in Chrome.
bugfix: Edit comment textbox is too small.
bugfix: Email links are opened on the email's body when showing quoted text.
bugfix: Error 500 when adding a file web link.
bugfix: Forgot password token is always the same.
bugfix: If I click on 'Print' when on 'Time' tab it should print by default 'General Timeslots' or 'All timeslots', not 'Task timeslots'.
bugfix: If you delete a signature with images from the email's body, the images are sent anyway.
bugfix: MySQL Error Message when adding a user and no data has been entered.
bugfix: Removed private milestone options.
bugfix: Search ignores tags on newly uploaded files.
bugfix: Show all linked objects pagination is not working correctly.
bugfix: Show that an email has attachment on search results.
bugfix: Changed all PHP 5.3 deprecated functions for non-depracated alternatives.
bugfix: When printing reports: substitute true/false with yes/no.
bugfix: When user does not have write contact permissions over a workspace, import from csv does not display errors.
bugfix: HTML editor's height is not adjusted correctly when changing format in a new email.
bugfix: Error when creating new user.
bugfix: Error when adding a task.
2009-12-11 16:32:31 +00:00
taca
7f8c4482dc Update typolight28-translations pacakge to 20091210.
* Update Icelandic and Lithuanian translation files.
* Fix PLIST file for Japanese translation.
2009-12-11 16:16:51 +00:00
taca
6e2e3e5cb8 Update typolight27-translations pacakge to 20091210.
* Update Icelandic and Lithuanian translation files.
2009-12-11 16:15:32 +00:00
obache
390c0491fd Remove additions to CONFIGURE_ENV.
They are automatically handled automatically by pkgsrc with more
sufficient variables.
2009-12-11 14:45:38 +00:00
obache
fa2c9c2f46 Use ${APXS} intead of manually constructed one. 2009-12-11 12:02:59 +00:00
obache
0ff7ef9b91 apxs does not support DESTDIR installation. 2009-12-11 11:43:37 +00:00
obache
c0cc3274b6 Remove comments from url2pkg. 2009-12-11 11:38:20 +00:00
martti
a8b1d5d2e8 Added short upgrade instructions. 2009-12-07 13:03:43 +00:00
tron
b32d79f1d5 Update "squid31" package to version 3.1.0.15. Changes since version 3.1.0.14:
- Regression Fix: myip ACL not accepted in config
- Bug 2795: acl arp lookups including port
- Bug 2794: ESI parsing fails on FreeBSD
- Bug 2778: fix linking issues using SunCC
- Bug 2724: eCAP build failure unless ICAP enabled
- Bug 2628: Correct default PID location to PREFIX/var/run/squid.pid
- Bug 2617: Performance degradation during processing list of dstdomain ACL's
- Bug 2374: Support ICY / ICEcast / SHOUTcast streaming protocol.
- Fix: 64-bit filesize issue in squidclient POST of large files
- Fix: send correct Connection: header on intercepted replies
- Support libtool 2.x
- ESI libraries libexpat and libxml2 now optional
- ESI support default enabled
- Bump libcap minimum requirement to libcap 2.09+
- ARP / MAC support fixes for IPv6-mode
- Add outstanding IPv6 settings to squid.conf (localnet, localhost)
- ... and many additions to the background testing structure
- ... and very many minor build and code cleanups for non-GCC compilers.
2009-12-06 15:49:25 +00:00
markd
6aca821054 update to kde 4.3.4
KDE SC 4.3.4 has a number of improvements:

 * A bugfix in Plasma's pixmap cache makes the workspace more responsive
 * Okular, the document viewer improved stability in certain situations
 * Marble, the desktop globe has seen some polish
 * Passphrases with non-ASCII characters have been fixed in the KGpg
   encryption tool
2009-12-04 22:04:04 +00:00
tnn
8c6d01eb1a - clean up liferea mozilla options
- fix build with mozilla option
2009-12-04 13:50:08 +00:00
asau
2b1489ba77 Depend on xulrunner devel/instead of www/firefox, bump revision.
Discussed with <tnn>.
2009-12-03 23:19:05 +00:00
joerg
36c4dc9e72 Fix DESTDIR build. 2009-12-03 17:12:42 +00:00
schmonz
13479e4222 Update to 3.20091202. From the changelog:
* meta: Generate meta description tags even when the html scrubber is enabled.
* meta: Allow use of DESCRIPTION in templates to get at the meta
  description value. (Thanks, NicolasLimare)
* inline: Use caching of inlined pages to speed up builds of inlines
  that include feeds. Speedup of about 25% for small inlines; could
  be much larger for inlines of many, or complex pages.
* Added (incomplete) Turkish po file. Closes: #556744 Thanks, Recai Oktas
* date: New plugin that allows inserting date directives that expand
  to pretty-printed dates, using the same formatting as used for page
  modification date display, etc.
* htmllink: Allow a title attribute to be specified.
* calendar: Add title attributes for all links in the calendars.
* calendar: Fix month wraparound error that broke in December.

pkgsrc changes:

* In the automated setup, recognize CVS as a VCS (found by agc@).
* In MESSAGE, link to <URL:http://ikiwiki.info/setup/> (ditto).
2009-12-02 21:38:43 +00:00
taca
ab3275c056 Add and enable typolight28, typolight28-example and typolight28-translations. 2009-12-02 16:12:57 +00:00
taca
fb2e15381b Importing typolight28-translation, language files for TYPOlight 2.8.RC1.
Currently, there is no language files ready for 2.8.RC1.  Because of
changes in 2.8.RC1, typolight27-translations can't used with typolight28.
2009-12-02 16:10:54 +00:00
taca
b61e79fa9d Importing typolight28-example, sample website for TYPOlight 2.8.RC1.
Release announce: http://www.typolight.org/news/items/typolight-2_8_RC1.html
Changelog:	  http://www.typolight.org/changelog.html
Ticket System:	  http://dev.typolight.org/versions/show/9
2009-12-02 16:07:54 +00:00
taca
30703e28a7 Importing typolight28, TYPOlight 2.8.RC1.
Here is some of new features and changes.

* Improved publishing
* Improved page and article handling
* Automatic article
* Improved file handling
* Improved "edit multiple" options
* Handling MooTools scripts
* Adding videos and external content
* Enhanced image options
* Overriding image dimensions
* Improved user management
* Improved news lists
* Event list pagination
* Improved newsletter handling
* Improved comments handling
* Relocated extensions

For more detail, please refer these pages.

Release announce: http://www.typolight.org/news/items/typolight-2_8_RC1.html
Changelog:	  http://www.typolight.org/changelog.html
Ticket System:	  http://dev.typolight.org/versions/show/9
2009-12-02 16:06:30 +00:00
taca
c4a65560ed Update www/typo3 package to 4.3.0. Changes are too huge to write here.
Please refer the release note:

	https://typo3.org/download/release-notes/typo3-43/
2009-12-02 15:51:01 +00:00
fhajny
0142f43e64 Updated ruby-mechanize to 0.9.3.
Deprecations:

  * WWW::Mechanize::List is gone!
  * Use Nokogiri as the default HTML parser (you may switch to Hpricot by using WWW::Mechanize.html_parser =
Hpricot)

See full list of changes since 0.7.5:

http://mechanize.rubyforge.org/mechanize/CHANGELOG_rdoc.html
2009-12-02 14:04:22 +00:00
fhajny
f1b2af5a97 Update ruby-rack to 1.0.1.
Changes since 1.0.0:
  * Bump remainder of rack.versions.
  * Support the pure Ruby FCGI implementation.
  * Fix for form names containing "=": split first then unescape components
  * Fixes the handling of the filename parameter with semicolons in names.
  * Add anchor to nested params parsing regexp to prevent stack overflows
  * Use more compatible gzip write api instead of "<<".
  * Make sure that Reloader doesn't break when executed via ruby -e
  * Make sure WEBrick respects the :Host option
  * Many Ruby 1.9 fixes.
2009-12-02 12:44:43 +00:00
fhajny
5e47eb4428 Added ruby-patron and ruby-amqp 2009-12-02 12:24:08 +00:00
fhajny
7ec9305d98 Import ruby18-patron-0.4.4 as www/ruby-patron.
Patron is a Ruby HTTP client library based on libcurl. It does not try
to expose the full "power" (read complexity) of libcurl but instead
tries to provide a sane API while taking advantage of libcurl under
the hood.
2009-12-02 12:13:28 +00:00
minskim
692777062d Update rails packages to 2.3.5. This fixes a cross-site scripting
vulnerability in ruby-actionpack.

Major changes:
- Improved compatibility with Ruby 1.9
- RailsXss plugin availability
- Fixes for the Nokogiri backend for XmlMini
2009-12-01 23:24:24 +00:00
joerg
5106bf4ad8 Do not depend on the *-config unwrap phase to not leak the .buildlink
path.
2009-11-30 18:52:33 +00:00
taca
a0b638151f Update www/geeklog package to 1.6.1.
Geeklog 1.6.1

New Features and Improvements

  * Geeklog now lets you enter meta descriptions and meta keywords for the main
    page, for stories, topics, static pages, and polls. Please note that these
    meta tags may not be used by some search engines.
  * You can now have one featured story per topic (for stories set to "Show
    only in Topic").
  * New autotags now allow you to embed polls in stories and everywhere else
    where autotags are allowed.
  * The Migrate option in the install script can now also be applied to an
    existing database (i.e. you don't need to import a database dump to update
    your URLs and paths).
  * The Database Backup admin panel now includes options to optimize the
    database and convert tables to InnoDB (MySQL only).
  * Improved timezone support and let users actually set their own timezone.
  * Minor security enhancements:
      + "Important" cookies (like the session cookies) are now created with the
        HttpOnly flag set. This will help avoid some XSS attacks, provided your
        browser supports this flag.
      + Template errors will now trigger the standard error handler instead of
        exposing the template path.
      + Fixed inclusion protection for some of the Spam-X class files.

Please also see the list of theme changes.

Bugfixes

  * Fixed automatic closing of stories for comments after a certain amount of
    days. If you need to re-open comments on stories that were closed due to
    this bug, you can use this SQL request:
    UPDATE gl_stories SET commentcode = 0, comment_expire = 0 WHERE commentcode
    = 1;
  * The comment speed limit was being ignored.
  * Fixed a bug in the Group Editor that didn't let you add groups to other
    groups (this problem was only introduced in Geeklog 1.6.0).
  * The admin group for the Static Pages plugin was created with a wrong name
    in Geeklog 1.6.0 (fresh installs only).
  * Several tweaks and minor fixes (e.g. compatibility with PHP 4) in the
    search.
2009-11-30 15:44:45 +00:00
joerg
4ef60bae67 Only allow destdir as the do-install rules depend on chown.
XXX Someone with tomcat knowledge should review that those files are even
XXX static and whether it should the config file framework instead.
2009-11-30 15:00:50 +00:00
dholland
7a0bd4225c Fix broken LP64 build. 2009-11-30 01:28:45 +00:00
taca
6bfc7980d9 o Update "used by" comments. 2009-11-29 06:47:36 +00:00