Port details |
- libxo Library to generate text, XML, JSON, and HTML output
- 0.6.1_2 devel =3 0.6.1_2Version of this port present on the latest quarterly branch.
- Maintainer: jonathan@FreeBSD.org
- Port Added: 2014-12-16 20:01:23
- Last Update: 2024-03-06 10:48:39
- Commit Hash: 5ac8e1f
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: textproc
- License: BSD2CLAUSE
- WWW:
- https://github.com/Juniper/libxo
- Description:
- libxo - A Library for Generating Text, XML, JSON, and HTML Output
The libxo library allows an application to generate text, XML, JSON,
and HTML output using a common set of function calls. The application
decides at run time which output style should be produced. The
application calls a function "xo_emit" to product output that is
described in a format string. A "field descriptor" tells libxo what
the field is and what it means.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/libxo/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libxo
- pkg install libxo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libxo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1463158287
SHA256 (libxo-0.6.1.tar.gz) = 0b0474d8d889026b5a866cdc07b1b6c33a18bc5f4f014254d36195d37d105639
SIZE (libxo-0.6.1.tar.gz) = 974249
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:
-
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
Deleted ports which required this port:
- * - 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 libxo-0.6.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libxo
- USES:
- autoreconf gmake libtool pathfix perl5
- 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 |
0.6.1_2 06 Mar 2024 10:48:39 |
Nuno Teixeira (eduardo) |
devel/libxo: Move man pages to share/man
Approved by: portmgr (blanket) |
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) |
0.6.1_1 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 ) |
0.6.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.6.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.6.1_1 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
0.6.1_1 01 Nov 2016 01:28:42 |
jbeich |
devel/pkgconf doesn't search under lib/pkgconfig by default |
0.6.1 13 May 2016 20:33:09 |
jonathan |
Update to 0.6.1
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D6350 |
0.3.5 11 Jun 2015 18:14:48 |
brooks |
Upgrade to 0.3.5. |
0.3.4 13 May 2015 14:52:25 |
brooks |
Upgrade to 0.3.4. |
0.3.3 28 Apr 2015 22:16:44 |
brooks |
Upgrade to 0.3.3. |
0.3.2 27 Apr 2015 18:40:01 |
brooks |
Upgrade to 0.3.2.
Sponsored by: DARPA, AFRL |
0.2.0 13 Mar 2015 15:38:17 |
brooks |
Upgrade to 0.2. |
0.1.6 16 Dec 2014 20:01:12 |
brooks |
Add a port of libxo:
libxo - A Library for Generating Text, XML, JSON, and HTML Output
The libxo library allows an application to generate text, XML, JSON,
and HTML output using a common set of function calls. The application
decides at run time which output style should be produced. The
application calls a function "xo_emit" to product output that is
described in a format string. A "field descriptor" tells libxo what
the field is and what it means.
Sponsored by: DARPA, AFRL |