summaryrefslogtreecommitdiff
path: root/lang/nqc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Make nqc compile on FreeBSD 8 and later.John Hay2012-01-142-1/+31
| | | | | | | | PR: 163844 Submitted by: Jason Bacon <jwbacon@tds.net> Notes: svn path=/head/; revision=289191
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Mark BROKEN on 8.x: does not build.Erwin Lansing2009-05-241-1/+7
| | | | Notes: svn path=/head/; revision=234492
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Update to nqc-3.1.r6. This now compiles on amd64 + gcc 4.2.John Hay2007-06-153-15/+7
| | | | Notes: svn path=/head/; revision=193545
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Make nqc compile on 4.x by adding USE_GCC=3.4+John Hay2005-10-232-4/+4
| | | | | | | | | Submitted by: vs Update to nqc-3.1.r4. Notes: svn path=/head/; revision=146192
* Update to nqc-3.1.r2.John Hay2005-07-286-447/+13
| | | | Notes: svn path=/head/; revision=140341
* Nqc has moved.John Hay2005-02-222-2/+2
| | | | Notes: svn path=/head/; revision=129563
* Make nqc compile with gcc 3.4.2.John Hay2004-08-171-0/+18
| | | | Notes: svn path=/head/; revision=116509
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Upgrade to nqc 2.5 r3. The old distfile has gone away.John Hay2003-11-253-17/+20
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=94778
* Backout my upgrade to nqc 2.5 r3. We are in a code freeze.John Hay2003-11-243-19/+13
| | | | Notes: svn path=/head/; revision=94767
* Update to nqc 2.5 r3.John Hay2003-11-243-13/+19
| | | | Notes: svn path=/head/; revision=94766
* Update to nqc 2.5 r1.John Hay2003-04-152-3/+3
| | | | Notes: svn path=/head/; revision=79012
* Remove old maintainer info.John Hay2003-04-151-3/+0
| | | | Notes: svn path=/head/; revision=79010
* After nudging from the current maintainer, take over maintainership.John Hay2003-02-285-14/+340
| | | | | | | | | De pkg-comment. Update to ver. 2.5.a5. Add FreeBSD support for the USB IR Lego Tower. Notes: svn path=/head/; revision=76669
* (at least it compiles again, but it's still full of the gcc 3.2.1 warnings).Edwin Groothuis2002-11-192-3/+26
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70478
* Make fetchable again (MASTER_SITE moved)Kris Kennaway2002-09-282-2/+2
| | | | Notes: svn path=/head/; revision=67196
* Upgrade nqc to version 2.4.r3.Kelly Yancey2002-06-073-34/+37
| | | | Notes: svn path=/head/; revision=60789
* Update nqc port to version 2.3r1.Kelly Yancey2001-05-043-12/+17
| | | | | | | | PR: 26923 (with slight modifications) Submitted by: "Stephen J. Roznowski" <sjr@home.com> Notes: svn path=/head/; revision=42237
* Update NQC port to version 2.2.r2Kelly Yancey2000-11-093-9/+40
| | | | | | | | PR: 22638 Submitted by: Stephen J. Roznowski <sjr@home.net> Notes: svn path=/head/; revision=34943
* Update to version 2.1.r2.Steve Price2000-04-293-7/+9
| | | | | | | | PR: 18294 Submitted by: Stephen J. Roznowski <sjr@home.com> Notes: svn path=/head/; revision=28110
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Update to version 2.0.2.Steve Price1999-12-232-4/+4
| | | | | | | | PR: 15253 Submitted by: maintainer Notes: svn path=/head/; revision=23893
* Update to version 2.0.1Steve Price1999-10-103-6/+6
| | | | | | | | PR: 14187 Submitted by: maintainer Notes: svn path=/head/; revision=22327
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Import of nqc,Chris Piazza1999-08-146-0/+75
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. PR: 13081 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=20726