summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Unless I'm hollucinating, my last commit, which I specifiedjmacd1996-09-171-0/+146
| | | | | | | -n to, really happened. That's kind of weird. Anyways, I forgot to add the patches directory and a new patch. Oh, I specified -n now too, hope this doesn't work.
* cjmacd1996-09-173-100/+10
|
* Update md5.chuckr1996-09-131-1/+1
|
* Helmet on?jdp1996-09-123-40/+40
| | | | | | | | | | | | | | | | | | | | | Helmet on! Flameproof vest? Deployed, Sir! Heat resistant carbon-fiber cup? In place! All defensive systems armed and ready? Armed and ready, Sir! Fine, then. Let's get on with it. Reduce shared library version numbers! Uh, Sir, with all due respect ... DO YOU HEAR ME??? REDUCE SHARED LIBRARY VERSION NUMBERS!!! Reducing shared library version numbers! ... <*whirr click*> Done! All right, soldier, let's get the hell out of here... Soldier? ... Soldier??
* Describe how to change the set of components that gets built.jdp1996-09-101-1/+2
|
* Update the Modula-3 port with two main goals in mind.jdp1996-09-105-68/+819
| | | | | | | | | | | | | | | | | | | | | | | | | | | First, change the port so that it builds a much smaller subset of the SRC distribution. This eliminates the enormous swap space requirements of the earlier port, greatly reduces the footprint of the installed tree, and cuts the size of the package in half. Second, include many important new patches. Among them is a slightly modified version of phkmalloc that is thread-safe for Modula-3. It eradicates some rare and baffling core dumps that cropped up from time to time in the previous version of the port. The Modula-3 runtime itself is careful to use mutual exclusion around calls to malloc. But there remained some sneaky backdoor paths into it from external libraries. Confession: In the original version of the Modula-3 port, I used a major version number of 353 for the shared libraries, to correspond with the SRC version number 3.5.3. That was a dumb move -- I should have used 1. The current update is incompatible at the shared library level, requiring me to increment the major version number to 354, even though this is still based on SRC release 3.5.3. This is bound to confuse some folks, unfortunately. I weighed a number of alternatives, such as (a) cheating and going back to 1, and (b) using a 4-digit major version such as 3531. But in the end I decided that 354 would be the best solution, even though it's confusing.
* Reorder Makefile variables.chuckr1996-08-261-2/+2
|
* Make a more canonical PKGNAME from the DISTNAME.chuckr1996-08-251-1/+2
|
* Fix the post-install target, .endif in the wrong place.chuckr1996-08-241-2/+2
|
* Update itcl to 2.1. Large port, carries around it's own patchedchuckr1996-08-247-30/+608
| | | | | copies of tcl7.5 amd tk4.1, as well as new widget collection. Reviewed by: (preliminary version) Satoshi
* Make python install include files.chuckr1996-08-1730-45/+900
| | | | Reviewed by: jkh
* Changed doc install directory.chuckr1996-07-301-7/+7
|
* Take out version number, it is in PKGNAME.asami1996-07-291-1/+1
|
* The version numbers are required in the package name.asami1996-07-291-2/+4
| | | | While I'm here, fix the variable ordering.
* Added moscow_ml to SUBDIRSchuckr1996-07-281-1/+2
|
* Submitted by: chuckrchuckr1996-07-281-1/+1
| | | | Oh, messed up an Id line. That's how it works!
* Submitted by: chuckrchuckr1996-07-286-0/+315
| | | | New version of the sml programming language, based upon caml.
* (By way of Andrew Stesin):markm1996-07-277-0/+7539
| | | | | | | | | | | | | | | | | | | | | | | | | From: wjm@best.com (William J. Middleton) Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc Subject: PATCH: perltrap.pod <- 425traps Date: 1 Jul 1996 14:49:58 GMT Approved: merlyn@stonehenge.com (comp.lang.perl.announce) Message-ID: <4r8oim$e5q@nadine.teleport.com> NNTP-Posting-Host: julie.teleport.com [The rush to 5.003 couldn't integrate this, so here it is] The following is a patch for perltrap.pod, from 5.003 (also 5.002). It integrates the latest version of my simple 425traps document. 425traps demonstrated, with examples, all of the traps which have been discovered and sent to me, which have bitten folks making the transition from perl4 to perl5. It also gave an example for each one, including all of the existing perl4 traps in perltrap.pod. As always, if you discover something that isn't documented in one form or another in here, and isn't an official (or at least reported) bug, drop me a line with it. Also, when or if any of these is ever formally declared a bug, I'll take it out.
* Update to perl5.003markm1996-07-1328-588/+658
|
* Added xpl.asami1996-07-101-1/+2
|
* Upgrade, 7.5 -> 7.5.2. Also fix tcl/tk library names.asami1996-07-106-27/+27
| | | | Submitted in part by: Michael Smith <msmith@atrad.adelaide.edu.au>
* Change MASTER_SITE addresses from ftp.aud.alcatel.com (whichgpalmer1996-07-021-2/+2
| | | | | | | no longer holds the archive) to ftp.neosoft.com, correcting paths as necessary. Pointed Out By: jkh
* ftp archive has moved from mirror.neosoft.com to ftp.neosoft.comandreas1996-06-303-6/+6
| | | | fixed for 2.1.5
* Master site change (ftp.neosoft.com -> mirror.neosoft.com).asami1996-06-173-6/+6
| | | | Submitted by: the ftp .message
* Whoops! My `cvscommit' function doesn't take arguments, so this gotjkh1996-06-161-1/+0
| | | | committed by mistake. Back it out.
* Add tclX75jkh1996-06-162-2/+4
|
* Made port NO_PACKAGE.jraynard1996-06-051-7/+9
| | | | | | Removed CFLAGS line which didn't appear to do anything. Minor changes to message printed out at install time.
* freefall.cdrom.com -> freefall.freebsd.orgasami1996-06-031-1/+1
|
* Remove "/usr/local/" from all the lines.asami1996-06-031-84/+84
|
* Get X interface to Smalltalk working.jraynard1996-06-031-0/+37
|
* Compile with optimisation.jraynard1996-06-031-0/+23
|
* Package list for the port.jraynard1996-06-031-0/+84
|
* Change maintainer to jraynard.jraynard1996-06-031-4/+26
| | | | | | Build either X or non-X version depending on whether X11BASE exists. Make info printed out at install stage more informative.
* Use setreuid instead of seteuid for permissions managementgpalmer1996-06-027-0/+504
|
* Install manpages too.asami1996-05-136-3/+63
| | | | Submitted (partly) by: chuckr@glue.umd.edu
* Upgrade this port to use the latest tcl/tk.jkh1996-05-1130-60/+60
| | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com>
* Update to released version of tclX 7.5pst1996-04-289-45/+840
|
* Check if /usr/local/bin/gnatf exists or not and if not, pronounce itasami1996-04-121-1/+4
| | | | BROKEN. This port requires an existing compiler to bootstrap.
* Add gnat.asami1996-04-121-2/+2
|
* pkg/COMMENT files for use by ports READMEs.asami1996-04-091-0/+1
|
* Correct the package CATEGORIES from "languages" to "lang".jdp1996-03-221-2/+2
|
* Add new subdirectory "modula-3".jdp1996-03-201-1/+2
|
* Modula-3 language system from DEC Systems Research Center.jdp1996-03-206-0/+276
|
* Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3".asami1996-03-183-6/+6
|
* A little reformatting. Also conditionalize man page compression onasami1996-03-187-35/+56
| | | | NOMANCOMPRESS.
* Update to Perl 5.002.markm1996-03-1635-686/+1071
|
* TclX v7.5pst1996-03-1615-0/+201
|
* Checksum was wrong.asami1996-03-101-2/+2
|
* Install additional documents conditional to NOPORTDOCS. Note thatasami1996-03-071-3/+11
| | | | "License" is installed unconditionally.
* Mandatory package files!asami1996-03-073-0/+27
|
OpenPOWER on IntegriCloud