1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 2.41 and take maintainership. I hang out with the authors a lot, and

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.
This commit is contained in:
Eric Anholt 2004-08-22 04:59:53 +00:00
parent 8e8bb40025
commit bbb485331b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117002
3 changed files with 33 additions and 4 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= nickle
PORTVERSION= 2.28
PORTVERSION= 2.41
CATEGORIES= lang
MASTER_SITES= http://www.nickle.org/release/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= anholt@FreeBSD.org
COMMENT= A desk calculator language
USE_GMAKE= yes

View File

@ -1,2 +1,2 @@
MD5 (nickle-2.28.tar.gz) = 66911f2ec018029f60c9707a13b44ad4
SIZE (nickle-2.28.tar.gz) = 394921
MD5 (nickle-2.41.tar.gz) = b1ebba43d6504aa91726cece1db34432
SIZE (nickle-2.41.tar.gz) = 376816

View File

@ -4,10 +4,39 @@ bin/nickle
%%DATADIR%%/builtin.5c
%%DATADIR%%/command.5c
%%DATADIR%%/ctype.5c
%%DATADIR%%/examples/circle.5c
%%DATADIR%%/examples/comb.5c
%%DATADIR%%/examples/cribbage.5c
%%DATADIR%%/examples/erat.5c
%%DATADIR%%/examples/initializer.5c
%%DATADIR%%/examples/is-prime.5c
%%DATADIR%%/examples/kaiser.5c
%%DATADIR%%/examples/menace2.5c
%%DATADIR%%/examples/miller-rabin.5c
%%DATADIR%%/examples/mutextest.5c
%%DATADIR%%/examples/numbers.5c
%%DATADIR%%/examples/polynomial.5c
%%DATADIR%%/examples/prime.5c
%%DATADIR%%/examples/qbrating.5c
%%DATADIR%%/examples/randtest.5c
%%DATADIR%%/examples/restart.5c
%%DATADIR%%/examples/rijndael.5c
%%DATADIR%%/examples/roman.5c
%%DATADIR%%/examples/rsa-demo.5c
%%DATADIR%%/examples/rsa.5c
%%DATADIR%%/examples/smlng/context.5c
%%DATADIR%%/examples/smlng/generate.5c
%%DATADIR%%/examples/smlng/parse.5c
%%DATADIR%%/examples/smlng/test.5c
%%DATADIR%%/examples/sort.5c
%%DATADIR%%/examples/turtle/snowflake.5c
%%DATADIR%%/examples/turtle/snowflake.tex
%%DATADIR%%/examples/turtle/turtle.5c
%%DATADIR%%/file.5c
%%DATADIR%%/history.5c
%%DATADIR%%/math.5c
%%DATADIR%%/mutex.5c
%%DATADIR%%/parse-args.5c
%%DATADIR%%/printf.5c
%%DATADIR%%/prng.5c
%%DATADIR%%/scanf.5c