summaryrefslogtreecommitdiff
path: root/devel/nqc
diff options
context:
space:
mode:
authornathanw <nathanw@pkgsrc.org>2001-05-14 20:38:46 +0000
committernathanw <nathanw@pkgsrc.org>2001-05-14 20:38:46 +0000
commitb12aeeeef06380c5fd6fd5d0f01faf4ea51a6e72 (patch)
treed4f458fe4aff0a04636a11b1a5eaebf2ea9039d0 /devel/nqc
parent388de43ca397ccea3af6a7ffe22c26c1fff454f0 (diff)
downloadpkgsrc-b12aeeeef06380c5fd6fd5d0f01faf4ea51a6e72.tar.gz
Update to NQC 2.3.r1.
Highlights: Added support for RCX 2.0 firmware. Added support for event monitoring/exception handling. Added support for the Scout. Supports many more C-like constructs, but it's still Not Quite C. Many bug fixes. See history.txt in the source for gory details.
Diffstat (limited to 'devel/nqc')
-rw-r--r--devel/nqc/Makefile10
-rw-r--r--devel/nqc/distinfo8
-rw-r--r--devel/nqc/patches/patch-aa18
-rw-r--r--devel/nqc/pkg/PLIST4
4 files changed, 22 insertions, 18 deletions
diff --git a/devel/nqc/Makefile b/devel/nqc/Makefile
index 09f657790a3..73dba5cea1f 100644
--- a/devel/nqc/Makefile
+++ b/devel/nqc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:45 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/05/14 20:38:46 nathanw Exp $
#
-DISTNAME= nqc_src_2_0_1
-PKGNAME= nqc-2.0.1
+DISTNAME= nqc-2.3.r1
+PKGNAME= nqc-2.3.1
CATEGORIES= devel
MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/
@@ -10,8 +10,4 @@ MAINTAINER= nathanw@netbsd.org
HOMEPAGE= http://www.enteract.com/~dbaum/nqc/index.html
COMMENT= Development system for the Lego Mindstorms RCX embedded computer
-# NQC doesn't include any install target at all.
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
-
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/nqc/distinfo b/devel/nqc/distinfo
index d8c64827d35..114b2bb4650 100644
--- a/devel/nqc/distinfo
+++ b/devel/nqc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:33 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/05/14 20:38:47 nathanw Exp $
-SHA1 (nqc_src_2_0_1.tar.gz) = ca9d4af2985dd29e171c10e18c95732e2926e834
-Size (nqc_src_2_0_1.tar.gz) = 129258 bytes
-SHA1 (patch-aa) = 27447768d1c9fc89521eda526d532c56271cec0d
+SHA1 (nqc-2.3.r1.tar.gz) = 40adcd87c12fc23c600899a6a704620ef2208488
+Size (nqc-2.3.r1.tar.gz) = 193028 bytes
+SHA1 (patch-aa) = 0682d30f8c98e6b152e7227d5526a79bff91707b
diff --git a/devel/nqc/patches/patch-aa b/devel/nqc/patches/patch-aa
index a87e9254717..2d7e33bd695 100644
--- a/devel/nqc/patches/patch-aa
+++ b/devel/nqc/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/10/11 20:25:19 nathanw Exp $
+$NetBSD: patch-aa,v 1.2 2001/05/14 20:38:47 nathanw Exp $
---- Makefile.orig Wed Oct 6 18:11:51 1999
-+++ Makefile Mon Oct 11 16:17:16 1999
-@@ -33,8 +33,8 @@
+--- Makefile.orig Sun Apr 15 20:56:31 2001
++++ Makefile Mon May 14 16:15:17 2001
+@@ -34,8 +34,8 @@
#
# Pick your YACC processor
#
@@ -13,12 +13,18 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/10/11 20:25:19 nathanw Exp $
#
# Define the FLEX processor
-@@ -46,7 +46,7 @@
+@@ -51,11 +51,11 @@
# Use this to define the default device driver name
# for serial port connections.
#
-DEFAULT_SERIAL_NAME = "/dev/ttyS0"
+DEFAULT_SERIAL_NAME = "/dev/tty00"
+ # installation information
+-BINDIR=/usr/local/bin
+-MANDIR=/usr/local/man/man1
++BINDIR=${PREFIX}/bin
++MANDIR=${PREFIX}/man/man1
+ MANEXT=1
+
- # other commands
diff --git a/devel/nqc/pkg/PLIST b/devel/nqc/pkg/PLIST
index e4b593e5657..e7c42cdae4c 100644
--- a/devel/nqc/pkg/PLIST
+++ b/devel/nqc/pkg/PLIST
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/11 20:25:19 nathanw Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/05/14 20:38:47 nathanw Exp $
+bin/mkdata
bin/nqc
+man/man1/nqc.1 \ No newline at end of file