From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 28 17:40:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66BD37B401 for ; Sat, 28 Jun 2003 17:40:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3609743FDF for ; Sat, 28 Jun 2003 17:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5T0eDUp060354 for ; Sat, 28 Jun 2003 17:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5T0eDDs060353; Sat, 28 Jun 2003 17:40:13 -0700 (PDT) Date: Sat, 28 Jun 2003 17:40:13 -0700 (PDT) Message-Id: <200306290040.h5T0eDDs060353@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" Subject: Re: ports/53885: NEW port: HPtools 3.0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 00:40:14 -0000 The following reply was made to PR ports/53885; it has been noted by GNATS. From: "=?iso-8859-1?q?Pedro=20F.=20Giffuni?=" To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/53885: NEW port: HPtools 3.0.8 Date: Sun, 29 Jun 2003 02:39:32 +0200 (CEST) --0-669723407-1056847172=:75386 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Content-Id: Content-Disposition: inline Ooops.... strip binaries, make sure we comply with the license. ______________________________________________________________________ Yahoo! Mail: 6MB di spazio gratuito, 30MB per i tuoi allegati, l'antivirus, il filtro Anti-spam http://it.yahoo.com/mail_it/foot/?http://it.mail.yahoo.com/ --0-669723407-1056847172=:75386 Content-Type: text/plain; name="port-hptools.shar" Content-Description: port-hptools.shar Content-Disposition: inline; filename="port-hptools.shar" # 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: # # hptools # hptools/Makefile # hptools/distinfo # hptools/pkg-descr # hptools/pkg-plist # hptools/pkg-message # echo c - hptools mkdir -p hptools > /dev/null 2>&1 echo x - hptools/Makefile sed 's/^X//' >hptools/Makefile << 'END-of-hptools/Makefile' X# New ports collection makefile for: hp48tools X# Date created: June 2003 X# Whom: giffunip@asme.org X# X# $FreeBSD: $ X# X XPORTNAME= hptools XPORTVERSION= 3.0.8 XCATEGORIES= devel XMASTER_SITES= http://www.hpcalc.org/hp48/pc/programming/ XDISTNAME= ${PORTNAME}-src-${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= System RPL and assembly language tools for HP Calculators X XWRKSRC= ${WRKDIR}/Hptools/${CONFIGURE_TARGET} X XUSE_REINPLACE= yes XHAS_CONFIGURE= yes XCONFIGURE_SCRIPT= ../support/configure X XNO_CDROM= 'Commercial use is Prohibited' X Xpre-patch: X @${REINPLACE_CMD} -e 's,macintosh,__STDC__,' \ X ${WRKDIR}/Hptools/common/envfile.c \ X ${WRKDIR}/Hptools/rplcomp/defer.c \ X ${WRKDIR}/Hptools/rplcomp/masd.c Xpre-configure: X @(${MKDIR} ${WRKSRC}) X Xpost-install: X @${STRIP_CMD} ${PREFIX}/bin/makerom ${PREFIX}/bin/rplcomp \ X ${PREFIX}/bin/sasm ${PREFIX}/bin/sload X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKDIR}/Hptools/doc/*.DOC ${DOCSDIR} X ${INSTALL_DATA} ${WRKDIR}/Hptools/doc/*.pdf ${DOCSDIR} X.endif X X.include END-of-hptools/Makefile echo x - hptools/distinfo sed 's/^X//' >hptools/distinfo << 'END-of-hptools/distinfo' XMD5 (hptools-src-3.0.8.tar.gz) = 925a2b3ed75fe8524ac1e6b6ca18ac8f END-of-hptools/distinfo echo x - hptools/pkg-descr sed 's/^X//' >hptools/pkg-descr << 'END-of-hptools/pkg-descr' XHP Tools 3.0.x X XThis is the free System RPL and assembly language (HP syntax and MASD X[MetaKernel] syntax) development kit. X Xfor more information on how to program in SystemRPL or ML check XWWW: http://www.hpcalc.org X_______ XJean-Yves (jean-yves.avenard@hydrix.com) END-of-hptools/pkg-descr echo x - hptools/pkg-plist sed 's/^X//' >hptools/pkg-plist << 'END-of-hptools/pkg-plist' Xbin/makerom Xbin/rplcomp Xbin/sasm Xbin/sload X%%PORTDOCS%%%%DOCSDIR%%/MAKEROM.DOC X%%PORTDOCS%%%%DOCSDIR%%/RPLCOMP.DOC X%%PORTDOCS%%%%DOCSDIR%%/RPLMAN.DOC X%%PORTDOCS%%%%DOCSDIR%%/SASM.DOC X%%PORTDOCS%%%%DOCSDIR%%/SLOAD.DOC X%%PORTDOCS%%%%DOCSDIR%%/masd.pdf X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-hptools/pkg-plist echo x - hptools/pkg-message sed 's/^X//' >hptools/pkg-message << 'END-of-hptools/pkg-message' X HPTOOLS DISTRIBUTION LICENSE X --------------------------- X XHPTOOLS (c) 1998-2002 by Hewlett-Packard and Jean-Yves Avenard X XThis license applies to all files of the HPTOOLS distribution except the files Xlisted below as Exception files, in all formats including but not limited Xto source code distribution and documentation distribution. All the files Xof the HPTOOLS distribution except the files listed below as Exception files Xwill be referred to as "HPTOOLS" in the following. X XPermission to make and distribute verbatim copies of HPTOOLS Xis granted provided that: X1/ the copies are not made or distributed for resale X2/ you conspicuously and appropriately include on each copy the Copyright XNotice and Disclaimer of Warranty as well as this License. X XYou may modify your copy or copies of HPTOOLS or any portion Xthereof for your personal use, but publishing or distributing any modified Xversion of HPTOOLS in any format (including but not limited to source files, Xobject files or printed files) without the written permission of the Xcopyright holders is prohibited. X XCommercial use of HPTOOLS is prohibited without the written permission Xof the copyright holders. X XBy copying, modifying or distributing HPTOOLS, you indicate your acceptance Xof this license. All these actions are prohibited by law if you do not accept Xthis license agreement. X X XDisclaimer of Warranty X---------------------- X XHPTOOLS source files, binaries and documentation are distributed in the hope Xthat they will be useful, but the XCOPYRIGHT HOLDERS PROVIDES THE PROGRAM AND DOCUMENTATION "AS THEY ARE" XWITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT XNOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR XA PARTICULAR PURPOSE. IN NO EVENT WILL THE COPYRIGHT HOLDERS BE LIABLE TO YOU XFOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL XDAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM OR XDOCUMENTATION OF HPTOOLS. END-of-hptools/pkg-message exit --0-669723407-1056847172=:75386--