Commit graph

55 commits

Author SHA1 Message Date
Cy Schubert
ddef7b84bb ftp/ftpcopy: Bump PORTREVISION
Fixes:	4ec0618688
2024-03-05 20:31:52 -08:00
Cy Schubert
4ec0618688 ftp/ftpcopy: Move man pages
Approved by:	portmgr (blanket)
2024-03-05 20:15:50 -08:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
30cd242001 ftp: remove 'Created by' lines
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
2022-07-20 16:21:53 +02:00
Piotr Kubaj
8b6e99c02d ftp/ftpcopy: fix build on non-x86
Use GCC since clang doesn't like regparm, but GCC ignores it.
2021-11-07 12:14:54 +00:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Mark Linimon
f2fbf5a1ed For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:46:08 +00:00
Baptiste Daroussin
06c273daa8 Drop the ipv6 virtual category for f* category as it is not relevant anymore 2019-10-09 10:40:21 +00:00
Alexey Dokuchaev
d305ba17ca Spell FTP properly (uppercased) when it does not refer to a command name. 2019-03-31 13:07:08 +00:00
Dmitry Marakasov
da9bce2d6f - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-12-11 09:31:31 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
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
2017-11-30 06:13:34 +00:00
Mark Linimon
d32f1af461 These ports fail the same way on armv6 as they do on aarch64.
Approved by:	portmgr (tier-2 blanket)
2017-05-26 14:27:45 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
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)
2017-01-18 13:20:31 +00:00
Mark Linimon
17e48e339b The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. 2016-11-08 19:29:56 +00:00
Mark Linimon
fd81778c29 Mark as broken on arm64.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 09:08:15 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Adam Weinberger
4e441aef5f Rename finance/ and ftp/ patch-xy patches to reflext the files they modify. 2014-07-28 18:44:42 +00:00
Adam Weinberger
660fc56a82 Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by:	portmgr (blanket)
2014-07-03 18:18:02 +00:00
Emanuel Haupt
431d9da36d Remove trailing whitespaces from category ftp 2014-02-21 13:36:50 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
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)
2014-02-10 13:54:26 +00:00
Matthias Andree
c30feda81a Support staging; cleanup !NOPORTDOCS -> PORT_OPTIONS:MDOCS 2013-10-06 22:06:43 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Andrej Zverev
ca11b0d6e9 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-02 09:22:47 +00:00
Matthias Andree
96a41b6912 Remove NO_SIZE line.
Remove MD5 hash while we're here.

In partial fix for
PR:           ports/153544
Submitted by: Eitan Adler
2011-01-11 12:05:08 +00:00
Matthias Andree
d00f8a61b2 Switch MAINTAINER line to FreeBSD address.
Approved by: garga (mentor, implicit)
2010-06-13 11:57:36 +00:00
Edwin Groothuis
1dc63d3768 add SIZE, comment NO_SIZE 2008-03-25 04:44:02 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Volker Stolz
c22a5bc9e5 Fix a locale-dependent build failure.
PR:		ports/70670
Submitted by:	Matthias Andree (maintainer)
2004-08-19 19:07:12 +00:00
Kirill Ponomarev
de72cb0969 Update to version 0.6.7
PR:		ports/70420
Submitted by:	maintainer
2004-08-13 16:52:19 +00:00
Yen-Ming Lee
85c9a5f72d Update to 0.6.5
PR:		57633
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2003-10-06 06:45:12 +00:00
Kirill Ponomarev
bb2b74c6c1 Fix build on -current
PR:		55139
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
2003-08-01 08:08:14 +00:00
Kirill Ponomarev
47fd1c0b36 Update to 0.6.4
* 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)
2003-07-31 19:40:29 +00:00
Akinori MUSHA
a8edaa568e De-pkg-comment. 2003-02-21 12:06:51 +00:00
Peter Pentchev
a62ada08ef Update to 0.6.2.
PR:		47865
Submitted by:	maintainer
2003-02-11 13:52:07 +00:00
Norikatsu Shigemura
ccbb38a9b8 Update to 0.6.1
PR:		ports/47635
Submitted by:	Matthias Andree <matthias.andree@web.de> (maintainer)
2003-01-29 17:09:58 +00:00
Tilman Keskinoz
9c8309773b Update to 0.6.0 Add ipv6 to Categories
PR:		47526
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-01-27 15:53:11 +00:00
Ying-Chieh Liao
a244cada57 make build happy
PR:		45505
Submitted by:	maintainer
2002-11-20 04:23:16 +00:00
Oliver Braun
735d09d7d6 Upgrade to 0.5.2.
PR:		ports/44163
Submitted by:	maintainer
2002-10-17 10:22:55 +00:00
Maxim Sobolev
9f9efc87ee Hand over maintainership to Matthias Andree <matthias.andree@web.de>. 2002-08-30 12:44:18 +00:00
Maxim Sobolev
f4ea0d5271 Update to 0.5.1.
PR:		40460 40668 41675
Submitted by:	Matthias Andree <ma@dt.e-technik.uni-dortmund.de>
		Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-08-30 12:01:08 +00:00
Maxim Sobolev
99e246da94 Update to 0.4.8.
PR:		34439
Submitted by:	Matthias Andree <matthias.andree@web.de>
2002-02-18 08:21:08 +00:00
Maxim Sobolev
9119dea3da Update to 0.4.6.
PR:		32900
Submitted by:	Matthias Andree <matthias.andree@web.de>
2001-12-17 13:13:04 +00:00
Maxim Sobolev
81ce5f875a Update to 0.4.5.
PR:		32829
Submitted by:	Matthias Andree <matthias.andree@web.de>
2001-12-16 07:10:24 +00:00
Maxim Sobolev
41e4ab5603 Update to 0.4.2.
PR:		30266
Submitted by:	Matthias Andree <matthias.andree@web.de>
2001-09-07 11:33:34 +00:00
Maxim Sobolev
a2f8df5e46 Update to 0.4.0. 2001-07-31 13:22:24 +00:00
Maxim Sobolev
3e396e4e6a Update to 0.3.7. 2001-04-17 13:21:52 +00:00
Maxim Sobolev
87be5af113 Update to 0.3.5. 2001-02-26 10:11:45 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00