aboutsummaryrefslogtreecommitdiff
path: root/net/dshell
Commit message (Collapse)AuthorAgeFilesLines
* security/py-pyopenssl: Move security/py-openssl to security/py-pyopensslPo-Chuan Hsieh2025-11-111-1/+2
| | | | | | | | - Update WWW - Convert to USE_PYTHON=pep517 - Clean up Makefile - Bump PORTREVISION for package change - Bump PORTREVISION of dependent ports for dependency change
* net/dshell: Update to 3.2.3MANTANI Nobutaka2025-10-192-5/+4
|
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-081-0/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* *: regular cleanup for GH_TAGNAME bad usageMathieu Arnold2023-05-242-3/+3
|
* net/dshell: Update to 3.2.2MANTANI Nobutaka2023-03-112-7/+6
|
* net/dshell: Update to the snapshot on 2022-03-17MANTANI Nobutaka2023-01-143-6/+6
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* net/dshell: Resurrect port and update to the snapshot on 2021-06-10.MANTANI Nobutaka2021-10-104-0/+69
| | | | | This port was previously removed due to lack of Python 3 support. Current version supports Python 3.
* Unbreak bulk -aAntoine Brodin2020-07-246-313/+0
| | | | Notes: svn path=/head/; revision=543380
* Update to the snapshot on 2020-03-02.MANTANI Nobutaka2020-03-212-5/+5
| | | | Notes: svn path=/head/; revision=528849
* Deprecate some ports using deprecated version of pythonAntoine Brodin2020-03-081-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=528058
* Clean up USESAntoine Brodin2020-02-191-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526520
* - Update to the latest snapshot on 2019-05-23.MANTANI Nobutaka2019-08-214-15/+17
| | | | | | | | - Switch to use the GeoLite2 database. - Switch to use py-pycryptodome. Notes: svn path=/head/; revision=509485
* 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