notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-XML-Compile Compilation based XML processing
1.63 textproc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.63Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-09-26 09:00:22
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (62 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-XML-Compile-1.63/catalog.mk
  2. /usr/local/share/licenses/p5-XML-Compile-1.63/LICENSE
  3. /usr/local/share/licenses/p5-XML-Compile-1.63/ART10
  4. /usr/local/share/licenses/p5-XML-Compile-1.63/GPLv1+
  5. bin/schema2example
  6. bin/xml2json
  7. bin/xml2yaml
  8. lib/perl5/site_perl/XML/Compile.pm
  9. lib/perl5/site_perl/XML/Compile.pod
  10. lib/perl5/site_perl/XML/Compile/FAQ.pod
  11. lib/perl5/site_perl/XML/Compile/Iterator.pm
  12. lib/perl5/site_perl/XML/Compile/Iterator.pod
  13. lib/perl5/site_perl/XML/Compile/Schema.pm
  14. lib/perl5/site_perl/XML/Compile/Schema.pod
  15. lib/perl5/site_perl/XML/Compile/Schema/BuiltInFacets.pm
  16. lib/perl5/site_perl/XML/Compile/Schema/BuiltInFacets.pod
  17. lib/perl5/site_perl/XML/Compile/Schema/BuiltInTypes.pm
  18. lib/perl5/site_perl/XML/Compile/Schema/BuiltInTypes.pod
  19. lib/perl5/site_perl/XML/Compile/Schema/Instance.pm
  20. lib/perl5/site_perl/XML/Compile/Schema/Instance.pod
  21. lib/perl5/site_perl/XML/Compile/Schema/NameSpaces.pm
  22. lib/perl5/site_perl/XML/Compile/Schema/NameSpaces.pod
  23. lib/perl5/site_perl/XML/Compile/Schema/Specs.pm
  24. lib/perl5/site_perl/XML/Compile/Schema/Specs.pod
  25. lib/perl5/site_perl/XML/Compile/Translate.pm
  26. lib/perl5/site_perl/XML/Compile/Translate.pod
  27. lib/perl5/site_perl/XML/Compile/Translate/Reader.pm
  28. lib/perl5/site_perl/XML/Compile/Translate/Reader.pod
  29. lib/perl5/site_perl/XML/Compile/Translate/Template.pm
  30. lib/perl5/site_perl/XML/Compile/Translate/Template.pod
  31. lib/perl5/site_perl/XML/Compile/Translate/Writer.pm
  32. lib/perl5/site_perl/XML/Compile/Translate/Writer.pod
  33. lib/perl5/site_perl/XML/Compile/Util.pm
  34. lib/perl5/site_perl/XML/Compile/Util.pod
  35. lib/perl5/site_perl/XML/Compile/xsd/1998-namespace.xsd
  36. lib/perl5/site_perl/XML/Compile/xsd/1999-XMLSchema-part2.xsd
  37. lib/perl5/site_perl/XML/Compile/xsd/1999-XMLSchema.xsd
  38. lib/perl5/site_perl/XML/Compile/xsd/2000-XMLSchema.xsd
  39. lib/perl5/site_perl/XML/Compile/xsd/2001-XMLSchema-instance.xsd
  40. lib/perl5/site_perl/XML/Compile/xsd/2001-XMLSchema.dtd
  41. lib/perl5/site_perl/XML/Compile/xsd/2001-XMLSchema.xsd
  42. lib/perl5/site_perl/XML/Compile/xsd/2001-datatypes.dtd
  43. lib/perl5/site_perl/man/man1/schema2example.1.gz
  44. lib/perl5/site_perl/man/man1/xml2json.1.gz
  45. lib/perl5/site_perl/man/man1/xml2yaml.1.gz
  46. lib/perl5/site_perl/man/man3/XML::Compile.3.gz
  47. lib/perl5/site_perl/man/man3/XML::Compile::FAQ.3.gz
  48. lib/perl5/site_perl/man/man3/XML::Compile::Iterator.3.gz
  49. lib/perl5/site_perl/man/man3/XML::Compile::Schema.3.gz
  50. lib/perl5/site_perl/man/man3/XML::Compile::Schema::BuiltInFacets.3.gz
  51. lib/perl5/site_perl/man/man3/XML::Compile::Schema::BuiltInTypes.3.gz
  52. lib/perl5/site_perl/man/man3/XML::Compile::Schema::Instance.3.gz
  53. lib/perl5/site_perl/man/man3/XML::Compile::Schema::NameSpaces.3.gz
  54. lib/perl5/site_perl/man/man3/XML::Compile::Schema::Specs.3.gz
  55. lib/perl5/site_perl/man/man3/XML::Compile::Translate.3.gz
  56. lib/perl5/site_perl/man/man3/XML::Compile::Translate::Reader.3.gz
  57. lib/perl5/site_perl/man/man3/XML::Compile::Translate::Template.3.gz
  58. lib/perl5/site_perl/man/man3/XML::Compile::Translate::Writer.3.gz
  59. lib/perl5/site_perl/man/man3/XML::Compile::Util.3.gz
  60. @owner
  61. @group
  62. @mode
Collapse this list.
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 = 1562166574 SHA256 (XML-Compile-1.63.tar.gz) = 4b0871ef4a70bff37266d531bebcd1d065b109e8f5c5e996f87189a9f92d595f SIZE (XML-Compile-1.63.tar.gz) = 210240

Packages (timestamps in pop-ups are UTC):
p5-XML-Compile
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.631.631.631.631.63-1.63-
FreeBSD:13:quarterly1.631.631.631.631.631.631.631.63
FreeBSD:14:latest1.631.631.631.631.631.63-1.63
FreeBSD:14:quarterly1.631.63-1.631.631.631.631.63
FreeBSD:15:latest1.631.63n/a1.63n/a1.631.631.63
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Log-Report>=1.20 : devel/p5-Log-Report
  2. p5-Types-Serialiser>=0 : devel/p5-Types-Serialiser
  3. p5-XML-LibXML>=2.0107 : textproc/p5-XML-LibXML
  4. perl5>=5.32.r0<5.33 : lang/perl5.32
  5. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Log-Report>=1.20 : devel/p5-Log-Report
  2. p5-Types-Serialiser>=0 : devel/p5-Types-Serialiser
  3. p5-XML-LibXML>=2.0107 : textproc/p5-XML-LibXML
  4. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. graphics/p5-Geo-EOP
  2. graphics/p5-Geo-GML
  3. net/p5-XML-Compile-SOAP
  4. net/p5-XML-Compile-SOAP-Daemon
  5. net/p5-XML-Compile-SOAP-WSA
  6. net/p5-XML-Compile-WSDL11
  7. textproc/p5-XML-Compile-Cache
Expand this list (9 items / 2 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. textproc/p5-XML-Compile-Dumper
  3. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. graphics/p5-Geo-KML*
  2. Collapse this list of deleted ports.
for Run
  1. graphics/p5-Geo-EOP
  2. graphics/p5-Geo-GML
  3. net/p5-XML-Compile-SOAP
  4. net/p5-XML-Compile-SOAP-Daemon
  5. net/p5-XML-Compile-SOAP-WSA
  6. net/p5-XML-Compile-WSDL11
  7. textproc/p5-XML-Compile-Cache
Expand this list (9 items / 2 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. textproc/p5-XML-Compile-Dumper
  3. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. graphics/p5-Geo-KML*
  2. Collapse this list of deleted ports.
* - 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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/XML/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/XML/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/XML/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/XML/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/XML/
  7. http://backpan.perl.org/modules/by-module/XML/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/XML/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/XML/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/XML/
  12. https://www.cpan.org/modules/by-module/XML/
Collapse this list.

Number of commits found: 97

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.63
20 Jul 2022 14:23:14
commit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9bcommit hash: 5cf7e35e8664e11393fedc7d89b4d09e0fcced9b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.63
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.63
03 Jul 2019 18:52:03
Revision:505777Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.63

Changes:	https://metacpan.org/changes/distribution/XML-Compile
1.62
19 May 2019 21:54:53
Revision:502068Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.62

Changes:	https://metacpan.org/changes/distribution/XML-Compile
1.61
09 Nov 2018 23:27:48
Revision:484557Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.61

Changes:	https://metacpan.org/changes/distribution/XML-Compile
1.60
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
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
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:463756Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.60

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.59
29 Dec 2017 03:38:53
Revision:457492Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.59
Changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.59/ChangeLog
1.58
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
1.58
29 Jun 2017 19:13:09
Revision:444665Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.58

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.57
15 Jun 2017 21:51:14
Revision:443645Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.57

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.56
30 Mar 2017 21:36:32
Revision:437333Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.56

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.55
09 Mar 2017 16:13:06
Revision:435773Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.55

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.54
10 Oct 2016 20:06:54
Revision:423694Original commit files touched by this commit
adamw search for other commits by this committer
Update to 1.54.

Changes: https://metacpan.org/changes/distribution/XML-Compile
1.52
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.52
17 Jan 2016 14:09:16
Revision:406509Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:401657Original commit files touched by this commit
sunpoet search for other commits by this committer
- Sort PLIST
1.51
06 Nov 2015 10:16:43
Revision:400915Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.51

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.50
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:392675Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.50

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.49
13 Jun 2015 13:52:51
Revision:389379Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.49
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.48
05 Jan 2015 17:50:45
Revision:376330Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.48

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.47
05 Dec 2014 15:39:19
Revision:374048Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 1.47
1.44_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
1.44
18 Jun 2014 12:21:32
Revision:358257Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 1.44
1.43
06 Mar 2014 18:51:18
Revision:347305Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove outdated PERL_LEVEL check

With hat:	perl
1.43
14 Feb 2014 15:38:57
Revision:344255Original commit files touched by this commit
skreuzer search for other commits by this committer
Update to 1.43
1.40
27 Nov 2013 09:27:54
Revision:335004Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.40

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.39
11 Oct 2013 18:34:28
Revision:330095Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.39
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.38
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
1.38
10 Sep 2013 15:59:17
Revision:326915Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.38

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.37
03 Sep 2013 19:32:09
Revision:326214Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.37

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.35
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- 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
Revision:322125Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.35

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.34
14 May 2013 09:24:43
Revision:318152Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.34.

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.33
06 May 2013 09:33:15
Revision:317495Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.33.

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.32
29 Mar 2013 08:27:43
Revision:315529Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.32

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.31
28 Jan 2013 10:56:51
Revision:311109Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.31.

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.30
09 Dec 2012 12:22:20
Revision:308526Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.30

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.29
23 Oct 2012 09:08:46
Revision:306301Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.29

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
Feature safe:	yes
1.28
07 Oct 2012 11:10:18
Revision:305456Original commit files touched by this commit
wen search for other commits by this committer
- 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
Revision:303702Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.27

Changes:	http://search.cpan.org/dist/XML-Compile/ChangeLog
1.26
20 Aug 2012 17:45:16
Original commit files touched by this commit
culot search for other commits by this committer
- 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
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.24

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
1.23
23 Nov 2011 17:15:17
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit
bapt search for other commits by this committer
- 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
Original commit files touched by this commit
az search for other commits by this committer
- 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
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 1.21
ChangeLog: http://cpansearch.perl.org/src/MARKOV/XML-Compile-1.21/ChangeLog
1.19
07 Dec 2010 23:13:25
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.16
1.13
22 Apr 2010 08:20:48
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.13

Changes:        http://search.cpan.org/dist/XML-Compile/Changes
1.11
31 Jan 2010 01:24:46
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
kuriyama search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.09

PR:             ports/140547
Submitted by:   Sahil Tandon <sahil_AT_tandon dot net>
1.08
30 Oct 2009 01:39:24
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.08

Changes:        http://search.cpan.org/dist/XML-Compile/Changes
1.07
24 Jun 2009 09:03:56
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.07

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
1.06
17 Jun 2009 07:09:34
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.06

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
1.05
05 Jun 2009 23:00:15
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.01

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
1.00
27 Jan 2009 04:30:20
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 1.00

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.96
13 Oct 2008 06:14:22
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.96
0.95
06 Oct 2008 05:55:01
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.95

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.94
27 Aug 2008 09:04:56
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.94

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.93
27 Aug 2008 07:04:25
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.93

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.90
28 Jul 2008 10:50:38
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.90

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.86
24 Jun 2008 14:02:17
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.86

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.85
23 Jun 2008 03:33:53
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.85

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.81
02 May 2008 08:00:45
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.81

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.79
01 May 2008 14:10:41
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.79
0.78
18 Apr 2008 08:53:35
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.78

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.77
13 Apr 2008 03:55:14
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.77

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.74
11 Apr 2008 07:39:14
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.74

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.72
07 Apr 2008 08:02:27
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.72

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.69
27 Mar 2008 00:39:29
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.65

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.64
09 Jan 2008 01:39:31
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.63

Changes:        http://search.cpan.org/dist/XML-Compile/ChangeLog
0.55
11 Oct 2007 09:32:36
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.55
0.52
08 Sep 2007 01:08:35
Original commit files touched by this commit
linimon search for other commits by this committer
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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.52
0.51
15 Aug 2007 06:53:16
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.16

PR:             ports/109606
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
0.15
19 Feb 2007 04:19:41
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
leeym search for other commits by this committer
- Update to 0.14

PR:             ports/108819
Submitted by:   leeym
Approved by:    maintainer
0.12
20 Dec 2006 12:02:03
Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.12

PR:             ports/106956
Submitted by:   clsung
Approved by:    maintainer (Jin-Shan Tseng)
0.11
20 Nov 2006 20:00:02
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
- 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
Original commit files touched by this commit
clsung search for other commits by this committer
Add p5-XML-Compile 0.05, compilation based XML processing.

PR:             ports/102626
Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>

Number of commits found: 97