Commit Graph

240 Commits

Author SHA1 Message Date
Jeffrey Hsu
6a2f03ec95 Upgrade to gcl 2.0.
FreeBSD files now part of standard distribution.
1995-04-16 22:09:51 +00:00
Satoshi Asami
cce8f51d23 Oops, why did I miss this in the previous commit? Anyway, install
depends on build.
1995-04-16 21:28:20 +00:00
Satoshi Asami
21cfe0092c Make various install and pre-install targets depend on build. 1995-04-16 21:24:53 +00:00
Jeffrey Hsu
512a78de57 Break out patches into smaller files.
Fix trailing spaces in makefiles.
Submitted by:	thomas@ghpc8.ihf.rwth-aachen.de
1995-04-16 18:31:49 +00:00
Joshua Peck Macdonald
0e8d2c1580 add myself as maintainer 1995-04-15 23:41:41 +00:00
Joshua Peck Macdonald
e5439f36fa Add myself as MAINTAINER 1995-04-15 23:38:48 +00:00
Joshua Peck Macdonald
d64a33d6fc fixed myself to be MAINTAINER 1995-04-15 23:36:52 +00:00
Joshua Peck Macdonald
d05710c508 MAINTAINER goes in a section by itself!
so I fixed it...
1995-04-15 22:55:30 +00:00
Joshua Peck Macdonald
8b0c28e640 oh yeah, I had to patch the makefile too. 1995-04-15 22:49:44 +00:00
Joshua Peck Macdonald
4fa9c45b4a Reason I started changing this makefile was because I noticed asami
got the version number wrong which was because Jordan got the version
number wrong, it had 7.3 instead of 3.1, kind of far off (can anyone say
Tcl?) anyways, I also noticed that it didn't even work to begin with
because there was

a) no install target
b) it ignored ${PREFIX}

so I fixed it up and added myself as MAINTAINER, unless anyone minds,
I didn't do this originally, but I see bh (the implementor) three tines
a week so I can probably deal with problems pretty well.
1995-04-15 22:48:25 +00:00
Satoshi Asami
b450ab568d MAINTAINER goes in a section of its own. 1995-04-15 22:12:24 +00:00
Joshua Peck Macdonald
7033d7a9f5 added myself as MAINTAINER 1995-04-15 21:56:27 +00:00
Satoshi Asami
e9ccf3caed Update of lang Makefiles.... 1995-04-15 05:44:50 +00:00
Jean-Marc Zucconi
48c94234e0 Update
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-04-11 23:28:11 +00:00
Jean-Marc Zucconi
bb0452e715 Add MAINTAINER= jmz@FreeBSD.org 1995-04-11 02:02:17 +00:00
Jordan K. Hubbard
fb599fa38a Add icon 1995-04-06 08:55:31 +00:00
Jordan K. Hubbard
785a0fcc3b The Icon Programming Language, version 9.0
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-04-06 08:52:44 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
98809741d2 Add a -L/usr/X11R6/lib in all the places wheres -lX11 is used. I have
not found a quick way to do that with a environment variable in
string constant. So this ports works in the moment only with XFree3.x
(X11R6) and not with XFree2.x (X11R5 <-> X386).
1995-03-30 17:03:48 +00:00
Joshua Peck Macdonald
00efbf4ce7 added mit-scheme to the SUBDIR variable. 1995-03-30 07:52:39 +00:00
Joshua Peck Macdonald
641589631c added MASTER_SITES variable, the distfile is now in LOCAL_PORTS 1995-03-30 07:39:26 +00:00
Jeffrey Hsu
f34d60208e gnat-2.03 - The GNU Ada Translator. Version 2.03.
Submitted by:	nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)
1995-03-28 04:41:43 +00:00
Gary Palmer
4cf727e96e it's now slib2a2.tar.gz 1995-03-28 04:32:39 +00:00
Joshua Peck Macdonald
d6d0306bb8 I remade the tarball instead of uploading it off my computer,
and then gzip -9'ed it, the md5 came out different.
1995-03-26 06:18:11 +00:00
Joshua Peck Macdonald
8eecdc61b3 MIT Scheme-7.3
there's something a little weird about this port, I had to make a
FreeBSD specific distfile, using two of the official distfiles.  I
included a description of what I had done, but it is much easier
(and saves downloading about 3 megs) to use this distfile.
So, how do I get the distfile I've made into the right place without
faking it out by first putting a real site and then changing it
to always use freebsd.cdrom.com?  the distfile is in
freefall.cdrom.com:~jmacd/scheme-microcode+dist-7.3-freebsd.tgz
1995-03-26 03:31:03 +00:00
Joshua Peck Macdonald
58d20f42d2 I forgot to add this when I fixed scheme48, it works now. 1995-03-14 05:26:51 +00:00
Andreas Schulz
6ad8760aee Put back tclX from the broken subdirs to the regular subdirs. It builds
and installs now.
1995-03-12 23:15:21 +00:00
Andreas Schulz
b7d5ab0c19 Fetched the slib.info.tar.gz new and corrected the checksum in the md5
file.
1995-03-12 15:38:01 +00:00
Jeffrey Hsu
ada2276045 The provided md5 checksum appears to be bad. Generate new one. 1995-03-09 10:21:12 +00:00
Jeffrey Hsu
8fd3f4f060 Add trailing slash to ftp path. 1995-03-09 10:18:46 +00:00
Jeffrey Hsu
5d27111496 Elk -- an imbeddable Scheme interpreter
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-03-09 10:16:20 +00:00
Jeffrey Hsu
416a84a608 Minor performance tweak. Take out -O from default CFLAGS so it doesn't
override -O2 from preceding OFLAG.
1995-03-05 21:47:20 +00:00
Jeffrey Hsu
2a6c084299 Give gzip the correct path of installed man page. 1995-03-05 08:20:43 +00:00
Andreas Schulz
1c537e9ab1 Disable tclX until someone fixes it. It expects a static tk library, but
the tk port only builds a shared lib.
1995-02-26 01:16:07 +00:00
Andreas Schulz
8f1b14fb68 Delete the patch prefix to get it more uniform with the other ports. 1995-02-25 21:59:40 +00:00
Jeffrey Hsu
7a7c3a9103 Upgrade to 1.0.5. 1995-02-25 19:42:55 +00:00
Jeffrey Hsu
a4510476c3 Upgrade to 1.0.5.
Compress installed man page.
1995-02-25 19:42:36 +00:00
Joshua Peck Macdonald
34ee895180 Updated port for version 2.1.6, now supports dynamic loading
Submitted by:	thomas@ghpc8.ihf.rwth-aachen.de
1995-02-24 10:36:13 +00:00
Jeffrey Hsu
2d6ab957ef Use csh instead of sh to work around bug w/ tty handling. Pointed out
by pw@snoopy.MV.COM.
1995-02-16 07:21:35 +00:00
Jeffrey Hsu
122f59c8ac Add gcl. 1995-02-12 21:13:29 +00:00
Jeffrey Hsu
b7306c2443 gcl - GNU Common Lisp 1995-02-12 21:10:03 +00:00
Andreas Schulz
a7d8556102 Correct the paths for two patches. The source for these files didn't
live in work/src but in work/src/../scripts.
1995-02-12 02:56:23 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Gary Palmer
95bd42eb6c Add Gofer
Submitted by:	hsu
1995-02-10 08:07:59 +00:00
Gary Palmer
b21e1a6304 Add smalltalk 1995-02-10 07:47:27 +00:00
Gary Palmer
af7e3499e3 GNU Smalltalk version 1.1.1. The install target is a dummy which
prints a warning as the supplied install target is interactive.
1995-02-10 06:15:04 +00:00
Jeffrey Hsu
7687e06a93 gofer - a lazy functional language 1995-02-08 09:41:13 +00:00
Gary Palmer
2e23ead7f5 Upgrade to work with current distfile 1995-02-07 03:07:02 +00:00
Joshua Peck Macdonald
fa55a1cc8e Log: replace main.c for patch-g, which was larger. 1995-01-30 09:34:20 +00:00
Joshua Peck Macdonald
d8b10ca05e Reviewed by:
Submitted by:	jmacd
Obtained from:
1995-01-30 09:13:52 +00:00
Gary Palmer
66695ce450 Remove expect until it's fixed 1995-01-29 07:28:37 +00:00
Gary Palmer
dc44e64e9c Change master site to one that allows worldwide access (sunsite.unc.edu)
Submitted by:	Michael Reifenberger <root@rz-wb.fh-sw.de>
1995-01-24 18:46:00 +00:00
Gary Palmer
a81ca0c307 Re-enable forth and delete comment 1995-01-24 18:44:33 +00:00
Steven Wallace
135eaf8c04 Scheme 48
Submitted by:	Josh MacDonald, <jmacd@uclink.berkeley.edu>
1995-01-07 20:53:32 +00:00
Jordan K. Hubbard
084d60b4a0 Bring in the new sather file. 1995-01-05 22:03:37 +00:00
Jordan K. Hubbard
ba7e3819b5 Remove itcl until Paul T. fixes it. 1995-01-05 22:03:24 +00:00
Gary Palmer
18325a0d07 Update checksum file to reflect latest tarball 1995-01-05 03:45:56 +00:00
Jordan K. Hubbard
f804cd6597 This is now version 5.13 1995-01-05 03:13:03 +00:00
Steven Wallace
54c2d8480c Added STk and schemetoc 1995-01-05 00:19:03 +00:00
Steven Wallace
b64a3e4a94 STk 2.1, a scheme interpreter with Tk support
Submitted by:	Josh MacDonald, <jmacd@uclink.berkeley.edu>
1995-01-04 09:54:39 +00:00
Gary Palmer
3119185a69 New checksum file for v1.04 1995-01-04 00:06:47 +00:00
Steven Wallace
2a24946928 Added shared library support.
Submitted by:	jmacd@uclink.berkeley.edu
1994-12-31 03:48:36 +00:00
Jeffrey Hsu
d688b79a89 Ar no longer needs -T option, so we don't need patch-01.
We now have a gcc, so in patch-02, don't need to change gcc to cc.
1994-12-31 02:23:38 +00:00
Jeffrey Hsu
a107ff106b Bump version number to 1.0.4. 1994-12-31 02:21:20 +00:00
Steven Wallace
4ac273afbe Scheme to C compiler and interpreter - 15mar93
Submitted by:	jmacd@uclink.berkeley.edu (Josh MacDonald)
1994-12-29 23:35:47 +00:00
Gary Palmer
3217d24fe5 First batch of MD5 checksum files. Only did through to the end of net
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)

The rest will follow later
1994-12-18 00:28:13 +00:00
Gary Palmer
8612213846 Remove `forth' from the subdir list until the ftp site situation is
corrected.
1994-12-07 20:05:18 +00:00
Jordan K. Hubbard
2a27133dc8 Add forth. 1994-11-23 07:24:02 +00:00
Jordan K. Hubbard
1b85cfe12d Michael Reifenberger's forth port.
Submitted by:	mr
1994-11-23 07:23:24 +00:00
Jeffrey Hsu
120cf7f1c6 Make use of ALL_TARGET instead of adding the all target to the
underlying Makefile.
Obtained from:
1994-11-22 10:05:49 +00:00
Jeffrey Hsu
354f4ade0e Update DISTNAME to Sather-1.0.2.
Make use of ALL_TARGET instead of adding the all target to the
  underlying Makefile.
Obtained from:
1994-11-22 10:05:33 +00:00
Jeffrey Hsu
19e510c888 changed /usr/gnu/info to /usr/local/info 1994-11-22 09:48:07 +00:00
Andreas Schulz
5f8c65d40e Add itcl and scm to the SUBDIR list. They seem to build ok. 1994-11-20 22:48:00 +00:00
Andreas Schulz
60bd905d46 Added Sather to the subdirs list. This thing builds ok. The bootstrap
is only veeeerryy slow. It needed even a long time on my Pentium 90Mhz
with 32Mb :-).
1994-11-20 01:22:02 +00:00
Paul Traina
da21b729e9 add expect 1994-11-15 20:50:41 +00:00
Paul Traina
08d7e9e7a2 Expect 5.12 port 1994-11-15 20:44:51 +00:00
Jordan K. Hubbard
85a185feaa Remove ports that don't work from the top level Makefiles. The ports
themselves are still there, but don't get made from a top level make.

In another couple of days, I will remove the ports as well if people
don't fix them.
1994-11-10 01:32:43 +00:00
Jordan K. Hubbard
7f27abbcb8 The distfile on alcatel has changed. Update to reflect this. 1994-11-08 22:50:08 +00:00
Jeffrey Hsu
e3eac5f1de scm - a scheme interpreter 1994-11-06 09:59:26 +00:00
Jeffrey Hsu
7fb85a897c The Sather 1.0 language. 1994-11-01 06:08:02 +00:00
Jordan K. Hubbard
08f7a09430 Add logo to SUBDIR. 1994-10-22 23:07:12 +00:00
Jordan K. Hubbard
4d8324d425 Brian Harvey's logo interpreter. I could use some help with the
languages, folks! :-(
1994-10-22 23:05:49 +00:00
Jordan K. Hubbard
3e790a10b5 Changes from Jean-Marc Zucconi to obey PREFIX properly.
Submitted by:	jmz
1994-10-20 01:51:56 +00:00
Jordan K. Hubbard
d4618ff822 Add itcl to targets. 1994-10-06 01:36:56 +00:00
Jordan K. Hubbard
ca3b8f7e37 Port of [incr tcl] by Robert Withrow
Submitted by:	rww
1994-10-06 01:29:35 +00:00
Jordan K. Hubbard
deab9494fa These are my changes to support the new argument-less configure scripts. 1994-10-04 15:12:57 +00:00
Jordan K. Hubbard
5974ef3b6b p2c - Pascal to C translator. By Jean-Marc Zucconi.
Submitted by:	jmz
1994-10-04 04:10:06 +00:00
Jordan K. Hubbard
d960161e22 Add $Id$ lines to all the directory level Makefiles.
Submitted by:	jkh
1994-08-23 10:20:29 +00:00
Jordan K. Hubbard
742e6c4d2a Change ports Makefiles to use bsd.port.subdir.mk
Submitted by:	jkh
1994-08-22 11:26:08 +00:00
Jordan K. Hubbard
46e60ea30e Bring in my little ports/lang tree.
Submitted by:	jkh
1994-08-21 19:07:45 +00:00