Add tigcc, a C compiler for the TI89, TI92, and TI92+ calculators.

WWW: http://tigcc.ticalc.org/

PR:		ports/62938
Submitted by:	tuximus <tuximus@tuximus.mine.nu>
This commit is contained in:
Pav Lucistnik 2004-02-23 22:07:28 +00:00
parent 18e25ec569
commit 742e7e61a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101906
5 changed files with 3302 additions and 0 deletions

View File

@ -1143,6 +1143,7 @@
SUBDIR += templ
SUBDIR += terminality
SUBDIR += tide
SUBDIR += tigcc
SUBDIR += tinyq
SUBDIR += titano
SUBDIR += tkcon

43
devel/tigcc/Makefile Normal file
View File

@ -0,0 +1,43 @@
# New ports collection makefile for: tigcc
# Date created: 15 February 2004
# Whom: Ben Haga <tuximus@tuximus.mine.nu>
#
# $FreeBSD$
#
PORTNAME= tigcc
PORTVERSION= 0.95
CATEGORIES= devel
MASTER_SITES= http://tigcc.ticalc.org/sources/\
http://tigcc.ticalc.org/gcc33/\
http://tigcc.ticalc.org/linux/
DISTNAME= tigcc_src
DISTFILES= tigcc_src.tar.bz2 gcc-3.3.1-20030623.tar.bz2 gas-2.14.tar.bz2
MAINTAINER= tuximus@tuximus.mine.nu
COMMENT= C compiler for the TI89, 92, and 92+ calculators
BUILD_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog \
bash:${PORTSDIR}/shells/bash2
IS_INTERACTIVE= yes
USE_BZIP2= yes
USE_REINPLACE= yes
NO_WRKSUBDIR= yes
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/scripts/Install
do-build:
(cd ${WRKSRC}/; \
${MKDIR} download; \
${CP} ${DISTDIR}/gcc-3.3.1-20030623.tar.bz2 ${DISTDIR}/gas-2.14.tar.bz2 download; \
cd download; \
${TAR} yxf gas-2.14.tar.bz2; \
${TAR} yxf gcc-3.3.1-20030623.tar.bz2; \
${LN} -s binutils-2.14 binutils.ti)
do-install:
(cd ${WRKSRC}/scripts; ./Install)
.include <bsd.port.mk>

3
devel/tigcc/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (gas-2.14.tar.bz2) = 795348753e29aa4c0374d1f3c4206e1a
MD5 (gcc-3.3.1-20030623.tar.bz2) = c838eea99d76f046f675650f82228392
MD5 (tigcc_src.tar.bz2) = 77329000328194e1fc76d65803b51daa

3
devel/tigcc/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
TIGCC compiles C for the TI89, TI92, and TI92+.
WWW: http://tigcc.ticalc.org/

3252
devel/tigcc/pkg-plist Normal file

File diff suppressed because it is too large Load Diff