pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/sasm Import SASM-3.5.0 as editors/sasm



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86396729f52a
branches:  trunk
changeset: 348504:86396729f52a
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Jun 15 08:38:29 2016 +0000

description:
Import SASM-3.5.0 as editors/sasm

SASM (SimpleASM) - simple Open Source crossplatform IDE for NASM, MASM, GAS,
FASM assembly languages.

SASM has syntax highlighting and debugger.

The program works out of the box and is great for beginners to learn assembly
language.

SASM is translated into Russian and English.

Originally packaged in pkgsrc-wip by myself.

diffstat:

 editors/sasm/DESCR    |   9 +++++++++
 editors/sasm/Makefile |  24 ++++++++++++++++++++++++
 editors/sasm/PLIST    |  18 ++++++++++++++++++
 editors/sasm/distinfo |   6 ++++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r c1e99b333796 -r 86396729f52a editors/sasm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/sasm/DESCR        Wed Jun 15 08:38:29 2016 +0000
@@ -0,0 +1,9 @@
+SASM (SimpleASM) - simple Open Source crossplatform IDE for NASM, MASM, GAS,
+FASM assembly languages.
+
+SASM has syntax highlighting and debugger.
+
+The program works out of the box and is great for beginners to learn assembly
+language.
+
+SASM is translated into Russian and English.
diff -r c1e99b333796 -r 86396729f52a editors/sasm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/sasm/Makefile     Wed Jun 15 08:38:29 2016 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2016/06/15 08:38:29 kamil Exp $
+
+DISTNAME=      SASM-3.5.0
+PKGNAME=       ${DISTNAME:tl}
+CATEGORIES=    editors x11
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Dman95/}
+GITHUB_PROJECT=        SASM
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Dman95/SASM/
+COMMENT=       Simple crossplatform IDE for NASM, MASM, GAS and FASM
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= c c++
+
+INSTALL_MAKE_FLAGS+=   INSTALL_ROOT=${DESTDIR}
+
+do-configure:
+       ${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake PREFIX=${PREFIX} -o Makefile
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1e99b333796 -r 86396729f52a editors/sasm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/sasm/PLIST        Wed Jun 15 08:38:29 2016 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/15 08:38:29 kamil Exp $
+bin/fasm
+bin/listing
+bin/sasm
+share/applications/sasm.desktop
+share/doc/sasm/changelog.gz
+share/doc/sasm/copyright
+share/sasm/NASM/macro.c
+share/sasm/Projects/FASMHello.asm
+share/sasm/Projects/FASMHellox64.asm
+share/sasm/Projects/GASHello.asm
+share/sasm/Projects/GASHellox64.asm
+share/sasm/Projects/NASMHello.asm
+share/sasm/Projects/NASMHellox64.asm
+share/sasm/include/io.inc
+share/sasm/include/io64.inc
+share/sasm/keys.ini
+share/sasm/sasm.png
diff -r c1e99b333796 -r 86396729f52a editors/sasm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/sasm/distinfo     Wed Jun 15 08:38:29 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/15 08:38:29 kamil Exp $
+
+SHA1 (SASM-3.5.0.tar.gz) = 9dcec641e9f21e22c617d344c9cbc427235a1a94
+RMD160 (SASM-3.5.0.tar.gz) = 4819c5519875206f8e0e7b307ad7d84847d46b12
+SHA512 (SASM-3.5.0.tar.gz) = 13abdb8815a92c40fba39a06159566028c16e8d3246b16b5cc95911ecc3047ca68999d702812ba1c4fd9d4ff9cf5309247c9e348f69f31ebd471e18584819085
+Size (SASM-3.5.0.tar.gz) = 21281967 bytes



Home | Main Index | Thread Index | Old Index