mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fast, standard compliant Bencode serialization.
WWW: https://pypi.python.org/pypi/better-bencode PR: 209795 Submitted by: Neel Chauhan <neel@neelc.org>
This commit is contained in:
parent
97a65c99c3
commit
9dabc35adb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417326
4 changed files with 24 additions and 0 deletions
|
@ -146,6 +146,7 @@
|
|||
SUBDIR += psiconv
|
||||
SUBDIR += py-bencode
|
||||
SUBDIR += py-bencoder
|
||||
SUBDIR += py-better-bencode
|
||||
SUBDIR += py-bsdconv
|
||||
SUBDIR += py-iconv
|
||||
SUBDIR += py-pisa
|
||||
|
|
17
converters/py-better-bencode/Makefile
Normal file
17
converters/py-better-bencode/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= better-bencode
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= converters devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= neel@neelc.org
|
||||
COMMENT= Bencoding and bdecoding implementation
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
converters/py-better-bencode/distinfo
Normal file
3
converters/py-better-bencode/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1464357485
|
||||
SHA256 (better-bencode-0.2.1.tar.gz) = 3a83ad0fc6b1b0c3db7819fc885f4f6561349cfc4221707871fc74bb9d6946d0
|
||||
SIZE (better-bencode-0.2.1.tar.gz) = 6551
|
3
converters/py-better-bencode/pkg-descr
Normal file
3
converters/py-better-bencode/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Fast, standard compliant Bencode serialization.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/better-bencode
|
Loading…
Add table
Reference in a new issue