aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* ftp/py-ftputil: Update to 5.0.1Li-Wen Hsu2021-07-253-7/+10
|
* ftp/curl: Update to 7.78.0Po-Chuan Hsieh2021-07-218-53/+25
| | | | | | | - Remove METALINK option: all support removed by upstream - Update NTLM option: it has own configure option now Changes: https://curl.se/changes.html
* ftp/curl: Add MQTT optionPo-Chuan Hsieh2021-07-211-1/+3
| | | | | PR: 256627 Requested by: Michael Osipov <michael.osipov@siemens.com>
* ftp/curl: Add STATIC optionPo-Chuan Hsieh2021-07-212-3/+5
| | | | | PR: 254622 Reported by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* ftp/curl: Enable LIBSSH2 option by defaultPo-Chuan Hsieh2021-07-211-1/+2
| | | | | | | - Bump PORTREVISION for dependency change PR: 253939 Requested by: Dennis Clarke <dclarke@blastwave.org>
* ftp/rubygem-net-ftp: Update to 0.1.3Po-Chuan Hsieh2021-07-142-4/+4
| | | | Changes: https://github.com/ruby/net-ftp/commits/master
* ftp/wzdftpd: the port had been further improved (+)Alexey Dokuchaev2021-07-085-24/+21
| | | | | | | | - Unbreak the build against OpenSSL (untested) - Do not install useless static libraries - Build with PAM support (and enable by default) - Annotate installed sample configuration file as @sample - Minor textual nits in rc script and port description
* ftp/wzdftpd: resurrect^Wreadd previously deleted portAlexey Dokuchaev2021-07-088-0/+336
| | | | | | | | | | | | | | | | Despite that original author stopped working on the project, it has its userbase and remains fairly popular and demanded, known for its versatility and capabilities, so: - Bring back from the attic and fix the build with -fno-common - Mark OPENSSL option as BROKEN for the time being - Expand the default options a bit to get more useful package - Tighten one regex (escape the dot) and kill stray backslash - Fix a typo and adjust WWW line in the port description text - Submitter assumes maintainership of the port (thanks!) PR: 256840 Submitted by: Robert Clausecker
* ftp/rubygem-curb: Update to 0.9.11Po-Chuan Hsieh2021-07-062-4/+4
| | | | Changes: https://github.com/taf2/curb/blob/master/ChangeLog.md
* ftp/R-cran-curl: Update to 4.3.2TAKATSU Tomonari2021-06-242-4/+4
|
* ftp/freebsd-ftpd: fixup wwwCy Schubert2021-06-192-2/+2
|
* ftpd/freebsd-ftpd: Correct pkg-descrCy Schubert2021-06-182-8/+4
|
* ftp/freebsd-ftpd: Add ftp/freebsd-ftpdCy Schubert2021-06-185-0/+56
| | | | | This new port contains the legacy FreeBSD ftpd which will be removed from FreeBSD-14.
* ftp/sftpgo: Update to 2.1.0Serhii (Sergey) Kozlov2021-06-163-20/+39
| | | | Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.1.0
* ftp/py-tftpy: Update to 0.8.1Po-Chuan Hsieh2021-06-143-7/+5
| | | | | | | - Update LICENSE_FILE Changes: https://github.com/msoulier/tftpy/blob/master/README https://github.com/msoulier/tftpy/commits/master
* ftp/curl: Update to 7.77.0Po-Chuan Hsieh2021-06-103-4/+7
| | | | Changes: https://curl.se/changes.html
* ftp/sftpgo: SFTP, FTP/S, and WebDAV server [NEW]Serhii (Sergey) Kozlov2021-06-086-0/+195
| | | | | | | | | | | | | Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support, written in Go. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. WWW: https://github.com/drakkan/sftpgo Approved by: koobs Differential Revision: https://reviews.freebsd.org/D30661
* ftp/bsdftpd-ssl: mark BROKEN on 14 in the same circumstances as 12/13.Mark Linimon2021-05-221-0/+1
|
* */pear-*: Take maintainershipPo-Chuan Hsieh2021-05-221-1/+1
|
* ftp/rubygem-net-ftp: Update to 0.1.2Po-Chuan Hsieh2021-05-162-4/+4
| | | | Changes: https://github.com/ruby/net-ftp/commits/master
* ftp/bftpd: Update to 5.7Danilo Egea Gondolfo2021-05-122-5/+5
| | | | Drop maintainership.
* ftp/curl: remove non-option from OPTIONS_DEFAULTDmitry Marakasov2021-05-121-1/+1
| | | | Approved by: portmgr blanket
* ftp/lftp: remove non-option from OPTIONS_DEFAULTDmitry Marakasov2021-05-121-1/+1
| | | | Approved by: portmgr blanket
* ftp/pear-Net_FTP: update to 1.4.1.Vanilla I. Shu2021-05-082-5/+6
| | | | ChangeLog: https://pear.php.net/package/Net_FTP/download/
* *: reset miwi's ports after safekeeping his ports bit.Rene Ladan2021-05-041-1/+1
| | | | Hat: portmgr-secretary
* Remove duplicate port ftp/cprAntoine Brodin2021-05-035-70/+0
|
* ftp/curl: Cosmetic changePo-Chuan Hsieh2021-05-021-23/+21
|
* ftp/cpr: Add cpr 1.6.2Po-Chuan Hsieh2021-05-025-0/+70
| | | | | | | | | | | | | C++ Requests is a simple wrapper around libcurl inspired by the excellent Python Requests project. Despite its name, libcurl's easy interface is anything but, and making mistakes misusing it is a common source of error and frustration. Using the more expressive language facilities of C++11, this library captures the essence of making network calls into a few concise idioms. WWW: https://whoshuu.github.io/cpr/ WWW: https://github.com/whoshuu/cpr
* ftp/R-cran-curl: Update to 4.3.1TAKATSU Tomonari2021-05-012-5/+4
|
* ftp/curl: Update to 7.76.1Po-Chuan Hsieh2021-04-252-6/+6
| | | | | | - Update MASTER_SITES Changes: https://curl.haxx.se/changes.html
* ftp/curl: Update to 7.76.0Po-Chuan Hsieh2021-04-183-5/+10
| | | | Changes: https://curl.haxx.se/changes.html
* x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5Yuri Victorovich2021-04-161-1/+1
| | | | | | Bump 43 ports that either depend on wxgtk31 or potentially depend on it. Reported by: portscout
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-071-2/+0
|
* Remove expired ports:Rene Ladan2021-04-0710-317/+0
| | | | | | | | devel/buildtool-doc 2021-04-01 devel/buildtool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 misc/floatator: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 finance/wmstock: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/frox: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
* Remove expired ports:Rene Ladan2021-04-0719-516/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/drm: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cre: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 security/doorman: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 shells/esh: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 sysutils/cpu: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 textproc/libcrm114: No known users, dead upstream 2021-04-01 x11/wmmatrix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/wmxss: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/tycoon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xgrab: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xbanner: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/bricons: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 x11/xmon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 games/cavezofphear: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 astro/saoimage: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ksmp3play: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/jamin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/musicbox-tag-editor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/nspmod: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/cdplay: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/gimmix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/ghostess: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/wmrecord: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/toolame: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 audio/shout: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/grappa: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/phylip: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 biology/lagan: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/varkon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 cad/transcalc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/seyon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 comms/efax: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/vda2fbd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 converters/shftool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/openzz: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/sourcenav: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 devel/gb: Unmaintained and dead upstream 2021-04-01 dns/checkdns: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 dns/inadyn-mt: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/gate: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 editors/thoteditor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/cinc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/e-uae: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 emulators/dtcyber: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/jftpgw: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-01 ftp/pureadmin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11) 2021-04-02 textproc/hs-pandoc-citeproc: Integrated into textproc/hs-pandoc
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0723-23/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-0614-34/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-0697-98/+0
|
* - Update to 1.98-1.3TAKATSU Tomonari2021-03-172-5/+4
| | | | Notes: svn path=/head/; revision=568641
* ftp/jftp: Update to 1.6.0Neel Chauhan2021-03-132-4/+5
| | | | | | | Also, set NO_ARCH Notes: svn path=/head/; revision=568290
* Update Linux CentOS ports to 7.9.2009.Tijl Coosemans2021-03-042-13/+13
| | | | Notes: svn path=/head/; revision=567324
* Update a few GNUstep ports:Neel Chauhan2021-02-142-1/+2
| | | | | | | | | | | | * devel/gnustep-make: Update to 2.8.0 * lang/gnustep-base: Update to 1.27.0 * x11-toolkits/gnustep-back: update to 0.28.0 * x11-toolkits/gnustep-gui: update to 0.28.0 Also bump PORTREVISION on dependent ports. Notes: svn path=/head/; revision=565273
* Update to 2.8.3Emanuel Haupt2021-02-114-12/+11
| | | | Notes: svn path=/head/; revision=564933
* Update to 7.75.0Sunpoet Po-Chuan Hsieh2021-02-065-53/+7
| | | | | | | Changes: https://curl.haxx.se/changes.html Notes: svn path=/head/; revision=564253
* Make User-Agent header setting reliableSunpoet Po-Chuan Hsieh2021-02-033-2/+51
| | | | | | | | | | - Bump PORTREVISION for package change Requested by: Jonathan Simon <info@simonabc.com> Obtained from: https://github.com/curl/curl/commit/0936ecd0ee5e3e28c098fefc9e2c0e6847cb7a82 Notes: svn path=/head/; revision=563916
* - Use a better way to deal with deprecated ERR_load_crypto_strings()Alexey Dokuchaev2021-02-013-14/+24
| | | | | | | | | | | function by #includ'ing <openssl/err.h> header which already takes the proper care of it - Move away from using another deprecated RSA_generate_key() function - Apply the same hack as for the client port so it dynamically links against libcrypto.so, rather than statically against libcrypto.a Notes: svn path=/head/; revision=563542
* - Split into client and server ports: upstream now provides separateAlexey Dokuchaev2021-01-3019-199/+224
| | | | | | | | | | | | distfiles and also this allows to simplify configure and build glue in the Makefiles considerably - Update to version 3.2.1, reword both COMMENTs accordingly - Actualize MASTER_SITES and WWW line in the port description - Unbreak the build against contemporary versions of OpenSSL - Define LICENSE (GPLv2+) and install provided documentation files Notes: svn path=/head/; revision=563282
* Mark BROKEN on FreeBSD 14Antoine Brodin2021-01-251-0/+1
| | | | | | | | Reported by: pkg-fallout MFH: 2021Q1 Notes: svn path=/head/; revision=562540
* - Update WWWDmitry Marakasov2021-01-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=561547
* ftp/wget: fix build on GCC architecturesPiotr Kubaj2021-01-131-0/+1
| | | | | | | | tempname.c: In function 'try_tempname_len': tempname.c:288: error: 'for' loop initial declaration used outside C99 mode Notes: svn path=/head/; revision=561405