aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nickle
Commit message (Collapse)AuthorAgeFilesLines
* - Drop the article from COMMENT line, sort the knobsdanfe2013-11-182-20/+13
| | | | | - Convert USE_GMAKE to USES, expand ${PTHREAD_LIBS} - Stagify and unmute copying of examples while here
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-1/+1
| | | | Convert USE_READLINE by USES=readline
* - Update to 2.77bdrewery2012-11-102-8/+4
| | | | | | - Trim header Feature safe: yes
* Fix conversion to optionsngbapt2012-07-211-1/+1
|
* - Update to version 2.76sperber2012-07-202-11/+14
| | | | | | | | - Switch to optionsng PR: ports/169419 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
* Add missing closing parenthesis in comment.danfe2012-05-111-1/+1
|
* - Update to 2.75wen2012-05-102-3/+3
|
* - Provide a comment about what we are reinplacing here fordanfe2012-03-251-6/+8
| | | | | | | - Fix a typo (NIPORTEXAMPLES -> NOPORTEXAMPLES) - Merge two options of cpio(1) so that line does not touch screen boundary Feature safe: yes
* - Update to version 2.73miwi2012-03-253-39/+57
| | | | | | PR: 166040 Submitted by: Ports FUry Feature safe: yes
* - Update to version 2.72danfe2012-02-152-5/+7
| | | | | | - Define LICENSE (MIT) - Relinquish maintainership - Reword comment a bit
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+1
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - remove MD5ohauer2011-07-031-1/+0
|
* Update to version 2.70.danfe2010-07-163-4/+6
|
* Update to version 2.69.danfe2009-12-122-4/+4
|
* Update to version 2.68.danfe2008-08-082-8/+5
|
* - Canonicalize Makefile headerdanfe2008-08-072-10/+18
| | | | | - Clarify COMMENT and port description - Assume maintainership
* Drop maintainership on my ports as I'm no longer using FreeBSD.anholt2008-08-071-1/+1
|
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Update nickle to 2.56anholt2007-05-253-4/+5
| | | | | PR: ports/11024 Submitted by: araujo
* Update to 2.54.anholt2006-08-313-7/+9
| | | | | PR: ports/101930 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 2.47, which consists mostly of small bugfixes.anholt2005-05-053-25/+3
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Update to 2.46. Remove patch-array.c which was properly fixed elsewhere a fewanholt2005-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).
* Don't forget to rmdir the new include/nickle. While I'm here, make rmdir ofanholt2005-02-131-1/+2
| | | | | | | share/nickle failure non-fatal, as people might be installing 3rd-party stuff there. Reported by: pointyhat via kris
* Update to 2.45. The notable new feature is the foreign function interface,anholt2005-02-113-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.
* Add missing directorieskris2004-11-251-0/+3
|
* Fix the build on -stable. Older gcc doesn't like having the ALLOCATE mixed inanholt2004-10-171-0/+22
| | | | with variable definitions, it seems.
* Update to 2.41 and take maintainership. I hang out with the authors a lot, andanholt2004-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.
* - Update to version 2.28krion2004-03-203-22/+21
| | | | | PR: ports/64470 Submitted by: Ports Fury
* Add size data.trevor2004-03-191-0/+1
|
* E-mail to the maintainer bounced:trevor2004-03-181-1/+1
| | | | | <chrise@scardini.com>: host scardini.com[69.20.61.176] said: 550 5.1.1 <chrise@scardini.com>... User unknown
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-6/+6
| | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris
* BROKEN on 5.1: does not compilekris2003-05-181-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 2.00 and give maintainership to submitterpat2002-01-093-3/+5
| | | | | PR: 33632 Submitted by: Christopher Elkins <chrise@scardini.com>
* Update MASTER_SITESkevlo2001-04-242-2/+2
| | | | | PR: 26738 Submitted by: Christopher Elkins <chrise@scardini.com>
* add nickleijliao2001-04-175-0/+37
A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com>