pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ukncbtl: Rename to ukncbtl-git
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Sep 24 16:12:37 2016 +0200
Changeset: bcf8b764de2b86c0a031f1598c9921e796ecaaaf
Modified Files:
Makefile
Added Files:
ukncbtl-git/DESCR
ukncbtl-git/Makefile
ukncbtl-git/PLIST
ukncbtl-git/TODO
Removed Files:
ukncbtl/DESCR
ukncbtl/Makefile
ukncbtl/PLIST
ukncbtl/TODO
Log Message:
ukncbtl: Rename to ukncbtl-git
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bcf8b764de2b86c0a031f1598c9921e796ecaaaf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
ukncbtl-git/DESCR | 3 +++
ukncbtl-git/Makefile | 33 +++++++++++++++++++++++++++++++++
ukncbtl-git/PLIST | 6 ++++++
ukncbtl-git/TODO | 2 ++
ukncbtl/DESCR | 3 ---
ukncbtl/Makefile | 33 ---------------------------------
ukncbtl/PLIST | 6 ------
ukncbtl/TODO | 2 --
9 files changed, 45 insertions(+), 45 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 67ec842..a401276 100644
--- a/Makefile
+++ b/Makefile
@@ -4166,7 +4166,7 @@ SUBDIR+= ufc
SUBDIR+= uffizi
SUBDIR+= uget
SUBDIR+= uhd-git
-SUBDIR+= ukncbtl
+SUBDIR+= ukncbtl-git
SUBDIR+= umix
SUBDIR+= umurmur
SUBDIR+= unagi
diff --git a/ukncbtl-git/DESCR b/ukncbtl-git/DESCR
new file mode 100644
index 0000000..1b3d09c
--- /dev/null
+++ b/ukncbtl-git/DESCR
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..2ff9ecd
--- /dev/null
+++ b/ukncbtl-git/Makefile
@@ -0,0 +1,33 @@
+# $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
new file mode 100644
index 0000000..430cbc4
--- /dev/null
+++ b/ukncbtl-git/PLIST
@@ -0,0 +1,6 @@
+@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
new file mode 100644
index 0000000..df175fd
--- /dev/null
+++ b/ukncbtl-git/TODO
@@ -0,0 +1,2 @@
+- No sound yet, why?
+- Install OS and software disk images?
diff --git a/ukncbtl/DESCR b/ukncbtl/DESCR
deleted file mode 100644
index 1b3d09c..0000000
--- a/ukncbtl/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/Makefile b/ukncbtl/Makefile
deleted file mode 100644
index 2ff9ecd..0000000
--- a/ukncbtl/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/PLIST b/ukncbtl/PLIST
deleted file mode 100644
index 430cbc4..0000000
--- a/ukncbtl/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/TODO b/ukncbtl/TODO
deleted file mode 100644
index df175fd..0000000
--- a/ukncbtl/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- No sound yet, why?
-- Install OS and software disk images?
Home |
Main Index |
Thread Index |
Old Index