Commit graph

11 commits

Author SHA1 Message Date
cjep
7b5f4e1f52 Fix readline.h problem on 1.6 (tested with 1.5.3 also). Looked at by
hubertf.
2002-06-10 06:49:08 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wennmach
4b251b9618 Add a CONFLICTS entry for openssh.
Detected by pkgconflict.
2001-04-12 10:44:38 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
648f6af2e7 (re)gen 2000-01-10 01:25:11 +00:00
hubertf
433a39aedf Update to V0.5. Changes:
- added "dir" == "ls -l", "mget" == "get", "mput == "put"
        - filenames with spaces should work now
        - added ability to connect to a different port with -p.  -P now
          specifies remote path
        - fixed problems with multiple opens and no intermediate close
        - command line flags processed in open, so multiple opens with
          different flags will work

Uses NetBSD's libedit instead of libreadline. (Why don't we have any
documentation on that, btw?!?)
1999-12-27 23:53:43 +00:00
hubertf
548b089fef add category security 1999-12-21 22:39:30 +00:00
hubertf
ad92635a91 sftp is an ftp replacement that runs over an ssh tunnel. Two programs
are included - sftp and sftpserv. When sftp is run and a host is
connected to (either by running 'sftp remotehost' or 'open remotehost'
from the sftp prompt), an ssh connection is initiated to the remote
host, and sftpserv is run. So, sftpserv must be in your path on
the remote host. Note that since sftpserv is run from ssh, no root
privileges are necessary.
1999-12-21 22:37:51 +00:00