# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= ncftp VERSION= 3.2.6 KEYWORDS= ftp VARIANTS= standard SDESC[standard]= Set of free application programs implementing FTP HOMEPAGE= https://www.ncftp.com/ncftp/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ DISTFILE[1]= ncftp-3.2.6-src.tar.xz:main DF_INDEX= 1 SPKGS[standard]= complete primary man OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= cpe perl:build LICENSE= ARTPERL10:primary LICENSE_FILE= ARTPERL10:{{WRKSRC}}/doc/LICENSE.txt LICENSE_SCHEME= solo CPE_VENDOR= ncftp_software FPC_EQUIVALENT= ftp/ncftp3 MUST_CONFIGURE= gnu CONFIGURE_ARGS= --without-curses --without-ncurses [FILE:559:descriptions/desc.primary] NcFTP is a free set of programs that use the File Transfer Protocol. The main program is simply called "ncftp". There are also separate utility programs for one-shot FTP operations (i.e. for shell scripts and command line junkies); these include "ncftpget", "ncftpput", and "ncftpls". Also included is a batch processing daemon, "ncftpbatch", which is invoked by the "bgget" command from "ncftp" and also the "-b" flag of "ncftpput" and "ncftpget". Lastly, the "ncftpbookmarks" program is a full-screen utility program to manipulate user's FTP bookmarks. [FILE:101:distinfo] 5f200687c05d0807690d9fb770327b226f02dd86155b49e750853fce4e31098d 420564 ncftp-3.2.6-src.tar.xz [FILE:67:manifests/plist.primary] bin/ ncftp ncftpbatch ncftpget ncftpls ncftpput ncftpspooler [FILE:108:manifests/plist.man] share/man/man1/ ncftp.1.gz ncftpbatch.1.gz ncftpget.1.gz ncftpls.1.gz ncftpput.1.gz ncftpspooler.1.gz [FILE:545:patches/patch-configure] --- configure.orig 2016-12-04 18:54:11 UTC +++ configure @@ -6286,7 +6286,7 @@ if test "$nc_cv_curses" = yes ; then echo $ac_n "checking for curses library headers""... $ac_c" 1>&6 echo "configure:6288: checking for curses library headers" >&5 if test "$wi_cv_ncurses" != "no" ; then - for ac_hdr in ncurses.h curses.h termios.h termio.h sgtty.h sys/ioctl.h + for ac_hdr in ncurses/ncurses.h curses.h termios.h termio.h sgtty.h sys/ioctl.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 [FILE:282:patches/patch-sh__util_gpshare.c] --- sh_util/gpshare.c.orig 2016-11-12 23:53:39 UTC +++ sh_util/gpshare.c @@ -28,7 +28,7 @@ static int gIsAtty1 = 1, gIsAtty2 = 1; extern int gLoadedBm, gBookmarkMatchMode; -Bookmark gBm; +extern Bookmark gBm; double FileSize(double size, const char **uStr0, double *uMult0)