Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_32 / ncftp
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               ncftp
4 VERSION=                3.2.7
5 KEYWORDS=               ftp
6 VARIANTS=               standard
7 SDESC[standard]=        Set of free application programs implementing FTP
8 HOMEPAGE=               https://www.ncftp.com/ncftp/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://www.ncftp.com/public_ftp/ncftp/
13 DISTFILE[1]=            ncftp-3.2.7-src.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         man
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   cpe perl:build
23
24 LICENSE=                ARTPERL10:primary
25 LICENSE_FILE=           ARTPERL10:{{WRKSRC}}/doc/LICENSE.txt
26 LICENSE_SCHEME=         solo
27
28 CPE_VENDOR=             ncftp_software
29 FPC_EQUIVALENT=         ftp/ncftp3
30
31 MUST_CONFIGURE=         gnu
32 CONFIGURE_ARGS=         --without-curses
33                         --without-ncurses
34
35 [FILE:559:descriptions/desc.primary]
36 NcFTP is a free set of programs that use the File Transfer Protocol.
37 The main program is simply called "ncftp".  There are also separate
38 utility programs for one-shot FTP operations (i.e. for shell scripts
39 and command line junkies);  these include "ncftpget", "ncftpput",
40 and "ncftpls".  Also included is a batch processing daemon,
41 "ncftpbatch", which is invoked by the "bgget" command from "ncftp"
42 and also the "-b" flag of "ncftpput" and "ncftpget".  Lastly, the
43 "ncftpbookmarks" program is a full-screen utility program to
44 manipulate user's FTP bookmarks.
45
46
47 [FILE:101:distinfo]
48 d41c5c4d6614a8eae2ed4e4d7ada6b6d3afcc9fb65a4ed9b8711344bef24f7e8       422480 ncftp-3.2.7-src.tar.xz
49
50
51 [FILE:67:manifests/plist.primary]
52 bin/
53  ncftp
54  ncftpbatch
55  ncftpget
56  ncftpls
57  ncftpput
58  ncftpspooler
59
60
61 [FILE:108:manifests/plist.man]
62 share/man/man1/
63  ncftp.1.gz
64  ncftpbatch.1.gz
65  ncftpget.1.gz
66  ncftpls.1.gz
67  ncftpput.1.gz
68  ncftpspooler.1.gz
69
70
71 [FILE:545:patches/patch-configure]
72 --- configure.orig      2016-12-04 18:54:11 UTC
73 +++ configure
74 @@ -6286,7 +6286,7 @@ if test "$nc_cv_curses" = yes ; then
75  echo $ac_n "checking for curses library headers""... $ac_c" 1>&6
76  echo "configure:6288: checking for curses library headers" >&5
77  if test "$wi_cv_ncurses" != "no" ; then
78 -       for ac_hdr in ncurses.h curses.h termios.h termio.h sgtty.h sys/ioctl.h
79 +       for ac_hdr in ncurses/ncurses.h curses.h termios.h termio.h sgtty.h sys/ioctl.h
80  do
81  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
82  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
83