pkgsrc-WIP-changes archive

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

Retire macro11 and ukncbtl-git.



Module Name:	pkgsrc-wip
Committed By:	Sergey Svishchev <shattered%NetBSD.org@localhost>
Pushed By:	shattered
Date:		Tue Dec 12 21:59:07 2017 +0300
Changeset:	399078715ea282c2b935d44fad77264bbe6b7506

Removed Files:
	macro11/DESCR
	macro11/Makefile
	macro11/PLIST
	macro11/distinfo
	ukncbtl-git/DESCR
	ukncbtl-git/Makefile
	ukncbtl-git/PLIST
	ukncbtl-git/TODO

Log Message:
Retire macro11 and ukncbtl-git.

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

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

diffstat:
 macro11/DESCR        |  1 -
 macro11/Makefile     | 23 -----------------------
 macro11/PLIST        |  4 ----
 macro11/distinfo     |  5 -----
 ukncbtl-git/DESCR    |  3 ---
 ukncbtl-git/Makefile | 33 ---------------------------------
 ukncbtl-git/PLIST    |  6 ------
 ukncbtl-git/TODO     |  2 --
 8 files changed, 77 deletions(-)

diffs:
diff --git a/macro11/DESCR b/macro11/DESCR
deleted file mode 100644
index b4403132a3..0000000000
--- a/macro11/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A MACRO-11 assembler for the PDP-11 in portable C source code.
diff --git a/macro11/Makefile b/macro11/Makefile
deleted file mode 100644
index cc3a81ea05..0000000000
--- a/macro11/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/06/01 12:49:37 thomasklausner Exp $
-#
-
-DISTNAME=	macro11-2013.2
-CATEGORIES=	devel
-MASTER_SITES=	https://github.com/shattered/macro11/archive/
-
-MAINTAINER=	shattered%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/shattered/macro11/
-COMMENT=	Portable replacement of MACRO-11 (PDP-11 assembler)
-#LICENSE=	# TODO: (see mk/license.mk)
-
-WRKSRC=		${WRKDIR}/macro11-${DISTNAME}
-NO_CONFIGURE=	yes
-
-INSTALLATION_DIRS=	bin share/doc/macro11
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/macro11 ${DESTDIR}${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/dumpobj ${DESTDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/macro11
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/macro11/PLIST b/macro11/PLIST
deleted file mode 100644
index fb4659ed1d..0000000000
--- a/macro11/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/07/22 17:01:46 shattered Exp $
-bin/dumpobj
-bin/macro11
-share/doc/macro11/README
diff --git a/macro11/distinfo b/macro11/distinfo
deleted file mode 100644
index d2cd19855c..0000000000
--- a/macro11/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/07/22 17:01:46 shattered Exp $
-
-SHA1 (macro11-2013.2.tar.gz) = f7893a2aaee8ff5cc6a258835c25f306c98973b9
-RMD160 (macro11-2013.2.tar.gz) = 665b797672653fa40192a765be793dbb5d6ce60d
-Size (macro11-2013.2.tar.gz) = 67025 bytes
diff --git a/ukncbtl-git/DESCR b/ukncbtl-git/DESCR
deleted file mode 100644
index 1b3d09c571..0000000000
--- a/ukncbtl-git/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-ukncbtl (UKNC Back to Life!) is a cross-platform (Windows and Qt)
-emulator of UKNC, a Soviet school computer.  This machine uses two
-PDP-11 compatible processors and runs RT-11.
diff --git a/ukncbtl-git/Makefile b/ukncbtl-git/Makefile
deleted file mode 100644
index 2ff9ecd40b..0000000000
--- a/ukncbtl-git/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/10/07 17:41:39 asau Exp $
-#
-
-DISTNAME=	ukncbtl-0.0.1
-CATEGORIES=	emulators
-MASTER_SITES=	http://ukncbtl.googlecode.com/files/
-
-MAINTAINER=	shattered%NetBSD.org@localhost
-HOMEPAGE=	http://code.google.com/p/ukncbtl/
-COMMENT=	Emulator of 'UKNC', a Soviet school computer
-LICENSE=	gnu-lgpl-v3
-
-GIT_REPOSITORIES=	ukncbtl-read-only
-GIT_REPO.ukncbtl-read-only=	git%github.com@localhost:nzeemin/ukncbtl.git
-
-WRKSRC=		${WRKDIR}/ukncbtl-read-only/src/UKNCBTL.Qt
-
-USE_LANGUAGES=	c++
-INSTALLATION_DIRS+=	bin share/ukncbtl
-
-do-configure:
-	cd ${WRKSRC} && ${SETENV} QTDIR=${QTDIR} ${QTDIR}/bin/qmake \
-		QtUkncBtl.pro
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/QtUkncBtl ${DESTDIR}${PREFIX}/bin
-	(cd ${WRKDIR}/ukncbtl-read-only/lib/roms && for m in *.bin; do \
-		${INSTALL_DATA} "$$m" ${DESTDIR}${PREFIX}/share/ukncbtl; done)
-
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ukncbtl-git/PLIST b/ukncbtl-git/PLIST
deleted file mode 100644
index 430cbc41ea..0000000000
--- a/ukncbtl-git/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/15 12:03:43 shattered Exp $
-bin/QtUkncBtl
-share/ukncbtl/ide_hdbootv0400.bin
-share/ukncbtl/ide_wdromv0110.bin
-share/ukncbtl/romctr_basic.bin
-share/ukncbtl/uknc_rom.bin
diff --git a/ukncbtl-git/TODO b/ukncbtl-git/TODO
deleted file mode 100644
index df175fdd28..0000000000
--- a/ukncbtl-git/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- No sound yet, why?
-- Install OS and software disk images?


Home | Main Index | Thread Index | Old Index