Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
0.0508

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.0508

|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.0508

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.0508

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
23 Jan 2016 15:15:02
0.0508

|
sunpoet  |
- Update to 0.0508
- Add LICENSE
- Silence patch message
- Sort PLIST
Changes: http://search.cpan.org/dist/JSON-RPC-Dispatcher/Changes |
26 Nov 2014 13:08:38
0.0506_1

|
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 ) |
27 Oct 2014 10:55:59
0.0506

|
bapt  |
Cleanup plist |
30 Oct 2013 01:50:58
0.0506

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.0506

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.0506

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
29 Mar 2013 00:44:54
0.0506

|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
26 Dec 2012 14:05:39
0.0506

|
tobez  |
Update to 0.0506.
Changes: http://search.cpan.org/dist/JSON-RPC-Dispatcher/Changes |
10 Jun 2012 18:42:48
0.0505
|
swills  |
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi) |
17 Sep 2011 06:49:29
0.0505
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
17 May 2011 11:05:02
0.0505
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
01 Sep 2010 06:30:06
0.0505
|
bapt  |
- Update to 0.0505
Approved by: mentors (implicit) |
20 Aug 2010 08:09:14
0.0504
|
leeym  |
- update to 0.0504 |
09 Jul 2010 12:35:11
0.0503
|
tobez  |
Update to 0.0503.
Changes: http://search.cpan.org/dist/JSON-RPC-Dispatcher/Changes |
02 Jul 2010 02:53:18
0.0502
|
wen  |
- Update to 0.0502
- Reset maintainer to perl@
Feature safe: yes |
25 Jun 2010 07:47:09
0.0500
|
wen  |
- Update to 0.0500
Feature safe: yes |
21 Apr 2010 01:02:14
0.0402
|
wen  |
JSON::RPC::Dispatcher can make any PSGI/Plack aware server a
JSON-RPC 2.0 server. This will allow you to expose your custom
functionality as a web service in a relatiely tiny amount of
code, as you can see above.
This module follows the draft specficiation for JSON-RPC 2.0.
More information can be found at:
http://groups.google.com/group/json-rpc/web/json-rpc-2-0.
WWW: http://search.cpan.org/dist/JSON-RPC-Dispatcher/ |