aboutsummaryrefslogtreecommitdiff
path: root/shells/lshell
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Regular USE_GITHUB cleanup.Mathieu Arnold2017-04-102-5/+2
| | | | | | | | | | | Do not set DISTNAME. Do not set WRKSRC, if you feel like you need to, you should fix GH_PROJECT instead. Sponsored by: Absolight Notes: svn path=/head/; revision=438214
* shells/lshell: update to 0.9.18.20160916Ruslan Makhmatkhanov2017-02-066-21/+31
| | | | | | | | | | | | | | | | - pass maintainership to submitter - switch to github - add NO_ARCH, update project web-page and remove unneded patch This release fixing some vulnerabilities, that defeats the purpose of the package entirely, so this is why MFH is requested. PR: 215989 Submitted by: Damien Fleuriot <dam@my.gd> MFH: 2017Q1 Notes: svn path=/head/; revision=433496
* shells/lshell: Fix immediate exit after first commandJohn Marino2016-08-192-1/+12
| | | | | | | | | | | Without this fix, using lshell is impractical as the shell exits after the first command is executed. PR: 208003 Submitted by: Ignace Mouzannar Notes: svn path=/head/; revision=420446
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* shells/lshell: fix syslog file location (/dev/log => /var/run/log)John Marino2015-02-062-0/+12
| | | | | | | | | PR: 195245 Submitted by: dam (my.gd) Approved by: n/a (unmaintained) Notes: svn path=/head/; revision=378519
* Cleanup plistAntoine Brodin2014-11-121-3/+0
| | | | Notes: svn path=/head/; revision=372496
* - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-191-2/+2
| | | | | | | | | x11-fonts/, x11-toolkits and x11-wm to new USES=python Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371203
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,Marcus von Appen2014-08-171-1/+0
| | | | | | | | | there is no need to touch the plist. With hat: python@ Notes: svn path=/head/; revision=365179
* shells/lshell: Upgrade version 0.9.15.1 => 0.9.16John Marino2014-08-094-23/+36
| | | | | | | | PR: 191828 Submitted by: Ports Fury Notes: svn path=/head/; revision=364477
* - Add LICENSESunpoet Po-Chuan Hsieh2014-07-122-1/+3
| | | | | | | - Use single space after WWW: Notes: svn path=/head/; revision=361641
* Reset the 99 ports still listed under sylvio@John Marino2014-06-111-1/+1
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-111-6/+2
| | | | | | | | | | | Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr Notes: svn path=/head/; revision=357511
* Fix plistAntoine Brodin2014-01-041-1/+0
| | | | Notes: svn path=/head/; revision=338643
* Support stageBaptiste Daroussin2013-12-272-19/+6
| | | | Notes: svn path=/head/; revision=337652
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* - Update to 0.9.15.1Sylvio Cesar Teixeira2012-05-072-4/+4
| | | | | | | | PR: ports/167054 Submitted by: Ismail Yenigul <ismail.yenigul@surgate.com> Notes: svn path=/head/; revision=296154
* - Update to 0.9.14Sylvio Cesar Teixeira2011-02-032-5/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268583
* - Fix in @exec installs incorrect fileSylvio Cesar Teixeira2010-08-052-1/+2
| | | | | | | | PR: ports/149081 Submitted by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=258807
* - Update to 0.9.12Sylvio Cesar Teixeira2010-05-282-4/+4
| | | | Notes: svn path=/head/; revision=255246
* - Update to 0.9.11Sylvio Cesar Teixeira2010-05-222-4/+4
| | | | Notes: svn path=/head/; revision=254835
* - Update to 0.9.10Sylvio Cesar Teixeira2010-04-173-6/+7
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252841
* - Update to 0.9.8Sylvio Cesar Teixeira2010-01-283-4/+6
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=248754
* - Update to 0.9.7Sylvio Cesar Teixeira2009-11-273-7/+5
| | | | | | | | | - Update my mail address to FreeBSD Approved by: miwi (mentor) Notes: svn path=/head/; revision=244868
* - Update to 0.9.6Martin Wilke2009-10-044-29/+12
| | | | | | | | PR: 139249 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintianer) Notes: svn path=/head/; revision=242448
* - Add lshell in /etc/shells.Marcelo Araujo2009-08-102-10/+29
| | | | | | | | | | | | - Fix the PORTDOCS issue. - Bump PORTREVISION. PR: ports/137551 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer) Reported by: erwin, pav (pointyhat) Notes: svn path=/head/; revision=239259
* lshell lets you restrict a user's shell environment to limited sets of commands,Marcelo Araujo2009-08-054-0/+62
choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.) log user's commands, implement timing restrictions, and more. WWW: http://lshell.ghantoos.org PR: ports/137369 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Reviewed by: myself Notes: svn path=/head/; revision=238991