summaryrefslogtreecommitdiff
path: root/ftp/ftpmirror (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ftp: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for f* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514132
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-263/+261
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Clean up plistBaptiste Daroussin2014-10-201-14/+0
| | | | Notes: svn path=/head/; revision=371277
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-2/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* . Add LICENSERenato Botelho2014-05-151-1/+4
| | | | | | | . Fix .packlist Notes: svn path=/head/; revision=354119
* . Support STAGERenato Botelho2013-10-312-14/+35
| | | | | | | . Simplify Makefile Notes: svn path=/head/; revision=332301
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* Change my ports to USES (gmake|perl5)Renato Botelho2013-09-021-2/+1
| | | | Notes: svn path=/head/; revision=325961
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - switch simple inline replacement from perl to sedAndrej Zverev2013-07-251-4/+4
| | | | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=323655
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Remove unecessary OPTIONS_DEFAULT definitions added on r301957Renato Botelho2012-08-031-1/+0
| | | | | | | Reported by: sunpoet@ Notes: svn path=/head/; revision=301967
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsRenato Botelho2012-08-031-4/+7
| | | | Notes: svn path=/head/; revision=301957
* Rename old patch-aa to a better nameRenato Botelho2012-07-161-0/+0
| | | | Notes: svn path=/head/; revision=300966
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Cleanup MASTER_SITESRenato Botelho2010-09-301-2/+1
| | | | Notes: svn path=/head/; revision=262194
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-2/+3
| | | | Notes: svn path=/head/; revision=231204
* - New entry to MASTER_SITESRenato Botelho2008-07-251-1/+2
| | | | Notes: svn path=/head/; revision=217492
* - Remove WWW on pkg-descr, this site is down since june.Renato Botelho2005-11-301-5/+0
| | | | | | | | PR: ports/89692 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=150021
* - Add SHA256Renato Botelho2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147578
* Change MAINTAINER to my @FreeBSD.org accountRenato Botelho2005-07-111-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=138919
* Fix plistRoman Bogorodskiy2005-05-051-1/+4
| | | | Notes: svn path=/head/; revision=134639
* - unbreakRoman Bogorodskiy2005-05-043-12/+26
| | | | | | | | | | | | | - use PORTDOCS - pass maintainership to submitter (current maintainer is inactive for about 5 years) PR: 80141 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer timeout Notes: svn path=/head/; revision=134617
* BROKEN: Installs perllocal.podKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129940
* Unbreak on perl-5.8.x.Jun Kuriyama2004-05-063-7/+7
| | | | Notes: svn path=/head/; revision=108508
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* utilize SITE_PERLYing-Chieh Liao2003-10-242-278/+278
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Add support for Socket6-0.11.Jun Kuriyama2001-09-182-3/+3
| | | | | | | Submitted by: ume Notes: svn path=/head/; revision=47949
* Dependency on p5-Socket6 should be "RUN", not "BUILD".Jun Kuriyama2001-04-051-1/+1
| | | | Notes: svn path=/head/; revision=40920
* Add ipv6 category and bump PORTREVISION.Jun Kuriyama2001-03-021-1/+2
| | | | | | | Suggested by: sumikawa Notes: svn path=/head/; revision=38950
* Apply IPv6 patch.Jun Kuriyama2001-03-023-0/+264
| | | | | | | | Obtained from: ume No response from: maintainer Notes: svn path=/head/; revision=38949
* PORTNAME/PORTVERSION stuffMichael Haro2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27456
* Correct patchChris D. Faulhaber2000-02-291-1/+1
| | | | | | | | PR: 16990 Submitted by: Maintainer Notes: svn path=/head/; revision=26422
* * Update port to 1.96Chris D. Faulhaber2000-02-233-11/+12
| | | | | | | | | | * Fix of the problem that rotate script doesn't work PR: 16888 Submitted by: Maintainer Notes: svn path=/head/; revision=26181
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Change "net" -> "ftp".Satoshi Asami1999-08-021-2/+2
| | | | Notes: svn path=/head/; revision=20493
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* WWW: This is definately the daemon's work. In Chuck we trust.Michael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18431
* Ftpmirror is an utility to mirror with FTPSatoshi Taoka1999-03-196-0/+338
PR: ports/10640 Submitted by: Yasuhiro Fukuma yasuf@big.or.jp Notes: svn path=/head/; revision=17286