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

|
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.14_1

|
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.14_1

|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:16:20
0.14_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.14_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 ) |
01 Mar 2014 17:17:05
0.14

|
sunpoet  |
- Add LICENSE
- Sort *_DEPENDS
- Remove outdated PERL_LEVEL check |
05 Nov 2013 16:42:56
0.14

|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 22:10:25
0.14

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
29 Aug 2013 04:08:54
0.14

|
sunpoet  |
- Use single space after WWW: |
02 Aug 2013 18:52:11
0.14

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
01 May 2012 01:47:10
0.14
|
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
25 Feb 2012 21:11:47
0.14
|
swills  |
- Avoid use of SITE_PERL in BUILD/RUN DEPENDS
- Add TEST_DEPENDS to enable testing
PR: ports/164778
Submitted by: swills (myself)
Approved by: maintainer timeout (clsung, > 2 weeks) |
18 Mar 2011 00:44:03
0.14
|
clsung  |
- Update to 0.14 |
14 Feb 2010 20:04:28
0.12_1
|
pgollucci  |
- Chase Moose.pm move from SITE_PERL/Moose.pm -> SITE_PERL/PERL_ARCH/Moose.pm
resultant from the devel/p5-Moose update to 0.98
Reported by: pav via pointyhat |
12 Jun 2009 07:21:16
0.12
|
clsung  |
- Update to 0.12
Changes: http://search.cpan.org/dist/Net-Jifty/Changes |
04 Mar 2009 05:07:42
0.11
|
clsung  |
- Update to 0.11
Changes: http://search.cpan.org/dist/Net-Jifty/Changes |
20 Nov 2008 06:24:38
0.08
|
clsung  |
- Update to 0.08 |
27 Aug 2008 03:35:44
0.07
|
clsung  |
- Update to 0.07
Changes: http://search.cpan.org/dist/Net-Jifty/Changes |
22 Mar 2008 00:42:55
0.06
|
clsung  |
Jifty is a full-stack web framework. It provides an optional REST interface
for applications. Using this module, you can interact with that
REST interface to write client-side utilities.
You can use this module directly, but you'll be better off subclassing it.
This module also provides a number of convenient methods for writing
short scripts. For example, passing use_config => 1 to new will look at
the config file for the username and password (or SID) of the user.
If neither is available, it will prompt the user for them.
WWW: http://search.cpan.org/dist/Net-Jifty/ |