Add linux-j 405a, a general purpose programming language.
PR: 30933 Submitted by: js@jeannot.org
This commit is contained in:
parent
e5682ac34a
commit
094b1e2df8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51787
8 changed files with 1125 additions and 0 deletions
|
@ -82,6 +82,7 @@
|
|||
SUBDIR += lcc
|
||||
SUBDIR += libobjects
|
||||
SUBDIR += librep
|
||||
SUBDIR += linux-j
|
||||
SUBDIR += logo
|
||||
SUBDIR += lua
|
||||
SUBDIR += m3gdb
|
||||
|
|
45
lang/linux-j/Makefile
Normal file
45
lang/linux-j/Makefile
Normal file
|
@ -0,0 +1,45 @@
|
|||
# New ports collection makefile for: linux-j
|
||||
# Date created: 29 September 2001
|
||||
# Whom: js@jeannot.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= linux-j
|
||||
PORTVERSION= 405a
|
||||
CATEGORIES= lang linux
|
||||
MASTER_SITES= http://www.jsoftware.com/download/
|
||||
DISTFILES= jconsole405a-Linux.tgz jlib405.tgz jhelp.tgz
|
||||
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= js@jeannot.org
|
||||
|
||||
RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
|
||||
|
||||
USE_LINUX_LIB= yes
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
MAN1= jconsole.1
|
||||
|
||||
do-build:
|
||||
@sed "s:PREFIX:$(PREFIX):" < ${FILESDIR}/jconsole > ${WRKSRC}/jconsole
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/jconsole405a-Linux/jconsole_files/jconsole ${PREFIX}/bin/jconsole.bin
|
||||
@brandelf -t Linux ${PREFIX}/bin/jconsole.bin
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/jconsole ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/jconsole405a-Linux/jconsole_files/${MAN1} ${PREFIX}/man/man1
|
||||
@${MKDIR} ${PREFIX}/lib/j
|
||||
@cd ${WRKSRC}/jlib405/jlib_files && tar -cf - * | tar -xf - -C ${PREFIX}/lib/j
|
||||
@${MKDIR} ${PREFIX}/lib/j/system/extras/help
|
||||
@cd ${WRKSRC}/jhelp/jhelp_files && tar -cf - * | tar -xf - -C ${PREFIX}/lib/j/system/extras/help
|
||||
|
||||
post-install:
|
||||
.if !defined(BATCH)
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
lang/linux-j/distinfo
Normal file
3
lang/linux-j/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (linux-j/405a/jconsole405a-Linux.tgz) = 2050aa640dcfdc097fe8a974639acbdf
|
||||
MD5 (linux-j/405a/jlib405.tgz) = bcf3bb852447c9cfe69cb8d19d4506f1
|
||||
MD5 (linux-j/405a/jhelp.tgz) = 552f4826ad772fd35887425ecea9ca21
|
4
lang/linux-j/files/jconsole
Normal file
4
lang/linux-j/files/jconsole
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
JLIB=PREFIX/lib/j
|
||||
export JLIB
|
||||
exec PREFIX/bin/jconsole.bin $*
|
1
lang/linux-j/pkg-comment
Normal file
1
lang/linux-j/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A general purpose programming language
|
7
lang/linux-j/pkg-descr
Normal file
7
lang/linux-j/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
J is a modern, array oriented, high level, high
|
||||
performance, general purpose programming language. J
|
||||
is used in a variety of industries including banking,
|
||||
investment analysis, insurance, derivative trading,
|
||||
scientific research, and education.
|
||||
|
||||
WWW: http://www.jsoftware.com/
|
3
lang/linux-j/pkg-message
Normal file
3
lang/linux-j/pkg-message
Normal file
|
@ -0,0 +1,3 @@
|
|||
Try J by running "jconsole" then typing: jhelp 'netscape'
|
||||
(if netscape is your browser)
|
||||
For more information see "man jconsole".
|
1061
lang/linux-j/pkg-plist
Normal file
1061
lang/linux-j/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue