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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
xmlf90 Suite of light-weight libraries to work with XML in Fortran
1.5.6 textproc 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 1.5.6Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-09-04 14:57:42
Last Update: 2023-10-15 18:26:44
Commit Hash: 2bfba5a
License: BSD3CLAUSE
WWW:
https://launchpad.net/xmlf90
Description:
xmlf90 is a suite of libraries to handle XML in Fortran. It has two major components: * A XML parsing library. The parser was designed to be a useful tool in the extraction and analysis of data in the context of scientific computing, and thus the priorities were efficiency and the ability to deal with very large XML files while maintaining a small memory footprint. The most complete programming interface is based on the very successful SAX (Simple API for XML) model, although a partial DOM interface and a very experimental XPATH interface are also present. - A library (xmlf90-wxml) that facilitates the writing of well-formed XML, including such features as automatic start-tag completion, attribute pretty-printing, and element indentation. There are also helper routines to handle the output of numerical arrays.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (53 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/xmlf90-1.5.6/catalog.mk
  3. /usr/local/share/licenses/xmlf90-1.5.6/LICENSE
  4. /usr/local/share/licenses/xmlf90-1.5.6/BSD3CLAUSE
  5. include/m_dom_attribute.mod
  6. include/m_dom_debug.mod
  7. include/m_dom_document.mod
  8. include/m_dom_element.mod
  9. include/m_dom_error.mod
  10. include/m_dom_namednodemap.mod
  11. include/m_dom_node.mod
  12. include/m_dom_nodelist.mod
  13. include/m_dom_parse.mod
  14. include/m_dom_strings.mod
  15. include/m_dom_types.mod
  16. include/m_dom_utils.mod
  17. include/m_sax_buffer.mod
  18. include/m_sax_charset.mod
  19. include/m_sax_converters.mod
  20. include/m_sax_debug.mod
  21. include/m_sax_dictionary.mod
  22. include/m_sax_elstack.mod
  23. include/m_sax_entities.mod
  24. include/m_sax_fsm.mod
  25. include/m_sax_reader.mod
  26. include/m_wcml.mod
  27. include/m_wstml.mod
  28. include/m_wxml_array_str.mod
  29. include/m_wxml_buffer.mod
  30. include/m_wxml_core.mod
  31. include/m_wxml_dictionary.mod
  32. include/m_wxml_elstack.mod
  33. include/m_wxml_error.mod
  34. include/m_wxml_escape.mod
  35. include/m_wxml_overloads.mod
  36. include/m_wxml_text.mod
  37. include/m_xml_error.mod
  38. include/m_xml_parser.mod
  39. include/m_xpath_api.mod
  40. include/xmlf90_cml.mod
  41. include/xmlf90_dom.mod
  42. include/xmlf90_info.mod
  43. include/xmlf90_sax.mod
  44. include/xmlf90_wxml.mod
  45. include/xmlf90_xpath.mod
  46. lib/libxmlf90.so
  47. lib/libxmlf90.so.0
  48. lib/libxmlf90.so.0.0.0
  49. libdata/pkgconfig/xmlf90.pc
  50. share/org.siesta-project/xmlf90.mk
  51. @owner
  52. @group
  53. @mode
Collapse this list.
Dependency lines:
  • xmlf90>0:textproc/xmlf90
Conflicts:
CONFLICTS_INSTALL:
  • fox-xml
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/textproc/xmlf90/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/xmlf90
  • pkg install xmlf90
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: xmlf90
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1690092724 SHA256 (xmlf90-1.5.6.tar.gz) = c4492596c911b668b94fee40a53453f06aef3bc41014b9e2f4b51e640ad20528 SIZE (xmlf90-1.5.6.tar.gz) = 511227

Packages (timestamps in pop-ups are UTC):
xmlf90
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.61.5.61.5.4_31.5.61.5.6-1.5.4_3-
FreeBSD:13:quarterly1.5.61.5.6-1.5.61.5.6-1.5.61.5.6
FreeBSD:14:latest1.5.61.5.6-1.5.61.5.6---
FreeBSD:14:quarterly1.5.61.5.6-1.5.61.5.6-1.5.61.5.6
FreeBSD:15:latest1.5.61.5.6n/a1.5.6n/a-1.5.61.5.6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gfortran12 : lang/gcc12
  2. gmake>=4.3 : devel/gmake
  3. as : devel/binutils
  4. autoconf>=2.71 : devel/autoconf
  5. automake>=1.16.5 : devel/automake
  6. libtoolize : devel/libtool
Runtime dependencies:
  1. gfortran12 : lang/gcc12
This port is required by:
for Libraries
  1. science/abinit

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. science/atom*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for xmlf90-1.5.6: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
textproc_xmlf90
USES:
autoreconf fortran gmake libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.com/siesta-project/libraries/xmlf90/-/archive/1.5.6/
Collapse this list.

There are no commits on branch 2022Q3 for this port