Port details |
- asm-xml Very fast XML parser and decoder written in pure assembler
- 1.4 textproc =2 1.4Version of this port present on the latest quarterly branch.
- Maintainer: 0mp@FreeBSD.org
- Port Added: 2007-02-22 11:52:34
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://mkerbiquet.free.fr/asm-xml/
- Description:
- AsmXml is a very fast XML parser and decoder for x86 platforms. It
achieves high speed by using the following features:
* Support of an XML subset only
* Written in pure assembler
* Optimized memory accesses
* Parsing and decoding at the same time
This parser is intended for applications that need intensive processing
of XML. This project will likely appeal you if XML parsing is a
bottleneck in your data-flow. It is expecially designed for bulk loads
into databases.
This is not an all-purpose library, it is not designed to be used with
DOM, SAX, XPath and so on. Here, XML is just considered as an
interchange format, not as a working format.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- asm-xml>0:textproc/asm-xml
- To install the port:
- cd /usr/ports/textproc/asm-xml/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/asm-xml
- pkg install asm-xml
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: asm-xml
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1543237763
SHA256 (asm-xml-1.4.tar.gz) = 3539bb988c023733960daac1db046865ec39bd8cb85a4b0c6471e13cfba0aaeb
SIZE (asm-xml-1.4.tar.gz) = 107194
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:
-
- fasm : lang/fasm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_asm-xml
- USES:
- dos2unix uidfix
- 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 |
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.4 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.4 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.4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4 29 Nov 2018 14:10:21 |
0mp |
textproc/asm-xml: Update to 1.4
- Changelog: http://tibleiz.net/asm-xml/
- Change MASTER_SITES to project's homepage.
- DEFINE LICENSE & LICENSE_FILE.
- Use MK_PROFILE=no instead of NO_PROFILE= in a Makefile used to build this
piece of software on FreeBSD.
- Take over MAINTAINER'ship.
- Pet portlint.
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D18379 |
1.1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.1 19 Nov 2013 07:42:42 |
bapt |
Convert from USE_DOS2UNIX to USES=dos2unix
While here:
- support stage,
- use bsdtar to extract when supported.
- Cleanup |
1.1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.1 22 Apr 2013 13:27:48 |
bapt |
Reassign skv@ ports to the heap
Feature safe: yes |
1.1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.1 28 Jan 2010 22:43:51 |
pav |
- Mark BROKEN on 6.X
Reported by: pointyhat |
1.1 28 Nov 2008 17:23:03 |
skv |
Update to 1.1 |
1.0 10 Aug 2008 13:26:44 |
skv |
Update to 1.0 |
0.2 17 Jun 2008 17:40:18 |
pav |
- Now builds on amd64
Reported by: pointyhat |
0.2 07 Nov 2007 00:35:22 |
pav |
- Broken on all platforms
Reported by: pointyhat
Approved by: portmgr (hat) |
0.2 14 Apr 2007 19:25:48 |
kris |
BROKEN on amd64: Does not build (sig11) |
0.2 22 Feb 2007 11:52:14 |
skv |
Add asm-xml 0.2, very fast XML parser and decoder written in pure
assembler. |