summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unless I'm hollucinating, my last commit, which I specifiedJoshua Peck Macdonald1996-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. Notes: svn path=/head/; revision=3803
* cJoshua Peck Macdonald1996-09-173-100/+10
| | | | Notes: svn path=/head/; revision=3802
* Update md5.Chuck Robey1996-09-131-1/+1
| | | | Notes: svn path=/head/; revision=3762
* Helmet on?John Polstra1996-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?? Notes: svn path=/head/; revision=3758
* Describe how to change the set of components that gets built.John Polstra1996-09-101-1/+2
| | | | Notes: svn path=/head/; revision=3750
* Update the Modula-3 port with two main goals in mind.John Polstra1996-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. Notes: svn path=/head/; revision=3748
* Reorder Makefile variables.Chuck Robey1996-08-261-2/+2
| | | | Notes: svn path=/head/; revision=3704
* Make a more canonical PKGNAME from the DISTNAME.Chuck Robey1996-08-251-1/+2
| | | | Notes: svn path=/head/; revision=3702
* Fix the post-install target, .endif in the wrong place.Chuck Robey1996-08-241-2/+2
| | | | Notes: svn path=/head/; revision=3694
* Update itcl to 2.1. Large port, carries around it's own patchedChuck Robey1996-08-247-30/+608
| | | | | | | | copies of tcl7.5 amd tk4.1, as well as new widget collection. Reviewed by: (preliminary version) Satoshi Notes: svn path=/head/; revision=3689
* Make python install include files.Chuck Robey1996-08-1730-45/+900
| | | | | | | Reviewed by: jkh Notes: svn path=/head/; revision=3635
* Changed doc install directory.Chuck Robey1996-07-301-7/+7
| | | | Notes: svn path=/head/; revision=3453
* Take out version number, it is in PKGNAME.Satoshi Asami1996-07-291-1/+1
| | | | Notes: svn path=/head/; revision=3450
* The version numbers are required in the package name.Satoshi Asami1996-07-291-2/+4
| | | | | | | While I'm here, fix the variable ordering. Notes: svn path=/head/; revision=3449
* Added moscow_ml to SUBDIRSChuck Robey1996-07-281-1/+2
| | | | Notes: svn path=/head/; revision=3444
* Submitted by: chuckrChuck Robey1996-07-281-1/+1
| | | | | | | Oh, messed up an Id line. That's how it works! Notes: svn path=/head/; revision=3443
* Submitted by: chuckrChuck Robey1996-07-286-0/+315
| | | | | | | New version of the sml programming language, based upon caml. Notes: svn path=/head/; revision=3442
* (By way of Andrew Stesin):Mark Murray1996-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. Notes: svn path=/head/; revision=3436
* Update to perl5.003Mark Murray1996-07-1328-588/+658
| | | | Notes: svn path=/head/; revision=3387
* Added xpl.Satoshi Asami1996-07-101-1/+2
| | | | Notes: svn path=/head/; revision=3360
* Upgrade, 7.5 -> 7.5.2. Also fix tcl/tk library names.Satoshi Asami1996-07-106-27/+27
| | | | | | | Submitted in part by: Michael Smith <msmith@atrad.adelaide.edu.au> Notes: svn path=/head/; revision=3344
* Change MASTER_SITE addresses from ftp.aud.alcatel.com (whichGary Palmer1996-07-021-2/+2
| | | | | | | | | | no longer holds the archive) to ftp.neosoft.com, correcting paths as necessary. Pointed Out By: jkh Notes: svn path=/head/; revision=3296
* ftp archive has moved from mirror.neosoft.com to ftp.neosoft.comAndreas Klemm1996-06-303-6/+6
| | | | | | | fixed for 2.1.5 Notes: svn path=/head/; revision=3293
* Master site change (ftp.neosoft.com -> mirror.neosoft.com).Satoshi Asami1996-06-173-6/+6
| | | | | | | Submitted by: the ftp .message Notes: svn path=/head/; revision=3241
* Whoops! My `cvscommit' function doesn't take arguments, so this gotJordan K. Hubbard1996-06-161-1/+0
| | | | | | | committed by mistake. Back it out. Notes: svn path=/head/; revision=3230
* Add tclX75Jordan K. Hubbard1996-06-162-2/+4
| | | | Notes: svn path=/head/; revision=3229
* Made port NO_PACKAGE.James Raynard1996-06-051-7/+9
| | | | | | | | | Removed CFLAGS line which didn't appear to do anything. Minor changes to message printed out at install time. Notes: svn path=/head/; revision=3173
* freefall.cdrom.com -> freefall.freebsd.orgSatoshi Asami1996-06-031-1/+1
| | | | Notes: svn path=/head/; revision=3165
* Remove "/usr/local/" from all the lines.Satoshi Asami1996-06-031-84/+84
| | | | Notes: svn path=/head/; revision=3162
* Get X interface to Smalltalk working.James Raynard1996-06-031-0/+37
| | | | Notes: svn path=/head/; revision=3161
* Compile with optimisation.James Raynard1996-06-031-0/+23
| | | | Notes: svn path=/head/; revision=3160
* Package list for the port.James Raynard1996-06-031-0/+84
| | | | Notes: svn path=/head/; revision=3159
* Change maintainer to jraynard.James Raynard1996-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. Notes: svn path=/head/; revision=3157
* Use setreuid instead of seteuid for permissions managementGary Palmer1996-06-027-0/+504
| | | | Notes: svn path=/head/; revision=3155
* Install manpages too.Satoshi Asami1996-05-136-3/+63
| | | | | | | Submitted (partly) by: chuckr@glue.umd.edu Notes: svn path=/head/; revision=3078
* Upgrade this port to use the latest tcl/tk.Jordan K. Hubbard1996-05-1130-60/+60
| | | | | | | Patches Submitted by: Soren Dayton <soren@ambiguity.i-2.com> Notes: svn path=/head/; revision=3076
* Update to released version of tclX 7.5Paul Traina1996-04-289-45/+840
| | | | Notes: svn path=/head/; revision=3042
* Check if /usr/local/bin/gnatf exists or not and if not, pronounce itSatoshi Asami1996-04-121-1/+4
| | | | | | | BROKEN. This port requires an existing compiler to bootstrap. Notes: svn path=/head/; revision=2985
* Add gnat.Satoshi Asami1996-04-121-2/+2
| | | | Notes: svn path=/head/; revision=2984
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
| | | | Notes: svn path=/head/; revision=2959
* Correct the package CATEGORIES from "languages" to "lang".John Polstra1996-03-221-2/+2
| | | | Notes: svn path=/head/; revision=2878
* Add new subdirectory "modula-3".John Polstra1996-03-201-1/+2
| | | | Notes: svn path=/head/; revision=2864
* Modula-3 language system from DEC Systems Research Center.John Polstra1996-03-206-0/+276
| | | | Notes: svn path=/head/; revision=2863
* Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3".Satoshi Asami1996-03-183-6/+6
| | | | Notes: svn path=/head/; revision=2850
* A little reformatting. Also conditionalize man page compression onSatoshi Asami1996-03-187-35/+56
| | | | | | | NOMANCOMPRESS. Notes: svn path=/head/; revision=2849
* Update to Perl 5.002.Mark Murray1996-03-1635-686/+1071
| | | | Notes: svn path=/head/; revision=2842
* TclX v7.5Paul Traina1996-03-1615-0/+201
| | | | Notes: svn path=/head/; revision=2841
* Checksum was wrong.Satoshi Asami1996-03-101-2/+2
| | | | Notes: svn path=/head/; revision=2817
* Install additional documents conditional to NOPORTDOCS. Note thatSatoshi Asami1996-03-071-3/+11
| | | | | | | "License" is installed unconditionally. Notes: svn path=/head/; revision=2802
* Mandatory package files!Satoshi Asami1996-03-073-0/+27
| | | | Notes: svn path=/head/; revision=2801