1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

332 Commits

Author SHA1 Message Date
Satoshi Asami
17a5eef585 List all files in lib/python, plus one @exec/unexec mkdir/rmdir pair
for an empty directory.
1995-08-09 01:31:06 +00:00
Satoshi Asami
2552437481 A little cleanup, move things around to correct order, put
MAINTAINER=jkh@freebsd.org in a separate line so that people know
who to yell at, etc.
1995-08-09 01:30:00 +00:00
Jordan K. Hubbard
ca4a7f2e40 Add python. 1995-08-08 22:11:29 +00:00
Jordan K. Hubbard
9b2f64d776 The Python programming language. 1995-08-08 22:09:07 +00:00
Satoshi Asami
293bc7d7a3 Install machine-independent scripts into /usr/local/share, etc.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-07-29 09:55:13 +00:00
Jean-Marc Zucconi
f3ece22c3b Remove nTk, add pTk
Convert the makefile to the new format
1995-07-05 14:08:49 +00:00
Jean-Marc Zucconi
8b8967bbdd Upgrade to patchlevel 'm' 1995-07-04 17:31:51 +00:00
Joshua Peck Macdonald
f105f87b04 Updated to version 2.1.7 1995-06-26 00:15:00 +00:00
Joshua Peck Macdonald
60b13b9963 Reviewed by:
Submitted by:
Obtained from:
1995-06-26 00:13:51 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
b5a3815648 Move gnat to BROKEN list. It's really not broken at all, it just
requires an existing gnat installation, so leaving it in SUBDIR
may cause people to trip over.
Submitted by:	jhs
1995-06-21 10:47:38 +00:00
Satoshi Asami
bee6b37588 Set PKGNAME=ucblogo-3.1. 1995-05-16 05:02:02 +00:00
Satoshi Asami
742f19b32d Oops, gnat was fixed earlier today by Josh (I think...or was in Jeff?)...
move it to SUBDIR.
1995-05-14 07:14:01 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Joshua Peck Macdonald
49caa3269b I fixed it so that it works right. Basically the same changes were
needed as for the g77 port, except this time since a new compiler
exectuable isn't getting produced (and I wonder why its that way)
one will need to use -B${PREFIX}/libexec/ every time they wish to
compile ada sources, since gcc doesn't look in /usr/local/libexec/.

It seems to work... I ran it on the examples directory.  Someone
who knows ada well should test it I suppose.

-josh
1995-05-13 15:09:16 +00:00
Satoshi Asami
ca23afc4b2 Add gnat to the "broken" list (for now), add elk and itcl to the SUBDIR
list.
1995-05-13 07:55:10 +00:00
Satoshi Asami
ebd44e9eb9 Move tcl from LIB_DEPENDS to DEPENDS. This port needs the extracted
source of tcl.
1995-05-13 07:53:08 +00:00
Satoshi Asami
4a044548aa Add guile-ii. Move nTk in alphabetical order. 1995-05-13 03:35:48 +00:00
Jean-Marc Zucconi
c22b4bd224 Add nTk to the SUBDIR list (not in alphabetical order since it depends
on perl5)
1995-05-12 15:32:36 +00:00
Satoshi Asami
3dfc1631fe Put back this long PLIST too. 1995-05-12 10:25:20 +00:00
Satoshi Asami
d9afa9b70a Add g77, which is now working fine. Thanks, Jeff! 1995-05-12 07:20:21 +00:00
Jeffrey Hsu
9d240ae4dd Upgrade to 5.16. 1995-05-09 08:52:26 +00:00
Mark Murray
fe28a58fc9 Shortened the PLIST (aka +CONTENTS) file to under 4k to avoid bug
(this will be backed out when the bug is fixed, as is it is a hack rather
that a fix)
1995-05-05 20:07:33 +00:00
Satoshi Asami
61c6f42258 No ldconfig's from ports, please.... :< 1995-04-25 01:05:45 +00:00
Satoshi Asami
1c392d4b6a Remove the second @cwd (to /usr/local/info) and add "info/" in front
of all the subsequent lines.
1995-04-24 23:08:06 +00:00
Satoshi Asami
dfcafdcd14 Run makeinfo before trying to install info files. 1995-04-24 23:07:29 +00:00
Satoshi Asami
77afdc76ca Add "STRIP=", scheme48 is a shell script. 1995-04-24 22:31:59 +00:00
Satoshi Asami
f7595f0968 Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS. 1995-04-24 22:10:25 +00:00
Satoshi Asami
f41503d389 This port IS_INTERACTIVE (asks if you want to delete old installation). 1995-04-24 21:50:34 +00:00
Mark Murray
cd5700c69b Corrected some spelling, and generally clarified the description. 1995-04-24 21:25:26 +00:00
Jean-Marc Zucconi
c0e45238ef Add -Dprefix=${PREFIX} in configure args. 1995-04-24 15:17:40 +00:00
Satoshi Asami
b098c2ddf2 Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
1995-04-24 11:29:30 +00:00
Jean-Marc Zucconi
adf9b90f89 Add suidperl; man pages are gzip'ed 1995-04-23 17:26:28 +00:00
Jean-Marc Zucconi
9083fbf329 gzip man pages, strip binaries 1995-04-23 17:21:34 +00:00
Jordan K. Hubbard
1fa46ef2e2 Simplify the pre-install rule. This is handled by the mtree stuff now. 1995-04-22 12:12:26 +00:00
Andrey A. Chernov
6e6b11a04c Put prep as primary site, move old primary to secondary
Add more categories
1995-04-19 08:12:00 +00:00
Satoshi Asami
72762d1040 Add IS_INTERACTIVE=yes. Cf.
>> The install target for smalltalk-1.1.1 is interactive.
>> Please read the file mst.texinfo for more information.
1995-04-18 05:18:51 +00:00
Satoshi Asami
377079f63c Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,
so you can't run it with all the stdio redirected.
1995-04-18 02:00:15 +00:00
Satoshi Asami
cd1e798da7 Take out schemetoc until ldconfig is taken out. 1995-04-18 01:35:35 +00:00
Satoshi Asami
e138f15f96 Added perl5. 1995-04-17 06:04:06 +00:00
Satoshi Asami
d3124d07cd Perl5 port by Mark Murray. People, beat this!
Submitted by:	Mark Murray <markm@freebsd.org>
1995-04-17 06:02:34 +00:00
Jeffrey Hsu
a4c44d5b3a Upgrade to gcl 2.0. 1995-04-16 22:10:15 +00:00
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