pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/sasm
Module Name: pkgsrc
Committed By: kamil
Date: Wed Jun 15 08:38:29 UTC 2016
Added Files:
pkgsrc/editors/sasm: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/sasm/DESCR pkgsrc/editors/sasm/Makefile \
pkgsrc/editors/sasm/PLIST pkgsrc/editors/sasm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/editors/sasm/DESCR
diff -u /dev/null pkgsrc/editors/sasm/DESCR:1.1
--- /dev/null Wed Jun 15 08:38:29 2016
+++ pkgsrc/editors/sasm/DESCR Wed Jun 15 08:38:29 2016
@@ -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.
Index: pkgsrc/editors/sasm/Makefile
diff -u /dev/null pkgsrc/editors/sasm/Makefile:1.1
--- /dev/null Wed Jun 15 08:38:29 2016
+++ pkgsrc/editors/sasm/Makefile Wed Jun 15 08:38:29 2016
@@ -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"
Index: pkgsrc/editors/sasm/PLIST
diff -u /dev/null pkgsrc/editors/sasm/PLIST:1.1
--- /dev/null Wed Jun 15 08:38:29 2016
+++ pkgsrc/editors/sasm/PLIST Wed Jun 15 08:38:29 2016
@@ -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
Index: pkgsrc/editors/sasm/distinfo
diff -u /dev/null pkgsrc/editors/sasm/distinfo:1.1
--- /dev/null Wed Jun 15 08:38:29 2016
+++ pkgsrc/editors/sasm/distinfo Wed Jun 15 08:38:29 2016
@@ -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