notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
Port details
readstat Read (and write) data sets from SAS, Stata, and SPSS
1.1.8_1 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-08-26 13:51:04
Last Update: 2023-02-19 13:07:52
Commit Hash: a46fb43
Also Listed In: kde
License: MIT
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/readstat-1.1.8_1/catalog.mk
  2. /usr/local/share/licenses/readstat-1.1.8_1/LICENSE
  3. /usr/local/share/licenses/readstat-1.1.8_1/MIT
  4. bin/extract_metadata
  5. bin/readstat
  6. include/readstat.h
  7. lib/libreadstat.so
  8. lib/libreadstat.so.1
  9. lib/libreadstat.so.1.1.8
  10. share/man/man1/extract_metadata.1.gz
  11. share/man/man1/readstat.1.gz
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • readstat>0:math/readstat
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:

Packages (timestamps in pop-ups are UTC):
readstat
ABIlatestquarterly
FreeBSD:11:aarch64pkg-falloutpkg-fallout
FreeBSD:11:amd64pkg-falloutpkg-fallout
FreeBSD:11:armv6pkg-falloutpkg-fallout
FreeBSD:11:i386pkg-falloutpkg-fallout
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-fallout1.1.8
FreeBSD:12:amd641.1.8_11.1.8
FreeBSD:12:armv6pkg-falloutpkg-fallout
FreeBSD:12:armv7pkg-falloutpkg-fallout
FreeBSD:12:i3861.1.8_11.1.8
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-falloutpkg-fallout
FreeBSD:13:aarch641.1.8_11.1.8
FreeBSD:13:amd641.1.8_11.1.8
FreeBSD:13:armv6pkg-falloutpkg-fallout
FreeBSD:13:armv71.1.8_11.1.8
FreeBSD:13:i3861.1.8_11.1.8
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc64pkg-fallout1.1.8
FreeBSD:13:riscv64pkg-falloutpkg-fallout
FreeBSD:14:aarch64pkg-falloutpkg-fallout
FreeBSD:14:amd64pkg-falloutpkg-fallout
FreeBSD:14:armv61.1.8pkg-fallout
FreeBSD:14:armv7pkg-falloutpkg-fallout
FreeBSD:14:i386pkg-falloutpkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc64pkg-falloutpkg-fallout
FreeBSD:14:riscv64pkg-falloutpkg-fallout
 
This port has no dependencies.
This port is required by:
for Libraries
  1. math/labplot

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/WizardMac/ReadStat/releases/download/v1.1.8/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.8_1
19 Feb 2023 13:07:52
commit hash:a46fb43e0e75b4099d7ea35b7072a3c2ca9362b1commit hash:a46fb43e0e75b4099d7ea35b7072a3c2ca9362b1commit hash:a46fb43e0e75b4099d7ea35b7072a3c2ca9362b1commit hash:a46fb43e0e75b4099d7ea35b7072a3c2ca9362b1 files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
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
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.1.8
26 Aug 2022 13:48:29
commit hash:58df67cee573cda430507ec9a02b46793bf4e4bbcommit hash:58df67cee573cda430507ec9a02b46793bf4e4bbcommit hash:58df67cee573cda430507ec9a02b46793bf4e4bbcommit hash:58df67cee573cda430507ec9a02b46793bf4e4bb files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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

Number of commits found: 4