aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Writer
Commit message (Collapse)AuthorAgeFilesLines
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Update to 0.625jadawin2014-06-182-3/+3
|
* - update to 0.624az2014-03-222-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* Support STAGEDIR.vanilla2013-11-072-4/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* - Convert to new perl frameworkmat2013-08-031-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 0.623.tobez2013-06-142-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* Update to 0.622.tobez2013-05-292-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 0.621sunpoet2013-04-172-3/+3
| | | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes Feature safe: yes
* For perl@ owned ports:eadler2013-03-291-6/+2
| | | | | - Fix COMMENT - Trim header
* - Update to 0.615culot2012-01-192-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 0.614sunpoet2012-01-092-3/+3
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 0.613sunpoet2012-01-082-3/+4
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Cleaning MD5 in perl@'s portsjadawin2011-05-171-1/+0
| | | | Approved by: erwin@ (portmgr)
* With portmgr hat, reassign some ports from clsung to perl, since clsunglinimon2010-12-082-3/+1
| | | | is apparently having some trouble with email.
* - Update to 0.612pgollucci2010-10-122-4/+4
| | | | | | | PR: ports/151009 Submitted by: max Approved by: maintainer timeout (clsung ; 14 days) Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 0.611clsung2010-04-272-4/+4
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 0.610clsung2010-04-222-4/+4
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 0.606clsung2008-12-152-4/+4
|
* - Update to 0.604clsung2008-03-012-6/+5
| | | | Changes: http://search.cpan.org/dist/XML-Writer/Changes
* - Update to 0.603clsung2007-07-092-4/+4
|
* - Update to 0.602clsung2006-11-142-4/+4
|
* - Update to 0.601clsung2006-09-113-4/+5
| | | | - add WWW
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - update to 0.600clsung2005-07-172-3/+3
|
* - update to 0.545clsung2005-06-072-3/+3
|
* - update to 0.531clsung2005-03-162-3/+3
|
* - update to 0.530clsung2005-02-172-5/+4
| | | | | | | - Changes: - Allow scalar references for the OUTPUT parameter - Added ENCODING parameter; currently only UTF-8 is supported - Escape newlines in attribute values
* - update to 0.520clsung2004-09-022-3/+3
| | | | | | | | | - 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)
* My territory, suggested by ijliao. :pclsung2004-08-201-1/+1
| | | | Approved by: vanilla (co-mentor)
* - update from 0.500 to 0.510vanilla2004-07-182-4/+3
| | | | | | | | | | | - 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
* Upgrade to 0.500.vanilla2004-04-082-2/+3
| | | | | | PR: ports/64986 Submitted by: michael johnson <ahze@ahze.net> Approved by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Submitted by: Mike Harding <mvh@ix.netcom.com>foxfair2003-10-221-1/+2
| | | | Add one more MASTERSITE to make it really fetchable.
* PR: 58233foxfair2003-10-213-13/+8
| | | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Update port and maintainer, from 0.4 to 0.41. Remove BUILD_DEPENDS with XML-Parser.
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Add depends to p5-XML-Parser.vanilla2001-05-291-0/+4
|
* Remove empty directories on uninstall.steve2001-04-151-1/+2
|
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-3/+2
|
* Add p5-XML-Writer 0.4, a simple perl module for writing XML documents; itwill2000-12-265-0/+38
takes care of constructing markup and escaping data correctly, among other useful features. PR: 23819 Submitted by: Adam Herzog <adam@herzogdesigns.com>