aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Smart
Commit message (Collapse)AuthorAgeFilesLines
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Clean up the rest of the perl@ Makefiles a bit.Adam Weinberger2015-03-131-4/+0
| | | | | | | | | | | | | | | | | | | - Remove dependencies on modules distributed as part of perl core - Remove references to FreeBSD < 8 and perl < 5.16 - Ensure that DOCS and EXAMPLES options exist for ports installing PORTDOCS or PORTEXAMPLES - Reduce unnecessary inclusions of bsd.port.options.mk by using OPTIONS helpers and the like - Fix some cases where dependencies were only assigned to BUILD_DEPENDS - Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS. This one happens in many, many ports. I only applied it in cases where it interfered with 'make test' but it should maybe be done more generally. - Mute ${MKDIR} in installation - Parethesize compound commands - In www/p5-URI-Fetch, remove the ZLIB option that wasn't used Notes: svn path=/head/; revision=381221
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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 Notes: svn path=/head/; revision=373448
* Remove trailing whitespaces from category textprocEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345436
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Try and be consistent with what commands are silent and not in *install.Mathieu Arnold2013-10-221-1/+1
| | | | | | | | | | | | | | - MKDIR is silent - ECHO is silent - INSTALL_* are not silent - CP/FIND/... are not silent I fixed a few PORTDOCS misusage, I'll do a second pass. With Hat: perl@ Notes: svn path=/head/; revision=331301
* - Update to 1.79Sunpoet Po-Chuan Hsieh2013-10-053-11/+11
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/XML-Smart/Changes Notes: svn path=/head/; revision=329420
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 1.78Sunpoet Po-Chuan Hsieh2013-09-142-8/+7
| | | | | | | | | | - Sort TEST_DEPENDS - Move PORTDOCS upward Changes: http://search.cpan.org/dist/XML-Smart/Changes Notes: svn path=/head/; revision=327248
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Update to 1.77.Anton Berezin2013-02-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Smart/Changes Notes: svn path=/head/; revision=312162
* - Update to 1.76Frederic Culot2013-02-082-4/+7
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Remove leading article from COMMENT Changes: http://search.cpan.org/dist/XML-Smart/Changes Notes: svn path=/head/; revision=311912
* Update to 1.75.Anton Berezin2013-02-052-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-Smart/Changes Notes: svn path=/head/; revision=311687
* - update to 1.73Yen-Ming Lee2013-01-302-4/+8
| | | | | | | Changes: http://cpansearch.perl.org/src/TMHARISH/XML-Smart-1.73/Changes Notes: svn path=/head/; revision=311269
* Update to 1.71.Anton Berezin2013-01-293-10/+12
| | | | | | | Changes: http://search.cpan.org/dist/XML-Smart/Changes Notes: svn path=/head/; revision=311158
* - Remove SITE_PERL from *_DEPENDSFrederic Culot2012-06-051-2/+2
| | | | | | | Submitted by: az@ Notes: svn path=/head/; revision=298426
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239641
* Use the CPAN site macro.Mathieu Arnold2007-08-311-9/+2
| | | | | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims. Notes: svn path=/head/; revision=198588
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Be hipe and add SHA256Mathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148240
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> 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 Notes: svn path=/head/; revision=146850
* Update to 1.6.9Mathieu Arnold2004-12-102-3/+12
| | | | Notes: svn path=/head/; revision=123630
* Update to 1.6.8Mathieu Arnold2004-09-022-3/+3
| | | | Notes: svn path=/head/; revision=117920
* Update to 1.6.7Mathieu Arnold2004-07-232-3/+3
| | | | Notes: svn path=/head/; revision=114488
* Update to 1.6.6Mathieu Arnold2004-07-152-3/+3
| | | | Notes: svn path=/head/; revision=113696
* Update to 1.6.5Mathieu Arnold2004-06-082-3/+3
| | | | Notes: svn path=/head/; revision=111070
* Update to 1.6.4Mathieu Arnold2004-06-012-3/+3
| | | | Notes: svn path=/head/; revision=110598
* Update to 1.6.1Mathieu Arnold2004-05-263-4/+9
| | | | Notes: svn path=/head/; revision=110068
* Update to 1.6Mathieu Arnold2004-05-102-3/+3
| | | | Notes: svn path=/head/; revision=108835
* Update to 1.5.9Mathieu Arnold2004-04-142-3/+3
| | | | Notes: svn path=/head/; revision=107020
* Update to 1.5.7Mathieu Arnold2004-03-292-3/+3
| | | | Notes: svn path=/head/; revision=105601
* Update to 1.5.6Mathieu Arnold2004-03-252-3/+3
| | | | Notes: svn path=/head/; revision=105216
* Update to 1.5.4Mathieu Arnold2004-03-013-3/+4
| | | | Notes: svn path=/head/; revision=102644
* Update to 1.5.3Mathieu Arnold2004-02-242-3/+3
| | | | Notes: svn path=/head/; revision=101978
* Update to 1.5.2Mathieu Arnold2004-02-162-3/+3
| | | | Notes: svn path=/head/; revision=101046
* Update to 1.5.1Mathieu Arnold2004-02-062-3/+3
| | | | Notes: svn path=/head/; revision=100143
* Add SIZE fieldMathieu Arnold2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99406
* Update to 1.5Mathieu Arnold2004-01-162-2/+2
| | | | Notes: svn path=/head/; revision=98310
* Update to 1.4.1Mathieu Arnold2003-11-042-2/+2
| | | | Notes: svn path=/head/; revision=93086
* Forgot 5.6.x requirementMathieu Arnold2003-10-131-1/+7
| | | | Notes: svn path=/head/; revision=91023
* Add p5-XML-SmartMathieu Arnold2003-10-134-0/+57
A Smart, easy and powerful way to access/create XML files/data. PR: 57847 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=91021