Port details |
- p5-XML-Generator Simple Perl module for generating XML documents
- 1.13 textproc =3 1.13Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-01-31 14:19:24
- Last Update: 2023-06-17 11:23:02
- Commit Hash: 2adc894c
- People watching this port, also watch:: libexif, healthd, libast, e2fsprogs, libglade2
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/XML-Generator
- Description:
- XML::Generator is a simple perl module to help in the generation of XML.
Basically, you create an XML::Generator object and then call a method
for each tag, supplying the contents of that tag as parameters.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-XML-Generator>0:textproc/p5-XML-Generator
- To install the port:
- cd /usr/ports/textproc/p5-XML-Generator/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-XML-Generator
- pkg install p5-XML-Generator
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-XML-Generator
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686994349
SHA256 (XML-Generator-1.13.tar.gz) = 30ef32fac30f268a3d9062c44fd5ab7518499bf993b50ef8ee372d8787bcb9a8
SIZE (XML-Generator-1.13.tar.gz) = 45541
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-XML-DOM>=1.46 : textproc/p5-XML-DOM
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- p5-Tie-IxHash>=0 : devel/p5-Tie-IxHash
- Runtime dependencies:
-
- p5-XML-DOM>=1.46 : textproc/p5-XML-DOM
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/cvsmonitor
- devel/p5-TAP-Formatter-JUnit
- security/p5-Net-SAML2
- for Run
-
- devel/cvsmonitor
- devel/p5-TAP-Formatter-JUnit
- security/p5-Net-SAML2
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-XML-Generator
- 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.13 17 Jun 2023 11:23:02 |
Wen Heping (wen) |
textproc/p5-XML-Generator: Update to 1.13
Reset maintainer to perl@ |
1.11 23 Apr 2023 17:17:54 |
Robert Clausecker (fuz) Author: Andreas Heil |
textproc/p5-XML-Generator: update to 1.11
Drop maintainership.
Changelog: https://metacpan.org/dist/XML-Generator/changes
PR: 270946 |
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.04_1 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.04_1 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.04_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.04_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 |
1.04_1 03 Feb 2018 09:02:17 |
amdmi3 |
- Add LICENSE
- Add NO_ARCH
- Switch to new test framework
Approved by: portmgr blanket |
1.04_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.04_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.04 29 Jan 2014 17:46:33 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.04 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.04 11 Sep 2013 07:12:18 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
1.04 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
1.04 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
1.04 12 Sep 2011 18:26:07 |
sunpoet |
- Update to 1.04
- Add TEST_DEPENDS
- Add regression-test: for tinderbox
- Sort PLIST
Changes: http://search.cpan.org/dist/XML-Generator/Changes
PR: ports/160651
Submitted by: sunpoet (myself)
Approved by: Andreas Heil <ah@linux-hq.de> (maintainer) |
1.03 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.03 05 Aug 2009 12:19:43 |
miwi |
- Update to 1.03
PR: 137283
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
1.01 07 Apr 2008 04:06:56 |
lippe |
- Updated to 1.01.
- Use CPAN macro.
PR: ports/121033
Submitted by: myself
Approved by: gabor (mentor), maintainer timeout (> 2 weeks) |
0.99 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.99 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.99 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.99 31 Oct 2005 18:24:21 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
0.99 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.99 30 Mar 2004 08:39:55 |
skv |
Updated to 0.99
PR: ports/64634
Submitted by: Andreas Heil <ah@linux-hq.de> |
0.98 05 Mar 2004 10:33:23 |
krion |
- Update to version 0.98
PR: ports/63778
Submitted by: maintainer |
0.93 31 Jan 2004 14:18:04 |
erwin |
Add p5-XML-Generator 0.93
XML::Generator is a simple perl module to help in the generation of XML.
Basically, you create an XML::Generator object and then call a method
for each tag, supplying the contents of that tag as parameters.
PR: ports/61720
Submitted by: Andreas Heil <ah@linux-hq.de> |