add nickle
A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com>
This commit is contained in:
parent
21015e3a05
commit
f72ad262ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41507
6 changed files with 38 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
SUBDIR += moscow_ml
|
||||
SUBDIR += mozart
|
||||
SUBDIR += nawk
|
||||
SUBDIR += nickle
|
||||
SUBDIR += nqc
|
||||
SUBDIR += o2c
|
||||
SUBDIR += objc
|
||||
|
|
20
lang/nickle/Makefile
Normal file
20
lang/nickle/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: nickle
|
||||
# Date created: 16 April 2001
|
||||
# Whom: Christopher Elkins <chrise@scardini.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nickle
|
||||
PORTVERSION= 1.99.2
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://nickle.keithp.com/release/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= nickle.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
lang/nickle/distinfo
Normal file
1
lang/nickle/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nickle-1.99.2.tar.bz2) = 58e8ad7d416ee430bf605319ead623a5
|
1
lang/nickle/pkg-comment
Normal file
1
lang/nickle/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A desk calculator language
|
6
lang/nickle/pkg-descr
Normal file
6
lang/nickle/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Nickle is a desk calculator language with powerful programming
|
||||
and scripting capabilities. Nickle supports a variety of datatypes,
|
||||
especially arbitrary precision numbers. The input language vaguely
|
||||
resembles C.
|
||||
|
||||
WWW: http://nickle.keithp.com/
|
9
lang/nickle/pkg-plist
Normal file
9
lang/nickle/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/nickle
|
||||
share/nickle/arc4.5c
|
||||
share/nickle/builtin.5c
|
||||
share/nickle/command.5c
|
||||
share/nickle/math.5c
|
||||
share/nickle/mutex.5c
|
||||
share/nickle/prng.5c
|
||||
share/nickle/scanf.5c
|
||||
@dirrm share/nickle
|
Loading…
Reference in a new issue