summaryrefslogtreecommitdiff
path: root/ftp (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-12-17Remove CONFIGURE_ENV hack, not needed in this versionAndrey A. Chernov1-3/+2
Notes: svn path=/head/; revision=9122
1997-12-16change suffix to tar.gz, and make it fetchable.Vanilla I. Shu4-8/+6
Notes: svn path=/head/; revision=9106
1997-12-14Creation of NcFTP version 3.x port.David E. O'Brien5-12/+62
Repository copied by: Satoshi Notes: svn path=/head/; revision=9074
1997-12-06Upgrade to version 0.13.2 and unmark as BROKEN for 3.0.Justin M. Seger3-15/+11
PR: ports/5232 Submitted by: andy@icc.surw.chel.su Notes: svn path=/head/; revision=9008
1997-11-30Mark BROKEN for 3.0.Justin M. Seger1-1/+6
Notes: svn path=/head/; revision=8910
1997-11-25fix passive mode ftpTorsten Blum2-0/+77
PR: 3955 Submitted by: Ernest Hua <hua@chromatic.com> Notes: svn path=/head/; revision=8809
1997-11-17Import lftp port. lftp is a shell-like command line FTP client whichThomas Gellekum5-0/+53
can perform tasks in background. Other features include reput and mirror. PR: 4510 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=8687
1997-11-10Manpage is "xdir.1.gz", not "xdir.1x". That looks like a very old imakeSatoshi Asami1-1/+1
confige file! Notes: svn path=/head/; revision=8560
1997-11-10Manpage is "xftp.1.gz", not "xftp.1x". That looks like a very old imakeSatoshi Asami1-1/+1
confige file! Notes: svn path=/head/; revision=8559
1997-11-10Remove "x11" from category line, this program just uses X.Satoshi Asami2-4/+4
Notes: svn path=/head/; revision=8557
1997-11-10LLNL XFTP - yet another motif ftp client.Dima Ruban5-0/+49
Notes: svn path=/head/; revision=8544
1997-11-10LLNL XDIR (motif ftp client)Dima Ruban5-0/+47
(I hope, I didn't screw up anything ...) Notes: svn path=/head/; revision=8543
1997-10-30portlint (27 fatal errors and 6 warnings eliminated).Tor Egge4-62/+78
Added some patches. Set NO_PACKAGE, since the hostname is compiled into several binaries. Notes: svn path=/head/; revision=8408
1997-10-30No need for MASTER_SITE_SUBDIR if you are not using one of the cannedSatoshi Asami1-2/+1
defaults ("MASTER_SITE_*"). Notes: svn path=/head/; revision=8403
1997-10-28Switch to a MASTER_SITE that works.Justin M. Seger1-2/+2
Notes: svn path=/head/; revision=8379
1997-09-15Upgrade to beta-15, nlist hole fixedAndrey A. Chernov6-16/+16
Notes: svn path=/head/; revision=7915
1997-09-09Upgrade to beta-14Andrey A. Chernov8-34/+34
Notes: svn path=/head/; revision=7838
1997-07-21File disappeared from MASTER_SITE. Replace with a site found byBill Fenner1-2/+2
ftpsearch. Found by: distfile checker Notes: svn path=/head/; revision=7388
1997-07-10Set maintainer to ports@freebsd.orgPaul Traina1-2/+2
Notes: svn path=/head/; revision=7283
1997-05-22Use install-info.Thomas Gellekum4-2/+20
Notes: svn path=/head/; revision=6533
1997-05-15Upgrade to 1.4.5.Thomas Gellekum4-8/+8
Notes: svn path=/head/; revision=6453
1997-04-29Add PKGNAME to change "-beta-" to "b" in version string.Satoshi Asami2-2/+4
Notes: svn path=/head/; revision=6358
1997-04-27Upgrade to beta-13Andrey A. Chernov14-250/+38
Notes: svn path=/head/; revision=6339
1997-02-24Upgrade to 1.4.4.Thomas Gellekum6-8/+10
Notes: svn path=/head/; revision=5727
1997-02-19Upgrade from 19961208 snapshot to version 1.0.Thomas Gellekum3-94/+135
Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no> Notes: svn path=/head/; revision=5699
1997-02-19Use ANSI escape sequences for TERM == xterm*, rather than just xterm.David E. O'Brien2-0/+22
Notes: svn path=/head/; revision=5686
1997-02-18Style police.David E. O'Brien1-3/+3
Bug fixes. Notes: svn path=/head/; revision=5681
1997-02-17Import of ftpsearch, a system for indexing contents of ftp servers.Thomas Gellekum5-0/+218
Closes PR #2171. Submitted by: Tor Egge <tegge@idt.ntnu.no> Notes: svn path=/head/; revision=5669
1997-02-07Build ftpd dynamic, if variable PACKAGE_BUILDING is definedAndrey A. Chernov2-20/+14
Notes: svn path=/head/; revision=5556
1997-02-05Restore static linking of ftpdAndrey A. Chernov2-2/+36
Notes: svn path=/head/; revision=5538
1997-02-01Add reminder about -a option required now to use ftpaccessAndrey A. Chernov4-0/+14
Fix ftpcount/ftpwho by using malloc prototype Notes: svn path=/head/; revision=5487
1997-01-30Upgrade to Academ 2.4.2-beta-12 as recommended by AUSCERT securityAndrey A. Chernov20-1314/+524
advisory. P.S. this version is much improved comparing to what we have previously, f.e. it already contains most of our fixes. Notes: svn path=/head/; revision=5473
1997-01-17Rip off the patch to ftpd.c and one to access.c from patch-ai andMasafumi Max NAKANE4-164/+130
merge ftpd.c patch to patch-ad and access.c patch to patch-af. (As clearly stated in the handbook, a file should be changed only by one patch.) Notes: svn path=/head/; revision=5373
1997-01-17This patch has been integrated in the original source.Masafumi Max NAKANE2-36/+0
Notes: svn path=/head/; revision=5372
1997-01-17The original distribution is file has been changed.Masafumi Max NAKANE2-2/+2
Pointed-out by: Mark Huizer xaa@stack.nl (Closing PR #2472.) Notes: svn path=/head/; revision=5371
1997-01-12Ncftp v1.x is important to me -- so I'll take maintance of it.David E. O'Brien2-2/+6
Notes: svn path=/head/; revision=5319
1997-01-09Localize itAndrey A. Chernov1-0/+42
Notes: svn path=/head/; revision=5286
1997-01-09Activate local filename completionAndrey A. Chernov2-4/+4
Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=5284
1997-01-06Remove myself as MAINTAINER from a number of ports I no longerJordan K. Hubbard2-6/+2
have time to properly maintain. This will cause the position to revert to ports. Notes: svn path=/head/; revision=5235
1997-01-02Prevent dologout goes to mainloopAndrey A. Chernov2-0/+36
Use system default CFLAGS Notes: svn path=/head/; revision=5169
1997-01-02Import of wget, a tool similar to our fetch(1), but it is ableThomas Gellekum10-0/+70
to fetch complete trees. Notes: svn path=/head/; revision=5160
1996-12-01Mode for non-executables is 644, not 755.David E. O'Brien2-142/+102
Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port). Notes: svn path=/head/; revision=4740
1996-12-01Things in pre-install target are already handled by mtree.David E. O'Brien2-14/+8
Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port). Notes: svn path=/head/; revision=4739
1996-12-01General Makefile cleanupDavid E. O'Brien8-31/+35
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc... Notes: svn path=/head/; revision=4738
1996-11-18Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami3-4/+4
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami8-28/+22
Notes: svn path=/head/; revision=4575
1996-11-18Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami2-8/+8
Notes: svn path=/head/; revision=4570
1996-11-15Add readline support to ncftp.Jordan K. Hubbard2-0/+72
Submitted-By: Dave Cornejo <dave@dogwood.com> Notes: svn path=/head/; revision=4467
1996-11-10Update ncftp2.4.1 -> 2.4.2Peter Wemm5-38/+8
Removed my patch for the extra characters in the passwd prompt caused by the long-standing (but now fixed in development sources) ncurses problem now that the author has an equivalent fix. Notes: svn path=/head/; revision=4367
1996-10-21Better ports configurationAndrey A. Chernov4-8/+14
Submitted by: max Notes: svn path=/head/; revision=4063