Path to this page:
./
math/xylib,
Library for reading powder diffraction data
Branch: CURRENT,
Version: 1.0,
Package name: xylib-1.0,
Maintainer: pkgsrc-usersxylib is a portable C++ library for reading files that contain x-y data from
powder diffraction, spectroscopy or other experimental methods.
Supported formats:
- plain text (CSV or TSV or space-separated-values)
- Crystallographic Information File for Powder Diffraction (pdCIF)
- Siemens/Bruker UXD
- Siemens/Bruker RAW ver. 1/2/3/4
- Philips UDF
- Philips RD (raw scan) V3
- Rigaku DAT
- Sietronics Sieray CPI
- DBWS/DMPLOT data file
- Canberra MCA *(only one of Canberra MCA formats?)*
- XFIT/Koalariet XDD
- RIET7/LHPM/CSRIET/ILL\_D1A5/PSI\_DMC DAT
- Vamas ISO14976
*(only experiment modes: SEM or MAPSV or MAPSVDP are supported;
only REGULAR scan_mode is supported)*
- Princeton Instruments WinSpec SPE
*(only 1-D data is supported)*
Required to build:[
devel/boost-headers] [
pkgtools/cwrappers]
Master sites:
SHA1: 3664b6753e11673e637ced473ce00d24ff0ce338
RMD160: 3a125a7d08a60fa65e22a0b09122069a160ebfac
Filesize: 280.553 KB
Version history: (Expand)
- (2012-09-14) Updated to version: xylib-1.0
- (2011-11-05) Updated to version: xylib-0.8nb1
- (2011-03-11) Updated to version: xylib-0.8
- (2010-05-15) Updated to version: xylib-0.6
- (2009-12-12) Package added to pkgsrc.se, version xylib-0.4 (created)
CVS history: (Expand)
2015-11-04 00:33:46 by Alistair G. Crooks | Files touched by this commit (262) |
Log message:
Add SHA512 digests for distfiles for math category
Problems found locating distfiles:
Package dfftpack: missing distfile dfftpack-20001209.tar.gz
Package eispack: missing distfile eispack-20001130.tar.gz
Package fftpack: missing distfile fftpack-20001130.tar.gz
Package linpack: missing distfile linpack-20010510.tar.gz
Package minpack: missing distfile minpack-20001130.tar.gz
Package odepack: missing distfile odepack-20001130.tar.gz
Package py-networkx: missing distfile networkx-1.10.tar.gz
Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
Package quadpack: missing distfile quadpack-20001130.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2013-05-01 00:26:29 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Use <memory> for libc++.
|
2012-09-14 02:22:11 by Aleksej Saushev | Files touched by this commit (3) |  |
Log message:
Update to xylib 1.0
Changes:
* 1.0 (2012-07-25)
- added option ``decimal-comma`` for text format
- fixed bug in CSV format
* 0.9 (2012-05-20)
- added CSV format, or more acurately: delimiter-separated values format.
Supports popular delimiters (``TAB ,;|:/``), quoting (``"``)
and escape character (``\``). Non-numeric fields are read as NaNs.
- added Canberra CNF format
|
2012-09-12 01:04:36 by Aleksej Saushev | Files touched by this commit (180) |
Log message:
"user-destdir" is default these days
|
2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
|
2011-11-05 09:07:13 by Steven Drake | Files touched by this commit (2) |  |
Log message:
Add missing zlib and bzip2 buildlinks
Bump PKGREVISION and Update BUILDLINK_ABI_DEPENDS.xylib
|
2011-03-11 13:57:46 by Matthias Drochner | Files touched by this commit (3) |  |
Log message:
update to 0.8
changes:
-added CHIPLOT format
-bugfixes
|
2010-05-15 08:19:27 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 0.6:
* fixed reading of Bruker v3 files
* changes in API, added C API
Changes 0.5:
* added support for compressed files \*.gz (requires zlib) and \*.bz2 (bzlib)
|