aboutsummaryrefslogtreecommitdiff
path: root/net/p5-RPC-XML
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated PERL_LEVEL check after lang/perl5.18 removalSunpoet Po-Chuan Hsieh2016-12-311-7/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=430158
* - Update to 0.80Sunpoet Po-Chuan Hsieh2016-05-152-3/+4
| | | | | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/RPC-XML/ChangeLog Notes: svn path=/head/; revision=415259
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* Update to 0.79.Adam Weinberger2015-05-023-15/+29
| | | | | | | | | | Add LICENSE info, add TEST_DEPENDS, add an XS option to bring in XML::LibXML, and sort plist. Changes: https://metacpan.org/changes/distribution/RPC-XML Notes: svn path=/head/; revision=385183
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+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
* Update to 0.78Steven Kreuzer2014-02-143-14/+3
| | | | Notes: svn path=/head/; revision=344253
* Support STAGEDIR.Vanilla I. Shu2013-11-052-16/+14
| | | | Notes: svn path=/head/; revision=332868
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Use USES=gmakeSunpoet Po-Chuan Hsieh2013-09-141-4/+2
| | | | Notes: svn path=/head/; revision=327253
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-7/+1
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* Fix loop detection bug.Dag-Erling Smørgrav2013-04-232-0/+11
| | | | | | | Approved by: perl (tobez) Notes: svn path=/head/; revision=316342
* - Update to 0.77Wen Heping2012-09-052-3/+3
| | | | | | | Changes: http://cpansearch.perl.org/src/RJRAY/RPC-XML-0.77/ChangeLog Notes: svn path=/head/; revision=303689
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+7
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-7/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292977
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | | Suggested by: az With hat: perl Notes: svn path=/head/; revision=281882
* - Update to 0.76Sunpoet Po-Chuan Hsieh2011-09-014-62/+20
| | | | | | | | | | - Pet portlint - Change WWW to CPAN Changes: http://search.cpan.org/dist/RPC-XML/ChangeLog Notes: svn path=/head/; revision=280968
* Release maintainership and pass to perl@FreeBSD.orgMartin Matuska2011-08-091-1/+1
| | | | | | | Approved by: maintainer (myself) Notes: svn path=/head/; revision=279352
* Update to 0.74Martin Matuska2011-06-192-3/+3
| | | | Notes: svn path=/head/; revision=275825
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.73Martin Matuska2010-03-302-6/+4
| | | | Notes: svn path=/head/; revision=251806
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-241-1/+1
| | | | | | | | | (part 4). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248459
* - Update to 0.72Martin Matuska2010-01-122-4/+5
| | | | | | | | PR: ports/142664 Submitted by: pgollucci Notes: svn path=/head/; revision=247693
* - Update to 0.71Martin Matuska2009-12-263-64/+66
| | | | | | | | | | - Minor changes to PR PR: ports/141572 Submitted by: pgollucci Notes: svn path=/head/; revision=246703
* - Update from 0.67 to 0.69Martin Matuska2009-09-223-4/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241924
* - Update to 0.67Martin Matuska2009-08-092-4/+4
| | | | Notes: svn path=/head/; revision=239205
* - Update to 0.65Martin Matuska2009-06-292-4/+4
| | | | Notes: svn path=/head/; revision=236775
* - Update to 0.64Martin Matuska2008-10-172-5/+4
| | | | Notes: svn path=/head/; revision=221674
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 0.60Martin Matuska2008-04-222-4/+4
| | | | Notes: svn path=/head/; revision=211746
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* - updated maintainer e-mail addressMartin Matuska2007-04-051-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=189288
* - Update to 0.59Cheng-Lung Sung2006-08-012-4/+4
| | | | | | | | | PR: ports/100001 Submitted by: clsung Approved by: maintainer timeout Notes: svn path=/head/; revision=169282
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 0.58Jean-Yves Lefort2005-06-232-4/+3
| | | | | | | | PR: ports/82566 Submitted by: maintainer Notes: svn path=/head/; revision=137931
* * reflect renaming on CPAN File-Spec to PathToolsSergey Skvortsov2005-06-111-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on) Notes: svn path=/head/; revision=137264
* Update to 0.57Roman Bogorodskiy2005-04-282-3/+3
| | | | | | | | PR: 80431 Submitted by: Martin Matuska (maintainer) Notes: svn path=/head/; revision=134310
* - update Martin's email addressYen-Ming Lee2005-02-241-1/+1
| | | | | | | | PR: 77938 Submitted by: Martin Matuska <martin at matuska.org> Notes: svn path=/head/; revision=129630
* - Update to 0.54Sergey Matveychuk2005-02-092-5/+4
| | | | | | | | | | | - Grant a maintainership to submitter PR: ports/75060 Submitted by: Martin Matuska <martin(at)tradex.sk> Approved by: maintainer (no activity for about 18 monthes) Notes: svn path=/head/; revision=128372
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - update to version 0.53Erwin Lansing2003-07-034-41/+80
| | | | | | | | | | | | | - added home page - adapted to use SITE_PERL - deleted MAN3PREFIX - adapted plist PR: 54039 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=84146
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Finalize the p5-File-Spec dependency now that PERL_LEVEL is is.Edwin Groothuis2003-02-051-11/+0
| | | | | | | | PR: ports/44723 Submitted by: Alan Eldridge <alane@geeksrus.net> Notes: svn path=/head/; revision=74821
* Only use File::Spec if below perl 5.6.1.Alan Eldridge2002-11-231-3/+19
| | | | | | | PR: 44775 Notes: svn path=/head/; revision=70883
* add p5-RPC-XMLYing-Chieh Liao2001-10-205-0/+74
XML-RPC client and server library for Perl PR: 30368 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=48984