aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpsync
Commit message (Collapse)AuthorAgeFilesLines
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.3.03Dennis Herrmann2009-07-072-4/+4
| | | | Notes: svn path=/head/; revision=237370
* - Update to 1.3.01Dennis Herrmann2009-04-212-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=232428
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Fix MASTER_SITESMartin Wilke2008-10-241-1/+1
| | | | | | | | PR: 128273 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=222034
* - Update to 1.2.34Martin Wilke2008-10-122-5/+7
| | | | | | | | | | | | Changelog: * Added Option to disable timestamping for transferred (local) files * Added reconnect if conncection times out after local file reading PR: 128016 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=221493
* - Update to 1.29Martin Wilke2008-09-292-5/+11
| | | | | | | | | | | - Respect NOPORT* - Pass maintainership to submitter PR: 127642 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=220965
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update to 1.2.33Andrew Pantyukhin2006-10-312-4/+4
| | | | Notes: svn path=/head/; revision=175925
* Add port ftp/ftpsync:Andrew Pantyukhin2006-08-313-0/+42
ftpsync.pl synchronizes a local directory tree and a remote FTP directory tree. It was initally written to automize web publishing, but might be useful for some other purposes, like mirroring not-too-large public sites, data replication, and more. WWW: http://ftpsync.sourceforge.net/ Author: Christoph Lechleitner <ibcl@users.sourceforge.net> Notes: svn path=/head/; revision=171721