Commit graph

45 commits

Author SHA1 Message Date
Mathieu Arnold
ce89a80f59 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@
2013-10-22 16:57:44 +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
a74217e6d9 - Convert to new perl framework
- Trim Makefile header
2013-07-31 11:56:17 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Anton Berezin
8245202388 Update to 1.125.
Changes: http://cpansearch.perl.org/src/RYOCHIN/Net-FTPServer-1.125/Changes
2012-12-31 16:17:28 +00:00
Andrej Zverev
14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Steve Wills
63d09c9c9b - 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)
2012-06-10 18:42:48 +00:00
Philip M. Gollucci
b59621d3ae - 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)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - 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
2012-03-08 18:45:38 +00:00
Martin Matuska
ddcc0de921 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
2010-09-21 07:56:43 +00:00
Philip M. Gollucci
c1eaff1b56 SUBFILES += pkg-message
PR:             ports/142517
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
2010-01-10 00:35:49 +00:00
Philip M. Gollucci
c10f314307 - 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)
2009-07-22 16:27:08 +00:00
Pav Lucistnik
f50c6ef2d7 - Fix plist with perl 5.8.9 2009-01-14 21:09:59 +00:00
Yen-Ming Lee
b09000ffd4 - simplify dependency
- utilize PORTDOCS PORTEXAMPLES
2008-08-04 02:02:26 +00:00
Marcelo Araujo
4aaab89f57 - 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)
2008-04-17 14:30:31 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Gabor Kovesdan
42542fb076 - 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)
2007-08-04 11:41:30 +00:00
Dmitry Sivachenko
274e5c4ab3 Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. 2006-12-03 12:45:59 +00:00
Mathieu Arnold
d3794d56f9 Some modules are in Perl base.
PR:		101840
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-08-14 10:57:31 +00:00
Mathieu Arnold
8d7fbfa538 Respect DESTDIR
PR:		101840
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-08-14 10:55:49 +00:00
Yen-Ming Lee
5f22deed8c - add optional dependency Net::FTP
- replace whitespace with tab and make portlint happier
2006-04-19 11:03:43 +00:00
Erwin Lansing
84c642faf9 Update to 1.122 2006-04-19 10:28:08 +00:00
Mark Linimon
428ee0bc4b Reset petef due to no response to email. We hope to see him back sometime.
Hat:	portmgr
2006-04-14 20:45:44 +00:00
Erwin Lansing
acde26f363 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
2005-10-31 18:24:21 +00:00
Pete Fritchman
ab37e7179b Update to 1.120. 2004-03-15 04:49:21 +00:00
Pete Fritchman
38d5bbd497 - update to 1.119
- we now depend on Perl 5.6.1
2004-01-07 02:55:37 +00:00
Pete Fritchman
5ed2fa7987 - 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>
2003-12-21 01:30:44 +00:00
Pete Fritchman
d87343a746 Update to 1.118. 2003-10-27 02:28:59 +00:00
Erwin Lansing
6950bbfd5b Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introduced
in the last commit.
2003-10-24 14:15:32 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Erwin Lansing
6b470bae86 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)
2003-09-16 05:43:52 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Pete Fritchman
7da6109ab7 Update to 1.111. 2002-08-23 22:42:51 +00:00
Pete Fritchman
3036460534 Update to 1.102 2001-11-02 14:36:31 +00:00
Pete Fritchman
8fc5518f02 Update to 1.032 2001-10-03 03:47:33 +00:00
Pete Fritchman
164404ce21 Update to 1.031 2001-08-30 02:53:40 +00:00
Pete Fritchman
524fe61714 Update to version 1.029 2001-08-26 05:28:54 +00:00
Anton Berezin
2835757114 Remove redundant USE_PERL5 statements. 2001-08-24 21:32:55 +00:00
Pete Fritchman
fac88ab9a7 - update to version 1.028
- update my email in pkg-descr
- sort @dirrm lines in pkg-plist
2001-08-24 21:01:57 +00:00
Pete Fritchman
35db8cc37d Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by:	ade
2001-08-22 23:07:23 +00:00
Anton Berezin
00c407a449 Fix ftp/p5-Net-FTPServer build on -stable.
PR:		29690
Submitted by:	maintainer
2001-08-15 17:45:22 +00:00
Kevin Lo
a75ddf1b33 Update to version 1.027
PR: 29662
Submitted by: MAINTAINER
2001-08-13 12:33:40 +00:00
Ying-Chieh Liao
0f33568e6f - 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

PR:		29618
Submitted by:	Pete Fritchman <petef@databits.net> (new maintainer)
2001-08-11 04:32:29 +00:00
Ying-Chieh Liao
db5c4d5342 add p5-Net-FTPServer
A full-featured, secure, extensible and configurable Perl FTP server
2001-07-30 16:00:42 +00:00