Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 1995 01:57:47 -0700
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        erich@lodgenet.com
Cc:        ports@freebsd.org
Subject:   Re: xlispstat port
Message-ID:  <199508180857.BAA04100@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199508152320.SAA27057@jake.lodgenet.com> (erich@lodgenet.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * this one was mentioned in the linux journal
 * recently.  I've used it before so I made up
 * a port.

Thanks...imported.  Please check it out and see how it looks.

By the way, I haven't built a package because it requires a connection 
to an X server.  I'll try that later.

Satoshi
-------

P.S. These are the only changes I made....

>> diff -ru xlispstat xlispstat.new
diff -ru xlispstat/Makefile xlispstat.new/Makefile
--- xlispstat/Makefile  Tue Aug 15 16:21:56 1995
+++ xlispstat.new/Makefile      Fri Aug 18 01:45:21 1995
@@ -8,9 +8,11 @@
 
 DISTNAME=      xlispstat-3-44
 PKGNAME=       xlispstat-3.44
-CATEGORIES+=   math
-CATEGORIES+=   lang
+CATEGORIES+=   math languages
 MASTER_SITES=  ftp://ftp.stat.umn.edu/pub/xlispstat/
+
 HAS_CONFIGURE= yes
+# needs to connect to X server while build
+IS_INTERACTIVE=        yes
 
 .include <bsd.port.mk>
diff -ru xlispstat/pkg/PLIST xlispstat.new/pkg/PLIST
--- xlispstat/pkg/PLIST Tue Aug 15 15:32:52 1995
+++ xlispstat.new/pkg/PLIST     Wed Aug 16 04:11:33 1995
@@ -1,3 +1,4 @@
+bin/xlispstat
 lib/xlispstat/Data/absorbtion.lsp
 lib/xlispstat/Data/stackloss.lsp
 lib/xlispstat/Data/randu.lsp
@@ -34,8 +35,3 @@
 lib/xlispstat/xlisp
 lib/xlispstat/xlisp.wks
 lib/xlispstat/xlisp.hlp
-bin/xlispstat
-lib/xlispstat/Data
-lib/xlispstat/Examples
-lib/xlispstat/Autoload
-lib/xlispstat



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