Masafumi Max NAKANE
0103e71f40
Upgrade, 5.21.6 -> 5.21.7.
1997-01-06 10:56:06 +00:00
Satoshi Asami
1ac96bffe8
Move copyright text to MESSAGE file, which will be displayed
...
by pkg_add (if it weren't buggy).
1997-01-06 09:23:58 +00:00
Andreas Klemm
c07bb2572b
updated port to version 2.0.3
1997-01-04 23:40:19 +00:00
Andreas Klemm
868388af95
eperl - new port
...
Embedded Perl 5 for HTML, a server-side scripting language
Reviewed by: andreas
Submitted by: Ralf S. Engelschall <rse@engelschall.com>
1997-01-04 18:54:38 +00:00
Satoshi Asami
8a6f763ea3
Added ocaml.
1997-01-03 11:26:54 +00:00
Satoshi Asami
378a074c28
Objective Caml.
...
Submitted by: (Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
1997-01-03 11:25:47 +00:00
Masafumi Max NAKANE
6a68b60f92
New port, scsh:
...
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by: max
Submitted by: cracauer@cons.org "Martin Cracauer"
1997-01-03 00:37:20 +00:00
Thomas Gellekum
1af0ec6bf0
Compile in the PyTix extensions, now that we have Tix.
...
Change MAINTAINER from jkh to tg. OK'd by: Jordan.
1997-01-02 10:03:00 +00:00
David E. O'Brien
69bf95c184
Don't use a generic PLIST which is then fixedup. Note, that others using
...
our ports collection will have to come up with a solution for this.
Requested by: Satoshi
1996-12-31 15:08:23 +00:00
Mike Smith
8177b423f4
Move the master site pointer to esr's retrocomputing archive; the old
...
one appears to have gone.
Submitted by: pgiffuni@fps.biblos.unal.edu.co ( Pedro Giffuni S.)
1996-12-31 08:25:17 +00:00
John Polstra
84a9e53842
Use a "work" subdirectory after all, simply to keep the ".*_done"
...
files from cluttering up the port's source directory.
Complained about by: peter
Use NO_CHECKSUM instead of a do-nothing "checksum" target.
1996-12-30 23:28:13 +00:00
David E. O'Brien
ad8118a072
Let CFLAGS come from /etc/make.conf
...
Caught by: Satoshi
1996-12-28 00:52:48 +00:00
David E. O'Brien
1384986d38
Just doing a little "SUBDIR += lcc" action.
1996-12-27 11:11:44 +00:00
David E. O'Brien
a7ed5d35e0
lcc is the retargetable ANSI C compiler described in the book
...
`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
1996-12-27 11:09:49 +00:00
David E. O'Brien
a5b245b377
Share mixal with the rest of the world.
1996-12-25 12:14:02 +00:00
David E. O'Brien
8d72b02a66
Mixal is a version the assembler and interpreter for Donald Knuth's
...
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.
1996-12-25 12:13:02 +00:00
Satoshi Asami
75e00c364a
Minor cleanup (shorten PKGNAME, remove unnecessary WRKSRC).
1996-12-24 05:29:43 +00:00
Andreas Klemm
9cc719eef7
Remove the package name in the COMMENT file.
1996-12-22 12:13:06 +00:00
Andreas Klemm
55b9a87665
and here the PLIST file
1996-12-21 17:29:19 +00:00
Andreas Klemm
c1b1010ad0
Bootstrap pgcc-current using -O instead of -O2 (for safety reasons, I don't
...
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>
1996-12-20 07:27:41 +00:00
Satoshi Asami
e8029531ee
Add pgcc-current.
...
Forgetten-despite-my-repeated-warnings-by: andreas
1996-12-19 00:19:07 +00:00
Andreas Klemm
9a84e6bfb5
pgcc-current is a developer release of gcc 2.7.2 with pentium
...
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.
1996-12-18 16:40:16 +00:00
Peter Wemm
7cbc880b8f
oops, forgot to include the invisible "micro version" in the "version
...
required" field in the makefile comments.
1996-12-16 12:12:59 +00:00
Peter Wemm
31928831ec
Distfile has changed (apparently to verison 5.21.6?)
...
Note: this depends on the tclConfig changes, which had probably better go
into 2.2.
1996-12-16 12:10:20 +00:00
David E. O'Brien
ee1dee6f75
Added second MASTER site.
1996-12-11 18:43:33 +00:00
Satoshi Asami
6a00dcc27c
Update to take advantage of new features in bsd.port.mk rev. 1.237.
1996-12-11 10:18:45 +00:00
Satoshi Asami
614a270b7c
Remove GDBM_File.3, it won't be built if gdbm isn't already installed.
...
Reported by: markm
1996-12-10 06:43:40 +00:00
Masafumi Max NAKANE
86913ca557
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
...
RESTRICTED or BROKEN.
Pointed-out by: asami
1996-12-08 01:45:16 +00:00
Masafumi Max NAKANE
5d001cc6aa
Original distfile has been changed.
1996-12-07 20:01:28 +00:00
Masafumi Max NAKANE
1958fc5e8e
No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.
1996-12-07 19:58:09 +00:00
Masafumi Max NAKANE
3c3c5275f2
Added reason for NO_PACKAGE. (Interactive installation, sort of.)
...
{CP} -> ${CP} ;)
1996-12-07 17:58:22 +00:00
Satoshi Asami
0cefd7310e
Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3.
1996-12-07 14:23:29 +00:00
Satoshi Asami
a164413181
Oops, real reason of BROKEN was gcc incompatibility.
1996-12-07 13:28:30 +00:00
Satoshi Asami
2500f7653e
Add reasons to BROKEN.
1996-12-07 13:03:36 +00:00
David E. O'Brien
36116262c0
Mistyping.
1996-12-04 08:04:24 +00:00
David E. O'Brien
b283b328e0
Turn on lang/cim
1996-12-04 08:03:09 +00:00
David E. O'Brien
6f444c8544
Compiler for the SIMULA programming language
...
Closes-PR: ports/2069
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1996-12-04 08:01:30 +00:00
Satoshi Asami
2b7a524869
Remove tcl75, it is already in the main source tree.
1996-12-03 11:06:32 +00:00
John Polstra
cbad256e75
Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that it
...
will be executed before any other scripts that depend on it (such as an
anticipated "cvsupd.sh").
1996-11-29 19:49:19 +00:00
Satoshi Asami
6322df15f4
Add missing manpage (perl.1).
1996-11-26 11:10:27 +00:00
David E. O'Brien
130b7d8a24
Added some extra MASTER_SITES. Note, only one of them still has version 1.05
...
(which is what we try to fetch). The others have 1.08 and 1.1.
I'll update this port in two-three weeks.
1996-11-25 03:49:08 +00:00
Satoshi Asami
0003cb29e0
Typo typo (no, not my fault!).
1996-11-21 09:32:45 +00:00
Satoshi Asami
6144bc038c
Fix some typos I so eloquently introduced last night.
...
Found by: make index
1996-11-19 01:18:00 +00:00
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
5dba7b6e29
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 10:25:35 +00:00
Satoshi Asami
83e5fd3ee1
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 09:56:45 +00:00
David E. O'Brien
322557b38b
Converted to MAN[1-9NL]
1996-11-17 06:12:51 +00:00
Masafumi Max NAKANE
e1f2cc0fcf
Upgrade, 2.7.15 -> 2.7.16.
1996-11-16 16:25:14 +00:00
David E. O'Brien
8cab6ac113
Modernize the Makefile.
1996-11-15 19:16:25 +00:00
John Polstra
092c0f453f
The recent mass changes to the ports broke this one by erroneously
...
changing a "cpio" to "${CP}". This commit undoes that change.
1996-11-14 23:18:58 +00:00