pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Imported bokken as devel/bokken
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Mon Nov 16 03:09:32 2015 +0100
Changeset: d4626676280cc8fdee608308935574878d7a0683
Modified Files:
Makefile
Removed Files:
bokken/DESCR
bokken/Makefile
bokken/PLIST
bokken/distinfo
Log Message:
Imported bokken as devel/bokken
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d4626676280cc8fdee608308935574878d7a0683
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
bokken/DESCR | 4 --
bokken/Makefile | 44 --------------------
bokken/PLIST | 125 --------------------------------------------------------
bokken/distinfo | 5 ---
5 files changed, 179 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 56de560..1ce31b9 100644
--- a/Makefile
+++ b/Makefile
@@ -233,7 +233,6 @@ SUBDIR+= bogomips
SUBDIR+= boinc
SUBDIR+= boinc-client
SUBDIR+= boinc-lib
-SUBDIR+= bokken
SUBDIR+= bonnie++-current
SUBDIR+= boo
SUBDIR+= boost-test-suite
diff --git a/bokken/DESCR b/bokken/DESCR
deleted file mode 100644
index 1d47938..0000000
--- a/bokken/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-An intuitive and user friendly user interace for binary analysis loaded
-with plenty of features and visual aids.
-
-Powered by Radare, an open source reverse engineering framework.
diff --git a/bokken/Makefile b/bokken/Makefile
deleted file mode 100644
index b014ed0..0000000
--- a/bokken/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/08/21 15:26:59 khorben Exp $
-
-DISTNAME= bokken-1.8
-CATEGORIES= wip
-MASTER_SITES= https://inguma.eu/attachments/download/212/
-
-MAINTAINER= khorben%defora.org@localhost
-HOMEPAGE= http://bokken.re/
-COMMENT= Open Source Reverse Code Engineering
-LICENSE= gnu-gpl-v2
-
-USE_TOOLS+= pax
-
-NO_BUILD= yes
-
-REPLACE_PYTHON= bokken.py lib/web/utils.py ui/xdot.py
-REPLACE_SH= bokken
-
-SUBST_CLASSES+= bin-bokken
-SUBST_STAGE.bin-bokken= post-patch
-SUBST_MESSAGE.bin-bokken= Fixing path to bokken.py
-SUBST_FILES.bin-bokken= bokken
-SUBST_SED.bin-bokken= -e 's,`dirname $$0`,"${PREFIX}/share/bokken",'
-
-SUBST_CLASSES+= bin-dot
-SUBST_STAGE.bin-dot= post-patch
-SUBST_MESSAGE.bin-dot= Fixing path to dot(1)
-SUBST_FILES.bin-dot= ui/graph.py
-SUBST_SED.bin-dot= -e 's,/usr/bin/dot,${PREFIX}/bin/dot,'
-
-INSTALLATION_DIRS= bin share/bokken
-
-do-install:
- cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/share/bokken
- ${RM} ${DESTDIR}${PREFIX}/share/bokken/.gitignore
- ${MV} ${DESTDIR}${PREFIX}/share/bokken/bokken ${DESTDIR}${PREFIX}/bin/bokken
-
-.include "../../x11/py-gtk2/buildlink3.mk"
-.include "../../x11/py-gtksourceview/buildlink3.mk"
-.include "../../graphics/py-pygraphviz/buildlink3.mk"
-.include "../../devel/py-radare2/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/bokken/PLIST b/bokken/PLIST
deleted file mode 100644
index 3159434..0000000
--- a/bokken/PLIST
+++ /dev/null
@@ -1,125 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/08/21 15:07:03 khorben Exp $
-bin/bokken
-share/bokken/Changelog
-share/bokken/LICENSE
-share/bokken/README
-share/bokken/README.pusher
-share/bokken/TODO
-share/bokken/bokken.bat
-share/bokken/bokken.py
-share/bokken/lib/__init__.py
-share/bokken/lib/backend.py
-share/bokken/lib/bokken_globals.py
-share/bokken/lib/common.py
-share/bokken/lib/highword_helper.py
-share/bokken/lib/http.py
-share/bokken/lib/web/__init__.py
-share/bokken/lib/web/application.py
-share/bokken/lib/web/browser.py
-share/bokken/lib/web/contrib/__init__.py
-share/bokken/lib/web/contrib/template.py
-share/bokken/lib/web/db.py
-share/bokken/lib/web/debugerror.py
-share/bokken/lib/web/form.py
-share/bokken/lib/web/http.py
-share/bokken/lib/web/httpserver.py
-share/bokken/lib/web/net.py
-share/bokken/lib/web/python23.py
-share/bokken/lib/web/session.py
-share/bokken/lib/web/template.py
-share/bokken/lib/web/test.py
-share/bokken/lib/web/utils.py
-share/bokken/lib/web/webapi.py
-share/bokken/lib/web/webopenid.py
-share/bokken/lib/web/wsgi.py
-share/bokken/lib/web/wsgiserver/__init__.py
-share/bokken/lib/web/wsgiserver/ssl_builtin.py
-share/bokken/lib/web/wsgiserver/ssl_pyopenssl.py
-share/bokken/static/css/bokken.css
-share/bokken/static/img/bokken.svg
-share/bokken/static/js/bokken.js
-share/bokken/static/js/jquery-1.7.2.min.js
-share/bokken/ui/__init__.py
-share/bokken/ui/about.py
-share/bokken/ui/assemble_dialog.py
-share/bokken/ui/bindiff.py
-share/bokken/ui/calc_dialog.py
-share/bokken/ui/cheatsheet_dialog.py
-share/bokken/ui/comments_dialog.py
-share/bokken/ui/console_textview.py
-share/bokken/ui/data/arm-asm.lang
-share/bokken/ui/data/ascii.lang
-share/bokken/ui/data/asm.lang
-share/bokken/ui/data/block.png
-share/bokken/ui/data/bokken-small.svg
-share/bokken/ui/data/bokken.svg
-share/bokken/ui/data/calc.png
-share/bokken/ui/data/data-sec.png
-share/bokken/ui/data/export.png
-share/bokken/ui/data/function.png
-share/bokken/ui/data/hex-ascii.lang
-share/bokken/ui/data/icon-small.png
-share/bokken/ui/data/icon.png
-share/bokken/ui/data/icon_hexadecimal_16.png
-share/bokken/ui/data/icon_regexp_16.png
-share/bokken/ui/data/icon_string_16.png
-share/bokken/ui/data/icon_string_no_case_16.png
-share/bokken/ui/data/icons/bokken.hqx
-share/bokken/ui/data/icons/bokken.icns
-share/bokken/ui/data/icons/bokken.ico
-share/bokken/ui/data/import.png
-share/bokken/ui/data/logo.png
-share/bokken/ui/data/processor.png
-share/bokken/ui/data/processor_small.png
-share/bokken/ui/data/python-icon.png
-share/bokken/ui/data/registers.png
-share/bokken/ui/data/request-body.png
-share/bokken/ui/data/request-headers.png
-share/bokken/ui/data/response-body.png
-share/bokken/ui/data/response-headers.png
-share/bokken/ui/data/stack.png
-share/bokken/ui/data/throbber_animat.gif
-share/bokken/ui/data/throbber_static.gif
-share/bokken/ui/dependency_check.py
-share/bokken/ui/diff_dialog.py
-share/bokken/ui/file_dialog.py
-share/bokken/ui/generate_dot.py
-share/bokken/ui/graph.py
-share/bokken/ui/graph_bar.py
-share/bokken/ui/gtk2/__init__.py
-share/bokken/ui/gtk2/common.py
-share/bokken/ui/hexdump_view.py
-share/bokken/ui/highword.py
-share/bokken/ui/html_parser.py
-share/bokken/ui/html_tree.py
-share/bokken/ui/info_tree.py
-share/bokken/ui/left_buttons.py
-share/bokken/ui/main.py
-share/bokken/ui/main_button.py
-share/bokken/ui/main_button_menu.py
-share/bokken/ui/mydot_widget.py
-share/bokken/ui/opcodes.py
-share/bokken/ui/python_textview.py
-share/bokken/ui/qt/__init__.py
-share/bokken/ui/qt/bokken.py
-share/bokken/ui/qt/bokken.ui
-share/bokken/ui/qt/main.py
-share/bokken/ui/qt/open_file_dialog.py
-share/bokken/ui/radare_core.py
-share/bokken/ui/radare_toolbar.py
-share/bokken/ui/right_textview.py
-share/bokken/ui/rightcombo.py
-share/bokken/ui/rightnotebook.py
-share/bokken/ui/search_dialog.py
-share/bokken/ui/search_widget.py
-share/bokken/ui/searchable.py
-share/bokken/ui/sections_bar.py
-share/bokken/ui/sections_dialog.py
-share/bokken/ui/sections_treeview.py
-share/bokken/ui/statusbar.py
-share/bokken/ui/strings_treeview.py
-share/bokken/ui/textviews.py
-share/bokken/ui/throbber.py
-share/bokken/ui/treeviews.py
-share/bokken/ui/xdot.py
-share/bokken/ui/xrefs_menu.py
diff --git a/bokken/distinfo b/bokken/distinfo
deleted file mode 100644
index feeec46..0000000
--- a/bokken/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/08/20 16:55:26 khorben Exp $
-
-SHA1 (bokken-1.8.tar.gz) = 46f033a854dd02e26af09e878dff3e1b6c128309
-RMD160 (bokken-1.8.tar.gz) = 6fa15604986f3dfb830cc2d08aa03ba6235bba3e
-Size (bokken-1.8.tar.gz) = 1138240 bytes
Home |
Main Index |
Thread Index |
Old Index