Commit Graph

191 Commits

Author SHA1 Message Date
Satoshi Asami
9e28324574 freefall.cdrom.com -> freefall.freebsd.org 1996-06-03 02:17:34 +00:00
Satoshi Asami
0257184d16 Remove "/usr/local/" from all the lines. 1996-06-03 01:27:28 +00:00
James Raynard
ec3244e555 Get X interface to Smalltalk working. 1996-06-03 00:31:18 +00:00
James Raynard
ef6ecb0e54 Compile with optimisation. 1996-06-03 00:30:41 +00:00
James Raynard
6b67e1ea5e Package list for the port. 1996-06-03 00:28:21 +00:00
James Raynard
2631471abd Change maintainer to jraynard.
Build either X or non-X version depending on whether X11BASE exists.

Make info printed out at install stage more informative.
1996-06-03 00:27:35 +00:00
Gary Palmer
5c9ca9b730 Use setreuid instead of seteuid for permissions management 1996-06-02 19:59:28 +00:00
Satoshi Asami
cd40a9a319 Install manpages too.
Submitted (partly) by:	chuckr@glue.umd.edu
1996-05-13 09:44:36 +00:00
Jordan K. Hubbard
89ab16ba94 Upgrade this port to use the latest tcl/tk.
Patches Submitted by:	Soren Dayton <soren@ambiguity.i-2.com>
1996-05-11 23:34:24 +00:00
Paul Traina
ebf57a6230 Update to released version of tclX 7.5 1996-04-28 04:59:20 +00:00
Satoshi Asami
02dc5b7616 Check if /usr/local/bin/gnatf exists or not and if not, pronounce it
BROKEN.  This port requires an existing compiler to bootstrap.
1996-04-12 08:33:25 +00:00
Satoshi Asami
bfc2f48958 Add gnat. 1996-04-12 08:30:51 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
John Polstra
6db6d87fc2 Correct the package CATEGORIES from "languages" to "lang". 1996-03-22 15:46:41 +00:00
John Polstra
e9caf834cc Add new subdirectory "modula-3". 1996-03-20 22:31:15 +00:00
John Polstra
4182488b64 Modula-3 language system from DEC Systems Research Center. 1996-03-20 22:10:19 +00:00
Satoshi Asami
3b02424bf4 Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3". 1996-03-18 02:04:26 +00:00
Satoshi Asami
b557d8c173 A little reformatting. Also conditionalize man page compression on
NOMANCOMPRESS.
1996-03-18 01:01:44 +00:00
Mark Murray
b80a886e9c Update to Perl 5.002. 1996-03-16 13:04:53 +00:00
Paul Traina
455a3f972d TclX v7.5 1996-03-16 05:01:43 +00:00
Satoshi Asami
ca4a738223 Checksum was wrong. 1996-03-10 00:04:10 +00:00
Satoshi Asami
e214336a48 Install additional documents conditional to NOPORTDOCS. Note that
"License" is installed unconditionally.
1996-03-07 13:00:53 +00:00
Satoshi Asami
e79cd0ebc6 Mandatory package files! 1996-03-07 12:55:59 +00:00
Satoshi Asami
c749f16a7a Add tcl75. 1996-03-07 01:54:35 +00:00
Satoshi Asami
54bfe2c902 Remove ${KEYWORDS}. 1996-03-06 08:20:19 +00:00
Satoshi Asami
a60c8e197d Add expect to SUBDIR, it builds and packages now! 1996-02-07 10:09:38 +00:00
Satoshi Asami
05a7b89832 The latest change (adding DEPENDS) made expect build and install
tcl/tk even if they are properly found by LIB_DEPENDS.  Make it
only extract in that case.

While I'm here, make expect and expectk link with shared tcl/tk libs.
expectk used to be a 1/2 MB binary!  (now it's 136KB)

I'd also rather change `-g' to whatever CFLAGS defined in
/etc/make.conf, but the author of expect has an explicit comment in
the Makefile about him not trusting compilers' optimization.  Well,
if you say so.
1996-02-07 09:36:53 +00:00
Jordan K. Hubbard
df5fd017ae Add tclX74 to subdirs. 1996-02-07 06:20:54 +00:00
Jordan K. Hubbard
3c7092ffce The version of expect on nist was upgraded to 5.19 without changing
the filename.  Sigh!
1996-02-07 05:10:30 +00:00
Satoshi Asami
809fcc16f3 Added pgcc. 1996-01-31 09:14:31 +00:00
Jordan K. Hubbard
471acf84eb Ah, missed the extra patches. Also revert PLIST to use share instead of lib
again.
1996-01-18 15:53:46 +00:00
Jordan K. Hubbard
cf0cb0bcf2 share -> lib; thanks, Satoshi! 1996-01-18 12:17:30 +00:00
Jordan K. Hubbard
6534821fdb Update to Python 1.3
Submitted by:	tg
1996-01-18 10:18:54 +00:00
Satoshi Asami
f23002e9d2 File name changed on master site (".freebsd.gz" -> ".freebsd.tar.gz").
Submitted by:	"Danny J. Zerkel" <dzerkel@feephi.phofarm.com>
1996-01-13 07:03:37 +00:00
Thomas Gellekum
993561f798 - Try to grab from ftp.uni-bremen.de first; seems to be the
master site for elk.
- Add official patch #1.
- Use dl*() for dynamic loading. This still has its quirks, but
  it's usable. Plus, invoking global ctors when loading C++
  object files now works; it didn't with the old incremental
  loading.
1995-12-20 08:41:04 +00:00
Mark Murray
e2c8d7869b Bring this port up-to-date. It had no package info and was based on an old
tarball.
PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
1995-12-07 22:18:39 +00:00
Jordan K. Hubbard
21daa105db Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by:	Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-11-25 18:07:59 +00:00
Satoshi Asami
5812de6cad Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
1995-11-22 13:13:16 +00:00
Satoshi Asami
7cd6a55ea4 Delete @cwd, @mode, @owner and @group from these packing lists.
Reported by:	jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
15c9ca7f23 Add missing %D. 1995-11-13 13:06:36 +00:00
Satoshi Asami
6018d82357 Upgrade, 2.2->3.0.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-11-09 07:13:56 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Jordan K. Hubbard
979b9a5bf7 Shorten the comments. 1995-10-29 19:48:09 +00:00
Eric L. Hernes
c3cf475762 fixed COMMENTS 1995-10-28 20:33:46 +00:00
Satoshi Asami
db9366750d Shorten one-line comments.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-25 12:41:52 +00:00
Satoshi Asami
0d9ba0b7c5 Change guile-ii to guile-iii. 1995-10-12 07:15:54 +00:00
Satoshi Asami
a486f45eb0 Duh, I left one empty line before the CVS: lines (like someone told me
before) and cvs still sent an empty log! :<

Anyway, what I was trying to say in the commit messages of patch-[ab] was
to run ldconfig right after installation of the shared libraries, so that
they can be found by subsequent runs of shared binaries.

Also, take ldconfig out of this Makefile's post-install rule.
1995-10-11 01:19:48 +00:00
Satoshi Asami
1f43de46ba Convert all makefiles to new formats. 1995-10-03 11:45:15 +00:00
Eric L. Hernes
a0217f1f0a added eiffel
Reviewed by:	asami
1995-10-03 02:57:01 +00:00
Satoshi Asami
30bdf30167 (1) Fix comments on top, this is guile-iii, not guile-ii (Jordan.... :p)
(2) Add $Id$ line

(3) This is not interactive, unlike guile-ii, which overwrites the
    "regular" tcl/tk
1995-09-14 11:22:50 +00:00