Port details |
- p5-XML-Writer Simple Perl module for writing XML documents
- 0.900 textproc =43 0.900Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2000-12-26 01:16:04
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-XML-Parser, png, unzip, gmake, freetype2
- Also Listed In: perl5
- License: PD
- WWW:
- https://metacpan.org/release/XML-Writer
- Description:
- XML::Writer is a simple Perl module for writing XML documents: it
takes care of constructing markup and escaping data correctly, and by
default, it also performs a significant amount of well-formedness
checking on the output, to make certain (for example) that start and
end tags match, that there is exactly one document element, and that
there are not duplicate attribute names.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-XML-Writer>0:textproc/p5-XML-Writer
- To install the port:
- cd /usr/ports/textproc/p5-XML-Writer/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-XML-Writer
- pkg install p5-XML-Writer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-XML-Writer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1601996516
SHA256 (XML-Writer-0.900.tar.gz) = 73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f
SIZE (XML-Writer-0.900.tar.gz) = 29817
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- biology/p5-Bio-Variation
- biology/p5-BioPerl
- databases/p5-SQL-Translator
- devel/p5-BZ-Client
- devel/p5-Google-Checkout
- devel/p5-JQuery
- finance/p5-Business-OnlinePayment-AuthorizeNet
-
Deleted ports which required this port:
- for Run
-
- biology/p5-Bio-Variation
- biology/p5-BioPerl
- databases/p5-SQL-Translator
- devel/p5-BZ-Client
- devel/p5-Google-Checkout
- devel/p5-JQuery
- dns/dnsenum
-
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-Writer
- 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 |
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.900 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.900 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.900 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.900 10 Oct 2020 07:47:19 |
sunpoet |
Update to 0.900
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/XML-Writer |
0.625_1 17 Jun 2018 09:04:34 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
Approved by: portmgr blanket |
0.625_1 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 |
0.625_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.625 18 Jun 2014 12:25:50 |
jadawin |
- Update to 0.625 |
0.624 22 Mar 2014 10:29:38 |
az |
- update to 0.624
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.623 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
0.623 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.623 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.623 14 Jun 2013 10:01:22 |
tobez |
Update to 0.623.
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.622 29 May 2013 08:28:48 |
tobez |
Update to 0.622.
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.621 16 Apr 2013 16:16:33 |
sunpoet |
- Update to 0.621
Changes: http://search.cpan.org/dist/XML-Writer/Changes
Feature safe: yes |
0.615 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
0.615 19 Jan 2012 12:09:32 |
culot |
- Update to 0.615
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.614 08 Jan 2012 17:09:51 |
sunpoet |
- Update to 0.614
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.613 07 Jan 2012 17:38:25 |
sunpoet |
- Update to 0.613
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.612 17 May 2011 11:13:00 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
0.612 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. |
0.612 12 Oct 2010 06:09:55 |
pgollucci |
- Update to 0.612
PR: ports/151009
Submitted by: max
Approved by: maintainer timeout (clsung ; 14 days)
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.611 27 Apr 2010 07:00:33 |
clsung |
- Update to 0.611
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.610 22 Apr 2010 08:21:16 |
clsung |
- Update to 0.610
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.606 15 Dec 2008 15:20:56 |
clsung |
- Update to 0.606 |
0.604 01 Mar 2008 02:12:07 |
clsung |
- Update to 0.604
Changes: http://search.cpan.org/dist/XML-Writer/Changes |
0.603 09 Jul 2007 02:50:06 |
clsung |
- Update to 0.603 |
0.602 14 Nov 2006 00:40:21 |
clsung |
- Update to 0.602 |
0.601 11 Sep 2006 03:00:52 |
clsung |
- Update to 0.601
- add WWW |
0.600 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.600 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.600 17 Jul 2005 10:41:21 |
clsung |
- update to 0.600 |
0.545 07 Jun 2005 08:54:49 |
clsung |
- update to 0.545 |
0.531 16 Mar 2005 08:47:19 |
clsung |
- update to 0.531 |
0.530 17 Feb 2005 08:26:06 |
clsung |
- update to 0.530
- Changes:
- Allow scalar references for the OUTPUT parameter
- Added ENCODING parameter; currently only UTF-8 is supported
- Escape newlines in attribute values |
0.520 02 Sep 2004 02:13:33 |
clsung |
- update to 0.520
- from Changes
- Fixed bug with forced declaration of the default namespace.
- Removed dead code. Added copyright notices to pod.
- Improved test coverage.
Approved by: vanilla (co-mentor) |
0.510 20 Aug 2004 02:56:44 |
clsung |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
0.510 17 Jul 2004 16:53:29 |
vanilla |
- update from 0.500 to 0.510
- from Changes
- Permitted in-document namespace prefix control
- Don't reopen STDOUT for output (closes #6232)
- Moved tests into t/. Added tests for mid-document namespace changes.
Show diffs when comparison tests fail
PR: ports/69197
Submitted by: maintainer |
0.500 08 Apr 2004 08:12:29 |
vanilla |
Upgrade to 0.500.
PR: ports/64986
Submitted by: michael johnson <ahze@ahze.net>
Approved by: maintainer |
0.4.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.4.1 22 Oct 2003 06:53:46 |
foxfair |
Submitted by: Mike Harding <mvh@ix.netcom.com>
Add one more MASTERSITE to make it really fetchable. |
0.4.1 21 Oct 2003 07:35:02 |
foxfair |
PR: 58233
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Update port and maintainer, from 0.4 to 0.41. Remove BUILD_DEPENDS
with XML-Parser. |
0.4_1 20 Feb 2003 19:11:26 |
knu |
De-pkg-comment. |
28 May 2001 19:21:53 |
vanilla |
Add depends to p5-XML-Parser. |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
26 Dec 2000 04:16:04 |
will |
Add p5-XML-Writer 0.4, a simple perl module for writing XML documents; it
takes care of constructing markup and escaping data correctly, among other
useful features. |