Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 1995 07:38:23 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        msmith@atrad.adelaide.edu.au
Cc:        msmith@atrad.adelaide.edu.au, chrismor@microsoft.com, ports@freebsd.org
Subject:   Re: Basic?
Message-ID:  <199508091438.HAA17658@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199508091431.AAA28319@genesis.atrad.adelaide.edu.au> (message from Michael Smith on Thu, 10 Aug 1995 00:01:23 %2B0930 (CST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * Let me know if I stuffed anything; it builds & installs here (2.0.5-R)
 * just fine.

Great!  Boy, that was quick! :)

I'll import it soon, I'll attach the diffs I made to this mail.  My
comments:

Makefile: You need the $Id$ line.  If the filename is FOO-x.y.tar.gz
  and the subdirectory name is FOO-x.y, then just set DISTNAME to
  FOO-x.y, that will take care of everything.  Don't forget the
  trailing slash in MASTER_SITES.  Make sure you set MAINTAINER to
  yourself so that *I* won't get mails! :)

files/md5: Why was this different? ;)

pkg/DESCR: This file should be short, three or four paragraphs max.
  If you want something longer than that from the original source to
  accompany the package, install it in share or whatever (which is
  pretty much what you did).  We just don't intend to carry them in
  our repository.

pkg/PLIST: Don't worry about @mode and @owner, it should be correct if 
  the installation rule is correct.  If it's not, then it's the
  installation rule that needs to be fixed! :)

 * There appears to be a problem with RUN "filename".  LOAD "filename" : RUN
 * works just fine, but if anyone wants to complain, I guess I could be 
 * persuaded to investigate.

That's fine, when you have time.... :)

Thanks!

Satoshi
=======
diff -ru bwbasic.old/Makefile bwbasic/Makefile
--- bwbasic.old/Makefile	Wed Aug  9 06:57:39 1995
+++ bwbasic/Makefile	Wed Aug  9 07:27:20 1995
@@ -1,22 +1,22 @@
 # New ports collection makefile for:	bwbasic
-# Version required:			2.10
-# Date created:				9 Aug 1995
-# Whom:					msmith@atrad.adelaide.edu.au
+# Version required:	2.10
+# Date created:		9 Aug 1995
+# Whom:			msmith@atrad.adelaide.edu.au
+#
+# $Id$
 #
 
-DISTNAME=	bwbasic
-PKGNAME=	bwbasic-2.10
+DISTNAME=	bwbasic-2.10
 CATEGORIES+=	lang
+MASTER_SITES=	ftp://ftp.eng.umd.edu/pub/basic/
 
-MASTER_SITES=	ftp://ftp.eng.umd.edu/pub/basic
-DISTFILES=	bwbasic-2.10.tar.gz
+MAINTAINER=	msmith@atrad.adelaide.edu.au
 
 HAS_CONFIGURE=	yes
 GNU_CONFIGURE=	yes
-WRKSRC=		${WRKDIR}/bwbasic-2.10
 
-# This puts the documentation in ${PREFIX}/lib/bwbasic, and the 
-# test programs in ${PREFIX}/lib/bwbasic/bwbtest.
+# This puts the documentation in ${PREFIX}/share/bwbasic, and the 
+# test programs in ${PREFIX}/share/bwbasic/bwbtest.
 
 post-install:
 	-mkdir ${PREFIX}/share/bwbasic
diff -ru bwbasic.old/files/md5 bwbasic/files/md5
--- bwbasic.old/files/md5	Wed Aug  9 05:13:08 1995
+++ bwbasic/files/md5	Wed Aug  9 07:20:53 1995
@@ -1 +1 @@
-MD5 (bwbasic-2.10.tar.gz) = 071716cc847361623587cf04fdf379ea
+MD5 (bwbasic-2.10.tar.gz) = 3699ebf6ee5e8ee58fe5f253c0814ab0
diff -ru bwbasic.old/pkg/DESCR bwbasic/pkg/DESCR
--- bwbasic.old/pkg/DESCR	Wed Aug  9 05:09:13 1995
+++ bwbasic/pkg/DESCR	Wed Aug  9 07:18:27 1995
@@ -1,190 +1,8 @@
+The Bywater BASIC Interpreter (bwBASIC) implements a large
+superset of the ANSI Standard for Minimal BASIC (X3.60-1978)
+and a significant subset of the ANSI Standard for Full BASIC
+(X3.113-1987) in C. It also offers shell programming facilities
+as an extension of BASIC. bwBASIC seeks to be as portable
+as possible.
 
-
-                        Bywater Software Announces
-
-
-               Bywater BASIC Interpreter/Shell, version 2.10
-               ---------------------------------------------
<rest deleted>
-
+This is version 2.10.
diff -ru bwbasic.old/pkg/PLIST bwbasic/pkg/PLIST
--- bwbasic.old/pkg/PLIST	Wed Aug  9 06:43:49 1995
+++ bwbasic/pkg/PLIST	Wed Aug  9 07:18:36 1995
@@ -1,8 +1,4 @@
-@mode 755
-@owner bin
-@group bin
 bin/bwbasic
-@mode 644
 share/bwbasic/bwbasic.doc
 share/bwbasic/bwbtest/abs.bas
 share/bwbasic/bwbtest/assign.bas



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