pkgsrc-WIP-changes archive

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

sasm: Eliminate, imported to pkgsrc



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

Modified Files:
	qtcreator/Makefile
	qtcreator/distinfo
Removed Files:
	sasm/DESCR
	sasm/Makefile
	sasm/PLIST
	sasm/distinfo

Log Message:
sasm: Eliminate, imported to pkgsrc

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

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

diffstat:
 qtcreator/Makefile |  7 ++++---
 qtcreator/distinfo |  1 +
 sasm/DESCR         |  9 ---------
 sasm/Makefile      | 24 ------------------------
 sasm/PLIST         | 18 ------------------
 sasm/distinfo      |  6 ------
 6 files changed, 5 insertions(+), 60 deletions(-)

diffs:
diff --git a/qtcreator/Makefile b/qtcreator/Makefile
index ecef716..311f776 100644
--- a/qtcreator/Makefile
+++ b/qtcreator/Makefile
@@ -57,11 +57,12 @@ REPLACE_PERL+=	scripts/updateCopyright.pl
 INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}/${PREFIX}
 INSTALL_TARGET=		install install_inst_qch_docs
 
-LDFLAGS+=	${COMPILER_RPATH_FLAG}${QTDIR}/lib
-LDFLAGS+=	${COMPILER_RPATH_FLAG}${X11BASE}/lib
+#LDFLAGS+=	${COMPILER_RPATH_FLAG}${QTDIR}/lib
+#LDFLAGS+=	${COMPILER_RPATH_FLAG}${X11BASE}/lib
 
 do-configure:
-	${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake QMAKE_LFLAGS=${LDFLAGS:Q} -o Makefile
+	${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake -o Makefile
+#	${RUN} cd ${WRKSRC} && ${PKGSRC_ENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake QMAKE_LFLAGS=${LDFLAGS:Q} -o Makefile
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/application.mk"
diff --git a/qtcreator/distinfo b/qtcreator/distinfo
index 94361b3..63fa9e4 100644
--- a/qtcreator/distinfo
+++ b/qtcreator/distinfo
@@ -4,5 +4,6 @@ SHA1 (qt-creator-opensource-src-4.0.1.zip) = 2ab795222850cf9735661c02ac7ee27abcb
 RMD160 (qt-creator-opensource-src-4.0.1.zip) = 636d52578f0a7c9f5b32de1e78dfc09fe8a5c400
 SHA512 (qt-creator-opensource-src-4.0.1.zip) = 8685641b225186c121d1ad0e77817a0dd1c018240e9bfd095f66650eadd007711c291e79c01f2d307b65e2dd95a2408c72dd943a2484669d42da006a169b4045
 Size (qt-creator-opensource-src-4.0.1.zip) = 30243285 bytes
+SHA1 (patch-qtcreator.pro) = 1961dcaa116d8d1681fda221ed3fb96d04d07359
 SHA1 (patch-src_plugins_projectexplorer_abi.cpp) = 61f416b01fad576ed880bfbcc98647177462e3b6
 SHA1 (patch-src_shared_qbs_src_lib_corelib_tools_processutils.cpp) = 9a500ceedaf04b697dc8b709ba14bbd890c70923
diff --git a/sasm/DESCR b/sasm/DESCR
deleted file mode 100644
index 8ac19f6..0000000
--- a/sasm/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 5d2e8e1..0000000
--- a/sasm/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $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
deleted file mode 100644
index 2f7bc61..0000000
--- a/sasm/PLIST
+++ /dev/null
@@ -1,18 +0,0 @@
-@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
deleted file mode 100644
index 8e42d25..0000000
--- a/sasm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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