1
0
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:
Jordan K. Hubbard 1994-10-22 23:05:49 +00:00
parent 70070cfc90
commit 4d8324d425
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262
4 changed files with 25 additions and 0 deletions

14
lang/logo/Makefile Normal file
View 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
View File

@ -0,0 +1 @@
ucblogo - Brian Harvey's logo language interpreter.

8
lang/logo/pkg-descr Normal file
View 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
View File

@ -0,0 +1,2 @@
@cwd /usr/local
bin/logo