mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add p5-Apache-Peek 0.9501, a Perl5 data debugging tool for XS programmers.
PR: 20163 Submitted by: Leo Kim <leo@florida.sarang.net>
This commit is contained in:
parent
2f7bb05a55
commit
212a0fa339
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31510
@ -112,6 +112,7 @@
|
||||
SUBDIR += p5-Apache
|
||||
SUBDIR += p5-Apache-ASP
|
||||
SUBDIR += p5-Apache-DBI
|
||||
SUBDIR += p5-Apache-Peek
|
||||
SUBDIR += p5-Apache-Radius
|
||||
SUBDIR += p5-Apache-Session
|
||||
SUBDIR += p5-CGI
|
||||
|
25
www/p5-Apache-Peek/Makefile
Normal file
25
www/p5-Apache-Peek/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Apache-Peek
|
||||
# Date created: 24-Jul-2000
|
||||
# Whom: Leo Kim <leo@florida.sarang.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Apache-Peek
|
||||
PORTVERSION= 0.9501
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR=Apache
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= leo@florida.sarang.net
|
||||
|
||||
USE_PERL5= YES
|
||||
MAN3= Apache::Peek.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-Apache-Peek/distinfo
Normal file
1
www/p5-Apache-Peek/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Apache-Peek-0.9501.tar.gz) = aadaa2f9a37cba78d614e3ba9fd630e8
|
1
www/p5-Apache-Peek/pkg-comment
Normal file
1
www/p5-Apache-Peek/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A perl5 data debugging tool for the XS programmer
|
7
www/p5-Apache-Peek/pkg-descr
Normal file
7
www/p5-Apache-Peek/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Apache::Peek is Ilya Zakharevich's Devel::Peek module that sends
|
||||
output to the browser instead of stderr.
|
||||
|
||||
WWW: http://search.cpan.org/doc/DOUGM/mod_perl-1.24/apache-modlist.html
|
||||
|
||||
- Leo Kim
|
||||
leo@florida.sarang.net
|
5
www/p5-Apache-Peek/pkg-plist
Normal file
5
www/p5-Apache-Peek/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Peek.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek/Peek.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Peek
|
Loading…
Reference in New Issue
Block a user