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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-anymarkup-core Core library for anymarkup
0.8.1 textprocnew! 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: einar@isnic.is search for ports maintained by this maintainer
Port Added: 2025-06-07 03:12:08
Last Update: 2025-06-07 03:08:42
Commit Hash: 2b5f0a3
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/bkabrda/anymarkup-core
Description:
This is the core library that implements functionality of https://github.com/bkabrda/anymarkup. You can install this if you only want to use a subset of anymarkup parsers. For example, you can do this: $ pip install anymarkup-core PyYAML $ python -c "import anymarkup_core; print(anymarkup_core.parse('foo: bar'))" ... and you don't need xmltodict installed, for example. You can use anymarkup- core in the same way you use anymarkup, except you have to import from anymarkup_core, obviously.
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
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}anymarkup-core>0:textproc/py-anymarkup-core@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-anymarkup-core/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-anymarkup-core
  • pkg install py311-anymarkup-core
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-anymarkup-core listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-anymarkup-core
Package flavors (<flavor>: <package>)
  • py311: py311-anymarkup-core
distinfo:
TIMESTAMP = 1725312326 SHA256 (anymarkup-core-0.8.1.tar.gz) = 603351ba6b38270f518389dc9c3f3bf0738f186ad6ec51aeb6f403bc497fb308 SIZE (anymarkup-core-0.8.1.tar.gz) = 11571

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=63.1.0 : devel/py-setuptools@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-six>0 : devel/py-six@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. textproc/py-anymarkup

Configuration Options:
No options to configure
Options name:
textproc_py-anymarkup-core
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/anymarkup-core/
  2. https://pypi.org/packages/source/a/anymarkup-core/
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
0.8.1
07 Jun 2025 03:08:42
commit hash: 2b5f0a3519400633e71e65c72439a407ab5d21b0commit hash: 2b5f0a3519400633e71e65c72439a407ab5d21b0commit hash: 2b5f0a3519400633e71e65c72439a407ab5d21b0commit hash: 2b5f0a3519400633e71e65c72439a407ab5d21b0 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Einar Bjarni Halldórsson
textproc/py-anymarkup-core: add port: Core library for anymarkup

This is the core library that implements functionality of
https://github.com/bkabrda/anymarkup. You can install this if you only want to
use a subset of anymarkup parsers. For example, you can do this:

$ pip install anymarkup-core PyYAML $ python -c "import anymarkup_core;
print(anymarkup_core.parse('foo: bar'))"

... and you don't need xmltodict installed, for example. You can use anymarkup-
core in the same way you use anymarkup, except you have to import from
anymarkup_core, obviously.

WWW: https://github.com/bkabrda/anymarkup-core

PR:		281219
Reported by:	Einar Bjarni Halldórsson <einar@isnic.is> (new maintainer)

Number of commits found: 1