Commit graph

38743 commits

Author SHA1 Message Date
ndb
eb1828f5fb package was missing bin installation dir. 2013-12-09 18:27:37 +00:00
Jonathan Perkin
84c8a1a40b Remove squidview, newer version imported in pkgsrc/www/squidview 2013-12-09 10:43:19 +00:00
Filip Hajny
06980e6769 Fix Perl interpretter 2013-12-09 09:49:04 +00:00
Filip Hajny
2097e87aa4 Also supports apache24 2013-12-09 09:45:28 +00:00
Nils Ratusznik
7592f475f4 Upgraded cacti-spine to 0.8.8b 2013-12-09 09:22:38 +00:00
Ryosuke Moro
10ecdd1a0f Update to 4.2.24
CHANGES:
4.2.24
    Allow WAI 2.0
    Fix the Keyword generator
2013-12-08 23:21:02 +00:00
ndb
492b0fbd16 FETCH_USING curl. 2013-12-08 22:59:03 +00:00
Kamel Ibn Aziz Derouiche
31d5ae3159 *********************************************
Version 2.2.0 (March 01, 2013):
*********************************************

New Features
-------------

- Added Support for Windows

- New Bloch3d class for plotting 3D Bloch spheres using Mayavi.

- Bloch sphere vectors now look like arrows.

- Added partial transpose function.

- Added continous variable functions for calculating correlation and covariance
  matrices, the Wigner covariance matrix and the logarithmic negativity for
  for multimode fields in Fock basis.

- The master-equation solver (mesolve) now accepts pre-constructed Liouvillian
  terms, which makes it possible to solve master equations that are not on
  the standard Lindblad form.

- Optional Fortran monte carlo solver (mcsolve_f90) by Arne Grimsmo.

- A module of tools for using QuTiP in IPython notebooks.

- Increased performance of the steady state solver.


Bug Fixes:
----------

- Function based time-dependent Hamiltonians now keep the correct phase.

- mcsolve no longer prints to the command line if ntraj=1.
2013-12-08 19:07:37 +00:00
Kamel Ibn Aziz Derouiche
62855ba850 Update current package 2013-12-08 19:06:33 +00:00
Ryosuke Moro
c855840547 Update to 0.8.3
changes:
0.8.3
 - remove upper boundary on text, may text simply never break anything
2013-12-08 19:05:51 +00:00
Jason Bacon
d88a7de464 Update for minor bug fix upstream 2013-12-08 17:44:23 +00:00
Kamel Ibn Aziz Derouiche
9fc672be9f Update current package 2013-12-08 16:11:10 +00:00
Aleksey Cheusov
43075cb23f wip/mkdep was removed; it is now in devel/bmkdep 2013-12-08 15:30:55 +00:00
Aleksey Cheusov
2ec57c70e7 wip/mk-configure was added 2013-12-08 15:27:53 +00:00
Matthew Sporleder
a684005aa4 new version works on osx 2013-12-08 03:08:07 +00:00
Greg Troxel
b767ecbd26 Fix odd spacing. 2013-12-08 01:20:54 +00:00
Ryosuke Moro
e90677d549 Update to 1.12.2
changelog:
pandoc (1.12.2)

  * Metadata may now be included in YAML blocks in a markdown document.
    For example,

        ---
        title:
        - type: main
          text: My Book
        - type: subtitle
          text: An investigation of metadata
        creator:
        - role: author
          text: John Smith
        - role: editor
          text: Sarah Jones
        identifier:
        - scheme: DOI
          text: doi:10.234234.234/33
        publisher:  My Press
        rights:  (c) 2007 John Smith, CC BY-NC
        cover-image: img/mypic.jpg
        ...

    Metadata may still be provided using `--epub-metadata`; it will
    be merged with the metadata in YAML blocks.

  * EPUB writer:

    + `meta` tags are now used instead of `opf` attributes for EPUB3.
    + Insert "svg" property as needed in opf (EPUB 3).
    + Simplify `imageTypeOf` using `getMimeType`.
    + Add properties attribute to `cover-image` item for EPUB 3.
    + Don't include node for `cover.xhtml` if no cover!
    + Ensure that same identifier is used throughout (#1044).
      If an identifier is given in metadata, we use that; otherwise
      we generate a random uuid.
    + Add cover reference to guide element (EPUB 2) (Shaun Attfield).
      Fixes an issue with Calibre putting the cover at the end of the book
      if the spine has `linear="no"`.  Apparently this is best practice
      for other converters as well:
      <http://www.idpf.org/epub/20/spec/OPF_2.0.1_draft.htm#Section2.6>.
    + Allow `stylesheet` in metadata.  The value is a path to the stylesheet.
    + Allow partial dates:  `YYYY`, `YYYY-MM`.

  * Markdown writer:  Fix rendering of tight sublists (#1050).
    Previously a spurious blank line was included after a tight sublist.

  * ODT writer:  Add `draw:name` attribute to `draw:frame` elements (#1069).
    This is reported to be necessary to avoid an error from recent
    versions of Libre Office when files contain more than one image
    Thanks to wmanley for reporting and diagnosing the problem.

  * ConTeXt writer:  Don't hardcode figure/table placement and numbering.
    Instead, let this be set in the template, using `\setupfloat`.
    Thanks to on4aa and Aditya Mahajan for the suggestion (#1067).

  * Implemented CSL flipflopping spans in DOCX, LaTeX, and HTML writers.

  * Fixed bug with markdown intraword emphasis.  Closes #1066.

  * Docbook writer:  Hierarchicalize block content in metadata.
    Previously headers just disappeared from block-level metadata
    when it was used in templates.  Now we apply the 'hierarchicalize'
    transformation.  Note that a block headed by a level-2 header will
    turn into a `<sect1>` element.

  * OpenDocument writer:  Skip raw HTML (#1035).
    Previously it was erroneously included as verbatim text.

  * HTML/EPUB writer, footnotes:  Put `<sup>` tag inside `<a>` tags.
    This allows better control of formatting, since the `<a>`
    tags have a distinguishing class (#1049).

  * Docx writer:

    + Use mime type info returned by fetchItem.
    + Fixed core metadata (#1046).
      Don't create empty date nodes if no date given.
      Don't create multiple `dc:creator` nodes; instead separate by
      semicolons.
    + Fix URL for core-properties in `_rels/.rels` (#1046).

  * Plain writer: don't print `<span>` tags.

  * LaTeX writer:

    + Fix definition lists with internal links in terms (#1032).
      This fix puts braces around a term that contains an internal
      link, to avoid problems with square brackets.
    + Properly escape pdftitle, pdfauthor (#1059).
    + Use booktabs package for tables (thanks to Jose Luis Duran).

  * Updated beamer template.  Now references should work properly
    (in a slide) when `--biblatex` or `--natbib` is used.

  * LaTeX reader:

    + Parse contents of curly quotes or matched `"` as quotes.
    + Support `\textnormal` as span with class `nodecor`.
      This is needed for pandoc-citeproc.
    + Improved citation parsing.  This fixes a run-time error that occured
      with `\citet{}` (empty list of keys).  It also ensures that empty keys
      don't get produced.

  * MediaWiki reader:  Add automatic header identifiers.

  * HTML reader:

    + Use pandoc `Div` and `Span` for raw `<div>`, `<span>` when
      `--parse-raw`.
    + Recognize `svg` tags as block level content (thanks to MinRK).
    + Parse LaTeX math if appropriate options are set.

  * Markdown reader:

    + Yaml block must start immediately after `---`.  If there's a blank
      line after `---`, we interpreted it as a horizontal rule.
    + Correctly handle empty bullet list items.
    + Stop parsing "list lines" when we hit a block tag.
      This fixes exponential slowdown in certain input, e.g.
      a series of lists followed by `</div>`.

  * Slides:  Preserve `<div class="references">` in references slide.

  * `Text.Pandoc.Writer.Shared`:

    + Fixed bug in `tagWithAttrs`.  A space was omitted before key-value
      attributes, leading to invalid HTML.
    + `normalizeDate`: Allow dates with year only (thanks to Shaun Attfield).
    + Fixed bug in `openURL` with `data:` URIs.  Previously the base-64
      encoded bytestring was returned.  We now decode it so it's a proper
      image!

  * DocBook reader:  Handle numerical attributes starting with decimal.
    Also use `safeRead` instead of `read`.

  * `Text.Pandoc.Parsing`:

    + Generalized type of `registerHeader`, using new type classes
      `HasReadeOptions`, `HasIdentifierList`, `HasHeaderMap`.
      These allow certain common functions to be reused
      even in parsers that use custom state (instead of `ParserState`),
      such as the MediaWiki reader.
    + Moved inlineMath, displayMath from Markdown reader to Parsing.
      Generalize their types and export them from Parsing.  (API change.)

  * `Text.Pandoc.Readers.TexMath`: Export `readTeXMath'`, which attends
    to display/inline.  Deprecate `readTeXMath`, and use `readTeXMath'`
    in all the writers.  Require `texmath >= 0.6.5.2`.

  * `Text.Pandoc.MIME`:

    + Add entry for `jfif`.
    + In looking up extensions, drop the encoding info.
      E.g. for 'image/jpg;base64' we should lookup 'image/jpg'.

  * Templates:  Changed how array variables are resolved.  Previously if
    `foo` is an array (which might be because multiple values were set on
    the command line), `$foo$` would resolve to the concatenation of the
    elements of foo.  This is rarely useful behavior.  It has been changed
    so that the first value is rendered.  Of course, you can still iterate
    over the values using `$for(foo)$`.  This has the result that you can
    override earlier settings using `-V` by putting new values later on the
    command line, which is useful for many purposes.

  * `Text.Pandoc`:  Don't default to `pandocExtensions` for all writers.

  * Allow "epub2" as synonym for "epub", "html4" for "html".

  * Don't look for slidy files in data files with `--self-contained`.

  * Allow `https:` command line arguments to be downloaded.

  * Fixed `make_osx_package.sh` so data files embedded in `pandoc-citeproc`.
2013-12-08 01:19:25 +00:00
Ryosuke Moro
b70ce20856 Update to 0.6.5.2
changes:
0.6.5.2
 - Fixed serious bug handling commands.
   Support \not\in.
   Added tests.
0.6.5.1
 - Support \not\subset, etc. Closes #22.
 - Added nsubset, nsubseteq, nsupset, nsupseteq. Closes #23.
0.6.5
 - texMathToPandoc: Use $$ delimiters for display math in fallback.
 ( #22 => https://github.com/jgm/texmath/issues/22 )
 ( #23 => https://github.com/jgm/texmath/issues/23 )
2013-12-08 01:17:32 +00:00
Matthew Sporleder
e5116e134a remove local files and move to github 2013-12-07 21:16:43 +00:00
Kamel Ibn Aziz Derouiche
4d20e0124f Update current package 2013-12-07 16:17:30 +00:00
Kamel Ibn Aziz Derouiche
60942e2569 add PYSUFFIX 2013-12-07 16:12:38 +00:00
Kamel Ibn Aziz Derouiche
e7c34840ba update current package
remove alternative download
2013-12-07 16:05:47 +00:00
Kamel Ibn Aziz Derouiche
2a0435c470 Update package 2013-12-07 15:28:14 +00:00
Kamel Ibn Aziz Derouiche
eb6efdfc4b current update package 2013-12-07 15:13:10 +00:00
Nathanial Sloss
022e9ce511 Package update to 2.7.4
Changes include:  New application Calligra Author - ebook authoring tool.
		  Calligra now works on tablet devices.
		  Many bugfixes to the 2.7 branch.
2013-12-07 13:17:13 +00:00
OBATA Akio
eff9ba726c Removed ruby-GalleryAdministrator, dead upstream. 2013-12-07 08:50:42 +00:00
Thomas Klausner
f09fa8c6b6 Remove patch that was integrated upstream. 2013-12-07 01:09:32 +00:00
Thomas Klausner
40daa9c165 Add another patch from upstream fixing tests. 2013-12-07 01:08:28 +00:00
Thomas Klausner
6ec279a806 qmc2 update to 0.41 done. 2013-12-07 00:39:51 +00:00
Thomas Klausner
3f02e58514 Update to 0.41.
Improve options: remove unsupported ones, fix build and PLIST for mess
option.

0.41:

The MAME/MESS team decided to change their release model and no
longer produce u-releases, so the intervals between two major
releases are a lot shorter than before. We still want to keep in
sync with them, but this obviously means fewer changes between two
QMC2 releases.

However, we still have some nice additions for you this time :) .
Most importantly, QMC2 Arcade received support for mapping
(theme-specific / native) key-sequences to any other key-sequences
and/or joystick-functions. And Qt CHDMAN GUI is now scriptable â
for more information see our new qchdman-related wiki-page.

This version is in sync with MAME/MESS/UME 0.151.

0.40:
The probably most important feature addition this time is the
support for other common image file formats (apart from just PNG).
There have also been a number of noticeable performance improvements
and (mostly minor) bug-fixes that make it a worthy update.

0.39:
This major update comes with a bunch of nice new features and
improvements, a ridiculous number of fixes and the first official
release of Qt CHDMAN GUI - a stand-alone graphical user interface
/ front-end to chdman. QMC2 0.39 is synced with MAME/MESS/UME 0.149
which were released earlier today.

Special thanks to our new team member Pete Beardmore who made the
great new / alternative darkone theme for QMC2 Arcade.
2013-12-07 00:39:22 +00:00
Hauke Fath
b440b4abf6 List 32/64 bit issues 2013-12-06 22:25:45 +00:00
Hauke Fath
f53104e27d It turns out that many of the TSM binaries are still ia32. So we need
to install all the i386 rpms even on x86_64. The i386 PLIST is the
main one, and the x86_64 is an addition.

On my NetBSD/amd64 xen DomU, the linux ldconfig dumps core for unknown
reasons, so I cannot yet verify what else is missing - I guess we'll
need to depend on the suse32 libraries.
2013-12-06 16:36:31 +00:00
Hauke Fath
2100f2b415 Provide an appropriate ld.so.conf snippet for amd64. 2013-12-06 15:55:00 +00:00
Thomas Klausner
76829948ad + desmume-0.9.10, lives-2.2.0. 2013-12-06 13:30:57 +00:00
Benny Siegert
d15802caad Go 1.2.
See release notes in http://golang.org/doc/go1.2 -- they are too long
to paste here.

This won't compile under NetBSD-current at the moment (only 6-STABLE).
Some tests are a bit flaky (log/syslog and runtime). This does not occur
when you run the build from the command line AFAICT.
2013-12-06 12:54:16 +00:00
ndb
ded922a175 change in notify_notification_new() happend. 2013-12-06 12:41:37 +00:00
ndb
603396d23c use x11/libX11/buildlink3.mk 2013-12-06 12:29:22 +00:00
Hauke Fath
0d1b5e1e71 Bump pkgrevision for recent changes. 2013-12-06 11:47:37 +00:00
Hauke Fath
8f92b7b556 Support amd64/x86_64 as well as i386;
make Java GUI support optional to reduce weight.
2013-12-06 11:46:10 +00:00
ndb
4155e56f8e only https fetch possible anymore. 2013-12-06 11:31:34 +00:00
ndb
6a44be96c7 version typo in MASTER_SITES url. 2013-12-06 11:29:46 +00:00
Kamel Ibn Aziz Derouiche
789b6e2f80 Update current package 2013-12-06 01:16:50 +00:00
Kamel Ibn Aziz Derouiche
e2d1c608f5 add dependency: wip/py-greenlet 2013-12-06 01:14:19 +00:00
Makoto Fujiwara
fde5bf8e75 Import nios2-binutils-2.24 as wip/nios2-binutils.
Cross binutils 2.24 for ALTERA FPGA Nios2 processor.
2013-12-06 01:06:15 +00:00
Kamel Ibn Aziz Derouiche
62f1cbc81e Update package
move python installation mecanisme: extension.mk to egg.mk
2013-12-06 00:27:44 +00:00
Thomas Klausner
0e01f4b3f4 dd patch fixing a test failure on NetBSD. 2013-12-06 00:24:44 +00:00
Kamel Ibn Aziz Derouiche
418be38252 Update package 2013-12-06 00:24:23 +00:00
Kamel Ibn Aziz Derouiche
c17b6c2d70 update current package
add dependency: wip/py-geographiclib
2013-12-06 00:14:25 +00:00
Ryosuke Moro
de05deb9fa Update to 0.10.6
CHANGES:
0.10.6
    #625, more documentation about args/argPos
    #626, ensure initial lists don't get reversed (fix after #610)
    ( #610 => http://code.google.com/p/ndmitchell/issues/detail?id=610 )
    ( #625 => http://code.google.com/p/ndmitchell/issues/detail?id=625 )
    ( #626 => http://code.google.com/p/ndmitchell/issues/detail?id=626 )
2013-12-05 23:05:27 +00:00
Kamel Ibn Aziz Derouiche
91d54487e6 Import py27-geographiclib-1.31 as wip/py-geographiclib.
This is a python implementation of the geodesic routines from GeographicLib.
This contains implementations of the classes

    GeographicLib::Math
    GeographicLib::Accumulator
    GeographicLib::Geodesic
    GeographicLib::GeodesicLine
    GeographicLib::PolygonArea
2013-12-05 22:51:19 +00:00