Port details |
- libmodulemd C Library for manipulating module metadata files
- 2.13.0 misc
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-09-25 23:16:51
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: MIT
- Description:
- C Library for manipulating module metadata files.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libmodulemd>0:misc/libmodulemd
- To install the port:
- cd /usr/ports/misc/libmodulemd/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/libmodulemd
- pkg install libmodulemd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmodulemd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1628472509
SHA256 (modulemd-2.13.0.tar.xz) = cc72ce5ff48ce9a4f6c9b6606ccf5a0e75c59c35449668cfe985722ef28f9cbc
SIZE (modulemd-2.13.0.tar.xz) = 292548
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- help2man : misc/help2man
- g-ir-scanner : devel/gobject-introspection
- meson>=0.57.1_1 : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- librpmio.so : archivers/rpm4
- libyaml.so : textproc/libyaml
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- sysutils/libdnf
- Configuration Options:
- No options to configure
- Options name:
- misc_libmodulemd
- USES:
- compiler:c11 gnome meson pkgconfig tar:xz
- 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 |
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) |
2.13.0 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 ) |
2.13.0 13 Oct 2021 16:52:54
    |
Jan Beich (jbeich)  |
misc/libmodulemd: drop unused Meson options after 8e0304d612f2
meson.build:12:0: ERROR: Unknown options: "developer_build, skip_formatters"
https://github.com/fedora-modularity/libmodulemd/commit/1096cda67bbb
PR: 259080
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c |
2.13.0 09 Aug 2021 01:57:37
    |
Yuri Victorovich (yuri)  |
misc/libmodulemd: Update 2.12.1 -> 2.13.0 |
2.12.1 10 May 2021 00:23:47
    |
Yuri Victorovich (yuri)  |
misc/libmodulemd: Update 2.12.0 -> 2.12.1 |
2.12.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.12.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.12.0 24 Jan 2021 05:12:42
  |
yuri  |
misc/libmodulemd: Update 2.9.4 -> 2.12.0 |
2.9.4 27 Sep 2020 08:09:53
  |
linimon  |
Add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=c11"
Approved by: portmgr (tier-2 blanket) |
2.9.4 27 Sep 2020 07:41:55
  |
yuri  |
misc/libmodulemd: Use release archive
PR: 249931
Submitted by: daniel.engberg.lists@pyret.net |
2.9.4 25 Sep 2020 23:16:12
  |
yuri  |
New port: misc/libmodulemd: C Library for manipulating module metadata files |