Commit graph

182971 commits

Author SHA1 Message Date
minskim
bf19e4f8fa Sync tex-texlive-scripts with TeX Live r25234. No functional change. 2012-03-04 20:17:38 +00:00
jakllsch
6a87926890 Updated audio/libmpd to 0.20.0nb4
Updated audio/libmpdclient to 2.6nb1
2012-03-04 20:12:38 +00:00
jakllsch
6aacdd3434 Use getaddrinfo(3) even if AI_ADDRCONFIG is missing.
PKGREV++
2012-03-04 20:10:47 +00:00
joerg
15ce72df89 Install man page. Kill excessive :Q. Bump revision. 2012-03-04 19:50:56 +00:00
joerg
562418d4d3 Honour MANINSTALL 2012-03-04 19:50:21 +00:00
joerg
0b1f219c48 Honour MANINSTALL. 2012-03-04 19:49:41 +00:00
minskim
dcb265371e Note PKGREVISION bump of makeindexk. 2012-03-04 17:50:59 +00:00
minskim
e808b52ebc Sync makeindexk with TeX Live 2011.
Changes:
	* sortid.c (compare_string): Cast strcoll() args to 'char *' to
	avoid 'differ in signedness' warnings.
	* mkind.c (mk_getc): new fn to accept both LF and CRLF.
2012-03-04 17:50:16 +00:00
minskim
dab4799261 Update DISTFILES. No functional change. 2012-03-04 17:46:15 +00:00
taca
37136bc94c Note addition of ruby-coffee-script-source version 1.2.0 and
ruby-coffee-script version 2.2.0.
2012-03-04 16:16:12 +00:00
taca
88d8975a44 Add and enable ruby-coffee-script and ruby-coffee-script-source. 2012-03-04 16:15:29 +00:00
taca
f78b729d31 Importing ruby-coffee-script package version 2.2.0.
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
2012-03-04 16:14:42 +00:00
taca
5106cf065d Importing ruby-coffee-script-source version 1.2.0.
CoffeeScript is a little language that compiles into JavaScript.
Underneath all of those embarrassing braces and semicolons,

JavaScript has always had a gorgeous object model at its heart.

CoffeeScript is an attempt to expose the good parts of JavaScript
in a simple way.
2012-03-04 16:13:54 +00:00
taca
e500f0d9eb Note addition of lang/ruby-execjs package version 1.3.0. 2012-03-04 16:12:06 +00:00
taca
07ea543622 Add and enable ruby-execjs. 2012-03-04 16:11:39 +00:00
taca
9ce930ae5c Importing ruby-execjs package version 1.3.0.
ExecJS lets you run JavaScript code from Ruby.
2012-03-04 16:10:39 +00:00
minskim
18815a53be Update DISTFILES. No functional change. 2012-03-04 15:30:10 +00:00
abs
cc65666647 Updated www/p5-libwww to 6.04
Updated devel/p5-AnyEvent to 6.130
Updated devel/p5-App-perlbrew to 0.41
Updated devel/p5-Variable-Magic to 0.48
Updated devel/p5-B-Hooks-EndOfScope to 0.11
2012-03-04 14:12:54 +00:00
abs
a81f05b12b Updated devel/p5-B-Hooks-EndOfScope to 0.11
0.11  Thu, 23 Feb 2012 11:19:18 +0100
  * A minor efficiency improvement.
2012-03-04 14:11:05 +00:00
abs
8353cebb7f Updated devel/p5-Variable-Magic to 0.48
0.48    2012-02-17 23:40 UTC
        + Add : You can now pass a reference to undef as the magic callback in
                order to install a no-op callback.
                Thanks Florian Ragwitz for the suggestion.

0.47    2011-10-27 16:55 UTC
        + Add : The new constant VMG_COMPAT_HASH_DELETE_NOUVAR_VOID evaluates
                to true when "delete $hash{key}" does not call 'delete' uvar
                magic in void context.
        + Chg : The MAGIC tokens created by this module no longer use the
                mg_private member for storing a "magical" signature.
        + Fix : Triggering magic in a thread on a variable cloned from the main
                interpreter, and when the wizard already went out of scope,
                will not segfault anymore.
        + Opt : The pointer table is no longer needed to ensure thread safety.
                The size of the object code is about 8% smaller for threaded
                perls.
        + Tst : Threads tests will not fail anymore if resources constraints
                prevent the system from creating all the required threads.
2012-03-04 14:09:59 +00:00
abs
b442440000 Updated devel/p5-App-perlbrew to 0.41
0.41:
- Fix installation issue when the specified version is not listed in CPAN::Perl::Releases
- Fix sub-shell invocation for 'switch' and 'use' command. This is particularly for csh users, but it should also work for bash users.

0.40:
- Make the stanalone perlbrew program smaller by using Perl::Strip
- use CPAN::Perl::Releases to decide the location of perl tarball -- less HTTP hits
- Prefer $PERLBREW_ROOT/bin/patchperl if it is there.

0.39:
- Fix GH #179. lib naming are more consistent.
- Fix GH #171. bash users are suggestted to upgrad to this version.
- Fix GH #152.

0.38:
- fix deps

0.37:
- fix ENV mess after switching to diffirent libs multiple times
- add --sitecustomize option

0.36:
- fix test errors on freebsd that makes it uninstallable

0.35:
- fixes for cpantester failures
- requiers local::lib version 1.008

0.34:
- Fix: remove duplicated items from the output of `perlbrew list`.
- New Command: self-install.
  - This is actually renamed from an undocumented command `install-perlbrew`
  - Plus it gets documented.
- Provide aditional bash completion control helper commands.
- Documentation fixes / typo corrections.
- alter MANPATHs, see GH #173
- Allow the representation like '@lib' te mean "a lib name under current perl.". See GH #153

0.33:
- Remove Text::Levenshtein from the standalone executable.
- Rearrange documentation so all perlbrew command usage document can be found in `perldoc perlbrew`
  - In the future, App::perlbrew POD should only contain the API doc for the module.

0.32:
- A hotfix release: local::lib was not bundled in the previous release.

0.31:
- NOTICE: Remove $PERLBREW_ROOT/Conf.pm if it's there, and re-run `perlbrew mirror`
- perlbrew help system is changing. `perlbrew help <command>` now displays brief documentation for the command.
- Add a global `--root` argument for all commands that can be used as a quick alternative to set PERLBREW_ROOT env var.
- Avoid display paths to external/system perl in the output of `perlbrew list`
- Replace Text::Levenshtein with a minimal implementation -- the standalone executable get to be smaller.

0.30:
- New command: lib
  - local::lib integration is done with this command.
- New command: install-patchperl
- skip runs of 'exec' on aliases https://github.com/gugod/App-perlbrew/pull/135
- Respect -f flag when installing to replace an already installed perl.
- Redefine the default value of -q flag to be false, and define it's meaning to be "complete silent"

0.29:
- The installer now honors $TMPDIR (RT #70850)
- Fixd GH #108. `perlbrew use` has a fallback for users that does not use bash/csh -compitable shell.
- Deprecate the command 'perlbrew use system' simply use 'perlbrew off' or 'perlbrew switch-off' instead.
- Deprecate the special case of `perlbrew use /path/to/bin/perl` and `perlbrew switch /path/to/bin/perl
  - perlbrew no longer cast magic to external perls. But there will be an alternative.
2012-03-04 14:04:31 +00:00
abs
4d09a84360 Updated devel/p5-AnyEvent to 6.130
6.14 Tue Jan 31 20:00:24 CET 2012
        - AnyEvent::Impl::Tk was broken due to a mysterious "die" inside,
	  probably an editing mistake (reported by Darin McBride).
2012-03-04 13:56:38 +00:00
abs
9291d95181 Updated www/p5-libwww to 6.04
_______________________________________________________________________________
2012-02-18  Release 6.04

Gisle Aas (4):
      Typo fix; envirionment [RT#72386]
      Implement $ua->is_online test
      Add separate option to enable the live jigsaw tests
      Merge pull request #10 from trcjr/master

Theodore Robert Campbell Jr (3):
      now with put and delete helpers
      updated POD
      unit tests for ua->put and ua->delete

Peter Rabbitson (1):
      These modules work with 5.8.1




_______________________________________________________________________________
2011-10-15  Release 6.03

Ville Skyttä (7):
      Link updates.
      Attribute documentation wording improvements.
      Don't parse robots.txt response content unless it's textual.
      Decode robots.txt response content before attempting to parse it.
      RobotUA robots.txt response parsing cleanups.
      Don't parse HEAD of robots.txt responses.
      Request handler doc grammar fixes.

Gisle Aas (6):
      Pass on HTTP/1.0 if set as request protocol
      Remove outdated docs (not touched since 1996 :-)
      Merge pull request #22 from madsen/RT67947-verify_hostname
      PERL_LWP_ENV_PROXY tweaks
      lwp-request didn't respect -H Content-type [RT#70488]
      lwp-request -H didn't allow repeated headers

Christopher J. Madsen (2):
      verify_hostname defaults to 0 if ssl_opts provided [RT#67947]
      Test verify_hostname setting

Bryan Cardillo (1):
      Fix expect header support to work with content refs.

Moritz Onken (1):
      add PERL_LWP_ENV_PROXY env variable to enable env_proxy globally
2012-03-04 13:49:04 +00:00
wiz
654bc06b1f Restore previous version, accidentally committed with pcre PKGREVISION
bump. It would be nice to have a solution for catinstall being unset
on -current so I don't need these patches.
2012-03-04 11:40:46 +00:00
obache
8e35d0b682 refrect reality to PKGCONFIG_OVERRIDE. 2012-03-04 11:37:48 +00:00
obache
3a4117de93 fix build on i386 without SSE/SSE2 support. 2012-03-04 11:19:06 +00:00
tron
5878073aaa Note update of the "perl5" package to version 5.14.2nb5. 2012-03-04 10:27:07 +00:00
tron
8ea403ece5 Teach perllink(1) to transparently handle the case where a file has been
compressed with "gzip". This stops it from creating a lot of broken
symbolic links if "MANZ" is defined.

Bump package revision because of this change.
2012-03-04 10:26:57 +00:00
asau
d3d256b787 Updated devel/equeue to 2.1.4 2012-03-04 09:49:15 +00:00
asau
07725a5f62 Update to equeue 2.1.4
Changed in 2.1.4: Fix in output_async_descr for large streams
2012-03-04 09:49:04 +00:00
asau
df33e95858 Updated devel/pcre-ocaml to 6.2.5 2012-03-04 09:42:44 +00:00
asau
e30255615f Update to pcre-ocaml 6.2.5
Changes:

2012-01-04:  Fixed native code debug build target by updating OCamlMakefile.

             Thanks to Stephane Glondu <glondu@debian.org> for the patch!

2011-12-15:   Fixed a Windows portability bug in the C-bindings.

             Thanks to Evgenii Lepikhin <johnlepikhin@gmail.com> for the patch!

2011-11-09:  Updated OCamlMakefile to fix linking order.

2011-01-16:  Added support for limit recursion flag.

             Thanks to Delphin Lecucq <Delphin.LECUCQ@3ds.com> for the patch!

2010-10-31:  Improved Windows support with MSVC.

             Thanks to Sylvain Le Gall <sylvain@le-gall.net> for the patch!

2010-04-01:  Added new function:

               * regexp_or

2009-06-20:  Fixed bug in configuration functions that could lead to a segfault.

             Thanks to Gerd Stolpmann <gerd@gerd-stolpmann.de> for the patch!

2009-05-07:  Changed API wrt. error handling and thus made a major release.

             Improved behavior in the presence of recursion limit errors.
             Thanks to Martin Jambon <martinj@mylife.com> for this patch!

2009-04-23:  Fixed build problem on MinGW.

             Thanks to Gerd Stolpmann <gerd@gerd-stolpmann.de> for the patch!

2009-03-08:  Fixed build problem on Mac OS X with macports.

             Thanks to Ralph Douglass <ralph@grayskies.net> for the
             initial patch.

             Update OCamlMakefile.

             Improved Godi-distribution.
2012-03-04 09:42:31 +00:00
asau
fdd418eccf Updated devel/ocaml-findlib to 1.2.8 2012-03-04 09:28:20 +00:00
asau
91caa785d0 Update to findlib 1.2.8
Changes:

- Adding support for ocamlmklib (B. Meurer's patches)
- Fix for win32 in the configure script.
2012-03-04 09:26:55 +00:00
asau
dc0429b64d Updated lang/ocaml to 3.12.1 2012-03-04 09:19:02 +00:00
asau
63b9b029bd Update to O'Caml 3.12.1
Changes in Objective Caml 3.12.1:

Features:
- added '-ml-synonym' and '-mli-synonym' options to ocamldep
- added '-ocamldoc' option to ocamlbuild
- added possibility to add options to ocamlbuild
- added access to current camlp4 parsers and printers
- improved instruction selection for float operations on amd64
- stdlib: added a 'usage_string' function to Arg
- allow with constraints to add a type equation to a datatype definition
- ocamldoc: allow to merge '@before' tags like other ones
- ocamlbuild: allow dependency on file "_oasis"

Other changes:
- Changed default minor heap size from 32k to 256k words.
- Added new operation 'compare_ext' to custom blocks, called when
  comparing a custom block value with an unboxed integer.

Multiple bug fixes.
2012-03-04 09:06:46 +00:00
shattered
65908bb2cf Fix build failure on 4.0 after cups update: #include <stdio.h> 2012-03-04 08:38:39 +00:00
obache
37d19634ad Updated lang/python31 to 3.1.4nb4 2012-03-04 08:19:47 +00:00
obache
9b48576500 * change ALTERNATIVES for pydoc3.1 to pydoc3, match to original name.
* also rename idle3 with version suffix to avoid conflict with future python3.
* stop to rename smtpd.py, it will not be installed as script in python3.

Bump PKGREVISION.
2012-03-04 08:11:51 +00:00
tron
e97bea0dec Don't strip out "cat" manual pages if the package gets built via "imake".
The settings in "MANINSTALL" don't apply here.
2012-03-04 08:03:56 +00:00
tron
7f0b955965 Revert last commit. There is a fundamental problem with the manual
page strip logic. This package is fine.
2012-03-04 07:45:02 +00:00
taca
382c11ec80 Note remove of textproc/mecab-base09. 2012-03-04 02:31:37 +00:00
taca
43119d6afa Remove mecab-base09 package which was needed by php-mecab. 2012-03-04 02:30:58 +00:00
taca
588796a8be Remove mecab09-base. 2012-03-04 02:30:17 +00:00
taca
49cd49dd22 Note update of textproc/php-mecab package to 0.5.0. 2012-03-04 01:50:04 +00:00
taca
2ee24d5ea3 Update php-mecab pacakge to 0.5.0.
* Support MecCab 0.99.
* Support PHP 5.4 (don't check safe mode).

Change MASTER_SITES to github.
2012-03-04 01:49:13 +00:00
minskim
b96a71e745 Note update of tex-ptex{,-doc}. 2012-03-04 01:20:57 +00:00
minskim
9c93f2a29e Update tex-ptex{,-doc} to 3.2.
Changes:
- Make Japanese font maps available to updmap.
- Generate LaTeX format using eptex instead of ptex.
2012-03-04 01:20:20 +00:00
minskim
6987bd9dce Add tex-japanese-otf{,-doc}. 2012-03-04 01:15:21 +00:00
minskim
20e7508dbf Import tex-japanese-otf-doc-1.7b4 as fonts/tex-japanese-otf-doc.
This is documentation for tex-japanese-otf.
2012-03-04 01:13:54 +00:00