Commit graph

192586 commits

Author SHA1 Message Date
drochner
dd7c2e7b23 fix pygtk detection with python>=2.6.6 2012-10-17 13:52:03 +00:00
jperkin
aacdfd8b7f Don't enable dri on Solaris 10 and lower. 2012-10-17 11:36:02 +00:00
jperkin
09d649e0bf Fix patch path. 2012-10-17 10:26:16 +00:00
asau
47e21d1793 Cleanup while here. 2012-10-17 03:36:14 +00:00
asau
442eedaefc Updated parallel/hwloc to 1.5 2012-10-17 03:12:01 +00:00
asau
45546d4723 Update to hwloc 1.5
v1.5 is a major new release series. It includes many new features and
changes over the v1.4.x series. The most noticeable changes are the
addition of the lstopo-no-graphics program (which does require any
heavy external library such as Cairo) and the discovery of instruction
caches. There are also many small improvements to all backends, and
some deprecated features have been removed.

Version 1.5.0
-------------
* Backends
  + Do not limit the number of processors to 1024 on Solaris anymore.
  + Gather total machine memory on FreeBSD.
  + XML topology files do not depend on the locale anymore. Float numbers
    such as NUMA distances or PCI link speeds now always use a dot as a
    decimal separator.
  + Add instruction caches detection on Linux, AIX, Windows and Darwin.
  + Add get_last_cpu_location() support for the current thread on AIX.
  + Support binding on AIX when threads or processes were bound with
    bindprocessor(). Thanks to Hendryk Bockelmann for reporting the issue
    and testing patches, and to Farid Parpia for explaining the binding
    interfaces.
  + Improve AMD topology detection in the x86 backend (for FreeBSD) using
    the topoext feature.
* API
  + Increase HWLOC_API_VERSION to 0x00010500 so that API changes may be
    detected at build-time.
  + Add a cache type attribute describind Data, Instruction and Unified
    caches. Caches with different types but same depth (for instance L1d
    and L1i) are placed on different levels.
  + Add hwloc_get_cache_type_depth() to retrieve the hwloc level depth of
    of the given cache depth and type, for instance L1i or L2.
    It helps disambiguating the case where hwloc_get_type_depth() returns
    HWLOC_TYPE_DEPTH_MULTIPLE.
  + Instruction caches are ignored unless HWLOC_TOPOLOGY_FLAG_ICACHES is
    passed to hwloc_topology_set_flags() before load.
  + Add hwloc_ibv_get_device_osdev_by_name() OpenFabrics helper in
    openfabrics-verbs.h to find the hwloc OS device object corresponding to
    an OpenFabrics device.
* Tools
  + Add lstopo-no-graphics, a lstopo built without graphical support to
    avoid dependencies on external libraries such as Cairo and X11. When
    supported, graphical outputs are only available in the original lstopo
    program.
    - Packagers splitting lstopo and lstopo-no-graphics into different
      packages are advised to use the alternatives system so that lstopo
      points to the best available binary.
  + Instruction caches are enabled in lstopo by default. User --no-icaches
    to disable them.
  + Add -t/--threads to show threads in hwloc-ps.
* Removal of obsolete components
  + Remove the old cpuset interface (hwloc/cpuset.h) which is deprecated and
    superseded by the bitmap API (hwloc/bitmap.h) since v1.1.
    hwloc_cpuset and nodeset types are still defined, but all hwloc_cpuset_*
    compatibility wrappers are now gone.
  + Remove Linux libnuma conversion helpers for the deprecated and
    broken nodemask_t interface.
  + Remove support for "Proc" type name, it was superseded by "PU" in v1.0.
  + Remove hwloc-mask symlinks, it was replaced by hwloc-calc in v1.0.
* Misc
  + Fix PCIe 3.0 link speed computation.
  + Non-printable characters are dropped from strings during XML export.
  + Fix importing of escaped characters with the minimalistic XML backend.
  + Assert hwloc_is_thissystem() in several I/O related helpers.
  + Fix some memory leaks in the x86 backend for FreeBSD.
  + Minor fixes to ease native builds on Windows.
  + Limit the number of retries when operating on all threads within a
    process on Linux if the list of threads is heavily getting modified.
2012-10-17 03:11:44 +00:00
schmonz
ad1bb39a4e Updated www/ikiwiki to 3.20121016 2012-10-17 01:56:22 +00:00
schmonz
6b57cb0532 Update to 3.20121016. From the changelog:
* monochrome: New theme, contributed by Jon Dowland.
   * rst: Ported to python 3, while still also being valid python 2.
     Thanks, W. Trevor King
   * Try to avoid a situation in which so many ikiwiki cgi wrapper programs
     are running, all waiting on some long-running thing like a site rebuild,
     that it prevents the web server from doing anything else. The current
     approach only avoids this problem for GET requests; if multiple cgi's
     run GETs on a site at the same time, one will display a "please wait"
     page for a configurable number of seconds, which then redirects to retry.
     To enable this protection, set cgi_overload_delay to the number of
     seconds to wait. This is not enabled by default.
   * Add back a 1em margin between archivepage divs.
   * recentchangesdiff: Correct broken template that resulted in duplicate
     diff icons being displayed, and bloated the recentchanges page with
     inline diffs when the configuration should have not allowed them.
2012-10-17 01:56:14 +00:00
taca
121e771b03 There were another extra DIST_SUBDIR to fix build problem. 2012-10-17 00:17:50 +00:00
taca
23dd4971fb Remove extra DIST_SUBDIR for now. 2012-10-17 00:01:42 +00:00
minskim
967a81b390 Note update of tex-pstricks{,-doc}. 2012-10-16 22:25:42 +00:00
minskim
f452536414 Update tex-pstricks to 2.33.
Changes since 2.23:
2.33  2012-09-23  - fix a trailing space in \pst@Pyth
2.32  2012-09-20  - added more blendmodes for distiller
2.31  2012-08-24  - fixed bug with the star version of \psellipticarc
                    and the additional setting of showpoints
2.30  2012-08-13  - fixed bug with the star version of \psellipticarc
                  - added fillstyle options eovlines, eohlines,
                                            eovlines*, and eohlines*
2.29  2012-06-04  - fixed itroduced trailing space with boolkey
2.28  2012-05-24  - added \add@psCode, which uses \pstVerb
                    instead of \pstverb
2.27  2012-03-11  - activate \tx@strokeopacity for \psgrid
2.26  2012-02-19  - showgrid=top is now possible
2.25  2012-02-12  - modifications to the code of curveticks
2.24  2012-02-09  - add option for curveticks with option symbol
2012-10-16 22:24:17 +00:00
minskim
fef8225694 Add tex-auto-pst-pdf{,-doc}. 2012-10-16 22:10:58 +00:00
minskim
00a3f13ed0 Import tex-auto-pst-pdf-doc-0.6 as graphics/tex-auto-pst-pdf-doc.
This is documentation for tex-auto-pst-pdf.
2012-10-16 22:07:51 +00:00
minskim
91ba6d863e Import tex-auto-pst-pdf-0.6 as graphics/tex-auto-pst-pdf.
The package uses --shell-escape to execute pst-pdf when
necessary. This makes it especially easy to integrate into the
workflow of an editor with just "LaTeX" and "pdfLaTeX" buttons.
Wrappers are provided for various psfrag-related features so
that Matlab figures via laprint, Mathematica figures via
MathPSfrag, and regular psfrag figures can all be input
consistently and easily.
2012-10-16 22:07:28 +00:00
minskim
66244dbf08 Add tex-ifplatform{,-doc}. 2012-10-16 22:00:15 +00:00
minskim
5201491282 Import tex-ifplatform-doc-0.3a as print/tex-ifplatform-doc.
This is documentation for tex-ifplatform.
2012-10-16 21:59:00 +00:00
minskim
005ff72ef5 Import tex-ifplatform-0.3a as print/tex-ifplatform.
This package uses the (La)TeX extension -shell-escape to
establish whether the document is being processed on a Windows
or on a Unix-like system (Mac OS X, Linux, etc.), or on Cygwin
(Unix environment over a windows system). Booleans provided
are \ifwindows, \iflinux, \ifmacosx, and \ifcygwin. The
package also preserves the output of uname on a Unix-like
system, which may be used to distinguish between various
classes of Unix systems.
2012-10-16 21:58:39 +00:00
minskim
7407ff0a35 Note update of tex-oberdiek{,-doc}. 2012-10-16 21:56:13 +00:00
minskim
10799a6caf Update tex-oberdiek{,-doc} to 2012.
New packages: fibnum, thepdfnumber, and enparen.
2012-10-16 21:55:12 +00:00
minskim
5f8a167151 Note update of tex-amsmath-doc. 2012-10-16 21:54:14 +00:00
minskim
1413522f7c Sync tex-amsmath{,-doc} with TeX Live 2012. Documentation updates only. 2012-10-16 21:52:51 +00:00
minskim
cef52eb77a Note update of tex-tools{,-doc}. 2012-10-16 21:43:01 +00:00
minskim
4ccb0cc5d2 Update tex-tools{,-doc} to 2012.
Changes:
    * varioref.dtx: Avoid even \protected@edef in \vref@pagenum
             to pacify french babel
    * multicol.dtx: right-to-left language support added
    * multicol.dtx: typo corrections only -- thanks to Laurent Lyaudet
    * varioref.dtx: Correct spacing -- same mistake as in \vref
                     Defaults for esperanto added
    * xspace.dtx: Improve edge case for xspace
    * ftnright.dtx: Check for split footnotes
2012-10-16 21:41:00 +00:00
minskim
5b391cab6b Note PKGREVISION bump of tex-graphics-doc. 2012-10-16 21:36:13 +00:00
minskim
9c122319e2 Sync tex-graphics{,-doc} with TeX Live 2012.
Changes:
- Regenerated PDF documentation.
2012-10-16 21:35:13 +00:00
minskim
cb7ee256f5 Note update of tex-pdftex-def. 2012-10-16 20:58:24 +00:00
minskim
7d8be9c71f Update tex-pdftex-def to 0.06d.
Changes since 0.05d:
  * The use info on the screen goes with an information
    entry in the .log file that also tells the requested
    width (feature request of Axel Berger).
  * Use of packages `infwarerr' and `ltxcmds'.
  * Fix in \GPT@NormalizeNumber.
  * Date fixed in \ProvidesFile.
  * The ConTeXt support files `supp-pdf.*' and `supp-mpe.*' do
    not prevent reloading. Therefore `pdftex.def' only tries to load
    them if \convertMPtoPDF and \assignMPStransparency are not
    available. This fixes a compatibilty issue with class `combine'.
  * Fix for v0.06a, package `ltxcmds' was not loaded in plain TeX.
2012-10-16 20:57:00 +00:00
minskim
09f7fe286f Note update of tex-latex-bin{,-doc}. 2012-10-16 20:50:48 +00:00
minskim
498bb07cba Update tex-latex-bin{,-doc} to 2012.
Changes:
- Formats generated from up-to-date sources.
2012-10-16 20:50:06 +00:00
minskim
6b20c382a7 Note update of tex-latex{,-doc}. 2012-10-16 20:45:52 +00:00
minskim
9b00d9017b Sync tex-latex{,-doc} with TeX Live 2012. No functional change. 2012-10-16 20:44:38 +00:00
minskim
fc0f624f36 Note update of tex-luatex{,-doc}. 2012-10-16 20:40:02 +00:00
minskim
cedb985330 Update tex-luatex{,-doc} to 0.70.1pl26689.
Changes:
- Updated the Unicode character list.
- Updated year in the LuaTeX configuration file.
2012-10-16 20:38:54 +00:00
minskim
864b23a7d1 Note update of tex-pdftex{,-doc}. 2012-10-16 20:05:53 +00:00
minskim
25e50981a6 Update tex-pdftex{,-doc} to 1.40.11pl27932.
Changes:
- Updated font map files.
- Added simpdftex.
2012-10-16 20:03:24 +00:00
minskim
87cf60e818 Note update of tex-latexconfig. 2012-10-16 19:50:29 +00:00
minskim
522ad1050d Update tex-latexconfig to 2012.
Changes:
- Set \XeTeXdashbreakstate for XeLaTeX.
2012-10-16 19:49:43 +00:00
minskim
f7f1f73812 Note update of tex-ifluatex{,-doc}. 2012-10-16 19:42:24 +00:00
minskim
5606e5caa9 Update tex-ifluatex{,-doc} to 1.3pl26725.
Changes:
- Update usage of \catcode.
2012-10-16 19:40:01 +00:00
wiz
3d685f475a Fix typo in comment. 2012-10-16 18:21:24 +00:00
wiz
f61f47cd03 Add pangox-compat-0.0.1:
This is a compatibility library providing the obsolete pangox library
that is not shipped by Pango itself anymore.  If you are still using
pangox, well, really, get a life...
2012-10-16 17:50:03 +00:00
wiz
9f2cee372c Recursive bump for new gtkglext pangox-compat dependency. 2012-10-16 17:47:19 +00:00
wiz
174ca51bde Updated graphics/gtkglext to 1.2.0nb18 2012-10-16 17:44:08 +00:00
wiz
335e02aa23 Depend on pangox-compat now that pango doesn't supply pangox any longer.
Bump PKGREVISION.
2012-10-16 17:43:56 +00:00
wiz
2396f84338 Added devel/pangox-compat version 0.0.1 2012-10-16 17:43:02 +00:00
wiz
11add1952e + pangox-compat 2012-10-16 17:42:31 +00:00
shattered
84a68aad25 Updated converters/latex2rtf to 1.9.19 2012-10-16 17:24:04 +00:00
shattered
b13307a189 Update to 1.9.19. Notable changes:
- Rip out support for %latex2rtf: as a way of controlling parser.
- Initial code to support the pstricks-add package.
- Change how \, is translated.  Make it a small non-breaking space.
- Eliminate long-standing bug with spurious spaces before a paragraph.
2012-10-16 17:23:33 +00:00
asau
25c29480c9 Include bsd.prefs.mk before ".if" so that MACHINE_ARCH is defined.
Noticed with non-native bmake (on FreeBSD).
2012-10-16 15:31:40 +00:00