mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add lightning 1.0
Generates assembly language code at run-time
This commit is contained in:
parent
ab116ec2b9
commit
566683dcf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58803
@ -281,6 +281,7 @@
|
||||
SUBDIR += libvanessa_logger
|
||||
SUBDIR += libvanessa_socket
|
||||
SUBDIR += libxalloc
|
||||
SUBDIR += lightning
|
||||
SUBDIR += lincvs
|
||||
SUBDIR += linguist
|
||||
SUBDIR += linux-libglade
|
||||
|
19
devel/lightning/Makefile
Normal file
19
devel/lightning/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: lightning
|
||||
# Date created: May 9, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lightning
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/lightning/distinfo
Normal file
1
devel/lightning/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (lightning-1.0.tar.gz) = aaea7e3c7361ead87494171b86f4c03a
|
1
devel/lightning/pkg-comment
Normal file
1
devel/lightning/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Generates assembly language code at run-time
|
6
devel/lightning/pkg-descr
Normal file
6
devel/lightning/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
GNU lightning is a library that generates assembly language code at run-time;
|
||||
it is very fast, making it ideal for Just-In-Time compilers, and it abstracts
|
||||
over the target CPU, as it exposes to the clients a standardized RISC
|
||||
instruction set inspired by the MIPS and SPARC chips.
|
||||
|
||||
WWW: http://www.gnu.org/software/lightning/
|
17
devel/lightning/pkg-plist
Normal file
17
devel/lightning/pkg-plist
Normal file
@ -0,0 +1,17 @@
|
||||
include/lightning.h
|
||||
include/lightning/asm-common.h
|
||||
include/lightning/asm.h
|
||||
include/lightning/core-common.h
|
||||
include/lightning/core.h
|
||||
include/lightning/fp-common.h
|
||||
include/lightning/fp.h
|
||||
include/lightning/funcs-common.h
|
||||
include/lightning/funcs.h
|
||||
@dirrm include/lightning
|
||||
@unexec install-info --delete %D/info/lightning.info %D/info/dir
|
||||
info/lightning.info
|
||||
info/lightning.info-1
|
||||
info/lightning.info-2
|
||||
info/lightning.info-3
|
||||
@exec install-info %D/info/lightning.info %D/info/dir
|
||||
share/aclocal/lightning.m4
|
Loading…
Reference in New Issue
Block a user