1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell

programming, 2D/3D plotting, numerical computing, and embedded scripting.

Ch is the solution for:

    * Embedded Scripting
    * Enterprise
    * Academic
    * Plotting and Numerical Computing

WWW: http://www.softintegration.com/products/chstandard/

PR:		ports/101259
Submitted by:	conrads at cox.net
This commit is contained in:
Alejandro Pulver 2006-10-05 19:07:49 +00:00
parent f68f9288b4
commit 56cb67b79c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174571
5 changed files with 2247 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += bash-completion
SUBDIR += bash2
SUBDIR += bush
SUBDIR += ch
SUBDIR += es
SUBDIR += esh
SUBDIR += fd

43
shells/ch/Makefile Normal file
View File

@ -0,0 +1,43 @@
# New ports collection makefile for: ch
# Date created: 2 August 2006
# Whom: conrads@cox.net
#
# $FreeBSD$
#
PORTNAME= ch
PORTVERSION= 5.1.0
CATEGORIES= shells
MASTER_SITES= http://www.softintegration.com/download/software/release/FreeBSD/
DISTNAME= chstandard-${PORTVERSION}.freebsd5.1
MAINTAINER= conrads@cox.net
COMMENT= An embeddable C/C++ interpreter/shell
# possibly ia64?
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= is an i386 binary
NO_BUILD= yes
DATADIR= ${PREFIX}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
.if ${ARCH} == amd64
LIB32_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.else
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
.endif
do-install:
${MKDIR} ${DATADIR}
${TAR} zxf ${WRKSRC}/ch.bin -C ${DATADIR}
${LN} -s ${DATADIR}/bin/ch ${PREFIX}/bin
post-install:
@if ${GREP} -q '${PREFIX}/bin/ch' /etc/shells; then ${TRUE}; else \
${ECHO_CMD} '${PREFIX}/bin/ch' >> /etc/shells; fi
.include <bsd.port.post.mk>

3
shells/ch/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (chstandard-5.1.0.freebsd5.1.tar.gz) = cde93f6f0213f01f6f31a74e0d76dada
SHA256 (chstandard-5.1.0.freebsd5.1.tar.gz) = b8546d601fd91a4c7bc70c013792f1dfd22be2da5cb581e0a8e216372f41321d
SIZE (chstandard-5.1.0.freebsd5.1.tar.gz) = 6862259

11
shells/ch/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell
programming, 2D/3D plotting, numerical computing, and embedded scripting.
Ch is the solution for:
* Embedded Scripting
* Enterprise
* Academic
* Plotting and Numerical Computing
WWW: http://www.softintegration.com/products/chstandard/

2189
shells/ch/pkg-plist Normal file

File diff suppressed because it is too large Load Diff