mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Add p5-Devel-PPPort 2.99.01, Perl/Pollution/Portability.
This commit is contained in:
parent
2a370afa17
commit
1e35ad3e6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115600
@ -745,6 +745,7 @@
|
||||
SUBDIR += p5-Devel-LeakTrace
|
||||
SUBDIR += p5-Devel-Modlist
|
||||
SUBDIR += p5-Devel-ObjectTracker
|
||||
SUBDIR += p5-Devel-PPPort
|
||||
SUBDIR += p5-Devel-Peek
|
||||
SUBDIR += p5-Devel-Pointer
|
||||
SUBDIR += p5-Devel-Profile
|
||||
|
23
devel/p5-Devel-PPPort/Makefile
Normal file
23
devel/p5-Devel-PPPort/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: p5-Devel-PPPort
|
||||
# Date created: 8 Aug 2004
|
||||
# Whom: mat
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Devel-PPPort
|
||||
PORTVERSION= 2.99.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MH/MHX/
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/_\1/}
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= Perl/Pollution/Portability
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Devel::PPPort.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Devel-PPPort/distinfo
Normal file
2
devel/p5-Devel-PPPort/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Devel-PPPort-2.99_01.tar.gz) = 86f40723b0952bb11a1ca6feccc4ea10
|
||||
SIZE (Devel-PPPort-2.99_01.tar.gz) = 59852
|
19
devel/p5-Devel-PPPort/pkg-descr
Normal file
19
devel/p5-Devel-PPPort/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
Perl has changed over time, gaining new features, new functions, increasing its
|
||||
flexibility, and reducing the impact on the C namespace environment (reduced
|
||||
pollution). The header file, typicaly ppport.h, written by this module attempts
|
||||
to bring some of the newer Perl features to older versions of Perl, so that you
|
||||
can worry less about keeping track of old releases, but users can still reap
|
||||
the benefit.
|
||||
|
||||
Why you should use ppport.h in modern code: so that your code will work with
|
||||
the widest range of Perl interpreters possible, without significant additional
|
||||
work.
|
||||
|
||||
Why you should attempt older code to fully use ppport.h: because the reduced
|
||||
pollution of newer Perl versions is an important thing, so important that the
|
||||
old polluting ways of original Perl modules will not be supported very far into
|
||||
the future, and your module will almost certainly break! By adapting to it now,
|
||||
you'll gain compatibility and a sense of having done the electronic ecology
|
||||
some good.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-PPPort/
|
7
devel/p5-Devel-PPPort/pkg-plist
Normal file
7
devel/p5-Devel-PPPort/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Devel/PPPort.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort/PPPort.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort/PPPort.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Devel 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user