mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Brian Harvey's logo interpreter. I could use some help with the
languages, folks! :-(
This commit is contained in:
parent
70070cfc90
commit
4d8324d425
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262
14
lang/logo/Makefile
Normal file
14
lang/logo/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# New ports collection makefile for: logo
|
||||
# Version required: 7.3
|
||||
# Date created: 22 October 1994
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1994/10/06 01:33:06 jkh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ucblogo
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
|
||||
MAKEFILE= makefile
|
||||
|
||||
.include <bsd.port.mk>
|
1
lang/logo/pkg-comment
Normal file
1
lang/logo/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
ucblogo - Brian Harvey's logo language interpreter.
|
8
lang/logo/pkg-descr
Normal file
8
lang/logo/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
[This package is GPL'd - please see README in sources for license information]
|
||||
|
||||
This version of Logo is designed for a machine with adequate memory. It is
|
||||
not likely to be usable as the basis for a 64K microcomputer implementation.
|
||||
|
||||
The interpreter was written primarily by Daniel Van Blerkom, Brian Harvey,
|
||||
Michael Katz, and Douglas Orleans. Thanks to Fred Gilham for the X11 code.
|
||||
Send comments by e-mail to bh@cs.berkeley.edu.
|
2
lang/logo/pkg-plist
Normal file
2
lang/logo/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
@cwd /usr/local
|
||||
bin/logo
|
Loading…
Reference in New Issue
Block a user