non port: ftp/p5-POE-Component-Client-FTP/Makefile |
Number of commits found: 24 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
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
30cd242 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 6 Oct 2018
|
13:06 des
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Friday, 15 Sep 2017
|
08:58 mat
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Thursday, 2 Mar 2017
|
17:59 sunpoet
Update to 0.24
- Add LICENSE
- Update *_DEPENDS
- Add TEST_DEPENDS
- Add NO_ARCH
- Convert to options target helper
Changes: http://search.cpan.org/dist/POE-Component-Client-FTP/Changes
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 13 Mar 2015
|
17:29 adamw
Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
This one happens in many, many ports. I only applied it in cases where
it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
|
Wednesday, 26 Nov 2014
|
13:08 mat
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
Thursday, 3 Jul 2014
|
18:18 adamw
Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by: portmgr (blanket)
|
Thursday, 6 Feb 2014
|
10:11 ehaupt
Convert to new OPTIONS framework and support staging.
|
Friday, 20 Sep 2013
|
17:23 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
|
Wednesday, 31 Jul 2013
|
11:56 az
- Convert to new perl framework
- Trim Makefile header
|
Saturday, 27 Jul 2013
|
16:06 az
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
|
Sunday, 10 Jun 2012
|
18:42 swills
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Monday, 4 Jun 2012
|
08:37 az
- Remove SITE_PERL from *_DEPENDS
|
Monday, 7 May 2012
|
15:42 skv
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved).
|
Saturday, 14 Feb 2009
|
22:23 skv
Update to 0.22
Changes:
http://cpansearch.perl.org/src/BINGOS/POE-Component-Client-FTP-0.22/Changes
PR: ports/131265
Submitted by: lth
|
Wednesday, 11 Jun 2008
|
13:17 skv
Update to 0.18
|
Thursday, 17 Apr 2008
|
14:30 araujo
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
|
Thursday, 7 Feb 2008
|
14:58 skv
Update to 0.14
Changes:
http://search.cpan.org/src/BINGOS/POE-Component-Client-FTP-0.14/Changes
|
Wednesday, 21 May 2003
|
11:34 skv
Updated to 0.07
PR: ports/52230
|
Friday, 7 Mar 2003
|
06:02 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Monday, 27 May 2002
|
15:05 skv
Add p5-POE-Component-Client-FTP 0.05,
implements an FTP client POE
Component.
|
Number of commits found: 24 |