summaryrefslogtreecommitdiff
path: root/net/p5-JavaScript-RPC (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2018-06-04Fix and update WWWSunpoet Po-Chuan Hsieh1-1/+1
Notes: svn path=/head/; revision=471659
2017-09-15Fix license information for portgs that use "the same license as Perl".Mathieu Arnold1-1/+1
Sponsored by: Absolight Notes: svn path=/head/; revision=449893
2017-02-28Add LICENSESunpoet Po-Chuan Hsieh1-0/+4
- Add NO_ARCH Notes: svn path=/head/; revision=435100
2016-05-19- Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov1-1/+1
Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
2014-11-26Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2-6/+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
2013-11-05Support STAGEDIR.Vanilla I. Shu2-7/+6
Notes: svn path=/head/; revision=332868
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
net) Notes: svn path=/head/; revision=327755
2013-08-02- Convert to new perl frameworkMathieu Arnold1-6/+3
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
2011-09-17- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh1-1/+1
With hat: perl Notes: svn path=/head/; revision=281878
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
Notes: svn path=/head/; revision=271346
2009-07-30Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plistsPhilip M. Gollucci1-3/+3
PR: ports/136771 Exp Run by: pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238688
2008-04-17- Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo1-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
2007-09-08Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon1-8/+2
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
2007-03-05Reset tshadwick@oss-solutions.com due to maintainer-timeouts and no responseMark Linimon1-1/+1
to email. Hat: portmgr Notes: svn path=/head/; revision=186533
2006-12-06- Update to 0.3Martin Wilke3-5/+6
PR: ports/105756 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=179055
2006-05-27Add port net/p5-JavaScript-RPC:Andrew Pantyukhin4-0/+49
JavaScript::RPC::Server::CGI is a CGI-based server library for use with Brent Ashley's JavaScript Remote Scripting (JSRS) client library. It works asynchronously and uses DHTML to deal with the payload. In order to add your custom meothds, this module should be subclassed. The most current version (as of the release of this module) of the client library as well as a demo application have been included in this distribution. WWW: http://search.cpan.org/dist/JavaScript-RPC/ PR: ports/95124 Submitted by: Tony Shadwick <tshadwick@oss-solutions.com> Approved by: krion (mentor) Notes: svn path=/head/; revision=163623