pkgsrc-WIP-changes archive

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

ropper: Eliminate, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jun 14 09:22:06 2016 +0200
Changeset:	57b6f69860d3ac41e7220661e1272189a3a0c1fd

Removed Files:
	ropper/DESCR
	ropper/Makefile
	ropper/PLIST
	ropper/distinfo

Log Message:
ropper: Eliminate, imported to pkgsrc

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

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

diffstat:
 ropper/DESCR    |   4 ---
 ropper/Makefile |  25 --------------
 ropper/PLIST    | 100 --------------------------------------------------------
 ropper/distinfo |   6 ----
 4 files changed, 135 deletions(-)

diffs:
diff --git a/ropper/DESCR b/ropper/DESCR
deleted file mode 100644
index 68c29ff..0000000
--- a/ropper/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-You can use ropper to display information about binary files in different file
-formats and you can search for gadgets to build rop chains for different
-architectures (x86/X86_64, ARM/ARM64, MIPS/MIPS64, PowerPC). For disassembly
-ropper uses the awesome Capstone Framework.
diff --git a/ropper/Makefile b/ropper/Makefile
deleted file mode 100644
index 42e51cc..0000000
--- a/ropper/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	Ropper-1.9.5
-PKGNAME=	${DISTNAME:tl}
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=sashs/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/sashs/Ropper/
-COMMENT=	Display information about executables and search for gadgets
-LICENSE=	gnu-gpl-v2
-
-WRKSRC=		${WRKDIR}/${DISTNAME}
-USE_LANGUAGES=	# none
-
-DEPENDS+=	${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
-DEPENDS+=	${PYPKGPREFIX}-filebytes-[0-9]*:../../devel/py-filebytes
-DEPENDS+=	${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
-# Optional but needed for extra features
-# The keystone software is now public so this will be likely by mandatory soon
-DEPENDS+=	${PYPKGPREFIX}-keystone-[0-9]*:../../emulators/py-keystone
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ropper/PLIST b/ropper/PLIST
deleted file mode 100644
index b8a4439..0000000
--- a/ropper/PLIST
+++ /dev/null
@@ -1,100 +0,0 @@
-@comment $NetBSD$
-bin/ropper
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/requires.txt
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/top_level.txt
-${PYSITELIB}/ropper/__init__.py
-${PYSITELIB}/ropper/__init__.pyc
-${PYSITELIB}/ropper/__init__.pyo
-${PYSITELIB}/ropper/arch.py
-${PYSITELIB}/ropper/arch.pyc
-${PYSITELIB}/ropper/arch.pyo
-${PYSITELIB}/ropper/common/__init__.py
-${PYSITELIB}/ropper/common/__init__.pyc
-${PYSITELIB}/ropper/common/__init__.pyo
-${PYSITELIB}/ropper/common/abstract.py
-${PYSITELIB}/ropper/common/abstract.pyc
-${PYSITELIB}/ropper/common/abstract.pyo
-${PYSITELIB}/ropper/common/coloredstring.py
-${PYSITELIB}/ropper/common/coloredstring.pyc
-${PYSITELIB}/ropper/common/coloredstring.pyo
-${PYSITELIB}/ropper/common/enum.py
-${PYSITELIB}/ropper/common/enum.pyc
-${PYSITELIB}/ropper/common/enum.pyo
-${PYSITELIB}/ropper/common/error.py
-${PYSITELIB}/ropper/common/error.pyc
-${PYSITELIB}/ropper/common/error.pyo
-${PYSITELIB}/ropper/common/utils.py
-${PYSITELIB}/ropper/common/utils.pyc
-${PYSITELIB}/ropper/common/utils.pyo
-${PYSITELIB}/ropper/console.py
-${PYSITELIB}/ropper/console.pyc
-${PYSITELIB}/ropper/console.pyo
-${PYSITELIB}/ropper/gadget.py
-${PYSITELIB}/ropper/gadget.pyc
-${PYSITELIB}/ropper/gadget.pyo
-${PYSITELIB}/ropper/loaders/__init__.py
-${PYSITELIB}/ropper/loaders/__init__.pyc
-${PYSITELIB}/ropper/loaders/__init__.pyo
-${PYSITELIB}/ropper/loaders/elf.py
-${PYSITELIB}/ropper/loaders/elf.pyc
-${PYSITELIB}/ropper/loaders/elf.pyo
-${PYSITELIB}/ropper/loaders/loader.py
-${PYSITELIB}/ropper/loaders/loader.pyc
-${PYSITELIB}/ropper/loaders/loader.pyo
-${PYSITELIB}/ropper/loaders/mach_o.py
-${PYSITELIB}/ropper/loaders/mach_o.pyc
-${PYSITELIB}/ropper/loaders/mach_o.pyo
-${PYSITELIB}/ropper/loaders/pe.py
-${PYSITELIB}/ropper/loaders/pe.pyc
-${PYSITELIB}/ropper/loaders/pe.pyo
-${PYSITELIB}/ropper/loaders/raw.py
-${PYSITELIB}/ropper/loaders/raw.pyc
-${PYSITELIB}/ropper/loaders/raw.pyo
-${PYSITELIB}/ropper/options.py
-${PYSITELIB}/ropper/options.pyc
-${PYSITELIB}/ropper/options.pyo
-${PYSITELIB}/ropper/printer/__init__.py
-${PYSITELIB}/ropper/printer/__init__.pyc
-${PYSITELIB}/ropper/printer/__init__.pyo
-${PYSITELIB}/ropper/printer/elfprinter.py
-${PYSITELIB}/ropper/printer/elfprinter.pyc
-${PYSITELIB}/ropper/printer/elfprinter.pyo
-${PYSITELIB}/ropper/printer/machprinter.py
-${PYSITELIB}/ropper/printer/machprinter.pyc
-${PYSITELIB}/ropper/printer/machprinter.pyo
-${PYSITELIB}/ropper/printer/peprinter.py
-${PYSITELIB}/ropper/printer/peprinter.pyc
-${PYSITELIB}/ropper/printer/peprinter.pyo
-${PYSITELIB}/ropper/printer/printer.py
-${PYSITELIB}/ropper/printer/printer.pyc
-${PYSITELIB}/ropper/printer/printer.pyo
-${PYSITELIB}/ropper/printer/rawprinter.py
-${PYSITELIB}/ropper/printer/rawprinter.pyc
-${PYSITELIB}/ropper/printer/rawprinter.pyo
-${PYSITELIB}/ropper/rop.py
-${PYSITELIB}/ropper/rop.pyc
-${PYSITELIB}/ropper/rop.pyo
-${PYSITELIB}/ropper/ropchain/__init__.py
-${PYSITELIB}/ropper/ropchain/__init__.pyc
-${PYSITELIB}/ropper/ropchain/__init__.pyo
-${PYSITELIB}/ropper/ropchain/arch/__init__.py
-${PYSITELIB}/ropper/ropchain/arch/__init__.pyc
-${PYSITELIB}/ropper/ropchain/arch/__init__.pyo
-${PYSITELIB}/ropper/ropchain/arch/ropchainx86.py
-${PYSITELIB}/ropper/ropchain/arch/ropchainx86.pyc
-${PYSITELIB}/ropper/ropchain/arch/ropchainx86.pyo
-${PYSITELIB}/ropper/ropchain/arch/ropchain${MACHINE_ARCH}.py
-${PYSITELIB}/ropper/ropchain/arch/ropchain${MACHINE_ARCH}.pyc
-${PYSITELIB}/ropper/ropchain/arch/ropchain${MACHINE_ARCH}.pyo
-${PYSITELIB}/ropper/ropchain/ropchain.py
-${PYSITELIB}/ropper/ropchain/ropchain.pyc
-${PYSITELIB}/ropper/ropchain/ropchain.pyo
-${PYSITELIB}/ropper/search/__init__.py
-${PYSITELIB}/ropper/search/__init__.pyc
-${PYSITELIB}/ropper/search/__init__.pyo
-${PYSITELIB}/ropper/search/search.py
-${PYSITELIB}/ropper/search/search.pyc
-${PYSITELIB}/ropper/search/search.pyo
diff --git a/ropper/distinfo b/ropper/distinfo
deleted file mode 100644
index 1a475a5..0000000
--- a/ropper/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (Ropper-1.9.5.tar.gz) = fa2a1189e97afc2b3920eb56ed6b85a1c7e864b3
-RMD160 (Ropper-1.9.5.tar.gz) = 71841993f4e714a42066adf65f85927acd9585f3
-SHA512 (Ropper-1.9.5.tar.gz) = cb14b763ab181c6e0e6ffb17a2fa533aef897d14775ea42037a66929e6d1992c69aa323693830a8e48510ffee48c84510d1fa7047d9fd6777c9549dbac8ac403
-Size (Ropper-1.9.5.tar.gz) = 600503 bytes


Home | Main Index | Thread Index | Old Index