aboutsummaryrefslogtreecommitdiff
path: root/lang/nickle
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.54.Eric Anholt2006-08-313-7/+9
| | | | | | | | PR: ports/101930 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=171703
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Update to 2.47, which consists mostly of small bugfixes.Eric Anholt2005-05-053-25/+3
| | | | Notes: svn path=/head/; revision=134640
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 2.46. Remove patch-array.c which was properly fixed elsewhere a fewEric Anholt2005-02-284-25/+25
| | | | | | | | months ago, and add patch-func.c from cvs, to deal with a crash in GC with malloc debugging on (i.e. -current). Notes: svn path=/head/; revision=129987
* Don't forget to rmdir the new include/nickle. While I'm here, make rmdir ofEric Anholt2005-02-121-1/+2
| | | | | | | | | | share/nickle failure non-fatal, as people might be installing 3rd-party stuff there. Reported by: pointyhat via kris Notes: svn path=/head/; revision=128622
* Update to 2.45. The notable new feature is the foreign function interface,Eric Anholt2005-02-103-5/+27
| | | | | | | | | which has been used for things like a cairo binding. As the ffi often requires loading libs which need pthreads, and we can't load pthreads during dlopen, link nickle against the pthreads lib to begin with. Notes: svn path=/head/; revision=128490
* Add missing directoriesKris Kennaway2004-11-241-0/+3
| | | | Notes: svn path=/head/; revision=122350
* Fix the build on -stable. Older gcc doesn't like having the ALLOCATE mixed inEric Anholt2004-10-171-0/+22
| | | | | | | with variable definitions, it seems. Notes: svn path=/head/; revision=119633
* Update to 2.41 and take maintainership. I hang out with the authors a lot, andEric Anholt2004-08-223-4/+33
| | | | | | | | they've basically made me start using it. It got to the point that I'd say, "I should write that in nickle" and I didn't even know the language yet. Notes: svn path=/head/; revision=117002
* - Update to version 2.28Kirill Ponomarev2004-03-193-22/+21
| | | | | | | | PR: ports/64470 Submitted by: Ports Fury Notes: svn path=/head/; revision=104654
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* E-mail to the maintainer bounced:Trevor Johnson2004-03-181-1/+1
| | | | | | | | <chrise@scardini.com>: host scardini.com[69.20.61.176] said: 550 5.1.1 <chrise@scardini.com>... User unknown Notes: svn path=/head/; revision=104366
* 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
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Update to 2.00 and give maintainership to submitterPatrick Li2002-01-093-3/+5
| | | | | | | | PR: 33632 Submitted by: Christopher Elkins <chrise@scardini.com> Notes: svn path=/head/; revision=52788
* Update MASTER_SITESKevin Lo2001-04-242-2/+2
| | | | | | | | PR: 26738 Submitted by: Christopher Elkins <chrise@scardini.com> Notes: svn path=/head/; revision=41862
* add nickleYing-Chieh Liao2001-04-175-0/+37
A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com> Notes: svn path=/head/; revision=41507