Commit graph

179629 commits

Author SHA1 Message Date
taca
4732b3248a Re-import www/typo3 as www/typo3_45; rename from www/typo3. 2011-12-15 12:36:33 +00:00
taca
be4f5d6bfe Note update of www/typo3 package to 4.5.8. 2011-12-15 12:34:34 +00:00
taca
b220dc3872 Update typo3 package to 4.5.8.
This version is a maintenance release and contains bug fixes only.
Please refer full Change log in http://wiki.typo3.org/TYPO3_4.5.8.
2011-12-15 12:33:47 +00:00
wiz
972355d6cd patch-aa is not necessary any longer, says gls@; remove it. 2011-12-15 12:29:50 +00:00
obache
d249ccab0f check X11_TYPE for dependency condition check of xwininfo. 2011-12-15 09:14:18 +00:00
marino
302ff407e7 graphics/vnc2swf: Fix logic flaw for Makefile dependency
On DragonFly, X11BASE equals LOCALBASE meaning any detected binaries on
X11BASE came from pkgsrc itself and not the native platform as intended.
The result is that x11/xwininfo was not getting added to the DEPENDS list
after that package was installed.
2011-12-15 08:34:32 +00:00
marino
3ad66cc4e6 graphics/vigra: Fix ambiguous math functions for DragonFly 2011-12-15 08:33:44 +00:00
marino
dcc6500d6a graphics/viewnoir: USE_TOOLS+= msgfmt 2011-12-15 08:32:16 +00:00
sbd
8249e59804 Many packages will prefer ncursesw over ncurses if its available (say as
a native library), so unless devel/ncurses/buildlink3.mk is being included
by ncursesw don't allow ncursesw to be used by causing linkage failure.
2011-12-15 07:37:38 +00:00
hiramatsu
2564ba2a77 Note update of misc/p5-Locale-Codes, devel/p5-Test-Harness,
net/p5-Net-GitHub and www/p5-Apache2-AuthCookieDBI.
2011-12-15 05:56:32 +00:00
hiramatsu
75981be200 Update p5-Apache2-AuthCookieDBI to 2.14.
Changes from previous:
----------------------
2.14 - Sat Mar 26 09:41:01 PDT 2011
     - Changed documentation about WhateverDBI_SecretKey to
       address https://rt.cpan.org/Ticket/Display.html?id=62488
     - Fixes for https://rt.cpan.org/Public/Bug/Display.html?id=66336
       (_dbi_connect should be called as a class method.)

2.13 - Sat Dec 18 10:33:19 PST 2010
     - Build system uses Module::Build (generates a Makefile.PL for compatability.)
     - Distro version now matches module version (2.13)
     - Fixed statement handle still active <https://rt.cpan.org/Public/Bug/Display.html?id=57906>
       Also added support for WhatEverDBI_UserActiveField
       Thanks to Chad Columbus
     - Fixed $HEX_STRING_REGEX definition is wrong <https://rt.cpan.org/Public/Bug/Display.html?id=46117>
       Thanks to Joe Ingersoll
     - Fixed User authenticated if not in MySQL database <https://rt.cpan.org/Ticket/Display.html?id=62470>
       Thanks to Keith Lawson
     - Fixed Login.pl example - syntax error <https://rt.cpan.org/Public/Bug/Display.html?id=62487>
       (also moved from eg/public-pl/login.pl to eg/bin/login.pl)
       Thanks to William McKee http://search.cpan.org/~wmckee/
     - Updated documentation to cover protecting the DocumentRoot <https://rt.cpan.org/Ticket/Display.html?id=51593>
     - Now depends on DBI 1.40 instead of Apache::DBI - <https://rt.cpan.org/Ticket/Display.html?id=43083>
2011-12-15 05:54:43 +00:00
hiramatsu
36925d6b0f Update p5-Net-GitHub to 0.30.
Changes from previous:
----------------------
0.30    2011.08.27
        - Default to GET method if we've no data to POST (Lubomir Rintel)
        - repository update (Lubomir Rintel)
        - Slow down with requests if we're approaching the rate limit (Lubomir Rintel)
        - Make it possible to turn API errors into exceptions (Lubomir Rintel)

0.29    2011.05.07
        always_Authorization for private respo

0.28    2011.03.06
        use official GitHub API request instead of screen-scraping for 'comments' issues by spang (Christine Spang)

0.27    2011.02.17
        requires HTTP::Request::Common; (RT 65787 by JQUELIN)

0.26    2011.01.20
        fix Makefile.PL

0.25    2011.01.19
        partial implementation of Pull Request API (doy)

0.24    2011.01.01
        Organizations API (fayland)
        update Auth to 'Basic Auth' (fayland)

0.23    2010.11.04
        Moose has deprected 'excludes', '-excludes' is preferred (datamuc)
2011-12-15 05:54:08 +00:00
hiramatsu
6241a58c07 Update p5-Test-Harness to 3.23.
Changes from previous:
----------------------
3.23    2011-02-20
        - Merge in changes from core. Thanks BinGOs.
        - Made SourceHandler understand that an executable binary file
          is probably an executable.
        - Added workaround for Getopt::Long 2.25 handling of
          multivalue options. Fixes test failure on stock perl 5.6.2.
2011-12-15 05:53:25 +00:00
hiramatsu
36873ec264 Update p5-Locale-Codes to 3.20.
Changes from previous:
----------------------
VERSION 3.20  (2011−12−01)
   NEW CODE(s)

   Added limited support for deprecated codes
       The code2XXX, XXX2code, all_XXX_codes, and all_XXX_names functions
       now support retired codes.  RT 71124

   Fixed capitalization
       The ’South Sudan’ country was all caps.  RT 71024

   Pod tests off by default
       The pod tests will not run at install time.  RT 71122

   Codesets may be specified by name
       All codesets may be specified by a constant or by their name now.
           Previously, they were specified only by a constant.

   alias_code deprecated
       The alias_code function exists for backward compatibility.  It has

       been replaced by rename_country_code .  The alias_code function
       will be removed sometime after September, 2013 .

   Code cleanup
       All work is now done in the central module (Locale::Codes).
       Previously, some was still done in the wrapper modules
       (Locale::Codes::*) but that is gone now.

   Added LangFam module
       Added Language Family codes (langfam) as defined in ISO 639−5.

VERSION 3.18  (2011−08−31)
   NEW CODE(s)

   No longer use CIA data
       The CIA world added non‐standard values, so I no longer use it as a
       source of data.  Based on a report by Michiel Beijen.

VERSION 3.17  (2011−06−28)
   NEW CODE(s)

   Added new types of codes
       Added Language Extension codes (langext) and Language Variation
       codes (langvar) as defined in the IANA language registry.

   Added new codeset(s)
       Added language codes from ISO 639−5
       Added language/script codes from the IANA language subtag registry

   Bug fixes
       Fixed an uninitialized value warning.  RT 67438
       Fixed the return value for the all_XXX_codes and all_XXX_names
       functions.  RT 69100

   Reorganized code
       Reorganized modules to move Locale::MODULE to Locale::Codes::MODULE
       to allow for cleaner future additions.  The original four modules
       (Locale::Language, Locale::Currency, Locale::Country,
       Locale::Script) will continue to work, but all new sets of codes
       will be added in the Locale::Codes namespace.

VERSION 3.16  (2011−03−01; sbeck)
   NEW CODE(s)

VERSION 3.15  (2010−12−02; sbeck)
   NEW CODE(s)

   Minor fixes
       Added version number to Makefile.PL/Build.PL requirement for POD
       testing modules.  RT 62247

       Changed ’use vars’ to ’our’

VERSION 3.14  (2010−09−28; sbeck)
   NEW CODE(s)

   Bug fixes
       Stripped out some HTML that got included with some codes.
2011-12-15 05:51:15 +00:00
dholland
81c390dd40 Fix broken depend pattern. Hi manu! 2011-12-15 05:37:31 +00:00
dholland
8f8f7d9170 liquidwar, root, xblockout 2011-12-15 05:33:42 +00:00
dholland
9cb79fa9e1 This needs to be told exactly where liblzo2 is or it goes hunting in
random places and gets confused.
2011-12-15 05:05:02 +00:00
dholland
0219e74689 Add a post-extract rule to clean up owner-readonly directories, since
those cause problems.
2011-12-15 04:32:10 +00:00
dholland
289490ec55 Don't compile in the games group. PKGREVISION++ 2011-12-15 04:18:16 +00:00
hiramatsu
52b37019c6 Note update of devel/p5-Log-Dispatch, devel/p5-Log-Dispatch-Config,
devel/p5-Test-Pod-Spelling-CommonMistakes and www/p5-Apache2-AuthCookie.
2011-12-15 02:20:47 +00:00
hiramatsu
7fbb67af3e Update p5-Apache2-AuthCookie to 3.18.
Changes from previous:
----------------------
3.18  2011-01-24
   - remove 3.17's test skip hacks, and bump Apache::Test prerequisite to v1.35
     which fixes this issue.
   - fix MANIFEST.SKIP to ignore generated t/conf/mime.types
   - remove dist.ini, weaver.ini from dists
   - fixed t/real.t to use correct -withtestmore import syntax
   - rename sample authcookie handlers to Sample::Apache and Sample::Apache2
     namespaces

3.17  2011-01-19
   - skip the test suite if running as root.  Apache::Test 1.34 fails the test
     suite if running as root instead of skipping it.  By skipping, AuthCookie can
     be installed via CPAN.pm as root.

3.16  2011-01-19
   - require Apache::Test 1.32 - fixes ubuntu build issue
   - remove mod_perl/mod_perl2 related prereq's from META.yml.  The correct mod
     perl version is not known until Makefile.PL is run.  CPAN.pm should not
     try to install either one until it is known which one is appropriate.
     (RT 64926)

3.15  2010-08-27
   - enable Dist::Zilla Manifest plugin
   - add FAQ
   - add FAQ entry on how to protect an entire site/document root
   - recognize_user: return DECLINED if user is already set
   - refactor P3P header generation into send_p3p($r) so subclasses can overload it

3.14  2010-04-12
   - MP2: doc updates: remove beta warnings, change Apache::AuthCookie to
     Apache2::Authcookie where appopriate.
   - docs: change my email to my cpan address
   - docs: remove POST limitations reference (handled by POST to GET conversion)
   - sign dist with Module::Signature
   - add signature test
   - MP1: perltidy Apache::AuthCookie sources.
   - update mod_perl2 prereq version (still 2.0.0 RC5, but version number was
     incorrect in Makefile.PL)
   - use Dist::Zilla for building the dist
2011-12-15 02:18:06 +00:00
dholland
d84b72c285 remove root-5.24.00 (misc/root is currently at 5.26.00) 2011-12-15 02:17:22 +00:00
hiramatsu
0b782b66c2 Update p5-Test-Pod-Spelling-CommonMistakes to 1.000.
Change from previous:
---------------------
1.000
	Released: 2011-02-21 23:38:36 UTC

	Converted to Dist::Zilla for the release process!
2011-12-15 02:15:40 +00:00
hiramatsu
8c14104683 Update p5-Log-Dispatch-Config to 1.04.
Change from previous:
---------------------
1.04  Thu Apr 14 14:55:20 PDT 2011
        - Fix 02_log.t RT:62438
2011-12-15 02:15:16 +00:00
hiramatsu
2388fc2ec2 Update p5-Log-Dispatch to 2.29.
Change from previous:
---------------------
2.29

- Add is_$level methods for compatibility with Log::Contextual. Patch by frew.
2011-12-15 02:14:44 +00:00
gdt
ae2abb2ba8 Depend on fuse bindings.
Now, "bup fuse dir", assuming ~/.bup is one's bup repository, will
create a fuse mount on dir, in which one can see the backups (with
lots of rought edges).
2011-12-15 00:58:14 +00:00
macallan
67409a9135 add Loongson support, allow build on mips64el 2011-12-14 21:44:32 +00:00
minskim
9660f634bc Note update of emacs-snapshot. 2011-12-14 20:56:37 +00:00
minskim
5baf1de511 Update emacs-snapshot to 24.0.92.20111213.
Changes:
        * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
        * ses.el: The overall change is to add cell renaming, that is
        setting fancy names for cell symbols other than name matching
        "\\`[A-Z]+[0-9]+\\'" regexp .
        * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
        for completion via gud-gdb-fetch-lines-filter (Bug#10274).
        * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
        `from' or `to' address before taking its substring.  Fixes
        incorrect display in Rmail summary buffer whereby an RFC2047
        encoded name is chopped in the middle of the encoded string, and
        thus displayed encoded.
        * speedbar.el (speedbar-supported-extension-expressions):
        Add .adb and .ads, commonly used for Ada source code (bug#10256).
2011-12-14 20:56:09 +00:00
ryoon
f566257f15 Add php-concrete5 2011-12-14 20:54:14 +00:00
ryoon
b4607f77ee Added www/php-concrete5 version 5.4.2.2 2011-12-14 20:53:33 +00:00
ryoon
4adedc0fec Import php*-concrete5-5.4.2.2 as www/php-concrete5
Concrete5 is a content management system (CMS) that can manage Web
applications, Web sites, stores, and forums. It allows individuals
involved with Web sites to easily manage their content and their
site structure. Concrete5's in-context editing is like working with
a wiki, and the extendable block support makes editing and extending
unique Web sites easy. The goal behind Concrete5 was always to
create a toolset that could be used by anyone with basic computer
skills to edit and add pages to a Web site.
2011-12-14 20:51:49 +00:00
minskim
3e37c9f01f Note update of tex-xetex{,-doc}. 2011-12-14 20:28:00 +00:00
minskim
bb388d8171 Update tex-xetex{,-doc} to 2011.
Create a missing symlink for xelatex.  Noted by Mark Davies.
2011-12-14 20:27:10 +00:00
minskim
fc9089f512 Note update of tex-latex{,-doc}. 2011-12-14 20:15:09 +00:00
minskim
0fedee35b1 Update tex-latex{,-doc} to 2011.
Changes:
        * ltfssdcl.dtx: Bruno's improvement to \in@
        * ltfntcmd.dtx: Bug fix for 2009-12 change
2011-12-14 20:14:25 +00:00
minskim
5f33de61e4 Note update of tex-luatex{,-doc} to 0.70.1. 2011-12-14 19:54:14 +00:00
minskim
af74d1db3a Update tex-luatex{,-doc} to 0.70.1.
Changes:
- Added settings for ConTeXt.
2011-12-14 19:53:20 +00:00
morr
49a276ee05 Updated www/wordpress 2011-12-14 19:48:53 +00:00
morr
ae32c4815b Update to version 3.3.
Highlights:

* Easier Uploading
    - File Type Detection - A single upload button
    - Drag-and-Drop Media Uploader
* Dashboard Design
    - New Toolbar in the dashboard, combining the Admin Bar and admin
      header
    - Responsive design for some screens, including iPad/tablet
      support
    - Flyout menus, providing single-click access to any screen
* New User Experience
    - New feature pointers, helping users navigate new features
    - Post-update About screen
    - Dashboard welcome area for new installs
* Content Tools
    - Better co-editing that releases post locks immediately
    - Don't lose widgets when switching themes
    - Tumblr Importer
* Under the Hood improvements
    - Use the postname permalink structure without a performance
      penalty
    - Improved Editor API
    - is_main_query() function and WP_Query method
    - Remove a number of funky characters from post slugs
    - jQuery 1.7.1 and jQuery UI 1.8.16
    - A new Screen API for adding help documentation and adapting to
      screen contexts
    - Improved metadata API
* Performance improvements and hundreds of bug fixes

More changes at http://codex.wordpress.org/Version_3.3
2011-12-14 19:47:45 +00:00
minskim
3b6c208c19 Note PKGREVISION bump of tex-pdftex{,-doc}. 2011-12-14 19:43:38 +00:00
minskim
052da09a02 Sync tex-pdftex{,-doc} with TeX Live r24563.
Changes:
- Regenerated font maps.
2011-12-14 19:42:15 +00:00
minskim
68b9f181ed Note PKGREVISION bump of web2c. 2011-12-14 19:34:16 +00:00
minskim
339fa05342 Let web2c install pdftex's manpage. 2011-12-14 19:33:40 +00:00
minskim
561cc146d2 Add lppl-1.3c to DEFAULT_ACCEPTABLE_LICENSES. 2011-12-14 18:44:49 +00:00
marino
3b3aa4d490 inputmethod/unicom-im: bad patch, bad mastersite
The mastersite resolves to a parking domain, causing the html page to be
interpreted as a tarball download which doesn't pass the checksum of course.
Luckily this tarball is backed up at NetBSD, so remove the mastersite so it
can fall back to NetBSD.

Secondly, a patch from 2007 was mispelled and was never included into the
distinfo.  Obviously it built anyway, but the patch was renamed and the
distinfo file regenerated.
2011-12-14 18:31:48 +00:00
marino
da6b4aa59b ham/linpsk: Fix gentoo ltmain sanity check bug 2011-12-14 18:28:59 +00:00
marino
08c645acc5 graphics/opencv: Add support for DragonFly 2011-12-14 18:27:22 +00:00
marino
eb414c291e graphics/libjpeg-turbo: Simple configure fix for DragonFly 2011-12-14 18:25:53 +00:00
taca
598384322f Note update of these pacakges:
devel/ruby-ffi		1.0.11
	devel/ruby-gemcutter	0.7.1
	devel/ruby-highline	1.6.8
2011-12-14 17:06:06 +00:00