aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* update author's email addressadam1995-10-251-1/+1
| | | | Approved by: asami
* previous master site no longer exists, use new sitesadam1995-10-251-8/+2
| | | | Approved by: asami
* oops, forgot 2 files last timeadam1995-10-251-0/+7
| | | | Approved by: asami
* Previously broken port now builds, may be enabled in net/Makefile now.adam1995-10-257-9/+99
| | | | Approved by: asami
* Added wn.asami1995-10-201-1/+2
|
* Add netscape2.asami1995-10-131-1/+2
|
* Add rmsg.asami1995-10-121-1/+2
|
* This program allows you to send messages (like "write") to remote users.asami1995-10-129-0/+257
| | | | Submitted by: torstenb
* Checksum was wrongache1995-10-081-1/+1
|
* Cleanup.asami1995-10-061-3/+3
|
* Change Alain's addresses per his request.asami1995-10-061-3/+3
|
* Update 1.9.13 to 1.9.14gpalmer1995-10-0612-93/+69
| | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de>
* Add Mosaic as RESTRICTED (which is just a glorified comment for now).asami1995-10-051-1/+2
|
* EXEC_DEPENDS -> RUN_DEPENDS on archie.asami1995-10-041-2/+2
|
* Re-add cern_httpd and cern_httpd.asami1995-10-031-1/+3
|
* Add "WRKSRC=${WRKDIR}/gated" to make this thing actually compile.asami1995-09-261-1/+2
|
* Removed cern_httpd and cern_linemode ports.pst1995-09-241-3/+1
|
* Upgrade to new gated home/.tar.gzache1995-09-242-5/+4
|
* This time i didn't forget to include "dip". :-)joerg1995-09-231-1/+2
|
* Don't need the --with-tcl-include=... stuff, these should all be inasami1995-09-152-4/+4
| | | | | | /usr/local because *_DEPENDS handles them. Reviewed by: Gennady Sorokopud <gena@NetVision.net.il>
* Add apache to SUBDIRSjkh1995-08-281-1/+2
|
* slirp is no longer broken! Thanks, Alain! :)asami1995-08-261-2/+2
|
* Upgrade, 0.9a -> 0.95f.asami1995-08-266-41/+38
| | | | Submitted by: Alain Kalker <alain@Wit401402.student.utwente.nl>
* Added netscape in SUBDIR list. It is NO_PACKAGE so we are safe.asami1995-08-211-1/+2
|
* Added rdist6.asami1995-08-211-1/+2
|
* Compress manpages, strip binaries.asami1995-08-211-2/+2
|
* Compress manpages, strip binaries.asami1995-08-211-1/+9
|
* Correct the PLIST.. now it's bin/rdist6 and man/man1/rdist6.1peter1995-08-211-2/+2
|
* Correct a spelling error, and set MAINTAINERpeter1995-08-211-2/+3
|
* Make the rdist-6.1.0 client executable and manpages install as "rdist6"peter1995-08-211-7/+4
| | | | | | 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.
* Port of rdist-6.1.0peter1995-08-197-0/+240
| | | | Partly based on work by Deborah Bennett, partly from my version.
* Bring in the modifications to SUP that I did for Berkeley's TCS.gibbs1995-08-141-7/+3151
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Added myself as the SUP maintainer.gibbs1995-08-141-1/+2
|
* Add zephyr to subdir list.asami1995-08-021-1/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Zephyr from MIT's project Athena (version 2.0.2)pst1995-08-026-0/+166
|
* Delete stuff moved out of here.asami1995-07-131-13/+39
|
* Upgrade from alpha 10 to alpha 11, previous alpha not exists on master site nowache1995-06-244-7/+7
|
* Add mirror.asami1995-05-191-2/+3
|
* Fix multi-line comments. Thanks, Jordan!asami1995-05-162-4/+2
| | | | Pointed-out by: jkh
* do away with the unique uid/group, this was an artifact of the port for 1.1adam1995-05-162-6/+0
|
* Oops, move generation of temp PLIST into post-build: targetadam1995-05-141-1/+1
|
* workaround for package creation, by copying to a temporary PLISTadam1995-05-142-3/+8
|
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-5/+7
| | | | | | | | | | | | | | | | | | | ===== # 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".
* Update to current ports schemeache1995-05-138-4/+24
|
* Add moxftp, vic and xgopher, put tintin++ in alphabetical order.asami1995-05-131-8/+7
|
* Major cleanup. Make sure all parts agree with each other.asami1995-05-121-2/+131
| | | | Submitted by: Javier Martin Rueda <jmrueda@diatel.upm.es>
* Add back gopher.asami1995-05-121-3/+2
|
* Fix typo (gopder -> gopher).asami1995-05-121-1/+1
|
* Submitted by: Marc Ramirez <mrami@mramirez.sy.yale.edu>asami1995-05-121-0/+26
| | | | | gopherd/AUTH.c uses fgetpwent, which doesn't exist on FreeBSD. My solution was simply to #ifdef it out.
* Upgrade.asami1995-05-121-1/+1
|
* use compressed manpagetorstenb1995-05-061-2/+1
| | | | remove @cwd
* - add myself as MAINTAINERtorstenb1995-05-061-4/+5
| | | | - compress manpage
* oops, make sure ${WRKDIR} exists before fetching distfiles.adam1995-05-061-0/+1
| | | | This is done to avoid using a .dotfile in the ports tree.
* enable gnadam1995-05-061-3/+3
|
* don't install for is_depended: targetadam1995-05-051-1/+3
| | | | | | Reviewed by: Submitted by: Obtained from:
* disable compilation for X due to internal struct changes between versions.adam1995-05-051-1/+1
|
* distribution patches are in a subdirectory of ${DISTFILES}adam1995-05-051-1/+1
|
* let it build from read-only mediaadam1995-05-051-3/+4
| | | | | | let distribution patches be gathered in a subdirectory of ${DISTFILES} when support for this becomes available in bsd.port.mk minor tidyup
* patchfile was missingadam1995-05-041-0/+1
|
* much simplified fetching and author patching, using bsd.port.mkadam1995-05-041-45/+15
| | | | general tidyup
* fixed the broken package creationadam1995-05-041-1/+1
|
* fixed the broken package creationadam1995-05-041-27/+18
| | | | | | added languages to CATEGORIES added myself as MAINTAINER general tidyup and remove redundant processing
* Upgrade, 1.9.11 -> 1.9.13.asami1995-05-036-12/+12
|
* Add more CATEGORIES. packages/orphans is now empty.asami1995-05-031-0/+1
|
* Change package to do-package.asami1995-05-021-1/+1
|
* Add wwwish.jkh1995-04-291-2/+2
|
* Added two South African Archie sites to the "known Archies" list.markm1995-04-271-3/+5
|
* @srcdir .adam1995-04-251-1/+1
|
* added convulutions for package creation with ${PREFIX} != /usr/localadam1995-04-251-1/+14
|
* Take out invocation of fake-pkg from do-install target. It is nowasami1995-04-241-1/+0
| | | | done in the main install target itself.
* (1) Use PATCHFILES.asami1995-04-242-34/+14
| | | | (2) Call scripts/untrue for all the Makefile.in's from pre-configure.
* Take out slirp, it is upgraded and the old port doesn't work.asami1995-04-241-2/+3
|
* Take out gopher for now.asami1995-04-241-2/+3
|
* Update, 2.1 -> 2.1.3.asami1995-04-242-5/+5
| | | | | | NOTE: THIS DOES NOT WORK. Someone please fix AUTH.c, it uses fgetpwent(), which, according to the comments, is a replacement of setpwfile(), which according to the manpage of getpwent(), is deprecated.
* Let's update checksum too!asami1995-04-241-1/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* Update for new bsd.port.mk (target renaming).asami1995-04-221-2/+3
|
* This appears to have gone from ALPHA9 to ALPHA10, and the FreeBSDjkh1995-04-221-3/+3
| | | | patch is already applied.
* Old home site is deadache1995-04-191-2/+2
|
* Fix wrong NCFTPFLAGSache1995-04-181-2/+1
|
* Master site is not anonymous, need to set NCFTPFLAGSadam1995-04-181-0/+2
|
* Whom: "gena" -> "Gennady Sorokopud <gena@netvision.net.il>"asami1995-04-182-4/+4
|
* install depends on build!asami1995-04-171-1/+1
|
* Man page is compressed.asami1995-04-171-1/+1
| | | | Pointed-out by: pkg_create
* Added cern_linemode.asami1995-04-171-2/+3
|
* Remove NCFTPFLAGS, ncftp defaults changedache1995-04-163-5/+2
|
* Assign an arbitrary version number (2.0 because it came out alongasami1995-04-161-1/+2
| | | | | with FreeBSD-2.0) for PKGNAME. Ok'd by: jkh
* Update of net Makefiles! Am I done? :)asami1995-04-1520-57/+87
|
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upasami1995-04-123-12/+23
| | | | some Makefiles along the way.
* Upgrade to 1.9.11, add package files.gpalmer1995-04-1018-30/+114
|
* Add slirp.jkh1995-04-061-2/+2
|
* The slip-over-a-shell-account stuff people have been talking about fromjkh1995-04-066-0/+50
| | | | danjo@freedom.wit.com.
* Change the DEPENDS line to an EXEC_DEPENDS line. xarchie depends on archie,ats1995-04-021-2/+2
| | | | but doesn't need to rebuild it if the binary is already installed.
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-0119-17/+37
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-04-012-1/+2
|
* Upgradegpalmer1995-04-013-41/+8
|
* Add checksum filegpalmer1995-04-011-0/+1
|
* IVS contains crypto code, so delete it from SUBDIR and add a RESTRICTEDwollman1995-03-311-2/+4
| | | | comment.
* Tryed to update to use latest PATCHFILES hack in bsd.port.mk but Iasami1995-03-281-3/+4
| | | | | | | can't get it to work because the patch is on a non-anon ftp site and it needs its own ncftprc file. Hmm.... Changed PATCHFILES -> PATCH_FILES so it works for now.
* Upgrade to 1.9.08gpalmer1995-03-289-48/+51
|
* Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL andasami1995-03-271-2/+0
| | | | | pkg/REQ are now standard names recognized in bsd.port.mk so no need to redefine PKG_ARGS in Makefile.
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Added ytalk.asami1995-03-241-2/+2
|
* ytalk-3.0.2, a multi-people "talk" with an unusable X interface.asami1995-03-245-0/+32
|
* Comment out wais for the moment until it is fixed.ats1995-03-191-2/+3
|
* Change the Makefile to use gmake instead of make to prevent all theats1995-03-192-32/+92
| | | | | | | | error messages from make. Delete the references to sys_errlist. This port is not yet complete, it may only work with X11R5, aka XFree2.xx. It uses the font member in the X-window xxsinkxxx structures. But these members don't exist anymore under X11R6 (Xfree3.xx).
* Change the Makefile to use gmake instead of make to prevent all theats1995-03-191-1/+2
| | | | error messages from make.
* mkdir -p the BINDIR during beforeinstall, instead of blindlyjoerg1995-03-191-3/+4
| | | | assuming everyone has already got a /usr/local/libexec.
* put the dgd-lpmud directory to the broken targets. It doesn't build cleanlyats1995-03-131-3/+3
| | | | in the moment.
* Upgrade to DGD 1.0.9.1adam1995-03-114-19/+15
|
* patchfile was bogus.adam1995-03-111-4/+11
| | | | ir/Makefile needs more work (too much for slownet at 1 cpm)
* Add scotty and tkinedjkh1995-02-221-4/+4
|
* Back out my change to convert DEPENDS->LIB_DEPENDS. There is a goodjkh1995-02-222-8/+4
| | | | reason for it being the way it was.
* Scotty port.jkh1995-02-2210-0/+204
| | | | Submitted by: Gennady Sorokopud <gena@netvision.net.il>
* Add some magic to the makefile to get the MASTER_SITE_OVERRIDE working forats1995-02-131-3/+17
| | | | fetching dgd.
* Add samba to subdir listgpalmer1995-02-121-3/+4
|
* Add zircon to list of targets.jkh1995-02-121-2/+2
|
* Samba - the client/server for SMB to allow PC clients to access Unixgpalmer1995-02-129-0/+270
| | | | resouces and vice-versa
* add ircII back to the subdirs listtorstenb1995-02-111-3/+3
|
* Converted Makefiles as much as I could.asami1995-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* Not that irc is fixed add it back to the subdirs listgpalmer1995-02-111-3/+3
|
* Move gn from the subdirs list to the broken list untilgpalmer1995-02-101-3/+3
| | | | someone fixes it.
* Added gatedpst1995-02-031-2/+2
|
* GateD routing protocol daemonpst1995-02-035-0/+29
|
* I think this new make is too &*^%$(@#! fussy. I'm getting the feeling thatjkh1995-01-301-0/+12
| | | | I may be unpopular for awhile. :-)
* Add the necessary files to build a package for fspclient.ats1995-01-303-0/+9
|
* Disable both irc & ircII until fixedgpalmer1995-01-291-4/+5
|
* Add new targets moved in.jkh1995-01-131-5/+4
|
* Add tclDPpst1995-01-061-2/+2
|
* MD5 checksum file.gpalmer1995-01-041-0/+2
|
* Add dgd-lpmud and gopher to the subdir target.ats1994-12-251-2/+3
|
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-1810-0/+10
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* Add gopher dir.ats1994-12-125-0/+81
|
* Added a missing backslash at the end of the line. Added back tcpblastats1994-11-261-5/+3
| | | | | as a working port. Removed the comment lines about ncftp in the core and tcpblast temporary removed.
* Added tkWWW.asami1994-11-251-2/+3
|
* almost finished LPmud port for DGDadam1994-11-242-0/+29
|
* minor tidyupadam1994-11-242-2/+2
|
* PATCH_COOKIE is now used in bsd.port.mkadam1994-11-231-4/+4
| | | | therefore this needed to be changed
* Added wais and yale-tftpd, rearranged the others into alphabetical order.ats1994-11-211-2/+2
|
* tintin++ addedache1994-11-151-2/+2
|
* MUD clientache1994-11-154-0/+365
|
* Remove tcpblast until someone fixes the master site rulegpalmer1994-11-151-2/+3
|
* New home for this orphan.jkh1994-11-121-1/+2
|
* Add back pidentd now it (should) compile againgpalmer1994-11-101-2/+2
|
* Remove ports that don't work from the top level Makefiles. The portsjkh1994-11-101-2/+2
| | | | | | | themselves are still there, but don't get made from a top level make. In another couple of days, I will remove the ports as well if people don't fix them.
* fspclient addedache1994-11-081-3/+3
|
* fsp clientache1994-11-081-0/+15
|
* lynx addedache1994-11-061-3/+3
|
* ncftp2 addedache1994-11-041-2/+2
|
* Remove patch already covered by new patch in patch-abpst1994-11-021-13/+0
|
* Add tcp_wrappertorstenb1994-11-021-2/+2
|
* Piero's update to 2.0.10.jkh1994-11-021-4/+5
| | | | Submitted by: piero
* Fix invalid parameter passing.pst1994-10-301-0/+31
|
* document ncftppst1994-10-301-1/+3
|
* Include all ports currently availablepst1994-10-301-3/+3
|
* upfilesrv no longer linked due to missing -lcryptpst1994-10-281-0/+27
| | | | | | | 2.0-current distinguishes between crypt() and cipher() technology and in this case, the crypt() call was for password authentication on the file server. If building an encrypting sup, link with -lcipher -lcrypt, if building a normal sup, link with -lcrypt.
* Reviewed by:torstenb1994-10-231-2/+3
| | | | | | Submitted by: Obtained from: Add archie ircII pidentd wu-ftpd
* Reviewed by: torstenb1994-10-236-0/+123
| | | | | Submitted by: Obtained from:
* Update Makefile to agree with current ports.jkh1994-10-201-2/+2
|
* Minor tidy upadam1994-10-192-20/+17
|
* Master site does not accept passive ftpadam1994-10-191-7/+4
| | | | Minor tidy up
* patch level 8adam1994-10-171-2/+3
|
* IMM, the Internet Image Multicaster. Used to distribute still pictureswollman1994-10-145-0/+253
| | | | over the MBONE.
* Add package support for pcnfsd(8)pst1994-10-073-0/+7
|
* PC NFS authentication/spooling daemonpst1994-10-075-0/+248
|
* Update to use new DEPENDS syntax.jkh1994-10-061-2/+2
|
* updated to version 1.0.8.7adam1994-10-051-2/+6
|
* Synchronize the ports with the Makefiles.jkh1994-09-261-2/+2
|
* Don't install *.orig file left over from patchingadam1994-09-261-1/+2
|
* Oops, forgot terminating '/' on MASTER_SITESadam1994-09-262-4/+4
|
* Added pmfadam1994-09-251-2/+2
|
* Padrone's Mud Frontend, a linemode clientadam1994-09-254-0/+27
|
* Enable the DEPENDS line.jkh1994-09-241-2/+2
|
* Port of xarchie version 2.0.9jkh1994-09-245-0/+44
|
* Added gn, but wais is not ready for here.adam1994-09-241-2/+2
|
* Initial import of freewais, needed for using WAIS indexing with GN.adam1994-09-245-0/+57
| | | | | Needs work for install and package. This is enough to build all the wais stuff and waisgn.
* Remove ncftpache1994-09-231-2/+2
| | | | | Submitted by: Obtained from:
* Several changes across all ports:jkh1994-09-141-9/+0
| | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
* Pick up the distfiles from freebsd.cdrom.com as a fallbackadam1994-09-141-21/+10
|
* Accommodate fetch: target.adam1994-09-141-5/+33
| | | | Relocate author's patchfiles to subdir ${DISTDIR}/${DISTNAME}
* New SUBDIR targets added.jkh1994-09-111-2/+2
|
* ncftp addedache1994-09-081-2/+2
|
* added final install targetadam1994-08-311-0/+5
| | | | Reviewed by:
* naked dgd port, this just deals with the sources necessary to build theadam1994-08-307-0/+177
| | | | | | driver and the precompiler. Reviewed by: Submitted by:
* Bring in a Makefile for ports/netjkh1994-08-281-0/+5
| | | | | Reviewed by: Submitted by: jkh
* Package files for sup. NOTE: I screwed up when I committed sup to utils/jkh1994-08-233-0/+12
| | | | | | since it should have been in net/. Since not too many people are grabbing ports yet I'm going to be nasty and relocate it in the repository. Submitted by: jkh
* Bring in ports/utils treejkh1994-08-221-0/+11
Submitted by: jkh