pkgsrc-WIP-changes archive

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

Import sasm-3.5.0 as wip/sasm.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jun 15 10:09:00 2016 +0200
Changeset:	918071ff628a9a7a29e6ca0fbb731fda30f21e13

Added Files:
	sasm/DESCR
	sasm/Makefile
	sasm/PLIST
	sasm/distinfo

Log Message:
Import sasm-3.5.0 as wip/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.

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

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

diffstat:
 sasm/DESCR    |  9 +++++++++
 sasm/Makefile | 24 ++++++++++++++++++++++++
 sasm/PLIST    | 18 ++++++++++++++++++
 sasm/distinfo |  6 ++++++
 4 files changed, 57 insertions(+)

diffs:
diff --git a/sasm/DESCR b/sasm/DESCR
new file mode 100644
index 0000000..8ac19f6
--- /dev/null
+++ b/sasm/DESCR
@@ -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 --git a/sasm/Makefile b/sasm/Makefile
new file mode 100644
index 0000000..5d2e8e1
--- /dev/null
+++ b/sasm/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	SASM-3.5.0
+PKGNAME=	${DISTNAME:tl}
+CATEGORIES=	devel 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 --git a/sasm/PLIST b/sasm/PLIST
new file mode 100644
index 0000000..2f7bc61
--- /dev/null
+++ b/sasm/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+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 --git a/sasm/distinfo b/sasm/distinfo
new file mode 100644
index 0000000..8e42d25
--- /dev/null
+++ b/sasm/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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