pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/egypt Initial import of egypt, a si...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a768dc4fdd8
branches:  trunk
changeset: 307210:1a768dc4fdd8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed May 02 18:02:36 2018 +0000
description:
Initial import of egypt, a simple tool for creating call graphs of
C programs.

diffstat:

 devel/egypt/DESCR    |   6 ++++++
 devel/egypt/Makefile |  16 ++++++++++++++++
 devel/egypt/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 0f427aacc7e9 -r 1a768dc4fdd8 devel/egypt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/egypt/DESCR Wed May 02 18:02:36 2018 +0000
@@ -0,0 +1,6 @@
+Egypt is a simple tool for creating call graphs of C programs. Egypt
+neither analyzes source code nor lays out graphs. Instead, it leaves the
+source code analysis to GCC and the graph layout to Graphviz, both of
+which are better at their respective jobs than egypt itself could ever
+hope to be. Egypt is simply a very small Perl script that glues these
+existing tools together.
diff -r 0f427aacc7e9 -r 1a768dc4fdd8 devel/egypt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/egypt/Makefile      Wed May 02 18:02:36 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/05/02 18:02:36 schmonz Exp $
+
+DISTNAME=      egypt-1.10
+CATEGORIES=    devel
+MASTER_SITES=  ${HOMEPAGE}download/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.gson.org/egypt/
+COMMENT=       Simple tool for creating call graphs of C programs
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=        auto/egypt/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0f427aacc7e9 -r 1a768dc4fdd8 devel/egypt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/egypt/distinfo      Wed May 02 18:02:36 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/05/02 18:02:36 schmonz Exp $
+
+SHA1 (egypt-1.10.tar.gz) = f7eb2450bdd642780b4693eea940fa741ecbb788
+RMD160 (egypt-1.10.tar.gz) = 87d3bbcfa94be2bebb3e5c4ce2976c9fb52bcb02
+SHA512 (egypt-1.10.tar.gz) = 81e98b3d379301f1c0919aeb46d45264772b7d9d77277cb842c8ed7b944d61918e530f4e9e2c56451445dc2c6a312fd76086a81e193540baa3d56f3bb56b438d
+Size (egypt-1.10.tar.gz) = 4670 bytes



Home | Main Index | Thread Index | Old Index