non port: devel/p5-ExtUtils-CChecker/Makefile |
SVNWeb
|
Number of commits found: 26 |
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 )
|
Thu, 15 Jul 2021
|
[ 20:31 Po-Chuan Hsieh (sunpoet) ] f064e53
devel/p5-ExtUtils-CChecker: Update to 0.11
Changes: https://metacpan.org/dist/ExtUtils-CChecker/changes
|
Fri, 25 Jun 2021
|
[ 13:34 Po-Chuan Hsieh (sunpoet) ] b9e6a4e
devel/p5-ExtUtils-CChecker: Cosmetic change
|
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)
|
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, 5 Feb 2017
|
[ 05:30 sunpoet ]
Add missing {BUILD,RUN}_DEPENDS
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
|
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
|
Mon, 19 Oct 2015
|
[ 20:19 sunpoet ]
- Add NO_ARCH
|
Sat, 30 May 2015
|
[ 13:12 sunpoet ]
- Update to 0.10
Changes: http://search.cpan.org/dist/ExtUtils-CChecker/Changes
|
Fri, 8 May 2015
|
[ 20:22 sunpoet ]
- Update to 0.09
- Add LICENSE
- Remove DOCS option
- Update pkg-descr
- Take maintainership
Changes: http://search.cpan.org/dist/ExtUtils-CChecker/Changes
|
[ 13:34 culot ] (Only the first 10 of 12 ports in this commit are shown above. )
- Reassign to the heap after sahil@'s bit was taken in for safekeeping
|
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 )
|
Thu, 17 Apr 2014
|
[ 22:14 mat ]
Fix build as a user.
Sponsored by: Absolight
|
Mon, 3 Feb 2014
|
[ 03:55 miwi ]
- Stage support
|
Sun, 22 Sep 2013
|
[ 18:05 bapt ] (Only the first 10 of 132 ports in this commit are shown above. )
Fix NO_STAGE attribution
|
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
|
[ 16:51 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)
|
Tue, 1 May 2012
|
[ 02:30 swills ]
- Update to 0.08
PR: ports/167293
Approved by: sahil (maintainer)
|
Wed, 15 Feb 2012
|
[ 02:53 swills ]
- Add TEST_DEPENDS to enable testing
PR: ports/165137
Submitted by: swills (myself)
Approved by: portmgr (blanket)
|
Sat, 7 May 2011
|
[ 04:12 sahil ]
- Update to 0.07
|
Sat, 19 Mar 2011
|
[ 20:37 sahil ]
- Update to 0.06
|
Sat, 27 Nov 2010
|
[ 06:49 sahil ]
- Update to 0.05
|
Sat, 3 Jul 2010
|
[ 07:21 sahil ]
- Update to 0.04
- Change my email to @FreeBSD.org
Approved by: wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
|
Sat, 3 Apr 2010
|
[ 10:18 itetcu ]
- Update to 0.03
PR: 144834
Submitted by: Sahil Tandon (maintainer)
|
Thu, 4 Mar 2010
|
[ 17:05 itetcu ]
Often Perl modules are written to wrap functionallity found in existing
C headers, libraries, or to use OS-specific features. It is useful in
the Build.PL or Makefile.PL file to check for the existance of these
requirements before attempting to actually build the module.
Objects in this class provide an extension around ExtUtils::CBuilder to
simplify the creation of a .c file, compiling, linking and running it,
to test if a certain feature is present.
WWW: http://search.cpan.org/~pevans/ExtUtils-CChecker-0.02/
PR: ports/144196
Submitted by: Sahil Tandon <sahil at tandon.net>
Feature safe: yes
|
Number of commits found: 26 |