non port: net/dshell/Makefile |
Number of commits found: 22 |
Wednesday, 24 May 2023
|
16:34 Mathieu Arnold (mat)
*: regular cleanup for GH_TAGNAME bad usage
0619748 |
Saturday, 11 Mar 2023
|
12:25 MANTANI Nobutaka (nobutaka)
net/dshell: Update to 3.2.2
dfe4394 |
Saturday, 14 Jan 2023
|
11:53 MANTANI Nobutaka (nobutaka)
net/dshell: Update to the snapshot on 2022-03-17
885e50f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Sunday, 10 Oct 2021
|
14:11 MANTANI Nobutaka (nobutaka)
net/dshell: Resurrect port and update to the snapshot on 2021-06-10.
This port was previously removed due to lack of Python 3 support.
Current version supports Python 3.
9db7407 |
Saturday, 21 Mar 2020
|
12:01 nobutaka
Update to the snapshot on 2020-03-02.
 |
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
 |
Wednesday, 19 Feb 2020
|
17:59 antoine
Clean up USES
With hat: portmgr
 |
Wednesday, 21 Aug 2019
|
02:22 nobutaka
- Update to the latest snapshot on 2019-05-23.
- Switch to use the GeoLite2 database.
- Switch to use py-pycryptodome.
 |
Saturday, 17 Nov 2018
|
06:29 nobutaka
- Update to the snapshot on 2018/09/14.
- Pet portlint.
 |
Sunday, 15 Apr 2018
|
13:12 nobutaka
Update to the snapshot on 2017/11/16.
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Monday, 8 May 2017
|
09:51 miwi
- Fix shebangs
- Bump PORTREVISION
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
Friday, 28 Aug 2015
|
13:39 amdmi3
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket
 |
Thursday, 7 May 2015
|
17:26 mat
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 25 Mar 2015
|
16:10 nobutaka
Fix variable assignment of RUN_DEPENDS.
Pointed out by: adamw
 |
15:25 nobutaka
Fix dependencies to fix packaging error.
 |
Saturday, 21 Mar 2015
|
02:13 nobutaka
Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error.
 |
Saturday, 14 Mar 2015
|
04:22 nobutaka
Fix package building error.
 |
Wednesday, 25 Feb 2015
|
14:35 nobutaka
Add dshell, extensible network forensic analysis framework.
 |
Number of commits found: 22 |