Port details |
- xmlppm XML-Conscious PPM Compression
- 0.98.3_2 textproc =3 0.98.3_2Version of this port present on the latest quarterly branch.
- Maintainer: hsmtkk@gmail.com
- Port Added: 2001-05-15 01:09:09
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- License: not specified in port
- WWW:
- https://xmlppm.sourceforge.net/
- Description:
- XMLPPM is a data compression program that compresses XML files from 5 to
30% better than any existing text or XML-specific compressors. It is a
combination of the well-known Prediction by Partial Match (PPM) algorithm
for text compression, first described by Cleary and Witten in 1984, and an
approach to modeling tree-structured data called Multiplexed Hierarchical
Modeling (MHM) that I have developed.
- ¦ ¦ ¦ ¦
- 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/textproc/xmlppm/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/xmlppm
- pkg install xmlppm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmlppm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmlppm-0.98.3.tar.gz) = 487b133c9ffb00f8f7125873916bf2847b38fe5fd34d179acb6920153504ee85
SIZE (xmlppm-0.98.3.tar.gz) = 118863
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
- Library dependencies:
-
- libexpat.so : textproc/expat2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xmlppm-0.98.3_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- textproc_xmlppm
- USES:
- iconv gmake
- 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.98.3_2 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 |
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.98.3_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 ) |
0.98.3_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 ) |
0.98.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.98.3_2 08 Dec 2016 17:40:42 |
tijl |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.98.3_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.98.3_1 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
0.98.3_1 16 May 2014 22:26:01 |
rakuco |
Stop passing -fcheck-new to the compiler.
This flag is GCC specific, and there should be no big loss with its removal.
This commit fixes the build on HEAD (clang 3.4).
MFH: 2014Q2 |
0.98.3 17 Mar 2014 09:36:51 |
ehaupt |
- Support staging
- USES -> gmake
- Define DOCS option
- New LIB_DEPENDS definition |
0.98.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.98.3 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
0.98.3 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 |
0.98.3 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.98.3 22 Aug 2009 00:37:17 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V |
0.98.3 25 Jul 2009 00:49:54 |
wxs |
- Update to 0.98.3
- Pass maintainer to submitter
PR: ports/136894
Submitted by: Kouki Hashimoto <hsmtkk@gmail.com> |
0.98.2_1 09 Sep 2007 05:47:09 |
rafan |
- Update WWW entry
PR: ports/116193
Submitted by: bf <bf2006a at yahoo.com> |
0.98.2_1 13 May 2006 04:24:52 |
edwin |
Remove USE_REINPLACE from categories starting with T |
0.98.2_1 30 Jan 2006 23:20:05 |
kuriyama |
Chase shlib bump of libexpat. |
0.98.2 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
0.98.2 03 May 2005 11:02:54 |
jylefort |
- Update to 0.98.2
- Polish the Makefile
PR: ports/80548
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.98.1 18 Aug 2004 18:34:33 |
krion |
Update to version 0.98.1
PR: ports/70635
Submitted by: Ports Fury |
0.97_2 16 Aug 2004 02:33:05 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
0.97_2 30 Mar 2004 19:56:44 |
krion |
- Use USE_ICONV knob
Approved by: portmgr |
0.97_2 14 Mar 2004 07:58:26 |
kuriyama |
o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION. |
0.97_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.97 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.97 24 Jul 2003 15:10:05 |
osa |
Fix building under -CURRENT (gcc 3.3) [1]
Use %%DOCSDIR%% instead of hardcoded path (save 10 bytes) [2]
Submitted by: Simon Barner <barner@in.tum.de> [1], osa [2] |
0.97 18 May 2003 23:23:13 |
petef |
- update to 0.97
- install docs
PR: 51703
Submitted by: Ports Fury |
0.96_2 20 Feb 2003 19:11:26 |
knu |
De-pkg-comment. |
0.96_2 17 Sep 2002 07:41:05 |
kuriyama |
Bump PORTREVISION and expat shlib. |
0.96_1 01 Sep 2002 16:07:59 |
dwcjr |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
0.96_1 21 Jul 2002 02:17:49 |
kuriyama |
Bump portrevision (textproc/expat2 shlib bump). |
22 May 2001 09:13:10 |
ijliao |
upgrade to 0.96 drop maintainership |
15 May 2001 05:09:09 |
ijliao |
add xmlppm XML-Conscious PPM Compression |