Port details |
- p5-XML-Compile Compilation based XML processing
- 1.64 textproc =2 1.63Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2006-09-26 09:00:22
- Last Update: 2024-10-26 06:01:05
- Commit Hash: dbbb154
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/XML-Compile
- Description:
- Many applications which process data-centric XML do that based
on a nice specification, expressed in an XML Schema.
XML::Compile reads and writes XML data with the help of such
schema's. On the Perl side, it uses a tree of nested hashes
with the same structure.
Where other Perl modules, like SOAP::WSDL help you using these
schema's (often with a lot of run-time (XPath) searches), this
module takes a different approach: in stead of run-time
processing of the specification, it will first compile the
expected structure into real Perl, and then use that to process
the data.
There are many perl modules with the same as this one: translate
between XML and nested hashes. However, there are a few serious
differences: because the schema is used here, we make sure we
only handle correct data. Data-types are formatted and processed
correctly; for instance, integer does accept huge values
(at least 18 digits) as the specification prescribes. Also more
complex data-types like list, union, and substitutionGroup
(unions on complex type level) are supported, which is rarely the
case in other modules.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-XML-Compile>0:textproc/p5-XML-Compile
- To install the port:
- cd /usr/ports/textproc/p5-XML-Compile/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-XML-Compile
- pkg install p5-XML-Compile
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-XML-Compile
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729910030
SHA256 (XML-Compile-1.64.tar.gz) = 8b62cad0b28845328039c4a12056cdc672376674e48cd7d8486c87c825ce4c79
SIZE (XML-Compile-1.64.tar.gz) = 210685
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:
-
- p5-Log-Report>=1.20 : devel/p5-Log-Report
- p5-Types-Serialiser>=0 : devel/p5-Types-Serialiser
- p5-XML-LibXML>=2.0107 : textproc/p5-XML-LibXML
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Deep>=0.095 : devel/p5-Test-Deep
- p5-XML-Compile-Tester>=0.90 : devel/p5-XML-Compile-Tester
- Runtime dependencies:
-
- p5-Log-Report>=1.20 : devel/p5-Log-Report
- p5-Types-Serialiser>=0 : devel/p5-Types-Serialiser
- p5-XML-LibXML>=2.0107 : textproc/p5-XML-LibXML
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- graphics/p5-Geo-EOP
- graphics/p5-Geo-GML
- net/p5-XML-Compile-SOAP
- net/p5-XML-Compile-SOAP-Daemon
- net/p5-XML-Compile-SOAP-WSA
- net/p5-XML-Compile-WSDL11
- textproc/p5-XML-Compile-Cache
-
Deleted ports which required this port:
- for Run
-
- graphics/p5-Geo-EOP
- graphics/p5-Geo-GML
- net/p5-XML-Compile-SOAP
- net/p5-XML-Compile-SOAP-Daemon
- net/p5-XML-Compile-SOAP-WSA
- net/p5-XML-Compile-WSDL11
- textproc/p5-XML-Compile-Cache
-
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:
- No options to configure
- Options name:
- textproc_p5-XML-Compile
- USES:
- 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.64 26 Oct 2024 06:01:05 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-XML-Compile: Update to 1.64
Changes: https://metacpan.org/dist/XML-Compile/changes |
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.63 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.63 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.63 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.63 03 Jul 2019 18:52:03 |
sunpoet |
Update to 1.63
Changes: https://metacpan.org/changes/distribution/XML-Compile |
1.62 19 May 2019 21:54:53 |
sunpoet |
Update to 1.62
Changes: https://metacpan.org/changes/distribution/XML-Compile |
1.61 09 Nov 2018 23:27:48 |
sunpoet |
Update to 1.61
Changes: https://metacpan.org/changes/distribution/XML-Compile |
1.60 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.60 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.60 06 Mar 2018 20:32:12 |
sunpoet |
Update to 1.60
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.59 29 Dec 2017 03:38:53 |
wen |
- Update to 1.59
Changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.59/ChangeLog |
1.58 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.58 29 Jun 2017 19:13:09 |
sunpoet |
Update to 1.58
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.57 15 Jun 2017 21:51:14 |
sunpoet |
Update to 1.57
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.56 30 Mar 2017 21:36:32 |
sunpoet |
Update to 1.56
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.55 09 Mar 2017 16:13:06 |
sunpoet |
Update to 1.55
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.54 10 Oct 2016 20:06:54 |
adamw |
Update to 1.54.
Changes: https://metacpan.org/changes/distribution/XML-Compile |
1.52 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.52 17 Jan 2016 14:09:16 |
sunpoet |
- Update to 1.52
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
Sponsored by: PortsCamp Taiwan |
1.51 15 Nov 2015 03:03:47 |
sunpoet |
- Sort PLIST |
1.51 06 Nov 2015 10:16:43 |
sunpoet |
- Update to 1.51
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.50 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.50 22 Jul 2015 11:55:20 |
culot |
- Update to 1.50
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.49 13 Jun 2015 13:52:51 |
sunpoet |
- Update to 1.49
- Add NO_ARCH
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.48 05 Jan 2015 17:50:45 |
sunpoet |
- Update to 1.48
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.47 05 Dec 2014 15:39:19 |
jadawin |
- Update to 1.47 |
1.44_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.44 18 Jun 2014 12:21:32 |
jadawin |
- Update to 1.44 |
1.43 06 Mar 2014 18:51:18 |
sunpoet |
- Remove outdated PERL_LEVEL check
With hat: perl |
1.43 14 Feb 2014 15:38:57 |
skreuzer |
Update to 1.43 |
1.40 27 Nov 2013 09:27:54 |
culot |
- Update to 1.40
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.39 11 Oct 2013 18:34:28 |
sunpoet |
- Update to 1.39
- Support STAGEDIR
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.38 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.38 10 Sep 2013 15:59:17 |
sunpoet |
- Update to 1.38
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.37 03 Sep 2013 19:32:09 |
sunpoet |
- Update to 1.37
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.35 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.35 01 Jul 2013 13:32:56 |
culot |
- Update to 1.35
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.34 14 May 2013 09:24:43 |
tobez |
Update to 1.34.
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.33 06 May 2013 09:33:15 |
tobez |
Update to 1.33.
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.32 29 Mar 2013 08:27:43 |
sunpoet |
- Update to 1.32
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.31 28 Jan 2013 10:56:51 |
tobez |
Update to 1.31.
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.30 09 Dec 2012 12:22:20 |
culot |
- Update to 1.30
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.29 23 Oct 2012 09:08:46 |
culot |
- Update to 1.29
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
Feature safe: yes |
1.28 07 Oct 2012 11:10:18 |
wen |
- Update to 1.28
Changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.28/ChangeLog
- Trim Makefile headers |
1.27 05 Sep 2012 11:04:43 |
culot |
- Update to 1.27
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.26 20 Aug 2012 17:45:16 |
culot |
- Update to 1.26
- Pet portlint(1) by moving TEST_DEPENDS earlier
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.25 13 Mar 2012 03:37:21 |
sunpoet |
- Update to 1.25
- Sort MAN1 and MAN3
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
Feature safe: yes |
1.24 28 Dec 2011 14:40:23 |
sunpoet |
- Update to 1.24
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.23 23 Nov 2011 17:15:17 |
sunpoet |
- Update to 1.23
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
Feature safe: yes |
1.22 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.22 11 Jul 2011 06:09:00 |
bapt |
- update to 1.22
- changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.22/ChangeLog
- add licenses |
1.21 20 Jun 2011 09:03:27 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
1.21 27 Dec 2010 06:58:37 |
wen |
- Update to 1.21
ChangeLog: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.21/ChangeLog |
1.19 07 Dec 2010 23:13:25 |
pgollucci |
- Update to 1.19
PR: ports/152655
Submitted by: Patrick Powell <papowell@astart.com>
With Hat: perl@
Changes: http://search.cpan.org/dist/XML-Compile/Changes |
1.16 07 Dec 2010 19:35:25 |
linimon |
With portmgr hat, reassign some ports from clsung to perl, since clsung
is apparently having some trouble with email. |
1.16 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
1.16 12 Jul 2010 12:50:28 |
clsung |
- Update to 1.16 |
1.13 22 Apr 2010 08:20:48 |
clsung |
- Update to 1.13
Changes: http://search.cpan.org/dist/XML-Compile/Changes |
1.11 31 Jan 2010 01:24:46 |
pgollucci |
- why does cvs hate me ?
these Makefile s were meant to be committed before
PR: 142631, 142641, 142674, 142681 |
1.09_1 31 Jan 2010 01:06:58 |
pgollucci |
- Update to 1.11
PR: ports/142681
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (clsung; > 2 weeks) |
1.09_1 25 Jan 2010 22:42:58 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6).
Approved by: portmgr (itetcu) |
1.09 16 Nov 2009 08:03:48 |
clsung |
- Update to 1.09
PR: ports/140547
Submitted by: Sahil Tandon <sahil_AT_tandon dot net> |
1.08 30 Oct 2009 01:39:24 |
clsung |
- Update to 1.08
Changes: http://search.cpan.org/dist/XML-Compile/Changes |
1.07 24 Jun 2009 09:03:56 |
clsung |
- Update to 1.07
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.06 17 Jun 2009 07:09:34 |
clsung |
- Update to 1.06
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.05 05 Jun 2009 23:00:15 |
pgollucci |
- Update to 1.05
PR: ports/134845
Approved by: maintainer timeout (skv; 15 days)
Submitted by: me |
1.01 03 Mar 2009 07:36:00 |
clsung |
- Update to 1.01
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
1.00 27 Jan 2009 04:30:20 |
clsung |
- Update to 1.00
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.96 13 Oct 2008 06:14:22 |
clsung |
- Update to 0.96 |
0.95 06 Oct 2008 05:55:01 |
clsung |
- Update to 0.95
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.94 27 Aug 2008 09:04:56 |
clsung |
- Update to 0.94
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.93 27 Aug 2008 07:04:25 |
clsung |
- Update to 0.93
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.90 28 Jul 2008 10:50:38 |
clsung |
- Update to 0.90
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.86 24 Jun 2008 14:02:17 |
clsung |
- Update to 0.86
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.85 23 Jun 2008 03:33:53 |
clsung |
- Update to 0.85
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.81 02 May 2008 08:00:45 |
clsung |
- Update to 0.81
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.79 01 May 2008 14:10:41 |
clsung |
- Update to 0.79 |
0.78 18 Apr 2008 08:53:35 |
clsung |
- Update to 0.78
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.77 13 Apr 2008 03:55:14 |
clsung |
- Update to 0.77
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.74 11 Apr 2008 07:39:14 |
clsung |
- Update to 0.74
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.72 07 Apr 2008 08:02:27 |
clsung |
- Update to 0.72
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.69 27 Mar 2008 00:39:29 |
clsung |
- Updated to 0.69
- Update pkg-plist
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
PR: ports/121029
Submitted by: Felippe de Meirelles Motta <lippemail_AT_gmail dot com> |
0.65 25 Jan 2008 08:27:53 |
clsung |
- Update to 0.65
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.64 09 Jan 2008 01:39:31 |
clsung |
- Update to 0.64
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog
PR: ports/119420
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
0.63 07 Jan 2008 11:20:03 |
clsung |
- Update to 0.63
Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog |
0.55 11 Oct 2007 09:32:36 |
clsung |
- Update to 0.55 |
0.52 08 Sep 2007 01:08:35 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.52 16 Aug 2007 01:29:36 |
clsung |
- Update to 0.52 |
0.51 15 Aug 2007 06:53:16 |
clsung |
- Update to 0.51
- give up maintainership
PR: ports/115503
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
0.17 31 Mar 2007 07:09:24 |
clsung |
- Update to 0.17
- Dependency change
PR: ports/110784
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
0.16 02 Mar 2007 08:27:05 |
clsung |
- Update to 0.16
PR: ports/109606
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
0.15 19 Feb 2007 04:19:41 |
clsung |
- Update to 0.15
- remove BUILD_DEPENDS of Test::Deep (only needed by 'make test')
PR: ports/109241
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
0.14 07 Feb 2007 09:08:08 |
leeym |
- Update to 0.14
PR: ports/108819
Submitted by: leeym
Approved by: maintainer |
0.12 20 Dec 2006 12:02:03 |
clsung |
- Update to 0.12
PR: ports/106956
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
0.11 20 Nov 2006 20:00:02 |
miwi |
- Update to 0.11
PR: ports/105687
ports/105677 [1]
Submitted by: miwi[1]
Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
Approved by: maintainer |
0.09 01 Oct 2006 03:16:49 |
clsung |
- Update to 0.09
- from ChangeLog
- Removed dependency for Regex::Common, added Math::BigInt
- Upgraded to XML::LibXML 1.60, which changed from Attribute handling.
PR: ports/103846
Submitted by: clsung
Approved by: maintainer (Jin-Shan Tseng) |
0.05 26 Sep 2006 08:59:45 |
clsung |
Add p5-XML-Compile 0.05, compilation based XML processing.
PR: ports/102626
Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> |