Port details |
- py-ed2k-tools Python framework for manipulating eD2K metafiles
- 0.1 net-p2p
=2 0.1Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2023-05-18 06:12:08
- Last Update: 2023-05-31 12:47:58
- Commit Hash: 31beaca
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://ed2k-tools.sourceforge.net/python.shtml
- Description:
- This is a Python framework for easy manipulation of .part.met files
(Overnet/eDonkey2000 download meta-information). This set of classes
allows for rapid development of ed2k tools, using a very simple API.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ed2k-tools>0:net-p2p/py-ed2k-tools@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-p2p/py-ed2k-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/py-ed2k-tools
- pkg install py39-ed2k-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-ed2k-tools listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-ed2k-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1052224864
SHA256 (ed2k_python-0.1.tar.gz) = aa11b85735473319e8d0662fef60af4b777c1759456beb4aaf8545911bff761a
SIZE (ed2k_python-0.1.tar.gz) = 10290
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-ed2k-tools-0.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_py-ed2k-tools
- USES:
- python:run shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1 31 May 2023 12:47:58
    |
Alexey Dokuchaev (danfe)  |
net-p2p/py-ed2k-tools: add rudimentary support for TAG_TYPE_BLOB
While most common eDonkey2000's .part.met tags are integers and
strings, there could be other data embedded in them, like binary
data blobs. Ignore (skip) them for now rather than choking on.
While here, use a better way to detect if supplied argument is
a directory. |
0.1 21 May 2023 06:53:52
    |
Alexey Dokuchaev (danfe)  |
net-p2p/py-ed2k-tools: some last minute style and commentary/spelling fixes. |
0.1 18 May 2023 09:04:14
    |
Alexey Dokuchaev (danfe)  |
net-p2p/py-ed2k-tools: improve transfers' summary printing script
- Do not hardcode terminal width, ask for it instead and fallback
to 80 characters if cannot get it (available since Python 3.3)
- Handle filenames with CJK characters properly, i.e. account for
extra space they occupy when truncating strings (can be mixed) |
0.1 18 May 2023 06:08:16
    |
Alexey Dokuchaev (danfe)  |
net-p2p/py-ed2k-tools: new port had been added (+)
This is a Python framework for easy manipulation of .part.met files
(Overnet/eDonkey2000 download meta-information). This set of classes
allows for rapid development of ed2k tools, using a very simple API. |
Number of commits found: 4
|