1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

5018 Commits

Author SHA1 Message Date
Andrey A. Chernov
48748db13a Upgrade to 2.0 1996-12-27 11:40:57 +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
Masafumi Max NAKANE
090e1f74d4 Moved the @exec mkdir ... line so that it won't fail to
mkdir lib/nethackdir/save when you do pkg_add this package for the first time.
1996-12-27 08:51:32 +00:00
Peter Wemm
67faab29d6 Make one of our changes for -current work on 2.1. In -current, rresvport()
ignores it's argument (it's meaningless, the kernel keeps the state), but
2.1.x use it.  ssh was effectively giving a random port to 2.1.

Originally noticed by: John Polstra <jdp@polstra.com>
1996-12-27 08:42:41 +00:00
David E. O'Brien
0ebe3bae3b Don't need WRKSRC.
Add manpages to MANx.  But don't compress them.
1996-12-27 06:26:05 +00:00
James FitzGibbon
7c6b1807c2 Forgot one instance of '1.94' that should have read '1.94.1'. 1996-12-27 06:26:00 +00:00
James FitzGibbon
84c4276379 Upgrade to majordomo v1.94.1. 1996-12-27 06:25:02 +00:00
David E. O'Brien
116bb06e77 Style police. 1996-12-27 06:01:29 +00:00
David E. O'Brien
55c1b2135d Did a little "SUBDIR += estic"
Not-forgotten-by-so-Satoshi-wouldn't-have-to:	obrien
1996-12-27 05:29:44 +00:00
Peter Wemm
55a7a37df3 Update 1.1.1 -> 1.1.2
The usual bug fixes, including one that prevented ftp objects being
cached (they immediately timed out).....
1996-12-26 22:00:50 +00:00
Masafumi Max NAKANE
50ee9c09e0 Added ${MASTER_SITE_GNU} to MASTER_SITES 1996-12-26 10:01:04 +00:00
Masafumi Max NAKANE
c668467845 Upgrade, 0.5.5 -> 0.6.1.
Submitted by:	xaa@stack.nl
1996-12-26 09:06:35 +00:00
Adam David
561678a4d8 1.0.93 --> 1.0.97 1996-12-26 05:46:21 +00:00
Satoshi Asami
3870313982 I'm sorry, this kind of commits need to be reviewed by me, espicially
in a time like this (i.e., right before the release).

Back out rev 1.242, also add a stronger note above the MAINTAINER.
1996-12-26 01:02:29 +00:00
Andrey A. Chernov
39f3dc0e4d Upgrade to 1.2b3
Submitted by: mostly by peter
1996-12-25 22:53:28 +00:00
Warner Losh
caf441c407 Integrate changes from OpenBSD's efforts to use the FreeBSD ports system.
Generalize the selection of programs to run based on the existance of files
rather than the OS names that we find.  Add comments about me being the
keeper of the OpenBSD mods of this file.  Use ftp on OpenBSD rather than
fetch since OpenBSD's FTP supports urls and there is no fetch.

Reviewed by:	Joerge Wunch, Jordan Hubbard, and others in ports I've forgotten
Obtained from:	OpenBSD with changes from me.
1996-12-25 18:19:22 +00:00
Jean-Marc Zucconi
5188015351 Upgrade: version 5.58 -> version 5.62.
Also install *.sty, *.tfm and *.vf files.
1996-12-25 18:01:33 +00:00
David E. O'Brien
bdb39c54c4 Upgrade to version 0.55 (and patches upto 04.xyz.PATCH) 1996-12-25 13:59:08 +00:00
David E. O'Brien
51b93c1ce7 Share vnroff with the rest of the world. 1996-12-25 12:43:09 +00:00
David E. O'Brien
ac4e289cb8 VNroff converts VIQR format Vietnamese characters into troff format so
groff/troff can print it out.
1996-12-25 12:42:42 +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
David E. O'Brien
12bfcfc1d8 Greatly shortened the DESCR files (which were simply the long README file
from the distfile).
Clarified COMMENT files.
1996-12-25 12:09:04 +00:00
Andrey A. Chernov
4311ac9af5 Quick hack of KOI8-R locale to make it work: add ISO8859-1:GR
also it is not true.
ISO8859-1:GR _always_ searched for pressed 8bit key independently of
locale information, so only ISO8859-1 locales really works.

Remove NO_PACKAGE, because XFree distributed package not have
this fixes.
1996-12-25 05:56:07 +00:00
Peter Wemm
6bf55542b0 Hey guess what Satoshi? I nearly forgot the md5 file too... :-] 1996-12-25 04:59:55 +00:00
Peter Wemm
dcd3fb9f02 Update 1.25 -> 1.27 (file gone from master sites) 1996-12-25 04:42:53 +00:00
Masafumi Max NAKANE
b7c1d0f9d7 Upgrade, 2.4.0 -> 2.5.0. 1996-12-25 03:03:24 +00:00
Masafumi Max NAKANE
c6bd830976 Upgrade, 1.3.1 -> 1.3.2. 1996-12-24 11:12:12 +00:00
Satoshi Asami
3901993301 Move docs from share/pgperl to share/doc/pgperl. 1996-12-24 07:47:39 +00:00
Satoshi Asami
02b71db7e7 Fix this Makefile up big-time.
(1) Standardize (move variables around).

(2) Finish writing the *_DEPENDS line, which all ended in mid-sentence.

(3) Move docs from share/pgperl to share/doc/pgperl.
1996-12-24 07:47:28 +00:00
Satoshi Asami
7533d48dda Shorten this file. Please, don't put the entire 218-line README here! :( 1996-12-24 07:42:52 +00:00
Satoshi Asami
b9768202f4 Use "${WRKDIR}" instead of "work". 1996-12-24 07:35:26 +00:00
Satoshi Asami
9d103c94d5 Remove name of package from pkg/COMMENT. 1996-12-24 07:35:05 +00:00
Satoshi Asami
6062b133d0 "WRKSRC=${WRKDIR}" -> "NO_WRKSUBDIR=yes." 1996-12-24 07:31:49 +00:00
Satoshi Asami
75e00c364a Minor cleanup (shorten PKGNAME, remove unnecessary WRKSRC). 1996-12-24 05:29:43 +00:00
Andreas Klemm
fe0bf6dedd new patch-aa needed because of little Makefile modifications by
the author of the package.
1996-12-23 18:23:21 +00:00
Jean-Marc Zucconi
68553c3d86 Add pgperl. Move pgplot to keep the list in alphabetical order. 1996-12-23 17:43:31 +00:00
Jean-Marc Zucconi
ac09544c34 A perl5 extension which makes available the pgplot library. 1996-12-23 17:37:41 +00:00
Thomas Gellekum
12c85a2ffb Activate jbigkit. 1996-12-23 07:34:57 +00:00
Thomas Gellekum
32b8c8be6c Use the original version from EECS, not the patched linux stuff.
Closes PR 2254.

Submitted by: Julian Jenkins <kaveman@magna.com.au>
1996-12-23 07:26:19 +00:00
Thomas Gellekum
6370885878 Now that we have libjbig in the ports, we might as well use it.
Implicitly requested by: Mikhail Teterin (PR 2096)

(Note that I didn't look for a new version of ImageMagick; I'd
like to stick with the 3.7.9 we currently have.)
1996-12-23 07:19:05 +00:00
Thomas Gellekum
be07477ea0 Import of jbigkit, which contains yet another graphics library.
Closes PR 2066.

Submitted by:	Mikhail Teterin <mi@aldan.ziplink.net>
1996-12-23 07:12:29 +00:00
Andrey A. Chernov
976772a44c Upgrade to +29 1996-12-23 06:08:21 +00:00
Satoshi Asami
751417b7a9 Suggested by: msmith
Add a little more sophistication to the md5 grep command.

Change the md5 checksum logic a bit.  Now, the message is printed
out for every successfully/unsuccessfully matched checksum, and it
aborts at the end if there was a mismatch.  Also, make missing checksum
and IGNORE file inconsistency fatal, as there is now no reason to have
a missing checksum.
1996-12-23 02:49:35 +00:00
Satoshi Asami
d7ebff0f05 Add newline to end of file. 1996-12-23 02:36:39 +00:00
Satoshi Asami
1bbaa422d5 Update to 3.2.2.
Notified by:	andreas
1996-12-23 02:29:36 +00:00
Satoshi Asami
263c3e5d2e Make this compile even if BuildServer is not defined. The original error
that raised my attention was the tab used in place of spaces in the
!BuildServer part, but since we aren't building this inside the X Consortium
tree anyway, I believe the conditional check should be taken out.
1996-12-23 00:37:24 +00:00
Warner Losh
fb1eb5675e Apply minor patch from the OpenBSD folks to allow this to compile and
work on both FreeBSD and OpenBSD.

Specifically, both FreeBSD and OpenBSD have the timelocal() function.  In
fact most unixes have this function, so I'm not sure what the best fix
generically would be.  This fix is no worse than the one that was there
before, however.

Submitted by:	Niklas Hallqvist <niklas@filippa.appli.se>
Obtained from:	OpenBSD by way of Niklas
1996-12-22 17:01:12 +00:00
Andreas Klemm
aa282eb940 Got checksum mismatch. Fetched it again and created new checksum file. 1996-12-22 12:34:19 +00:00