1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

2613 Commits

Author SHA1 Message Date
Adam David
fbbb27045a update to latest stable version
install documentation image files
1996-01-14 23:00:45 +00:00
Andrey A. Chernov
bfc5b7cc3d Upgrade to 2.3.0 1996-01-14 10:29:20 +00:00
Joerg Wunsch
be3f1f8a3c PLIST: the binary is now named hpscan', not scanner'
DESCR: the program is know to work with a Scanjet 4A as well
1996-01-13 19:01:10 +00:00
Joerg Wunsch
8c01e708c2 Some additions:
. fix a minor bug, causing core dumps in some occasions
. add handling for 15/16/24/32 bit displays
. provide an Imakefile

Reviewed by: Richard Tobin, and nate
1996-01-13 18:59:59 +00:00
Joerg Wunsch
7f5729d85d We do have an Imakefile now. 1996-01-13 18:56:58 +00:00
Satoshi Asami
61d929cf37 Upgrade one file from the author.
Submitted by:	Lars Fredriksen <lars@mcs.com>
1996-01-13 09:54:53 +00:00
Satoshi Asami
f23002e9d2 File name changed on master site (".freebsd.gz" -> ".freebsd.tar.gz").
Submitted by:	"Danny J. Zerkel" <dzerkel@feephi.phofarm.com>
1996-01-13 07:03:37 +00:00
Nate Williams
ac87bb311c HP ScanJet user-level scanner driver written by Richard Tobin.
This code is known to work with the HP3C, but was written for the HP
IIcx, so it appears to be generically applicable to newer HP scanners.
1996-01-12 20:58:39 +00:00
Andrey A. Chernov
84383852c4 strip binaries 1996-01-12 01:54:50 +00:00
Andrey A. Chernov
92ae5f6897 Fix coredump in attachment saving (for version with MIME)
Remove -fno-strength-reduce
1996-01-12 01:49:09 +00:00
Paul Traina
4157893907 Patch around a security vulnerability in rxvt. Give up root privileges when
they're not necessary.  RXVT's handling of /etc/utmp is blatantly idiotic
under FreeBSD but at least it's not a security hole anymore.

Obtained from: Marc Ewing (marc@redhat.com) from BUGTRAQ mailing list.
1996-01-11 09:00:12 +00:00
Andrey A. Chernov
2b64d4278e Upgrade to 4.0B 1996-01-11 01:33:48 +00:00
Andrey A. Chernov
3c4ad3778e Upgrade to 4.0B 1996-01-11 01:20:33 +00:00
Andrey A. Chernov
f31ff43e28 Intl. version upgrade 1996-01-11 00:26:25 +00:00
Andrey A. Chernov
c860f873f0 Update to mach current development PGP snapshot 1996-01-05 18:17:38 +00:00
Stefan Eßer
ac16c18c03 Make this run from a R/O /usr file system:
- Temporary files are written into $TMPDIR (default /var/tmp)
  (some 18MB of free space are required for the file system test).
- Results are stored into $RESULTDIR (default /tmp).
1996-01-05 16:38:12 +00:00
Andrey A. Chernov
be7c6b52a6 Upgrade to 3.38.06 1996-01-04 19:49:36 +00:00
Satoshi Asami
d60f9811bd Update checksum. Why in the hell the version number didn't change as
well is beyond me.
1996-01-04 11:32:51 +00:00
Satoshi Asami
131aec0538 Delete manpage before installing it. (Hand patchfile-editing.) 1996-01-04 11:23:30 +00:00
Andrey A. Chernov
94fb971508 Better package list 1996-01-04 05:37:12 +00:00
Andrey A. Chernov
76a2214915 Upgrade to next snapshot 1996-01-04 05:00:25 +00:00
Andrey A. Chernov
b275569faa Upgrade to next international beta snapshot 1996-01-04 04:35:17 +00:00
Stefan Eßer
00e64e978f Add bytebench. 1996-01-03 00:12:48 +00:00
Stefan Eßer
def0541056 List all files being installed and add @dirrm directioves for proper
deinstallation.
1996-01-03 00:09:51 +00:00
Stefan Eßer
8ec4c84aa4 Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will
prevent the tests from running.
Do not try to compile the test programs, since the sources are not
being copied to the lib/bytebench directory by "make install".
1996-01-03 00:08:33 +00:00
Stefan Eßer
1da350ced8 Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will
prevent the tests from running.
1996-01-03 00:06:21 +00:00
Stefan Eßer
2d1df8b704 Add "do-install" target. 1996-01-02 23:08:59 +00:00
Stefan Eßer
bdfe0a2973 *** empty log message *** 1996-01-02 23:07:41 +00:00
Stefan Eßer
e33d663c79 Package description files added. 1996-01-02 22:08:35 +00:00
Stefan Eßer
0fa3c4a3a1 The BYTE benchmark suite, very popular under Linux users as it seems.
(See: http://www.silkroad.com/bass/linux/bm.html for results ...)

This is another benchmark that tries to give a single performance
number, but without giving much thought to proper weighting of the
performance numbers. So: Please handle with care ...
1996-01-01 22:57:36 +00:00
Andrey A. Chernov
8693ea3511 Do not clobber existen configuration 1995-12-29 20:54:10 +00:00
Andrey A. Chernov
5d74a294b7 Fix checksum mismatch 1995-12-29 20:43:16 +00:00
Andrey A. Chernov
790651d3b0 Upgrade to 3.11pre4 1995-12-28 16:03:02 +00:00
Andrey A. Chernov
a2a9f4068c Upgrade to 3.38 1995-12-28 14:59:18 +00:00
Andreas Schulz
9ad286d204 Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.
Update the COMMENT file that told something about 2.5 :-).
1995-12-26 00:52:40 +00:00
Andreas Schulz
9515f9b822 Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite. 1995-12-26 00:52:03 +00:00
Satoshi Asami
5b65a8eee9 Add "USE_X11=yes" so that packaging will work. 1995-12-25 07:53:59 +00:00
Satoshi Asami
4fd3bfe6c2 (1) Reorder variables (DISTNAME goes before PKGNAME).
(2) Remove "BSD" from end of PKGNAME string.
1995-12-25 07:38:41 +00:00
Mark Murray
949dd0b040 Add gnuchess. 1995-12-23 21:11:49 +00:00
Mark Murray
5d1b1b8426 Latest version of Gnu Chess. Now we can kick the ancient (Ca. 1989)
version out of the source tree.
1995-12-23 16:54:11 +00:00
Mark Murray
e1ebc19ac8 Get these entries in alphabetical order... 1995-12-22 18:51:46 +00:00
Mark Murray
6c51fa2286 Add xneko and xroach. 1995-12-22 18:34:38 +00:00
Mark Murray
ee0d380604 Put xroach into the ports area preparatory to nuking it from the main
source tree.
OK'ed by: jkh asami (amongs others)
1995-12-22 18:13:46 +00:00
Mark Murray
ca4f23e91f Bring xneko into the ports area preparatory to removing it from the
main source tree.
OK'ed by: jkh asami (amongst others)
1995-12-22 18:10:20 +00:00
Andrey A. Chernov
2ce7f9e17e Oops, forget one small change 1995-12-21 10:47:59 +00:00
Andrey A. Chernov
a29cbe7443 Simplify patch process 1995-12-21 10:39:52 +00:00
Thomas Gellekum
75289c74e3 - Upgrade to version 0.20
- Use placeholder @PREFIX@ in patch-aa to allow for
  non-standard ${PREFIX}
- New file scripts/configure
1995-12-21 08:05:12 +00:00
Satoshi Asami
27963e8166 Remove xv, it's shareware but ok to put on CDROM/ftp, according to
author.
1995-12-20 10:50:08 +00:00
Satoshi Asami
4a0364b2e4 xv is "shareware except for personal use only", and it is ok to put it
on our CDROM and ftp site.  Add a post-install target to copy the README
to ${PREFIX}/share/doc/xv at author's request.
1995-12-20 10:49:18 +00:00
Thomas Gellekum
993561f798 - Try to grab from ftp.uni-bremen.de first; seems to be the
master site for elk.
- Add official patch #1.
- Use dl*() for dynamic loading. This still has its quirks, but
  it's usable. Plus, invoking global ctors when loading C++
  object files now works; it didn't with the old incremental
  loading.
1995-12-20 08:41:04 +00:00