mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
PostgreSQL::PLPerl::Trace is simple way to trace execution of
Perl statements in PL/Perl. WWW: http://search.cpan.org/dist/PostgreSQL-PLPerl-Trace/ PR: ports/148352 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Feature safe: yes
This commit is contained in:
parent
5d78c11aa0
commit
d01c3db229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257340
@ -399,6 +399,7 @@
|
||||
SUBDIR += p5-POE-Component-RRDTool
|
||||
SUBDIR += p5-Pg
|
||||
SUBDIR += p5-PostgreSQL-PLPerl-Call
|
||||
SUBDIR += p5-PostgreSQL-PLPerl-Trace
|
||||
SUBDIR += p5-RRD-Simple
|
||||
SUBDIR += p5-Redis
|
||||
SUBDIR += p5-Relations
|
||||
|
21
databases/p5-PostgreSQL-PLPerl-Trace/Makefile
Normal file
21
databases/p5-PostgreSQL-PLPerl-Trace/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-PostgreSQL-PLPerl-Trace
|
||||
# Date created: 2010-07-04
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= PostgreSQL-PLPerl-Trace
|
||||
PORTVERSION= 1.001
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN/../../authors/id/T/TI/TIMB/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@sunpoet.net
|
||||
COMMENT= Simple way to trace execution of Perl statements in PL/Perl
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= PostgreSQL::PLPerl::Trace.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-PostgreSQL-PLPerl-Trace/distinfo
Normal file
3
databases/p5-PostgreSQL-PLPerl-Trace/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PostgreSQL-PLPerl-Trace-1.001.tar.gz) = 1aa7a5d3b65445ca469dc8f8dc411274
|
||||
SHA256 (PostgreSQL-PLPerl-Trace-1.001.tar.gz) = 862cdf03b8d4ae54ca914b3e05d2cd10717f05ad80a1d645a4f87c38ce9e8a55
|
||||
SIZE (PostgreSQL-PLPerl-Trace-1.001.tar.gz) = 10311
|
4
databases/p5-PostgreSQL-PLPerl-Trace/pkg-descr
Normal file
4
databases/p5-PostgreSQL-PLPerl-Trace/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
PostgreSQL::PLPerl::Trace is simple way to trace execution of
|
||||
Perl statements in PL/Perl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/PostgreSQL-PLPerl-Trace/
|
8
databases/p5-PostgreSQL-PLPerl-Trace/pkg-plist
Normal file
8
databases/p5-PostgreSQL-PLPerl-Trace/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/PostgreSQL/PLPerl/Trace.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl/Trace/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl/Trace
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL
|
||||
@dirrmtry %%SITE_PERL%%/PostgreSQL/PLPerl
|
||||
@dirrmtry %%SITE_PERL%%/PostgreSQL
|
Loading…
Reference in New Issue
Block a user