Port details |
- p5-XML-DT Perl module for down translation of XML to strings
- 0.69 textproc =2 0.69Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-01-03 21:00:06
- Last Update: 2022-07-20 14:23:14
- Commit Hash: 5cf7e35
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- This module processes XML files with an approach similar to OMNIMARK.
Down translation function dt() receives a filename and a set of
expressions (functions) defining the processing and associated values
for each element.
dtstring() is similar but takes input from a string instead of a file.
-Anton
<tobez@FreeBSD.org>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-XML-DT>0:textproc/p5-XML-DT
- To install the port:
- cd /usr/ports/textproc/p5-XML-DT/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-XML-DT
- pkg install p5-XML-DT
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-XML-DT
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1556029619
SHA256 (XML-DT-0.69.tar.gz) = 2f80b710ae0af4e700e7b94840fecab2c3af1268ea28562db26ce297bc81368d
SIZE (XML-DT-0.69.tar.gz) = 31757
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-HTTP-Simple>=0 : www/p5-HTTP-Simple
- p5-XML-DTDParser>=2.00 : textproc/p5-XML-DTDParser
- p5-XML-LibXML>=1.54 : textproc/p5-XML-LibXML
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-HTTP-Simple>=0 : www/p5-HTTP-Simple
- p5-XML-DTDParser>=2.00 : textproc/p5-XML-DTDParser
- p5-XML-LibXML>=1.54 : textproc/p5-XML-LibXML
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-XML-DT
- 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 |
0.69 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.69 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.69 23 Apr 2019 17:53:18 |
sunpoet |
Update to 0.69
Changes: https://metacpan.org/changes/distribution/XML-DT |
0.68 10 Oct 2018 10:24:47 |
sunpoet |
Add LICENSE
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST |
0.68 10 Oct 2018 06:29:11 |
wen |
- Update to 0.68
Changes: https://metacpan.org/changes/distribution/XML-DT |
0.63_1 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) |
0.63_1 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
0.63_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.63_1 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 |
0.63_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 ) |
0.63 06 Feb 2014 16:18:37 |
ehaupt |
Support staging. |
0.63 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.63 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
0.63 26 Mar 2013 10:52:28 |
tobez |
Update to 0.63.
Changes: http://search.cpan.org/dist/XML-DT/Changes |
0.62 13 Oct 2012 00:07:46 |
jhale |
- Update to 0.62 [1]
- Fix portlint(1) warnings about BUILD/RUN_DEPENDS [1]
- Trim Makefile header
PR: ports/168116 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by: tobez (maintainer timeout, 5 months) [1]
makc, avilla (mentors, implicit)
Feature safe: yes |
0.56 08 Sep 2011 09:33:40 |
tobez |
Update to 0.56.
Changes: http://search.cpan.org/dist/XML-DT/Changes |
0.54 11 Jan 2011 09:00:38 |
tobez |
Update to 0.54.
Changes: http://search.cpan.org/dist/XML-DT/Changes |
0.53 27 Apr 2009 16:10:05 |
tobez |
Update to 0.53.
Changes: http://search.cpan.org/dist/XML-DT/Changes |
0.52 26 Nov 2008 11:54:13 |
tobez |
Update to 0.52.
Changes: http://search.cpan.org/dist/XML-DT/Changes |
0.51 03 Jul 2008 09:52:29 |
tobez |
Update to 0.51.
Changes: http://search.cpan.org/dist/XML-DT/Changes |
0.47 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.47 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.47 21 Dec 2006 15:22:28 |
tobez |
Update to 0.47. |
0.45 19 May 2006 08:14:33 |
tobez |
Update to 0.45. |
0.42 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.42 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.42 21 Oct 2005 09:56:33 |
tobez |
Update to 0.42. |
0.26 08 Mar 2004 15:39:04 |
tobez |
Fix broken dependency.
Reported by: kris |
0.26 04 Mar 2004 22:17:01 |
linimon |
Update to 0.26: build_depends change from p5-XML-Parser to p5-XML-LibXML due
to author's suggestion: "At the moment, XML::LibXML is quicker than
XML::Parser and supports HTML parsing." Minor code additions (see 0.24)
and bugfixes (all versions); see Changes for details.
PR: ports/57952
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Maintainer timeout: 4 months |
0.20 23 Jan 2004 05:28:50 |
trevor |
Use LS macro. |
0.20 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.20 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.20 06 Jun 2002 19:56:42 |
tobez |
Update to 0.20. |
12 Jun 2001 20:25:42 |
tobez |
Updated MAINTAINER to my new committer email address. Do the same for
pkg-descr files. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
04 Jan 2001 00:00:06 |
will |
Add p5-XML-DT 0.19, a perl module for down translation of XML to strings. |