pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/egypt



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed May  2 18:02:36 UTC 2018

Added Files:
        pkgsrc/devel/egypt: DESCR Makefile distinfo

Log Message:
Initial import of egypt, a simple tool for creating call graphs of
C programs.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/egypt/DESCR pkgsrc/devel/egypt/Makefile \
    pkgsrc/devel/egypt/distinfo

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

Added files:

Index: pkgsrc/devel/egypt/DESCR
diff -u /dev/null pkgsrc/devel/egypt/DESCR:1.1
--- /dev/null   Wed May  2 18:02:36 2018
+++ pkgsrc/devel/egypt/DESCR    Wed May  2 18:02:36 2018
@@ -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.
Index: pkgsrc/devel/egypt/Makefile
diff -u /dev/null pkgsrc/devel/egypt/Makefile:1.1
--- /dev/null   Wed May  2 18:02:36 2018
+++ pkgsrc/devel/egypt/Makefile Wed May  2 18:02:36 2018
@@ -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"
Index: pkgsrc/devel/egypt/distinfo
diff -u /dev/null pkgsrc/devel/egypt/distinfo:1.1
--- /dev/null   Wed May  2 18:02:36 2018
+++ pkgsrc/devel/egypt/distinfo Wed May  2 18:02:36 2018
@@ -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