non port: devel/p5-Devel-REPL/Makefile |
SVNWeb
|
Number of commits found: 28 |
Fri, 30 Sep 2022
|
[ 17:06 Ashish SHUKLA (ashish) Author: Gian-Simon Purkert ] 9e66cc8
devel/p5-Devel-REPL: Update to 1.003029
PR: 266674
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Thu, 4 Jan 2018
|
[ 20:12 sunpoet ]
Fix *_DEPENDS: this port does not depend on MooseX::AttributeHelpers
- Add NO_ARCH
- Bump PORTREVISION for dependency change
With hat: perl
|
Sun, 8 Oct 2017
|
[ 05:58 antoine ]
Fix LICENSE_FILE
Reported by: pkg-fallout
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Sun, 10 Apr 2016
|
[ 06:46 ashish ]
- Update to 1.003028
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 8 Feb 2015
|
[ 22:55 ashish ]
- Update to 1.003026
- Add LICENSE information
- Update BUILD_DEPENDS
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Fri, 31 Oct 2014
|
[ 17:46 mat ]
Fix plist.
Sponsored by: Absolight
|
Thu, 16 Jan 2014
|
[ 05:23 ashish ]
- Update to 1.003025
- Update minimum version of dependency devel/p5-Moose to match upstream
|
Mon, 6 Jan 2014
|
[ 12:05 az ] (Only the first 10 of 47 ports in this commit are shown above. )
- add stage support
Approved by: portmgr (blanket infrastructure)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 7 Sep 2013
|
[ 10:57 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Sun, 20 Jan 2013
|
[ 16:17 ashish ]
- Update to 1.003014
- Add dependency on devel/p5-namespace-clean
|
Sun, 17 Jun 2012
|
[ 02:21 ashish ]
- Update to 1.003013
|
Sat, 21 Jan 2012
|
[ 17:40 eadler ] (Only the first 10 of 1326 ports in this commit are shown above. )
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
|
Sat, 17 Sep 2011
|
[ 07:06 sunpoet ] (Only the first 10 of 152 ports in this commit are shown above. )
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl
|
Fri, 15 Oct 2010
|
[ 11:03 ashish ]
- Update to 1.003012
Approved by: pgj (mentor, implicit)
|
Thu, 15 Jul 2010
|
[ 00:52 ashish ]
- Update to 1.003011.
Approved by: pgj (mentor)
|
Fri, 11 Jun 2010
|
[ 13:37 ashish ] (Only the first 10 of 39 ports in this commit are shown above. )
- Change my maintainer address.
Approved by: pgj (mentor)
|
Wed, 26 May 2010
|
[ 00:39 wen ]
- Update to 1.003010
PR: ports/146969
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
|
Wed, 17 Mar 2010
|
[ 07:42 miwi ]
- Update to 1.003009
PR: 144684
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
|
Tue, 16 Feb 2010
|
[ 15:06 pav ]
- Fix runtime with new Moose
PR: ports/143963
Submitted by: Ashish SHUKLA <wahjava@gmail.com> (maintainer)
Feature safe: yes
|
Wed, 2 Sep 2009
|
[ 17:23 miwi ]
This is an interactive shell for Perl, commonly known as a REPL -
Read, Evaluate, Print, Loop. The shell provides for rapid development
or testing of code without the need to create a temporary source code
file.
Through a plugin system, many features are available on demand. You
can also tailor the environment through the use of profiles and run
control files, for example to pre-load certain Perl modules when
working on a particular project.
WWW: http://search.cpan.org/dist/Devel-REPL/
PR: ports/138359
Submitted by: Ashish SHUKLA <wahjava at gmail.com>
|
Number of commits found: 28 |