aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpcopy
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to 0.3.3.Maxim Sobolev2000-10-052-2/+2
| | | | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=33432
* Update to 0.3.2.Maxim Sobolev2000-09-052-2/+2
| | | | Notes: svn path=/head/; revision=32298
* Remove extra whiteline.Maxim Sobolev2000-07-171-1/+0
| | | | Notes: svn path=/head/; revision=30740
* Update to 0.3.0.Maxim Sobolev2000-07-175-15/+21
| | | | Notes: svn path=/head/; revision=30739
* Add ftpcopy, a two command line ftp tools.Maxim Sobolev2000-07-056-0/+62
- ftpcopy is a simply FTP client written to copy files or directories (recursively) from a FTP server. - ftpls is a FTP client which generates directory listings, either in plain text or HTML. Notes: svn path=/head/; revision=30241