Port details |
- ltxml XML Toolkit
- 1.2.9_1 textproc
=0 1.2.9_1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
This port expired on: 2023-04-30 IGNORE: is marked as broken: unfetchable
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2000-10-31 23:32:33
- Last Update: 2023-04-30 09:25:26
- Commit Hash: 9d2d8d3
- License: GPLv2
- WWW:
- https://www.ltg.ed.ac.uk/software/ltxml/
- Description:
- LT XML is an integrated set of XML tools and a developers' tool-kit,
including a C-based API.
The LT XML tool-kit includes stand-alone tools for a wide range of
processing of well-formed XML documents, including searching and
extracting, down-translation (e.g. report generation, formatting),
tokenising and sorting.
Sequences of tool applications can be pipelined together to achieve
complex results.
For special purposes beyond what the pre-constructed tools can
achieve, extending their functionality and/or creating new tools
is easy using the LT XML API. Minimal applications require less
than one-half page of C code to express.
LT XML provides two views of an XML file; one as a flat stream of
markup elements and text; a second as a sequence of tree-structured
XML elements. The two views can be mixed, allowing great flexibility
in the manipulation of XML documents. It also includes a powerful,
yet simple, querying language, which allows the user to quickly and
easily select those parts of an XML document which are of interest.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ltxml
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ltxml-1.2.9.tar.gz) = bc28fcdf63be636e03076deeacba75255cd9281f40a3dfd65a8c04aa93242921
SIZE (ltxml-1.2.9.tar.gz) = 304050
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.3 : devel/gmake
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
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 ltxml-1.2.9_1:
OPTIMIZED_CFLAGS=off: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- textproc_ltxml
- USES:
- gmake 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 |
1.2.9_1 30 Apr 2023 09:25:26 |
Rene Ladan (rene) |
textproc/ltxml/: Remove expired port:
2023-04-30 textproc/ltxml: Unfetchable |
1.2.9_1 19 Mar 2023 18:08:33 |
Daniel Engberg (diizzy) |
textproc/ltxml: Mark BROKEN and set expiration date to 2023-04-30
Unfetchable distfile |
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.2.9_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 ) |
1.2.9_1 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.2.9_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.9_1 15 Feb 2017 14:48:54 |
tijl |
Add -fPIC for all architectures because textproc/py-ltxml links
libltapi12.a and libltstd12.a into a shared library. |
1.2.9 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.2.9 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.2.9 23 Mar 2014 09:53:49 |
nemysis |
- Fix STAGEDIR, make PREFIX safe, change CONFIGURE_ARGS and add REINPLACE
Reported by: swills@ |
1.2.9 23 Mar 2014 01:34:58 |
nemysis |
- Remove not needed LICENSE_FILE
- USES gmake instead of USE_GMAKE
- Support STAGEDIR
- Break lines around 80 characters |
1.2.9 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.2.9 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.2.9 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
1.2.9 10 Jun 2012 16:52:40 |
arved |
Convert to new optionsframework |
1.2.9 17 Oct 2011 01:24:54 |
wen |
- Update to 1.2.9
PR: ports/161656
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.2.7 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2.7 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.2.7 31 Oct 2006 23:09:45 |
alepulver |
- User needs to agree to EULA before download.
- Remove MASTER_SITES.
- Reformat pkg-descr, update WWW.
- Pet portlint.
PR: ports/104541
Submitted by: Thomas Abthorpe <thomas@goodking.ca> |
1.2.7 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
1.2.7 18 Apr 2005 15:41:52 |
jylefort |
Update to 1.2.7.
PR: ports/80013
Submitted by: Johan van Selst <johans@stack.nl>
Approved by: adamw (mentor) |
1.2.6 20 Aug 2004 22:25:48 |
pav |
- Convert to OPTIONS
PR: ports/70722
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
1.2.6 23 Jul 2004 18:07:48 |
sem |
Update to 1.2.6
PR: ports/69491
Submitted by: Radim Kolar <hsn@netmag.cz> |
1.2.5_3 17 Mar 2004 18:29:46 |
trevor |
SIZEify. |
1.2.5_3 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.2.5_2 19 May 2003 00:43:17 |
petef |
- unbreak
- just set WRKSRC, not {CONFIGURE,BUILD,INSTALL}_WRKSRC
- respect CFLAGS/CXXFLAGS
- use a .for loop to strip files after install
- bump PORTREVISION
PR: 52141
Submitted by: Ports Fury |
1.2.5_1 18 May 2003 11:47:53 |
kris |
BROKEN on 5.1: installation fails |
1.2.5_1 20 Feb 2003 19:11:26 |
knu |
De-pkg-comment. |
1.2.5_1 31 Jan 2003 09:40:19 |
wjv |
- Unbreak by updating to the 2002-08-23 "minor release" of 1.2.5
- Move maintainership to ports@ - the current maintainer expresses no further
wish to maintain the port
- Sort $PLIST
- Bump $PORTREVISION
(Possible further cleanup to follow, since I need this port as a depencency
for certain others.) |
02 Dec 2001 18:30:05 |
steve |
Update to version 1.2.5. |
01 Nov 2000 02:32:33 |
jeh |
New Port: textproc/ltxml Integrated set of XML tools and a developers'
tool-kit. |