pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(calltree-perl) Deleted, imported to pkgsrc proper



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-S9) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Sep 17 21:20:06 2016 +0900
Changeset:	8e2d657c2f6353f716e315feec0b0dcb7ebaacd4

Removed Files:
	calltree-perl/DESCR
	calltree-perl/Makefile
	calltree-perl/PLIST
	calltree-perl/distinfo

Log Message:
(calltree-perl) Deleted, imported to pkgsrc proper

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8e2d657c2f6353f716e315feec0b0dcb7ebaacd4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 calltree-perl/DESCR    |  7 -------
 calltree-perl/Makefile | 33 ---------------------------------
 calltree-perl/PLIST    |  2 --
 calltree-perl/distinfo |  6 ------
 4 files changed, 48 deletions(-)

diffs:
diff --git a/calltree-perl/DESCR b/calltree-perl/DESCR
deleted file mode 100644
index 745deea..0000000
--- a/calltree-perl/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The program contains a collection of tools for analyzing Perl
-code. Analyzing a static program runs headlong into the halting problem --
-no automatic process can find all infinite loops, or fully model dynamic
-data generated within an arbitrary program. If you need to solve that kind
-of problem, a runtime debugger, human insight, and good programming
-practices go a long way. On the other hand, if you're reading a new Perl
-code for the first time, you've come to the right place.
diff --git a/calltree-perl/Makefile b/calltree-perl/Makefile
deleted file mode 100644
index cc40495..0000000
--- a/calltree-perl/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	Calltree-perl_pl
-PKGNAME=	${DISTNAME:tl:S/_pl//}-1.0
-COMMAND_NAME=	${DISTNAME:tl:S/_pl/.pl/}
-CATEGORIES=	wip graphics
-MASTER_SITES=	http://gw55.quarry.iu.teragrid.org/mediawiki/images/3/39/
-EXTRACT_SUFX=	# empty
-DIST_SUBDIR=	${PKGNAME_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://gw55.quarry.iu.teragrid.org/mediawiki/index.php?title=Perl_Static_Source_Code_Analysis
-COMMENT=	Static code analysis for perl script
-LICENSE=	modified-bsd
-
-DEPENDS+=	p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long
-DEPENDS+= 	p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
-DEPENDS+= 	p5-PPI-[0-9]*:../../devel/p5-PPI
-DEPENDS+= 	p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
-
-REPLACE_PERL=	${DISTNAME}
-USE_TOOLS+=	perl
-AUTO_MKDIRS=	yes
-WRKSRC=		${WRKDIR}
-
-do-build:
-	${DO_NADA}
-
-do-install:
-	(cd	${WRKDIR} ; \
-	${INSTALL} ${DISTNAME} ${DESTDIR}${PREFIX}/bin/${COMMAND_NAME})
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/calltree-perl/PLIST b/calltree-perl/PLIST
deleted file mode 100644
index dbd6c0d..0000000
--- a/calltree-perl/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/${PKGBASE}.pl
diff --git a/calltree-perl/distinfo b/calltree-perl/distinfo
deleted file mode 100644
index 0ba1422..0000000
--- a/calltree-perl/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (calltree-perl-1.0/Calltree-perl_pl) = 336e853d30f314f17a268f370a91a3703886602c
-RMD160 (calltree-perl-1.0/Calltree-perl_pl) = bd2ab180de73a1a48ed68e2ae351ba9053c067ef
-SHA512 (calltree-perl-1.0/Calltree-perl_pl) = 4bdfc35114460a73efccbe19f01cb8c8b55516a43fef415e89703684dd2556e0852de4a365fda32b31774d2d86f35463ca2eb58dfce13fd237044d43e96dde9d
-Size (calltree-perl-1.0/Calltree-perl_pl) = 9141 bytes


Home | Main Index | Thread Index | Old Index