Port details |
- readstat Read (and write) data sets from SAS, Stata, and SPSS
- 1.1.9 math =2 1.1.9Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2022-08-26 13:51:04
- Last Update: 2024-02-12 00:55:48
- Commit Hash: 013b958
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: kde
- License: MIT
- WWW:
- https://github.com/WizardMac/ReadStat
- Description:
- Originally developed for Wizard, ReadStat is a command-line tool and
MIT-licensed C library for reading files from popular stats packages. Supported
data formats include:
* SAS: SAS7BDAT (binary file) and XPORT (transport file)
* Stata: DTA (binary file) versions 104-119
* SPSS: POR (portable file), SAV (binary file), and ZSAV (compressed binary)
Supported metadata formats include:
* SAS: SAS7BCAT (catalog file) and .sas (command file)
* Stata: .dct (dictionary file)
* SPSS: .sps (command file)
There is also write support for all the data formats, but not the metadata
formats. The produced SAS7BDAT files still cannot be read by SAS, but feel free
to contribute your binary-format expertise here.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/readstat/ && make install clean
- To add the package, run one of these commands:
- pkg install math/readstat
- pkg install readstat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: readstat
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707695225
SHA256 (readstat-1.1.9.tar.gz) = 3a232b9e852d10173e2f25da9155afe2e129a30d1fc6c9aac142cdc5cbfe527e
SIZE (readstat-1.1.9.tar.gz) = 617234
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- math/labplot
Configuration Options:
- No options to configure
- Options name:
- math_readstat
- USES:
- cpe libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.9 12 Feb 2024 00:55:48 |
Jason E. Hale (jhale) |
math/readstat: Update to 1.1.9
MFH: 2024Q1
Security: 388eefc0-c93f-11ee-92ce-4ccc6adda413 |
1.1.8_4 02 May 2023 14:25:21 |
Adriaan de Groot (adridg) |
math/readstat: fix build with clang15
.. continuing story of missing prototypes. |
1.1.8_3 20 Apr 2023 22:01:41 |
Adriaan de Groot (adridg) |
math/readstat: another attempt at getting clang16 on FreeBSD14 to compile this |
1.1.8_2 26 Mar 2023 21:31:31 |
Adriaan de Groot (adridg) |
math/readstat: repair build (missing prototype in modern C) |
1.1.8_1 19 Feb 2023 13:07:52 |
Adriaan de Groot (adridg) |
math/readstat: fix build on 14-CURRENT
In 14-CURRENT, the system compiler is more strict; it looks like
In file included from src/readstat_bits.c:9:
src/readstat_bits.h:10:29: error: a function declaration without
a prototype is deprecated in all versions of C
[-Werror,-Wstrict-prototypes]
int machine_is_little_endian();
Apply the stricter flags in all builds, then fix the source so
that the prototypes are explicitly (void) -- this is a subtlely
of C semantics where (void) means "no arguments" and () means
"arguments unspecified" that rarely matters. Except now. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.8 26 Aug 2022 13:48:29 |
Tobias C. Berner (tcberner) |
math/readstat: new port - ead (and write) data sets from SAS, Stata, and SPSS
Originally developed for Wizard, ReadStat is a command-line tool and
MIT-licensed C library for reading files from popular stats packages. Supported
data formats include:
* SAS: SAS7BDAT (binary file) and XPORT (transport file)
* Stata: DTA (binary file) versions 104-119
* SPSS: POR (portable file), SAV (binary file), and ZSAV (compressed binary)
Supported metadata formats include:
* SAS: SAS7BCAT (catalog file) and .sas (command file)
* Stata: .dct (dictionary file)
* SPSS: .sps (command file)
There is also write support for all the data formats, but not the metadata
formats. The produced SAS7BDAT files still cannot be read by SAS, but feel free
to contribute your binary-format expertise here.
WWW: https://github.com/WizardMac/ReadStat |