Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (303dbf85c55207ff5a7960446ebcb1c759dbac0b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (303dbf85c55207ff5a7960446ebcb1c759dbac0b)
  • Date: Sun, 13 Aug 2017 22:16:12 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/cc65/BUILD | 1 +
devel/cc65/DETAILS | 44 ++++++++++++++++++++++++++++++++++++++++++++
devel/cc65/HISTORY | 2 ++
devel/cc65/INSTALL | 1 +
5 files changed, 51 insertions(+)

New commits:
commit 303dbf85c55207ff5a7960446ebcb1c759dbac0b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cc65: new spell, the 6502 C compiler

diff --git a/ChangeLog b/ChangeLog
index 6e0680d..a169f25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-08-13 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/cc65: new spell, the 6502 C compiler
+
2017-08-13 Vlad Glagolev <stealth AT sourcemage.org>
* editors/nvi: new spell, Berkeley Vi Editor

diff --git a/devel/cc65/BUILD b/devel/cc65/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/devel/cc65/BUILD
@@ -0,0 +1 @@
+make
diff --git a/devel/cc65/DETAILS b/devel/cc65/DETAILS
new file mode 100755
index 0000000..1ef744d
--- /dev/null
+++ b/devel/cc65/DETAILS
@@ -0,0 +1,44 @@
+ SPELL=cc65
+ VERSION=2.16
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/V$VERSION.tar.gz
+
SOURCE_HASH=sha512:89c61bd2655a466d619cf40f31f65d10e7cead24c04f548c969a79e0a946db239a4fee925708b0621dbdadf4ab1bdb67719c709edd8b989a218f7dc2270862f9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://cc65.github.io/cc65/";
+ LICENSE[0]="BSD-3"
+ ENTERED=20170813
+ KEYWORDS=""
+ SHORT="the 6502 C compiler"
+cat << EOF
+cc65 is a complete cross development package for 65(C)02 systems, including
+a powerful macro assembler, a C compiler, linker, librarian and several
+other tools.
+
+cc65 has C and runtime library support for many of the old 6502 machines,
+including
+
+* the following Commodore machines:
+ - VIC20
+ - C16/C116 and Plus/4
+ - C64
+ - C128
+ - CBM 510 (aka P500)
+ - the 600/700 family
+ - newer PET machines (not 2001).
+* the Apple ][+ and successors.
+* the Atari 8 bit machines.
+* the Atari 5200 console.
+* GEOS for the C64, C128 and Apple //e.
+* the Bit Corporation Gamate console.
+* the NEC PC-Engine (aka TurboGrafx-16) console.
+* the Nintendo Entertainment System (NES) console.
+* the Watara Supervision console.
+* the VTech Creativision console.
+* the Oric Atmos.
+* the Oric Telestrat.
+* the Lynx console.
+* the Ohio Scientific Challenger 1P.
+
+The libraries are fairly portable, so creating a version for other 6502s
+shouldn't be too much work.
+EOF
diff --git a/devel/cc65/HISTORY b/devel/cc65/HISTORY
new file mode 100644
index 0000000..7450888
--- /dev/null
+++ b/devel/cc65/HISTORY
@@ -0,0 +1,2 @@
+2017-08-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/devel/cc65/INSTALL b/devel/cc65/INSTALL
new file mode 100755
index 0000000..e0d0684
--- /dev/null
+++ b/devel/cc65/INSTALL
@@ -0,0 +1 @@
+make install prefix=/usr



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (303dbf85c55207ff5a7960446ebcb1c759dbac0b), Ismael Luceno, 08/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page