Port details |
- nqc Compiler for writing programs for the Lego RCX
- 3.1.r6_2 lang =3 3.1.r6_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-09 09:47:14
- Commit Hash: c75c944
- People watching this port, also watch:: aclgen, bbjd, cops, autoconf, libunicode
- License: MPL10
- WWW:
- https://bricxcc.sourceforge.net/nqc/
- Description:
- A compiler for a simple language for programming the LEGO RCX or CyberMaster
controllers. The language itself is "Not Quite C" and includes preprocessor
and control structures very similar to the C language, but with restrictions
imposed by the limitations of the RCX hardware/firmware itself.
Besides compiling, nqc also provides functions for downloading the RCX
firmware as well as uploading programs to and downloading from the RCX.
The NQC home page includes documentation for the language itself including
examples.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/nqc/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/nqc
- pkg install nqc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nqc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nqc-3.1.r6.tgz) = bfd5e654f639af7a588cfdef4d22bd5efcfff547b10a56cebebde58ef2bfe766
SIZE (nqc-3.1.r6.tgz) = 329410
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_nqc
- USES:
- gmake dos2unix tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.r6_2 09 Jan 2024 09:47:14 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
3.1.r6_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
3.1.r6_1 23 Jul 2023 17:54:16 |
Muhammad Moinur Rahman (bofh) |
lang/nqc: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.r6_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.r6_1 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.r6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.r6_1 02 Sep 2018 10:50:53 |
tobik |
lang/nqc: Fix build with Clang 6
nqc/nqc.cpp:1088:41: error: no matching literal operator for call to
'operator""__DATE__' with arguments of types 'const char *' and 'unsigned int',
and no matching literal operator template
fprintf(STDERR,"nqc version %s (built "__DATE__", " __TIME__")\n",
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/nqc-3.1.r6.log |
3.1.r6 27 Jul 2017 00:43:32 |
dbaio |
lang/nqc: Update license
Approved by: portmgr (blanket) |
3.1.r6 27 Nov 2015 11:25:56 |
amdmi3 |
- Add LICENSE |
3.1.r6 21 Nov 2015 13:21:14 |
culot |
- Reassign jhay@'s ports after his commit bit was taken in for safekeeping |
3.1.r6 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209 |
3.1.r6 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
3.1.r6 27 Feb 2014 15:26:39 |
ehaupt |
Support staging |
3.1.r6 03 Nov 2013 11:37:03 |
marino |
lang/npc: Add <unistd.h> to fix on modern compilers.
While here:
* remove indefinite article from COMMENT
* make USE_DOS2UNIX unconditional (for all patches)
* make use of OSVERSION for FreeBSD only
* convert USE_GMAKE to USES format
Approved by: portmgr (bapt, implicit) |
3.1.r6 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
3.1.r6 14 Jan 2012 16:50:08 |
jhay |
Make nqc compile on FreeBSD 8 and later.
PR: 163844
Submitted by: Jason Bacon <jwbacon@tds.net> |
3.1.r6 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
3.1.r6 24 May 2009 16:41:36 |
erwin |
Mark BROKEN on 8.x: does not build. |
3.1.r6 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
3.1.r6 15 Jun 2007 05:57:00 |
jhay |
Update to nqc-3.1.r6. This now compiles on amd64 + gcc 4.2. |
3.1.r4 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
3.1.r4 23 Oct 2005 17:40:08 |
jhay |
Make nqc compile on 4.x by adding USE_GCC=3.4+
Submitted by: vs
Update to nqc-3.1.r4. |
3.1.r2 28 Jul 2005 18:11:28 |
jhay |
Update to nqc-3.1.r2. |
2.5.r3_1 22 Feb 2005 19:10:34 |
jhay |
Nqc has moved. |
2.5.r3_1 17 Aug 2004 11:59:28 |
jhay |
Make nqc compile with gcc 3.4.2. |
2.5.r3_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.5.r3_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
2.5.r3_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.5.r3 25 Nov 2003 18:02:41 |
jhay |
Upgrade to nqc 2.5 r3. The old distfile has gone away.
Approved by: portmgr (marcus) |
2.5.r1 24 Nov 2003 19:00:54 |
jhay |
Backout my upgrade to nqc 2.5 r3. We are in a code freeze. |
2.5.r3 24 Nov 2003 18:16:30 |
jhay |
Update to nqc 2.5 r3. |
2.5.r1 15 Apr 2003 15:58:29 |
jhay |
Update to nqc 2.5 r1. |
2.5.a5 15 Apr 2003 15:57:13 |
jhay |
Remove old maintainer info. |
2.5.a5 28 Feb 2003 20:02:53 |
jhay |
After nudging from the current maintainer, take over maintainership.
De pkg-comment.
Update to ver. 2.5.a5.
Add FreeBSD support for the USB IR Lego Tower. |
2.4.r3 19 Nov 2002 12:43:02 |
edwin |
(at least it compiles again, but it's still full of the gcc 3.2.1 warnings).
Noticed on: bento |
2.4.r3 28 Sep 2002 22:09:16 |
kris |
Make fetchable again (MASTER_SITE moved) |
2.4.r3 07 Jun 2002 18:23:52 |
kbyanc |
Upgrade nqc to version 2.4.r3. |
04 May 2001 06:57:05 |
kbyanc |
Update nqc port to version 2.3r1. |
09 Nov 2000 09:57:08 |
kbyanc |
Update NQC port to version 2.2.r2 |
08 Oct 2000 04:17:26 |
asami |
Convert category lang to new layout. |