non port: ftp/p5-Net-FTPServer/Makefile |
SVNWeb
|
Number of commits found: 55 |
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 30cd242 (Only the first 10 of 67 ports in this commit are shown above. )
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> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 26 Jun 2020
|
[ 11:55 sunpoet ] (Only the first 10 of 61 ports in this commit are shown above. )
Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 13 Mar 2015
|
[ 17:29 adamw ] (Only the first 10 of 87 ports in this commit are shown above. )
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
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Thu, 3 Jul 2014
|
[ 18:18 adamw ] (Only the first 10 of 11 ports in this commit are shown above. )
Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by: portmgr (blanket)
|
Thu, 6 Feb 2014
|
[ 10:04 ehaupt ]
Support staging and convert to new OPTIONS framwork.
|
Sun, 24 Nov 2013
|
[ 17:40 mat ] (Only the first 10 of 32 ports in this commit are shown above. )
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE.
|
Tue, 22 Oct 2013
|
[ 16:57 mat ] (Only the first 10 of 94 ports in this commit are shown above. )
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
|
Fri, 20 Sep 2013
|
[ 17:23 bapt ] (Only the first 10 of 104 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp)
|
Wed, 31 Jul 2013
|
[ 11:56 az ] (Only the first 10 of 18 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
|
Fri, 29 Mar 2013
|
[ 00:44 eadler ] (Only the first 10 of 303 ports in this commit are shown above. )
For perl@ owned ports:
- Fix COMMENT
- Trim header
|
Mon, 31 Dec 2012
|
[ 16:17 tobez ]
Update to 1.125.
Changes: http://cpansearch.perl.org/src/RYOCHIN/Net-FTPServer-1.125/Changes
|
Mon, 17 Dec 2012
|
[ 15:39 az ] (Only the first 10 of 44 ports in this commit are shown above. )
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
|
Wed, 25 Jul 2012
|
[ 06:32 cs ] (Only the first 10 of 125 ports in this commit are shown above. )
Fix typos in COMMENT
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- 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)
|
Tue, 13 Mar 2012
|
[ 16:15 pgollucci ] (Only the first 10 of 391 ports in this commit are shown above. )
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so)
|
Thu, 8 Mar 2012
|
[ 18:45 pgollucci ] (Only the first 10 of 403 ports in this commit are shown above. )
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
|
Tue, 21 Sep 2010
|
[ 07:56 mm ] (Only the first 10 of 75 ports in this commit are shown above. )
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
|
Sun, 10 Jan 2010
|
[ 00:35 pgollucci ]
SUBFILES += pkg-message
PR: ports/142517
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
|
Wed, 22 Jul 2009
|
[ 16:27 pgollucci ] (Only the first 10 of 263 ports in this commit are shown above. )
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
|
Wed, 14 Jan 2009
|
[ 21:09 pav ]
- Fix plist with perl 5.8.9
|
Mon, 4 Aug 2008
|
[ 02:02 leeym ]
- simplify dependency
- utilize PORTDOCS PORTEXAMPLES
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Sat, 8 Sep 2007
|
[ 01:00 linimon ] (Only the first 10 of 82 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Sun, 3 Dec 2006
|
[ 12:45 demon ] (Only the first 10 of 41 ports in this commit are shown above. )
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
|
Mon, 14 Aug 2006
|
[ 10:57 mat ]
Some modules are in Perl base.
PR: 101840
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
[ 10:55 mat ]
Respect DESTDIR
PR: 101840
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
Wed, 19 Apr 2006
|
[ 11:03 leeym ]
- add optional dependency Net::FTP
- replace whitespace with tab and make portlint happier
|
[ 10:28 erwin ]
Update to 1.122
|
Fri, 14 Apr 2006
|
[ 20:45 linimon ] (Only the first 10 of 66 ports in this commit are shown above. )
Reset petef due to no response to email. We hope to see him back sometime.
Hat: portmgr
|
Mon, 31 Oct 2005
|
[ 18:24 erwin ] (Only the first 10 of 97 ports in this commit are shown above. )
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports
|
Mon, 15 Mar 2004
|
[ 04:49 petef ]
Update to 1.120.
|
Wed, 7 Jan 2004
|
[ 02:55 petef ]
- update to 1.119
- we now depend on Perl 5.6.1
|
Sun, 21 Dec 2003
|
[ 01:30 petef ]
- make the p5-IO dependency conditional on the Perl version
- don't change the in-place pkg-message; generate a temporary one
in ${WRKDIR}
- fix install of scripts to ${PREFIX}/sbin
- use EXAMPLSDIR and DOCSDIR
- fix pkg-plist rmdir ... 2>/dev/null's to always return true
- bump PORTREVISION
PR: 59083
Submitted by: Lars Thegler <lars@thegler.dk>
|
Mon, 27 Oct 2003
|
[ 02:28 petef ]
Update to 1.118.
|
Fri, 24 Oct 2003
|
[ 14:15 erwin ] (Only the first 10 of 104 ports in this commit are shown above. )
Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
|
[ 12:05 ijliao ] (Only the first 10 of 1501 ports in this commit are shown above. )
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Tue, 16 Sep 2003
|
[ 05:43 erwin ] (Only the first 10 of 50 ports in this commit are shown above. )
Conditionalise dependencies on databases/p5-DBI: for perl
5.005_03 use databases/p5-DBI-137 as newer versions do not
support the old perl.
Note that for some port, I merely removed the explicit
dependency as they already have implicit dependencies
via other ports.
Approved by: portmgr (marcus)
|
Fri, 7 Mar 2003
|
[ 06:02 ade ] (Only the first 10 of 40 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Fri, 23 Aug 2002
|
[ 22:42 petef ]
Update to 1.111.
|
Fri, 2 Nov 2001
|
[ 14:36 petef ]
Update to 1.102
|
Wed, 3 Oct 2001
|
[ 04:47 petef ]
Update to 1.032
|
Thu, 30 Aug 2001
|
[ 03:53 petef ]
Update to 1.031
|
Sun, 26 Aug 2001
|
[ 06:28 petef ]
Update to version 1.029
|
Fri, 24 Aug 2001
|
[ 22:32 tobez ] (Only the first 10 of 24 ports in this commit are shown above. )
Remove redundant USE_PERL5 statements.
|
[ 22:01 petef ]
- update to version 1.028 - update my email in pkg-descr - sort @dirrm lines
in pkg-plist
|
Thu, 23 Aug 2001
|
[ 00:07 petef ] (Only the first 10 of 73 ports in this commit are shown above. )
Change my email address to petef@FreeBSD.org for the ports I maintain.
|
Wed, 15 Aug 2001
|
[ 18:45 tobez ]
Fix ftp/p5-Net-FTPServer build on -stable.
|
Mon, 13 Aug 2001
|
[ 13:33 kevlo ]
Update to version 1.027
|
Sat, 11 Aug 2001
|
[ 05:32 ijliao ]
- update to version 1.026 - take over as maintainer from ports@ - use
SITE_PERL for readability - install the ftpd, sample conf, docs - shorten
pkg-descr to please portlint - add WWW: - sort pkg-plist
|
Mon, 30 Jul 2001
|
[ 17:00 ijliao ]
add p5-Net-FTPServer A full-featured, secure, extensible and configurable Perl
FTP server
|
Number of commits found: 55 |