Port details |
- xmlstarlet Command Line XML Toolkit
- 1.6.1_4 textproc =8 1.6.1_4Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2004-06-30 02:30:23
- Last Update: 2024-01-28 13:39:28
- Commit Hash: caa763b
- People watching this port, also watch:: sudo, gettext, openssl, pcre, subversion
- License: MIT
- WWW:
- https://xmlstar.sourceforge.net/
- Description:
- XMLStarlet is a set of command line utilities (tools) which can be used to
transform, query, validate, and edit XML documents and files using simple set
of shell commands in similar way it is done for plain text files using UNIX
grep, sed, awk, diff, patch, join, etc commands.
This set of command line utilities can be used by those who deal with many XML
documents on UNIX shell command prompt as well as for automated XML processing
with shell scripts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xmlstarlet>0:textproc/xmlstarlet
- To install the port:
- cd /usr/ports/textproc/xmlstarlet/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xmlstarlet
- pkg install xmlstarlet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmlstarlet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmlstarlet-1.6.1.tar.gz) = 15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca
SIZE (xmlstarlet-1.6.1.tar.gz) = 420923
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- This port is required by:
- for Build
-
- devel/qt6-base
- games/colobot
- for Run
-
- security/gvmd
-
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 xmlstarlet-1.6.1_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_xmlstarlet
- USES:
- gnome iconv
- 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 |
1.6.1_4 28 Jan 2024 13:39:28 |
Muhammad Moinur Rahman (bofh) |
textproc/xmlstarlet: Moved man to share/man
Approved by: portmgr (blanket) |
1.6.1_3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
1.6.1_3 18 May 2023 11:37:47 |
Dimitry Andric (dim) |
textproc/xmlstarlet: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building textproc/xmlstarlet:
src/xml_elem.c:271:27: error: incompatible function pointer types passing
'void (void *, void *, xmlChar *)' (aka 'void (void *, void *, unsigned char
*)') to parameter of type 'xmlHashScanner' (aka 'void (*)(void *, void *, const
unsigned char *)') [-Wincompatible-function-pointer-types]
xmlHashScan(uniq, hash_key_put, &lines);
^~~~~~~~~~~~
/usr/local/include/libxml2/libxml/hash.h:213:22: note: passing argument to
parameter 'f' here
xmlHashScanner f,
^
In this case, the libxml2 callback function requires a const xmlChar
pointer, so fix the parameter in the definition.
PR: 271413
Approved by: portmgr (build fix blanket)
MFH: 2023Q2 |
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) |
1.6.1_2 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 ) |
1.6.1_2 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.6.1_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.6.1_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1 08 Nov 2019 12:59:36 |
tobik |
textproc: Add missing USES={gnome,php} |
1.6.1 03 Nov 2015 22:29:29 |
hrs |
Update to 1.6.1. |
1.5.0 03 Sep 2015 14:09:18 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
1.5.0 30 May 2014 08:01:56 |
hrs |
Update to 1.5.0. |
1.4.2 02 Nov 2013 18:08:12 |
hrs |
- Add STAGEDIR support.
- Use OPTIONS_DEFINE. |
1.4.2 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
1.4.2 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.4.2 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
1.4.2 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.4.2 01 Jan 2013 22:56:39 |
hrs |
- Update to 1.4.2.
- Add LICENSE and LICENSE_FILE. |
1.0.5 12 Feb 2011 09:36:05 |
hrs |
Update to 1.0.5. Changes include:
- use XSLT_PARSE_OPTIONS, else CDATA nodes can cause
corruption (Bug 3158482)
- fix typo in help message
- get rid of warnings in -ansi -pedantic mode
- required libxml2 version is 2.6.23
- usage strings use argv[0] as program name
- --help prints to stdout and exits with success
- double /'s under msys to avoid path conversion |
1.0.4 17 Jan 2011 06:53:18 |
hrs |
Update to 1.0.4. Changes include:
- encode special XML characters in arguments (can now include quotes in xpath)
- non-zero exit code when input file is not found (Bug 3158488)
- ed with --pf/--ps options doesn't reformat output (Bug 3158490)
- exit() instead of segfault when trying to delete namespace nodes
- use TESTS and XFAIL_TESTS for testing, nicer output
Feature safe: yes
PR: ports/154072 |
1.0.3 04 Jan 2011 08:42:15 |
hrs |
Update to 1.0.3. |
1.0.1_1 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
1.0.1_1 16 Nov 2008 14:04:45 |
hrs |
- Install documents in doc directory when !NOPORTDOCS.
- Take maintainership. |
1.0.1 13 May 2006 04:24:52 |
edwin |
Remove USE_REINPLACE from categories starting with T |
1.0.1 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
1.0.1 28 Sep 2005 21:01:34 |
mnag |
Fix build when textproc/libxslt are compiled with GCRYPT
PR: 86632
Reported by: Adam VanderHook <acidos@bandwidth-junkies.net>
Approved by: pav (mentor) |
1.0.1 03 May 2005 11:11:16 |
jylefort |
Update to 1.0.1
PR: ports/80549
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.9.5 20 Dec 2004 13:19:39 |
krion |
Update to version 0.9.5
PR: ports/75270
Submitted by: Ports Fury |
0.9.1 07 Jul 2004 10:15:38 |
eik |
fix dependencies |
0.9.1 07 Jul 2004 05:37:57 |
marcus |
Fix the build with libxml2-2.6.11.
Reported by: pointyhat via kris |
0.9.1 30 Jun 2004 02:29:25 |
ijliao |
add xmlstarlet 0.9.1
Command Line XML Toolkit |