pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
elfcat: Remove, imported to pkgsrc as devel/elfcat
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Feb 27 18:19:55 2016 +0100
Changeset: 1c6687cd3b06724733f6891fc8fc918a3ff53bac
Removed Files:
elfcat/DESCR
elfcat/Makefile
elfcat/PLIST
elfcat/distinfo
Log Message:
elfcat: Remove, imported to pkgsrc as devel/elfcat
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1c6687cd3b06724733f6891fc8fc918a3ff53bac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
elfcat/DESCR | 7 -------
elfcat/Makefile | 21 ---------------------
elfcat/PLIST | 3 ---
elfcat/distinfo | 6 ------
4 files changed, 37 deletions(-)
diffs:
diff --git a/elfcat/DESCR b/elfcat/DESCR
deleted file mode 100644
index eb78fa3..0000000
--- a/elfcat/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-elfcat dumps requested parts (sections and segments) of an ELF file
-(executable, shared object, .o file) to stdout.
-
-Dumping sections can be achieved with "objcopy --dump-section" but this
-tools relies on BFD which abstracts all executable files and is not able
-to see some ELF sections. Morever it cannot handle program header table
-entries.
diff --git a/elfcat/Makefile b/elfcat/Makefile
deleted file mode 100644
index c601785..0000000
--- a/elfcat/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-DISTNAME= elfcat-1.0.0
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=randomstuff/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.rog@localhost
-HOMEPAGE= ${MASTER_SITE_GITHUB:=randomstuff/elfcat/}
-COMMENT= Dump sections or program entries from a ELF file
-LICENSE= mit
-
-USE_TOOLS+= automake autoconf autoreconf
-
-GNU_CONFIGURE= yes
-
-pre-configure:
- ${RUN} cd ${WRKSRC} && autoreconf -fiv
-
-.include "../../devel/libelf/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/elfcat/PLIST b/elfcat/PLIST
deleted file mode 100644
index 432b027..0000000
--- a/elfcat/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/elfcat
-man/man1/elfcat.1
diff --git a/elfcat/distinfo b/elfcat/distinfo
deleted file mode 100644
index f5c9f76..0000000
--- a/elfcat/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (elfcat-1.0.0.tar.gz) = e4102ffcfa7cccc7f7c31c160d4f2508060d505a
-RMD160 (elfcat-1.0.0.tar.gz) = 29c0ef8359187a6be5eb4f8a461ead73c83b48cc
-SHA512 (elfcat-1.0.0.tar.gz) = e06bc8f1639ae491b7fc0fa6f86d76d36aae96ca47a7aaa100512087cb9b5125f86c0dc82fc8b60a90b5a81f0f36c66c967be245b97d93d4b36ad77642c77164
-Size (elfcat-1.0.0.tar.gz) = 4615 bytes
Home |
Main Index |
Thread Index |
Old Index