summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Install config.h, so compiling extensions from C sourcestg1997-02-0630-375/+360
| | | | actually works.
* Upgrade, 2.7.16 -> 2.7.18.max1997-02-024-106/+86
|
* Use installed header files.asami1997-01-191-8/+4
|
* Change pre-patch rule slightly to extract everything under ${WRKSRC},asami1997-01-191-8/+7
| | | | not ${.CURDIR}. Also remove HAS_CONFIGURE (GNU_CONFIGURE implies that).
* Add idl4msmith1997-01-161-1/+2
|
* Oops, forgot this one.msmith1997-01-161-0/+44
|
* Remove version number from descriptionmsmith1997-01-161-2/+0
|
* New patches for bwbasic 2.20msmith1997-01-161-23/+15
|
* New checksums for new files.msmith1997-01-161-1/+2
|
* Update to version 2.20pl1, also fix some glaring stupidity that causesmsmith1997-01-161-7/+21
| | | | | | one of the supplied tests to fail. Located-on-radar-by: Josh Gilliam -- soil@quick.net
* Remove myself as MAINTAINER from a number of ports I no longerjkh1997-01-064-12/+4
| | | | | have time to properly maintain. This will cause the position to revert to ports.
* Upgrade, 5.21.6 -> 5.21.7.max1997-01-064-32/+49
|
* Move copyright text to MESSAGE file, which will be displayedasami1997-01-062-44/+41
| | | | by pkg_add (if it weren't buggy).
* updated port to version 2.0.3andreas1997-01-045-16/+28
|
* eperl - new portandreas1997-01-045-0/+96
| | | | | | Embedded Perl 5 for HTML, a server-side scripting language Reviewed by: andreas Submitted by: Ralf S. Engelschall <rse@engelschall.com>
* Added ocaml.asami1997-01-031-1/+2
|
* Objective Caml.asami1997-01-035-0/+214
| | | | Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
* New port, scsh:max1997-01-0310-0/+470
| | | | | | A Unix shell embedded into Scheme, with access to all Posix calls Reviewed by: max Submitted by: cracauer@cons.org "Martin Cracauer"
* Compile in the PyTix extensions, now that we have Tix.tg1997-01-0260-75/+330
| | | | Change MAINTAINER from jkh to tg. OK'd by: Jordan.
* Don't use a generic PLIST which is then fixedup. Note, that others usingobrien1996-12-312-3/+13
| | | | | | our ports collection will have to come up with a solution for this. Requested by: Satoshi
* Move the master site pointer to esr's retrocomputing archive; the oldmsmith1996-12-311-2/+2
| | | | | | one appears to have gone. Submitted by: pgiffuni@fps.biblos.unal.edu.co ( Pedro Giffuni S.)
* Use a "work" subdirectory after all, simply to keep the ".*_done"jdp1996-12-301-8/+2
| | | | | | | files from cluttering up the port's source directory. Complained about by: peter Use NO_CHECKSUM instead of a do-nothing "checksum" target.
* Let CFLAGS come from /etc/make.confobrien1996-12-281-0/+10
| | | | Caught by: Satoshi
* Just doing a little "SUBDIR += lcc" action.obrien1996-12-271-1/+2
|
* lcc is the retargetable ANSI C compiler described in the bookobrien1996-12-279-0/+1412
| | | | | | | | | | | | | | `A Retargetable C Compiler: Design and Implementation' (Addison-Wesley, 1995, ISBN 0-8053-1670-1). lcc is a production compiler with a hand crafted lexical analyzer and a hand-coded recursive decent parser. The lexer and parser code is well written and very easy to read (and learn from :-)). lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it does not under stand FreeBSD's "long long" data type. Contributions by: Soren Schmidt
* Share mixal with the rest of the world.obrien1996-12-251-1/+2
|
* Mixal is a version the assembler and interpreter for Donald Knuth'sobrien1996-12-255-0/+57
| | | | | | | | | mythical MIX computer, defined in: Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental Algorithms_. Addison-Wesley, 1973 (2nd ed.) Some of us were playing with it at school... so I made a port of it.
* Minor cleanup (shorten PKGNAME, remove unnecessary WRKSRC).asami1996-12-241-3/+2
|
* Remove the package name in the COMMENT file.andreas1996-12-221-1/+1
|
* and here the PLIST fileandreas1996-12-211-0/+64
|
* Bootstrap pgcc-current using -O instead of -O2 (for safety reasons, I don'tandreas1996-12-202-1/+20
| | | | | | | | | | | | | | | | | | | | | | | want higher optimization levels result in unsafer binaries). Fix bug, that causes core dumps when using higher optimization levels than -O2. Results with dhrystone 2.1 (1000000 loops): stock cc (2.7.2.1 from current) : 136k (136xxx) pgcc-current with -O2 : 138k pgcc-current with -O6 : 172k And no coredump anymore. Reason for coredump: With -O3 cc1 does an register-to-register-copy optimization and it tries to write some debugging information about what it is doing into a file that does not exist unless you have instructed cc1 to dump all its information about its internal state. (From: Sascha Blank) BTW: PLIST is really coming soon, it's on my todo list ;-) BTW2: Is Sascha already in the contributors list ? Have to go to work now. Submitted by: Sascha Blank <blank@sliphost37.uni-trier.de>
* Add pgcc-current.asami1996-12-191-1/+2
| | | | Forgetten-despite-my-repeated-warnings-by: andreas
* pgcc-current is a developer release of gcc 2.7.2 with pentiumandreas1996-12-186-0/+91
| | | | | | | | | | | | | | | | | optimizations. The motivation to make a separate pgcc port is, to provide two versions, an official release, which is missing the leading edge of developement and an interesting current version, which fixes some things and might breake (or not) others. Fact is, that one is able to compile and run a complete FreeBSD-current kernel without trouble and so closes 2 PR's. >Number: 1221 >Category: bino and possibly >Number: 1222 >Category: ports (should be tested by the submitter.
* oops, forgot to include the invisible "micro version" in the "versionpeter1996-12-161-2/+2
| | | | required" field in the makefile comments.
* Distfile has changed (apparently to verison 5.21.6?)peter1996-12-161-1/+1
| | | | | Note: this depends on the tclConfig changes, which had probably better go into 2.2.
* Added second MASTER site.obrien1996-12-111-2/+3
|
* Update to take advantage of new features in bsd.port.mk rev. 1.237.asami1996-12-117-63/+21
|
* Remove GDBM_File.3, it won't be built if gdbm isn't already installed.asami1996-12-1014-21/+14
| | | | Reported by: markm
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
| | | | | RESTRICTED or BROKEN. Pointed-out by: asami
* Original distfile has been changed.max1996-12-071-1/+1
|
* No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.max1996-12-071-2/+1
|
* Added reason for NO_PACKAGE. (Interactive installation, sort of.)max1996-12-071-3/+3
| | | | {CP} -> ${CP} ;)
* Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3.asami1996-12-0714-553/+728
|
* Oops, real reason of BROKEN was gcc incompatibility.asami1996-12-071-4/+6
|
* Add reasons to BROKEN.asami1996-12-072-4/+4
|
* Mistyping.obrien1996-12-041-1/+1
|
* Turn on lang/cimobrien1996-12-041-1/+2
|
* Compiler for the SIMULA programming languageobrien1996-12-045-0/+53
| | | | | Closes-PR: ports/2069 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
* Remove tcl75, it is already in the main source tree.asami1996-12-031-2/+1
|
* Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that itjdp1996-11-292-3/+3
| | | | | will be executed before any other scripts that depend on it (such as an anticipated "cvsupd.sh").
OpenPOWER on IntegriCloud