pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py-idalink version 0.11 from pypi
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Mon May 7 18:30:44 2018 +0200
Changeset: aa703c0739d289fa3c5d259ce39ea875757d6edb
Modified Files:
Makefile
Added Files:
py-idalink/DESCR
py-idalink/Makefile
py-idalink/PLIST
py-idalink/distinfo
py-idalink/patches/patch-idalink_support_ida__env.sh
py-idalink/patches/patch-setup.py
Log Message:
Import py-idalink version 0.11 from pypi
idalink interfaces to the insides of IDA.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa703c0739d289fa3c5d259ce39ea875757d6edb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-idalink/DESCR | 1 +
py-idalink/Makefile | 19 ++++++++++++++++++
py-idalink/PLIST | 19 ++++++++++++++++++
py-idalink/distinfo | 8 ++++++++
.../patches/patch-idalink_support_ida__env.sh | 23 ++++++++++++++++++++++
py-idalink/patches/patch-setup.py | 12 +++++++++++
7 files changed, 83 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5b32a52dfd..0fdb42b47e 100644
--- a/Makefile
+++ b/Makefile
@@ -3292,6 +3292,7 @@ SUBDIR+= py-hybridlfpy
SUBDIR+= py-hyperspy
SUBDIR+= py-ibis
SUBDIR+= py-icane
+SUBDIR+= py-idalink
SUBDIR+= py-ift-nifty
SUBDIR+= py-igraph
SUBDIR+= py-iisignature
diff --git a/py-idalink/DESCR b/py-idalink/DESCR
new file mode 100644
index 0000000000..d51e41cd27
--- /dev/null
+++ b/py-idalink/DESCR
@@ -0,0 +1 @@
+idalink interfaces to the insides of IDA.
diff --git a/py-idalink/Makefile b/py-idalink/Makefile
new file mode 100644
index 0000000000..fe0ec755ac
--- /dev/null
+++ b/py-idalink/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= idalink-0.11
+PKGNAME= ${PYPKGPREFIX}-idalink-0.11
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=i/idalink/}
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= https://pypi.python.org/pypi/idalink/
+COMMENT= Interface to the insides of IDA
+
+LICENSE= gnu-gpl-v3
+
+PYTHON_VERSIONS_ACCEPTED= 27
+
+DEPENDS+= xterm-[0-9]*:../../x11/xterm
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-idalink/PLIST b/py-idalink/PLIST
new file mode 100644
index 0000000000..cdaef883af
--- /dev/null
+++ b/py-idalink/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/idalink/__init__.py
+${PYSITELIB}/idalink/__init__.pyc
+${PYSITELIB}/idalink/__init__.pyo
+${PYSITELIB}/idalink/idalink.py
+${PYSITELIB}/idalink/idalink.pyc
+${PYSITELIB}/idalink/idalink.pyo
+${PYSITELIB}/idalink/memory.py
+${PYSITELIB}/idalink/memory.pyc
+${PYSITELIB}/idalink/memory.pyo
+${PYSITELIB}/idalink/server.py
+${PYSITELIB}/idalink/server.pyc
+${PYSITELIB}/idalink/server.pyo
+${PYSITELIB}/idalink/support/ida_env.sh
diff --git a/py-idalink/distinfo b/py-idalink/distinfo
new file mode 100644
index 0000000000..2f55abbad4
--- /dev/null
+++ b/py-idalink/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+SHA1 (idalink-0.11.tar.gz) = 2d09d33988086eac24d778673951dcce1712e9ba
+RMD160 (idalink-0.11.tar.gz) = a8c76b02d807faea7b9949e0c08ff4631e2c3657
+SHA512 (idalink-0.11.tar.gz) = bcd982a4d35fe49b0e73d24b2f3d394cc04140c448b9cd7d979734a331f8bf75d7cea62fea094a4ae354296b2a33747340ebf8d545fc86b562d163981750bd9c
+Size (idalink-0.11.tar.gz) = 6219 bytes
+SHA1 (patch-idalink_support_ida__env.sh) = 8b719e17077c2053e5b8997097aae740c673e79e
+SHA1 (patch-setup.py) = 19483fdb52cb64793c3863d16d9dd4b08a4477bc
diff --git a/py-idalink/patches/patch-idalink_support_ida__env.sh b/py-idalink/patches/patch-idalink_support_ida__env.sh
new file mode 100644
index 0000000000..fe130d825f
--- /dev/null
+++ b/py-idalink/patches/patch-idalink_support_ida__env.sh
@@ -0,0 +1,23 @@
+$NetBSD$
+
+Fix the shebang.
+Refactor the wrapping code.
+
+--- idalink/support/ida_env.sh.orig 2015-04-28 07:05:43.000000000 +0000
++++ idalink/support/ida_env.sh
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ # Copyright (C) 2013- Yan Shoshitaishvili aka. zardus
+ #
+@@ -16,8 +16,4 @@
+ # along with this program; if not, write to the Free Software Foundation,
+ # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
+-export TERM=xterm
+-
+-IDA=$1
+-shift
+-$IDA "$@"
++TERM=xterm "$@"
diff --git a/py-idalink/patches/patch-setup.py b/py-idalink/patches/patch-setup.py
new file mode 100644
index 0000000000..0d3a796766
--- /dev/null
+++ b/py-idalink/patches/patch-setup.py
@@ -0,0 +1,12 @@
+$NetBSD$
+
+Fix error "Unknown distribution option: 'install_requires'"
+
+--- setup.py.orig 2015-08-11 08:32:25.000000000 +0000
++++ setup.py
+@@ -1,4 +1,4 @@
+-from distutils.core import setup
++from setuptools import setup
+ setup(
+ name = 'idalink',
+ description = 'An interface to the insides of IDA!',
Home |
Main Index |
Thread Index |
Old Index