Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2001 08:52:16 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29642: New port devel/hp48cc
Message-ID:  <200108121252.f7CCqGG67480@cc92687-a.wlgrv1.pa.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         29642
>Category:       ports
>Synopsis:       New port devel/hp48cc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 12 06:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
hp48cc is a C-like compiler that translates the input code
into the HP48 RPN language. The language recognized by the
compiler is only a small subset of the C language, with
some non-standard extensions, but powerful enough to write
complex programs simply.

WWW: http://www.sigala.it/sandro/software.html#hp48cc
Author: Sandro Sigala <sandro@sigala.it>
>How-To-Repeat:
N/A
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	hp48cc
#	hp48cc/Makefile
#	hp48cc/distinfo
#	hp48cc/pkg-comment
#	hp48cc/pkg-descr
#	hp48cc/pkg-plist
#
echo c - hp48cc
mkdir -p hp48cc > /dev/null 2>&1
echo x - hp48cc/Makefile
sed 's/^X//' >hp48cc/Makefile << 'END-of-hp48cc/Makefile'
X# New ports collection makefile for:	hp48cc
X# Date created:				Sun Aug 12 04:33:37 EDT 2001
X# Whom:					Patrick Li <pat@databits.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	hp48cc
XPORTVERSION=	1.1
XCATEGORIES=	devel lang
XMASTER_SITES=	http://www.sigala.it/sandro/files/
X
XMAINTAINER=	pat@databits.net
X
XGNU_CONFIGURE=	yes
X
XMAN1=	${PORTNAME}.1
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
X	@${INSTALL_DATA} ${WRKSRC}/examples/* \
X		${PREFIX}/share/examples/${PORTNAME}
X.endif #NOPORTDOCS
X
X.include <bsd.port.mk>
END-of-hp48cc/Makefile
echo x - hp48cc/distinfo
sed 's/^X//' >hp48cc/distinfo << 'END-of-hp48cc/distinfo'
XMD5 (hp48cc-1.1.tar.gz) = 461e92c55063e354b23bf55e02a4147c
END-of-hp48cc/distinfo
echo x - hp48cc/pkg-comment
sed 's/^X//' >hp48cc/pkg-comment << 'END-of-hp48cc/pkg-comment'
XC-like compiler that translates input code to the HP48 RPN language
END-of-hp48cc/pkg-comment
echo x - hp48cc/pkg-descr
sed 's/^X//' >hp48cc/pkg-descr << 'END-of-hp48cc/pkg-descr'
Xhp48cc is a C-like compiler that translates the input code
Xinto the HP48 RPN language. The language recognized by the
Xcompiler is only a small subset of the C language, with
Xsome non-standard extensions, but powerful enough to write
Xcomplex programs simply.
X
XWWW: http://www.sigala.it/sandro/software.html#hp48cc
XAuthor: Sandro Sigala <sandro@sigala.it>
X
X- Patrick Li <pat@databits.net>
END-of-hp48cc/pkg-descr
echo x - hp48cc/pkg-plist
sed 's/^X//' >hp48cc/pkg-plist << 'END-of-hp48cc/pkg-plist'
Xbin/hp48cc
X%%PORTDOCS%%share/examples/hp48cc/example1.hpc
X%%PORTDOCS%%share/examples/hp48cc/hello.hpc
X%%PORTDOCS%%@dirrm share/examples/hp48cc
END-of-hp48cc/pkg-plist
exit
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108121252.f7CCqGG67480>