aboutsummaryrefslogtreecommitdiff
path: root/net/dshell
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-4/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* - Update to the snapshot on 2018/09/14.MANTANI Nobutaka2018-11-173-10/+11
| | | | | | | - Pet portlint. Notes: svn path=/head/; revision=485117
* Update to the snapshot on 2017/11/16.MANTANI Nobutaka2018-04-153-15/+75
| | | | Notes: svn path=/head/; revision=467391
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix shebangsMartin Wilke2017-05-081-1/+3
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=440405
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Switch to options helpersDmitry Marakasov2015-08-281-5/+4
| | | | | | | | | - While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket Notes: svn path=/head/; revision=395483
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-072-4/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* Fix variable assignment of RUN_DEPENDS.MANTANI Nobutaka2015-03-251-1/+1
| | | | | | | Pointed out by: adamw Notes: svn path=/head/; revision=382248
* Fix dependencies to fix packaging error.MANTANI Nobutaka2015-03-251-2/+3
| | | | Notes: svn path=/head/; revision=382234
* Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error.MANTANI Nobutaka2015-03-211-2/+2
| | | | Notes: svn path=/head/; revision=381786
* Fix package building error.MANTANI Nobutaka2015-03-142-2/+14
| | | | Notes: svn path=/head/; revision=381245
* Remove useless @dirs.MANTANI Nobutaka2015-02-261-4/+0
| | | | | | | Suggested by: bapt Notes: svn path=/head/; revision=380016
* Add dshell, extensible network forensic analysis framework.MANTANI Nobutaka2015-02-256-0/+236
Notes: svn path=/head/; revision=379919