1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
Commit Graph

172 Commits

Author SHA1 Message Date
Satoshi Asami
eca97caee4 Re-add cern_httpd and cern_httpd. 1995-10-03 07:04:34 +00:00
Satoshi Asami
ed2c33e67a Add "WRKSRC=${WRKDIR}/gated" to make this thing actually compile. 1995-09-26 10:19:32 +00:00
Paul Traina
44e2a05a33 Removed cern_httpd and cern_linemode ports. 1995-09-23 18:19:34 +00:00
Andrey A. Chernov
b6a7fc067a Upgrade to new gated home/.tar.gz 1995-09-23 17:51:45 +00:00
Joerg Wunsch
c23827044f This time i didn't forget to include "dip". :-) 1995-09-23 08:39:13 +00:00
Satoshi Asami
a8da8f2c0d Don't need the --with-tcl-include=... stuff, these should all be in
/usr/local because *_DEPENDS handles them.

Reviewed by:	Gennady Sorokopud <gena@NetVision.net.il>
1995-09-15 10:41:29 +00:00
Jordan K. Hubbard
6a49f0cbec Add apache to SUBDIRS 1995-08-28 13:29:37 +00:00
Satoshi Asami
c8487797a7 slirp is no longer broken! Thanks, Alain! :) 1995-08-26 07:49:59 +00:00
Satoshi Asami
4bd911cd8a Upgrade, 0.9a -> 0.95f.
Submitted by:	Alain Kalker <alain@Wit401402.student.utwente.nl>
1995-08-26 07:47:47 +00:00
Satoshi Asami
10e76ba7c3 Added netscape in SUBDIR list. It is NO_PACKAGE so we are safe. 1995-08-21 09:41:42 +00:00
Satoshi Asami
22e47261bc Added rdist6. 1995-08-21 07:27:37 +00:00
Satoshi Asami
d96f2ca661 Compress manpages, strip binaries. 1995-08-21 02:56:36 +00:00
Satoshi Asami
2a9f83162c Compress manpages, strip binaries. 1995-08-21 02:41:46 +00:00
Peter Wemm
07065a4916 Correct the PLIST.. now it's bin/rdist6 and man/man1/rdist6.1 1995-08-20 18:46:07 +00:00
Peter Wemm
18a49df98c Correct a spelling error, and set MAINTAINER 1995-08-20 18:45:21 +00:00
Peter Wemm
f4e9884f94 Make the rdist-6.1.0 client executable and manpages install as "rdist6"
The server executable is still rdistd, because there is no conflict with
the standard rdist, and because it's hardcoded in the other non-freebsd
clients that exec it via rsh.
1995-08-20 18:42:59 +00:00
Peter Wemm
e61d9ab4bc Port of rdist-6.1.0
Partly based on work by Deborah Bennett, partly from my version.
1995-08-19 13:51:40 +00:00
Justin T. Gibbs
7399ab5ffb Bring in the modifications to SUP that I did for Berkeley's TCS.
1) Preserve the timestamp of an updated file even if a command that is
executed because of the update modifies the file.  This allows you to
do things like export /etc/hosts and when it changes, customize it based
on the target host with a simple script, but not upgrade it every time
sup is run.

2) Add the "unlinkbusy" SUP option.  The goal of this option is to allow
you to upgrade binaries and libraries on a running system via sup
automagically just like "install" does.

3) Add the "rename" collection function.  This allows you to store a file
on the server under one name, but have it land on the client under another.

All of these changes are targeted toward making SUP a better administrative
tool.  A reverse rdist if you like.  TCS uses sup to keep over 100 HP
workstations in sync with a master machine and performs all maintainence
including new software installations and system patches using it without
a hitch.  Of course, the SUP collections are fairly complicated
(HUP inetd when inetd.conf changes is a very simple example), but it
definitely works and works well.

This patch also includes full support for the HPUX platform.  I didn't
see any reason to strip it out since HPUX was the target platform of
the original work and it may be of use to other people.
1995-08-14 08:57:27 +00:00
Justin T. Gibbs
37037db2e0 Added myself as the SUP maintainer. 1995-08-14 08:49:08 +00:00
Satoshi Asami
76d77bf496 Add zephyr to subdir list.
Reviewed by:
Submitted by:
Obtained from:
1995-08-02 11:03:40 +00:00
Paul Traina
bde32746c5 Zephyr from MIT's project Athena (version 2.0.2) 1995-08-02 05:20:34 +00:00
Satoshi Asami
8f7e0a5b66 Delete stuff moved out of here. 1995-07-12 23:52:29 +00:00
Andrey A. Chernov
1c4d764320 Upgrade from alpha 10 to alpha 11, previous alpha not exists on master site now 1995-06-24 00:14:40 +00:00
Satoshi Asami
fc1a27b034 Add mirror. 1995-05-19 07:24:45 +00:00
Satoshi Asami
8d0b3696d3 Fix multi-line comments. Thanks, Jordan!
Pointed-out by:	jkh
1995-05-16 09:00:13 +00:00
Adam David
826ba597bc do away with the unique uid/group, this was an artifact of the port for 1.1 1995-05-15 17:47:51 +00:00
Adam David
4f9af9d0ce Oops, move generation of temp PLIST into post-build: target 1995-05-14 13:57:57 +00:00
Adam David
1ee3007e14 workaround for package creation, by copying to a temporary PLIST 1995-05-14 12:46:06 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Andrey A. Chernov
ff7f3fb163 Update to current ports scheme 1995-05-13 13:00:09 +00:00
Satoshi Asami
e24a783032 Add moxftp, vic and xgopher, put tintin++ in alphabetical order. 1995-05-13 09:16:48 +00:00
Satoshi Asami
fbb78febf2 Major cleanup. Make sure all parts agree with each other.
Submitted by:	Javier Martin Rueda <jmrueda@diatel.upm.es>
1995-05-12 12:23:15 +00:00
Satoshi Asami
868b705dbf Add back gopher. 1995-05-12 08:20:53 +00:00
Satoshi Asami
9960951c3d Fix typo (gopder -> gopher). 1995-05-12 02:38:20 +00:00
Satoshi Asami
022575e10c Submitted by: Marc Ramirez <mrami@mramirez.sy.yale.edu>
gopherd/AUTH.c uses fgetpwent, which doesn't exist on FreeBSD.  My
solution was simply to #ifdef it out.
1995-05-12 02:37:58 +00:00
Satoshi Asami
db7b9844e5 Upgrade. 1995-05-12 02:37:45 +00:00
Torsten Blum
1942ed23e3 use compressed manpage
remove @cwd
1995-05-06 00:28:12 +00:00
Torsten Blum
acb32e0bb9 - add myself as MAINTAINER
- compress manpage
1995-05-06 00:27:35 +00:00
Adam David
56a5ae561e oops, make sure ${WRKDIR} exists before fetching distfiles.
This is done to avoid using a .dotfile in the ports tree.
1995-05-05 20:36:10 +00:00
Adam David
0efbdf5702 enable gn 1995-05-05 20:22:33 +00:00
Adam David
0489703f08 don't install for is_depended: target
Reviewed by:
Submitted by:
Obtained from:
1995-05-04 23:25:53 +00:00
Adam David
098f43ea5d disable compilation for X due to internal struct changes between versions. 1995-05-04 19:56:18 +00:00
Adam David
9ebe332a30 distribution patches are in a subdirectory of ${DISTFILES} 1995-05-04 18:50:08 +00:00
Adam David
c3f02fd49c let it build from read-only media
let distribution patches be gathered in a subdirectory of ${DISTFILES} when
  support for this becomes available in bsd.port.mk
minor tidyup
1995-05-04 18:48:06 +00:00
Adam David
cb8ccd0deb patchfile was missing 1995-05-04 03:12:08 +00:00
Adam David
ad98100d7b much simplified fetching and author patching, using bsd.port.mk
general tidyup
1995-05-04 03:11:21 +00:00
Adam David
2bdb1b051f fixed the broken package creation 1995-05-03 19:24:04 +00:00
Adam David
4c9288c9f6 fixed the broken package creation
added languages to CATEGORIES
added myself as MAINTAINER
general tidyup and remove redundant processing
1995-05-03 19:23:39 +00:00
Satoshi Asami
03e632fc5c Upgrade, 1.9.11 -> 1.9.13. 1995-05-03 03:18:07 +00:00
Satoshi Asami
4b4356397f Add more CATEGORIES. packages/orphans is now empty. 1995-05-03 02:22:33 +00:00