pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add wla-dx as wip/wla-dx-git
Module Name: pkgsrc-wip
Committed By: Dean Matzkov <bapabooiee%gmail.com@localhost>
Pushed By: bapa
Date: Mon Feb 22 16:22:08 2016 -0700
Changeset: 48d5ae85f6dc01f6189fd5f787c359dd4fa71d94
Added Files:
wla-dx-git/DESCR
wla-dx-git/Makefile
wla-dx-git/PLIST
wla-dx-git/TODO
Log Message:
Add wla-dx as wip/wla-dx-git
This uses the bleeding-edge sources since the developer has not
created any releases in a while.
wla-dx is, in the developers' words:
Yet Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700
Multi Platform Cross Assembler Package.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=48d5ae85f6dc01f6189fd5f787c359dd4fa71d94
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wla-dx-git/DESCR | 2 ++
wla-dx-git/Makefile | 33 +++++++++++++++++++++++++++++++++
wla-dx-git/PLIST | 15 +++++++++++++++
wla-dx-git/TODO | 1 +
4 files changed, 51 insertions(+)
diffs:
diff --git a/wla-dx-git/DESCR b/wla-dx-git/DESCR
new file mode 100644
index 0000000..9bda604
--- /dev/null
+++ b/wla-dx-git/DESCR
@@ -0,0 +1,2 @@
+Yet Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 Multi Platform
+Cross Assembler Package.
diff --git a/wla-dx-git/Makefile b/wla-dx-git/Makefile
new file mode 100644
index 0000000..004f89c
--- /dev/null
+++ b/wla-dx-git/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD$
+PKGNAME= wla-dx-9.6
+CATEGORIES= devel
+
+GIT_REPOSITORIES= wla-dx
+GIT_REPO.wla-dx= git://github.com/vhelin/wla-dx
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.villehelin.com/wla.html
+COMMENT= Assembler that targets many CPUs
+LICENSE= gnu-gpl-v2
+
+WRKSRC= ${WRKDIR}/wla-dx
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+
+INSTALLATION_DIRS+= bin
+INSTALLATION_DIRS+= share/doc/${PKGBASE}
+
+WLADX_BINARIES= wla-6502 wla-6510 wla-65816 wla-65c02 wla-gb wla-huc6280 \
+ wla-spc700 wla-z80 wlab wlalink
+
+do-install:
+.for f in ${WLADX_BINARIES}
+ ${INSTALL_PROGRAM} ${WRKSRC}/binaries/${f} ${DESTDIR}${PREFIX}/bin
+.endfor
+.for f in README README.md FILE_FORMATS CHANGELOG
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
+.endfor
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wla-dx-git/PLIST b/wla-dx-git/PLIST
new file mode 100644
index 0000000..39bcb64
--- /dev/null
+++ b/wla-dx-git/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+bin/wla-6502
+bin/wla-6510
+bin/wla-65816
+bin/wla-65c02
+bin/wla-gb
+bin/wla-huc6280
+bin/wla-spc700
+bin/wla-z80
+bin/wlab
+bin/wlalink
+share/doc/wla-dx/CHANGELOG
+share/doc/wla-dx/FILE_FORMATS
+share/doc/wla-dx/README
+share/doc/wla-dx/README.md
diff --git a/wla-dx-git/TODO b/wla-dx-git/TODO
new file mode 100644
index 0000000..b727acc
--- /dev/null
+++ b/wla-dx-git/TODO
@@ -0,0 +1 @@
+DESCR could be more helpful and explanatory.
Home |
Main Index |
Thread Index |
Old Index