diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-22 23:05:49 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-22 23:05:49 +0000 |
commit | 4d8324d42547c80f2ac5c63d2471751866082995 (patch) | |
tree | 4762bab281712c92a37a2b6eb883733cc71cb9c7 | |
parent | 1. PREFIX has nothing to do with DESTDIR. Remove it finally. (diff) |
Brian Harvey's logo interpreter. I could use some help with the
languages, folks! :-(
Notes
Notes:
svn path=/head/; revision=262
-rw-r--r-- | lang/logo/Makefile | 14 | ||||
-rw-r--r-- | lang/logo/pkg-comment | 1 | ||||
-rw-r--r-- | lang/logo/pkg-descr | 8 | ||||
-rw-r--r-- | lang/logo/pkg-plist | 2 |
4 files changed, 25 insertions, 0 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile new file mode 100644 index 000000000000..c80d458fac9a --- /dev/null +++ b/lang/logo/Makefile @@ -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> diff --git a/lang/logo/pkg-comment b/lang/logo/pkg-comment new file mode 100644 index 000000000000..38fc2856d5b7 --- /dev/null +++ b/lang/logo/pkg-comment @@ -0,0 +1 @@ +ucblogo - Brian Harvey's logo language interpreter. diff --git a/lang/logo/pkg-descr b/lang/logo/pkg-descr new file mode 100644 index 000000000000..4535484e8c0c --- /dev/null +++ b/lang/logo/pkg-descr @@ -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. diff --git a/lang/logo/pkg-plist b/lang/logo/pkg-plist new file mode 100644 index 000000000000..3c7406d1f67a --- /dev/null +++ b/lang/logo/pkg-plist @@ -0,0 +1,2 @@ +@cwd /usr/local +bin/logo |