notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
libchdr Standalone library for reading MAME CHDv1-v5 formats
g20241111 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: bsdcode@disroot.org search for ports maintained by this maintainer
Port Added: 2024-11-14 08:47:57
Last Update: 2024-11-14 08:43:26
Commit Hash: c66fa58
License: BSD3CLAUSE
WWW:
https://github.com/rtissera/libchdr
Description:
libchdr is a standalone library for reading MAME's CHDv1-v5 formats. The code is based off of MAME's old C codebase which read up to CHDv4 with OS-dependent features removed, and CHDv5 support backported from MAME's current C++ codebase.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (20 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libchdr-g20241111/catalog.mk
  3. /usr/local/share/licenses/libchdr-g20241111/LICENSE
  4. /usr/local/share/licenses/libchdr-g20241111/BSD3CLAUSE
  5. include/libchdr/bitstream.h
  6. include/libchdr/cdrom.h
  7. include/libchdr/chd.h
  8. include/libchdr/chdconfig.h
  9. include/libchdr/coretypes.h
  10. include/libchdr/flac.h
  11. include/libchdr/huffman.h
  12. lib/libchdr-static.a
  13. lib/libchdr.a
  14. lib/libchdr.so
  15. lib/libchdr.so.0
  16. lib/libchdr.so.0.2
  17. libdata/pkgconfig/libchdr.pc
  18. @owner
  19. @group
  20. @mode
Collapse this list.
Dependency lines:
  • libchdr>0:devel/libchdr
To install the port:
cd /usr/ports/devel/libchdr/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libchdr
  • pkg install libchdr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libchdr
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1731325563 SHA256 (rtissera-libchdr-g20241111-b3974651d869c2f804e9879b063c23280d2ae617_GH0.tar.gz) = e17270412aaa7158073ec6d8e6287f80a64354ba2b4edbd5786f2d8571f9e787 SIZE (rtissera-libchdr-g20241111-b3974651d869c2f804e9879b063c23280d2ae617_GH0.tar.gz) = 4222329

Packages (timestamps in pop-ups are UTC):
libchdr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest----g20241111---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-g20241111--g20241111---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. emulators/flycast

Configuration Options:
No options to configure
Options name:
devel_libchdr
USES:
cmake pathfix pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/rtissera/libchdr/tar.gz/b3974651d869c2f804e9879b063c23280d2ae617?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20241111
14 Nov 2024 08:43:26
commit hash: c66fa584263efe3b13cf9d2dee1a5c97448c4a26commit hash: c66fa584263efe3b13cf9d2dee1a5c97448c4a26commit hash: c66fa584263efe3b13cf9d2dee1a5c97448c4a26commit hash: c66fa584263efe3b13cf9d2dee1a5c97448c4a26 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Stefan Schlosser
devel/libchdr: New port: Standalone library for reading MAME CHDv1-v5 formats

libchdr is a standalone library for reading MAME's CHDv1-v5 formats.

The code is based off of MAME's old C codebase which read up to CHDv4 with
OS-dependent features removed, and CHDv5 support backported from MAME's current
C++ codebase.

WWW: https://github.com/rtissera/libchdr

PR:		282692

Number of commits found: 1