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

2263 Commits

Author SHA1 Message Date
Stefan Eßer
c2c3035a4b Remove FTP.Funet.Fi mirror site, since it doesn't seem to offer
the ALPHA directory anymore ...
Add new European mirror site FTP.DFV.RWTH-Aachen.De instead.
1995-10-10 17:11:30 +00:00
Andrey A. Chernov
c3688a4575 Fix tcp_wrapper support 1995-10-10 17:02:24 +00:00
Andrey A. Chernov
76b856e368 External interface was incomplete, tcpd.h was missing, add it 1995-10-10 16:26:16 +00:00
Jean-Marc Zucconi
d8aefb3b5f Version number is 3.1.2, not 3.1.1!!!
Submitted by:	Julian H. Stacey
1995-10-10 14:42:36 +00:00
Satoshi Asami
f3bfaf3e8e Change PKGNAME to lowercase, this is not a "big package". 1995-10-10 08:12:48 +00:00
Satoshi Asami
38594e1116 Use BUILD_DEPENDS on ${PREFIX}/libexec/ctime instead of
.if !exists(${PREFIX}/...), this is not a very clean solution but
the previous version simply didn't work because ${PREFIX} wouldn't
be substituted at this point.
1995-10-10 07:28:10 +00:00
Satoshi Asami
3597efba4b Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
1995-10-10 07:24:14 +00:00
Satoshi Asami
80c8ff3a40 "install:" -> "do-install:" 1995-10-10 07:21:33 +00:00
Satoshi Asami
2866850a16 RUN_DEPENDS on gs/bash, BUILD_DEPENDS on bash.
Submitted by:	jhs
1995-10-10 07:21:00 +00:00
Justin T. Gibbs
6f6a47cec5 Tune wu-ftpd for high performance:
- Link ftpd static - big win since it forks so often.
- Turn off push flag to keep sender TCP from sending short packets
  at the boundaries of each write().  Should probably do a SO_SNDBUF
  to set the send buffer size as well, but that may not be desirable
  in heavy-load situations.
- Double the send buffer size.
- Add an option to config.h, LOG_TOOMANY, defined by default, that controls
  whether we bother to complain when a connection hits a user limit.  Turning
  this off removes at least 3/4 of the syslog usage of wu-ftpd on a busy
  system saving CPU and logspace.
- Make SKEY portions truely optional by one knob in the src Makefile

Obtained from: David Greenman <davidg@FreeBSD.org> and wcarchive
1995-10-09 05:27:19 +00:00
Torsten Blum
f2c49e717f add ssh because crypto software is export controlled in the US 1995-10-07 21:59:28 +00:00
Andrey A. Chernov
d40bc2f7ec Checksum was wrong 1995-10-07 18:22:37 +00:00
Torsten Blum
8e86e2f214 add "networking" to the categories list 1995-10-07 13:08:35 +00:00
Torsten Blum
e92e7e24d1 Ssh is a secure rlogin/rsh/rcp replacement with strong authentication
(.rhosts together with RSA based host authentication, and pure RSA
authentication) and improved privacy (all communications are automatically
and transparently encrypted).
1995-10-07 01:19:27 +00:00
Stefan Eßer
4204fc1202 Correct device names for [serialports] and [parallelports].
Make SymbolTableFile point at /usr/local/etc/wine.sym.

Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:29:23 +00:00
Stefan Eßer
6991f2db96 Package specific files for Wine port.
Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:26:31 +00:00
Stefan Eßer
dfcc886eae MD5 check sum for 951003 distribution.
Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:25:59 +00:00
Stefan Eßer
5db219d703 Correct MASTER_SITES, add pre-configure and install targets.
Reviewed by:	hsu (Jeffrey Hsu)
1995-10-07 00:25:10 +00:00
Jordan K. Hubbard
291b3d2c52 Pick an initial DISTNAME for this. The extra obfuscation for
US and non-US versions ended up eliminating any sort of default
DISTNAME for `make describe' and hence the INDEX file.
1995-10-07 00:08:39 +00:00
Satoshi Asami
d8a09e13e1 Add CATEGORIES=x11. If this is not in category x11, what else
can be?!? ;>
1995-10-06 22:11:25 +00:00
Torsten Blum
48c082fafa change DEPENDS=${PORTSDIR}/shells/bash to
BUILD_DEPENDS=bash:${PORTSDIR}/shells/bash
1995-10-06 22:03:17 +00:00
Torsten Blum
b8859bcb27 use ${PREFIX} instead of /usr/local 1995-10-06 20:02:50 +00:00
Torsten Blum
a5a545ac63 Use ${PREFIX} instead of /usr/local 1995-10-06 20:01:34 +00:00
Torsten Blum
dce243e0ee add libinn.a and it's header files to the package list 1995-10-06 14:38:53 +00:00
Torsten Blum
ddd2e38f20 - add an `update' target (won't overwrite configuration files
- install libinn.a and it's header files
1995-10-06 14:33:05 +00:00
Satoshi Asami
6d71084e46 Add LIB_DEPENDS to Xpm.
Submitted by:	Dave Chapeskie <dchapes@zeus.leitch.com>
1995-10-06 07:53:05 +00:00
Satoshi Asami
67be7bb8de Cleanup. 1995-10-06 07:00:40 +00:00
Satoshi Asami
5aaef8061c Edit /etc/shells. Closes PR ports/727.
Submitted by:	Scott Blachowicz <scott@sabami.seaslug.org>
1995-10-06 05:54:55 +00:00
Satoshi Asami
e2ea4f1870 Change Alain's addresses per his request. 1995-10-06 05:18:34 +00:00
Gary Palmer
0157e5d28a Update 1.9.13 to 1.9.14
Submitted by:	  Juergen Lock <nox@jelal.hb.north.de>
1995-10-06 03:18:41 +00:00
Jeffrey Hsu
03a6455424 Update to Wine1003. Uses gnu configure instead of imake. 1995-10-05 20:50:32 +00:00
Jean-Marc Zucconi
5062c4453c Take CFLAGS from /etc/make.conf 1995-10-05 17:31:06 +00:00
Jean-Marc Zucconi
35b7c74a6e RUN_DEPENDS on wish rather than LIB_DEPENDS on tk.Replac 1995-10-05 14:13:37 +00:00
Jean-Marc Zucconi
613a2dedf0 RUN_DEPENDS= wish:${PORTSDIR}/x11/tk 1995-10-05 14:04:32 +00:00
Jean-Marc Zucconi
8931e4b22f Update: 1.0 -> 1.1 1995-10-05 13:55:58 +00:00
Eric L. Hernes
66b767ed82 fixed EXEC_DEPENDS => RUN_DEPENDS
added myself as maintainer
1995-10-05 13:54:55 +00:00
Satoshi Asami
fbf7d6abb4 Use PATCHFILES instead of custom pre-patch target. Yeah I know, don't
fix if it ain't broke, but still....
1995-10-05 12:38:12 +00:00
Satoshi Asami
85a6b89433 Enable xfmail. 1995-10-05 12:36:56 +00:00
Satoshi Asami
2b5303402e Change name of dependency, forms -> xforms.
Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-10-05 12:36:18 +00:00
Satoshi Asami
1c75ec63c2 Enable xforms. 1995-10-05 12:35:26 +00:00
Satoshi Asami
2271e717a6 Change name, libforms -> libxforms.
Submitted by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-10-05 12:34:28 +00:00
Adam David
816e71aa21 distribution was updated 1995-10-05 10:21:14 +00:00
Satoshi Asami
923677a571 Add Mosaic as RESTRICTED (which is just a glorified comment for now). 1995-10-05 09:41:54 +00:00
Satoshi Asami
f074445b06 Make sure the texmf directory exists.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-05 08:49:42 +00:00
Satoshi Asami
ecc524b278 Fix typo in *comment* (blush), "2.4." should have been "2.4.1".
Juergen Lock <nox@jelal.hb.north.de> (the original author of the
port) contributed to this report from your local FreeBSD station.
1995-10-05 04:57:45 +00:00
Andrey A. Chernov
bdd2f9b316 Upgrade to 2.2.0 1995-10-04 23:36:02 +00:00
Andrey A. Chernov
ec35dd27b9 Add CONFIGURE_ENV: pass this environment to configure script.
Allows pre-set some variables to eliminate wrong tests
1995-10-04 23:22:21 +00:00
Andrey A. Chernov
ee7374daf2 Fix compression_methods installation 1995-10-04 22:50:14 +00:00
Andrey A. Chernov
cc9f952c04 Ok, if anybody really needs bash_builtins.1 (which is almost
useles), here PROPER fix and re-enabling it again.
Please, step over on ports owned by me only if you 100% shure.
1995-10-04 20:39:50 +00:00
Andrey A. Chernov
a837e1c1c4 Remove unneded file, it was man page hack which not works as is 1995-10-04 19:16:20 +00:00