mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Owl Lisp is a functional dialect of the Scheme programming language.
It is mainly based on the applicative subset of the R7RS standard. WWW: https://github.com/aoh/owl-lisp/
This commit is contained in:
parent
7f9b761b27
commit
a389e3c9cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454076
@ -205,6 +205,7 @@
|
||||
SUBDIR += oo2c
|
||||
SUBDIR += opencoarrays
|
||||
SUBDIR += opendylan
|
||||
SUBDIR += owl-lisp
|
||||
SUBDIR += p2c
|
||||
SUBDIR += p5-Data-JavaScript
|
||||
SUBDIR += p5-Error
|
||||
|
27
lang/owl-lisp/Makefile
Normal file
27
lang/owl-lisp/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: rene@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= owl-lisp
|
||||
PORTVERSION= 0.1.12
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= lang
|
||||
|
||||
MAINTAINER= rene@FreeBSD.org
|
||||
COMMENT= Functional dialect of Scheme
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aoh
|
||||
|
||||
PLIST_FILES= bin/ol \
|
||||
bin/ovm \
|
||||
man/man1/ol.1.gz \
|
||||
man/man1/ovm.1.gz
|
||||
|
||||
MAKE_ENV+= MANDIR=/man
|
||||
|
||||
# Do not strip the binaries because that will rebuild them during stage.
|
||||
|
||||
.include <bsd.port.mk>
|
3
lang/owl-lisp/distinfo
Normal file
3
lang/owl-lisp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1510511134
|
||||
SHA256 (aoh-owl-lisp-v0.1.12_GH0.tar.gz) = c6ce27ee0e9185c7f8714e6afd2db43cbb8961a5c25e5d049ae31d213499bfd9
|
||||
SIZE (aoh-owl-lisp-v0.1.12_GH0.tar.gz) = 570306
|
4
lang/owl-lisp/pkg-descr
Normal file
4
lang/owl-lisp/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Owl Lisp is a functional dialect of the Scheme programming language.
|
||||
It is mainly based on the applicative subset of the R7RS standard.
|
||||
|
||||
WWW: https://github.com/aoh/owl-lisp/
|
Loading…
Reference in New Issue
Block a user