Import gnusim8085-1.3.7.

GNUSim8085 is a 8085 microprocessor simulator with the following
features:

 - A simple editor component with syntax highlighting.
 - A keypad to input assembly language instructions with appropriate
   arguments.
 - Easy view of register contents.
 - Easy view of flag contents.
 - Hexadecimal <--> Decimal converter.
 - View of stack, memory and I/O contents.
 - Support for breakpoints for programming debugging.
 - Stepwise program execution.
 - One click conversion of assembly program to opcode listing.
 - Printing support.
 - UI translated in various languages.

ok benoit@
This commit is contained in:
bentley 2013-01-07 17:18:39 +00:00
parent 155fba4979
commit 3b39359755
4 changed files with 100 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/01/07 17:18:39 bentley Exp $
COMMENT = graphical 8085 simulator, assembler, and debugger
V = 1.3.7
DISTNAME = gnusim8085-${V}
CATEGORIES = emulators devel
HOMEPAGE = http://gnusim8085.org/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo expat fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gtk-x11-2.0 gtksourceview-2.0 iconv intl m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread-stubs
WANTLIB += xcb xcb-render xcb-shm z
MASTER_SITES = http://launchpad.net/gnusim8085/trunk/${V}/+download/
MODULES = devel/gettext
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+2,-guic
LIB_DEPENDS = x11/gtksourceview
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (gnusim8085-1.3.7.tar.gz) = 4JtWCJJ27tkfud88Hn4qpL8JGFnPxiYSUhtFYXFn1SU=
SIZE (gnusim8085-1.3.7.tar.gz) = 365127

View File

@ -0,0 +1,15 @@
GNUSim8085 is a 8085 microprocessor simulator with the following
features:
- A simple editor component with syntax highlighting.
- A keypad to input assembly language instructions with appropriate
arguments.
- Easy view of register contents.
- Easy view of flag contents.
- Hexadecimal <--> Decimal converter.
- View of stack, memory and I/O contents.
- Support for breakpoints for programming debugging.
- Stepwise program execution.
- One click conversion of assembly program to opcode listing.
- Printing support.
- UI translated in various languages.

View File

@ -0,0 +1,49 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/01/07 17:18:39 bentley Exp $
@bin bin/gnusim8085
@man man/man1/gnusim8085.1
share/applications/GNUSim8085.desktop
share/doc/gnusim8085/
share/doc/gnusim8085/ABOUT-NLS
share/doc/gnusim8085/AUTHORS
share/doc/gnusim8085/NEWS
share/doc/gnusim8085/README
share/doc/gnusim8085/TODO
share/doc/gnusim8085/asm-guide.txt
share/doc/gnusim8085/examples/
share/doc/gnusim8085/examples/README
share/doc/gnusim8085/examples/addwithcarry.asm
share/doc/gnusim8085/examples/bcd2bin.asm
share/doc/gnusim8085/examples/debugexample.asm
share/doc/gnusim8085/examples/nqueens.asm
share/doc/gnusim8085/examples/sorting.asm
share/doc/gnusim8085/examples/sumofnumbers.asm
share/doc/gnusim8085/examples/swaphex.asm
share/gnusim8085/
share/gnusim8085/8085asm.lang
share/icons/hicolor/scalable/apps/gnusim8085.svg
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/gnusim8085.mo
share/locale/ast/
share/locale/ast/LC_MESSAGES/
share/locale/ast/LC_MESSAGES/gnusim8085.mo
share/locale/de/LC_MESSAGES/gnusim8085.mo
share/locale/el/LC_MESSAGES/gnusim8085.mo
share/locale/eo/LC_MESSAGES/gnusim8085.mo
share/locale/es/LC_MESSAGES/gnusim8085.mo
share/locale/fr/LC_MESSAGES/gnusim8085.mo
share/locale/gu/
share/locale/gu/LC_MESSAGES/
share/locale/gu/LC_MESSAGES/gnusim8085.mo
share/locale/it/LC_MESSAGES/gnusim8085.mo
share/locale/kn/
share/locale/kn/LC_MESSAGES/
share/locale/kn/LC_MESSAGES/gnusim8085.mo
share/locale/pt_BR/LC_MESSAGES/gnusim8085.mo
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/gnusim8085.mo
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor