Commit graph

179596 commits

Author SHA1 Message Date
taca
6a9821c3f9 Change depending ruby-mail package's directory from ruby-mail to ruby-mail22. 2011-12-15 14:24:22 +00:00
taca
17cf507abe Importing ruby-rack version 1.2.4 as www/ruby-rack12. 2011-12-15 14:22:21 +00:00
taca
fc1d1d56d2 + libdrm-2.4.29, ruby-rb-appscript-0.6.1.
- ruby-gnome2-1.0.3.
2011-12-15 14:20:21 +00:00
taca
5da6ff23b1 Note addition of mail/ruby-mail22 package version 2.2.19. 2011-12-15 14:19:48 +00:00
taca
7ea936efc9 Add and enable ruby-mail22. 2011-12-15 14:18:14 +00:00
taca
4e0dfbd83f Importing mail/ruby-mail version 2.2.19 as mail/ruby-mail22. 2011-12-15 14:17:30 +00:00
taca
51f7a92908 Note addition of devel/ruby-hike package version 1.2.1. 2011-12-15 14:13:20 +00:00
taca
b87594e740 Importing ruby-hike version 1.2.1.
Hike
====

Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.
2011-12-15 14:11:53 +00:00
taca
42ed05df1f Note addition of www/typo3_46 version 4.6.1. 2011-12-15 12:59:51 +00:00
taca
9d3d04452b Add and enable typo3_46. 2011-12-15 12:59:24 +00:00
taca
cdadf06ef0 Importing TYOP3 4.6.1 as www/typo3_46.
TYPO3 is a free Open Source content management system for enterprise
purposes on the web and in intranets. It offers full flexibility and
extendability while featuring an accomplished set of ready-made
interfaces, functions and modules.

This is TPYO3 4.6 based stable release.

Please refer release notes http://typo3.org/download/release-notes/typo3-46/
in detail.
2011-12-15 12:58:36 +00:00
dholland
d10bded892 Restore Joerg's build fix patch, which the previous update dropped, and
drop patch-ab, which doesn't exist. HI MANU
2011-12-15 12:55:16 +00:00
taca
d9490e0fe7 Note update of www/typo3_45 package to 4.5.8nb1. 2011-12-15 12:46:26 +00:00
taca
0a5ec272b2 Improve COMMENT and DESCR; Explicitly note this is LTS, Long Term Support
release.

Bump PKGREVISION.
2011-12-15 12:45:49 +00:00
taca
2967a8adcd Note rename of www/typo3 to www/typo3_45. 2011-12-15 12:39:47 +00:00
taca
24f1976fcb www/typo3 has renamed to www/typo3_45 now. 2011-12-15 12:39:07 +00:00
taca
82a294da99 Rename typo3 to typo3_45. 2011-12-15 12:37:04 +00:00
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