aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpcopy
Commit message (Collapse)AuthorAgeFilesLines
* ftp/ftpcopy: Bump PORTREVISIONCy Schubert2024-03-061-0/+1
| | | | Fixes: 4ec061868835
* ftp/ftpcopy: Move man pagesCy Schubert2024-03-062-4/+4
| | | | Approved by: portmgr (blanket)
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* ftp: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Alexander Kriventsov * Anders Nordby <anders@fix.no> * Andreas Fehlner <fehlner@gmx.de> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) * Chris Piazza <cpiazza@FreeBSD.org> * Damjan Marion <dmarion@open.hr> * Emanuel Haupt <ehaupt@critical.ch> * Eric Freeman <freebsdports@chillibear.com> * Frank DENIS * Frank Laszlo <laszlof@vonostingroup.com> * Gea-Suan Lin (gslin@ccca.nctu.edu.tw) * Gea-Suan Lin <gslin@ccca.nctu.edu.tw> * George V. Neville-Neil <gnn@FreeBSD.org> * Hye-Shik Chang * Jordan Hubbard <jkh@FreeBSD.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Joseph Benden <joe@thrallingpenguin.com> * Ju Pengfei <jupengfei@gmail.com> * Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw> * Mark Johnston <markj@FreeBSD.org> * Martin Matuska (mm@FreeBSD.org) * Marwan BURELLE <marwan.burelle@lri.fr> * Maxim Ignatenko * Maxim Sobolev <sobomax@FreeBSD.org> * Neil Blakey-Milner * Neil Blakey-Milner <nbm@rucus.ru.ac.za> * Nick Leuta * Nosov Artem <chip-set@mail.ru> * Petr Holub <hopet@ics.muni.cz> * Philippe Le Berre <philippe@le-berre.com> * Piotr Kubaj <pkubaj@anongoth.pl> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Roman Bogorodskiy * Sergey Matveychuk <sem@FreeBSD.org> * Sergey Skvortsov <skv@FreeBSD.org> * Stephane Legrand * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * Tom McLaughlin <tmclaugh@sdf.lonestar.org> * Tomokazu ISHII <t-ishii@tryplanet.com> * Ulrich Spoerlein <uspoerlein@gmail.com> * Wen Heping <wen@FreeBSD.org> * Xavier Beaudouin <kiwi@oav.net> * Yasuhiro Fukuma <yasuf@big.or.jp> * Ying-Chieh Liao <ijliao@FreeBSD.org> * ache * cy@FreeBSD.org * ijliao * ports * torstenb * will With hat: portmgr
* ftp/ftpcopy: fix build on non-x86Piotr Kubaj2021-11-071-5/+6
| | | | Use GCC since clang doesn't like regparm, but GCC ignores it.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* For ports on riscv64 that fail the same (or similar ways) to aarch64, markMark Linimon2021-01-021-0/+1
| | | | | | | | | | | them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559904
* Drop the ipv6 virtual category for f* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514132
* Spell FTP properly (uppercased) when it does not refer to a command name.Alexey Dokuchaev2019-03-311-1/+1
| | | | Notes: svn path=/head/; revision=497398
* - Add LICENSEDmitry Marakasov2018-12-112-1/+3
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=487229
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* These ports fail the same way on armv6 as they do on aarch64.Mark Linimon2017-05-261-1/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441784
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.Mark Linimon2016-11-081-1/+1
| | | | Notes: svn path=/head/; revision=425758
* Mark as broken on arm64.Mark Linimon2016-11-081-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425718
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Clean up plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371277
* Rename finance/ and ftp/ patch-xy patches to reflext the files they modify.Adam Weinberger2014-07-281-0/+0
| | | | Notes: svn path=/head/; revision=363226
* Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.Adam Weinberger2014-07-031-4/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360440
* Remove trailing whitespaces from category ftpEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345409
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Support staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCSMatthias Andree2013-10-062-8/+10
| | | | Notes: svn path=/head/; revision=329633
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325955
* Remove NO_SIZE line.Matthias Andree2011-01-112-2/+0
| | | | | | | | | | | Remove MD5 hash while we're here. In partial fix for PR: ports/153544 Submitted by: Eitan Adler Notes: svn path=/head/; revision=267655
* Switch MAINTAINER line to FreeBSD address.Matthias Andree2010-06-131-1/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=256473
* add SIZE, comment NO_SIZEEdwin Groothuis2008-03-252-1/+2
| | | | Notes: svn path=/head/; revision=209748
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Fix a locale-dependent build failure.Volker Stolz2004-08-191-0/+11
| | | | | | | | PR: ports/70670 Submitted by: Matthias Andree (maintainer) Notes: svn path=/head/; revision=116723
* Update to version 0.6.7Kirill Ponomarev2004-08-132-2/+3
| | | | | | | | PR: ports/70420 Submitted by: maintainer Notes: svn path=/head/; revision=116128
* Update to 0.6.5Yen-Ming Lee2003-10-063-9/+14
| | | | | | | | PR: 57633 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=90392
* Fix build on -currentKirill Ponomarev2003-08-012-1/+3
| | | | | | | | | PR: 55139 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86109
* Update to 0.6.4Kirill Ponomarev2003-07-313-4/+6
| | | | | | | | | | | | | | * Fix HTML output of ftpls * Change maintainer address (same maintainer, different mail address) * Install HTML documents about ftpcopy and ftpls. PR: 55120 Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=86071
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Update to 0.6.2.Peter Pentchev2003-02-112-2/+2
| | | | | | | | PR: 47865 Submitted by: maintainer Notes: svn path=/head/; revision=75295
* Update to 0.6.1Norikatsu Shigemura2003-01-292-2/+2
| | | | | | | | PR: ports/47635 Submitted by: Matthias Andree <matthias.andree@web.de> (maintainer) Notes: svn path=/head/; revision=74216
* Update to 0.6.0 Add ipv6 to CategoriesTilman Keskinoz2003-01-272-3/+3
| | | | | | | | PR: 47526 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=74090
* make build happyYing-Chieh Liao2002-11-201-1/+1
| | | | | | | | PR: 45505 Submitted by: maintainer Notes: svn path=/head/; revision=70532
* Upgrade to 0.5.2.Oliver Braun2002-10-172-2/+2
| | | | | | | | PR: ports/44163 Submitted by: maintainer Notes: svn path=/head/; revision=68197
* Hand over maintainership to Matthias Andree <matthias.andree@web.de>.Maxim Sobolev2002-08-301-1/+1
| | | | Notes: svn path=/head/; revision=65292
* Update to 0.5.1.Maxim Sobolev2002-08-303-5/+3
| | | | | | | | | PR: 40460 40668 41675 Submitted by: Matthias Andree <ma@dt.e-technik.uni-dortmund.de> Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=65283
* Update to 0.4.8.Maxim Sobolev2002-02-183-4/+4
| | | | | | | | PR: 34439 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=54852
* Update to 0.4.6.Maxim Sobolev2001-12-172-2/+2
| | | | | | | | PR: 32900 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=51664
* Update to 0.4.5.Maxim Sobolev2001-12-162-2/+2
| | | | | | | | PR: 32829 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=51615
* Update to 0.4.2.Maxim Sobolev2001-09-075-11/+19
| | | | | | | | PR: 30266 Submitted by: Matthias Andree <matthias.andree@web.de> Notes: svn path=/head/; revision=47492
* Update to 0.4.0.Maxim Sobolev2001-07-313-26/+7
| | | | Notes: svn path=/head/; revision=45663
* Update to 0.3.7.Maxim Sobolev2001-04-172-2/+2
| | | | Notes: svn path=/head/; revision=41556
* Update to 0.3.5.Maxim Sobolev2001-02-262-2/+2
| | | | Notes: svn path=/head/; revision=38782
* Whitespace-only:Maxim Sobolev2000-11-011-2/+2
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558