aboutsummaryrefslogtreecommitdiff
path: root/net/mosh
Commit message (Collapse)AuthorAgeFilesLines
* - Drop 8.x supportDmitry Marakasov2015-09-031-9/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=396031
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Update to 1.2.5Ryan Steinmetz2015-07-232-5/+4
| | | | Notes: svn path=/head/; revision=392719
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-211-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386914
* - Update to 2.6.0Sunpoet Po-Chuan Hsieh2014-10-041-0/+1
| | | | | | | | | | | | | | | | - Update MASTER_SITES - Add my LOCAL to MASTER_SITES - Use USE_CSTD - Use MAKE_CMD - Reformat pkg-descr - Update WWW - Take maintainership - Bump PORTREVISION for devel/protobuf shlib change Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt Notes: svn path=/head/; revision=369969
* - Fix build when devel/ncurses is installedRyan Steinmetz2014-01-141-2/+3
| | | | | | | | | - Do not bump PORTREVISION PR: ports/185574 Notes: svn path=/head/; revision=339703
* - Convert to stagingMathieu Arnold2013-11-061-5/+4
| | | | | | | | | | | - Use new LIB_DEPENDS format maintainer timeout PR: ports/183192 Submitted by: mat Notes: svn path=/head/; revision=332979
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327365
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* - Update to 1.2.4Ryan Steinmetz2013-03-273-24/+4
| | | | Notes: svn path=/head/; revision=315376
* 1: Upgrade protobuf to 2.5.0.Vanilla I. Shu2013-03-181-1/+1
| | | | | | | | 2: bump revision. 3: document UPDATING. Notes: svn path=/head/; revision=314580
* - Fix calls to setsockopt.Ryan Steinmetz2012-10-232-0/+19
| | | | | | | | | | | - Bump PORTREVISION Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>, Bryan Drewery <bdrewery@freebsd.org> Obtained from: Upstream github repo Feature safe: yes Notes: svn path=/head/; revision=306333
* - Update to 1.2.3Ryan Steinmetz2012-10-192-8/+7
| | | | | | | | Submitted by: Bryan Drewery <bdrewery@freebsd.org> Feature safe: yes Notes: svn path=/head/; revision=306139
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - Update to 1.2.2Ryan Steinmetz2012-06-132-5/+5
| | | | Notes: svn path=/head/; revision=299206
* - Remove SITE_PERL from *_DEPENDSRyan Steinmetz2012-06-051-1/+1
| | | | Notes: svn path=/head/; revision=298451
* - Update to 1.2.1Ryan Steinmetz2012-05-262-3/+3
| | | | Notes: svn path=/head/; revision=297467
* - Update to 1.2Ryan Steinmetz2012-04-267-94/+8
| | | | Notes: svn path=/head/; revision=295553
* - Note CONFLICT between net/mosh and lang/mosh, as they both install bin/moshRyan Steinmetz2012-04-121-1/+3
| | | | | | | | | - Bump PORTREVISION Reported By: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=294722
* - Fix _DEPENDSRyan Steinmetz2012-04-113-3/+33
| | | | | | | | - Merge in two additional patches from upstream to fix BSD-specific issues - Bump PORTREVISION Notes: svn path=/head/; revision=294656
* New port: net/mosh:Ryan Steinmetz2012-04-107-0/+119
Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. Mosh is a replacement for SSH. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links. WWW: http://mosh.mit.edu/ Notes: svn path=/head/; revision=294568