Port details |
- py-asn1 Simple ASN.1 encoder and decoder for Python
- 2.7.0,1 devel =8 2.7.0,1Version of this port present on the latest quarterly branch.
- Maintainer: eugen@FreeBSD.org
- Port Added: 2006-04-17 11:22:42
- Last Update: 2023-04-06 18:52:07
- Commit Hash: 766195a
- People watching this port, also watch:: p5-Net-SSLeay, font-util, p5-Error, xorg-fonts-truetype, libxml2
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/andrivet/python-asn1
- Description:
- Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7 and 3.5+.
The complete documentation is available on Read The Docs:
https://python-asn1.readthedocs.io
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}asn1>0:devel/py-asn1@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-asn1/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-asn1
- pkg install py39-asn1
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-asn1 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-asn1
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1680397074
SHA256 (asn1-2.7.0.tar.gz) = 44c0fc3d28c6a926e4d4959ffbc1bccf37faf4dca07520ba2e9b1b5b36fe0bda
SIZE (asn1-2.7.0.tar.gz) = 28975
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_py-asn1
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.0,1 06 Apr 2023 18:52:07 |
Muhammad Moinur Rahman (bofh) |
devel/py-asn1: Fix version numbers going backwards
Although this is a new port but there was an entry in the MOVED file
from 2015 when devel/py-asn1 was moved to devel/py-pyasn1 to match the
upstreaming rename. This entry from MOVED was not removed while adding
the new port.
Reported by: eugen
Approved by: portmgr (just-fix-it) |
2.7.0 05 Apr 2023 19:55:47 |
Eugene Grosbein (eugen) |
new port: devel/py-asn1
Python-ASN1 is a simple ASN.1 encoder and decoder for Python.
The complete documentation is available on Read The Docs:
https://python-asn1.readthedocs.io
This is a requisite port for following commits. |
0.1.8,1 18 Nov 2015 21:41:48 |
rm |
devel/py-asn1: move to devel/py-pyasn1 to match PyPI name
- move to devel/py-pyasn1 to match PyPI name
- update *_DEPENDS and bump PORTREVISION in dependent ports
- reset PORTEPOCH
PR: 204567
Submitted by: John W. O'Brien <john@saltant.com>
Approved by: mhjacks@swbell.net (maintainer of devel/py-asn1) |
0.1.8,1 27 Jul 2015 14:09:35 |
rm |
devel/py-asn1: update to 0.1.8
- update to 0.1.8
While here add LICENSE_FILE and NO_ARCH. Sort USE_PYTHON.
PR: 201907
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Reviewed by: koobs |
0.1.7,1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.1.7,1 07 Jul 2014 13:30:34 |
koobs |
devel/py-asn1: Update to 0.1.7
- Update to 0.1.7
- MASTER_SITES: Remove SF (CHEESESHOP is High-Available)
- Remove Python3 ready comment
- Add regression-test: target
- pkg-descr: Update WWW: URL
Changes:
* http://pyasn1.sourceforge.net/changes.html
QA: Ran 335 tests in 0.038s - OK
Approved by: maintainer (via email) |
0.1.4_1,1 08 Mar 2014 03:59:20 |
koobs |
devel/py-asn1: Update LICENSE (BSD2CLAUSE)
- Update LICENSE (BSD2CLAUSE)
Approved by: portmgr (blanket) |
0.1.4_1,1 08 Feb 2014 16:03:37 |
miwi |
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION |
0.1.4,1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.1.4,1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
0.1.4,1 04 Aug 2012 13:13:03 |
scheidell |
- Update to 0.1.4
PR: ports/170247
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer) |
0.1.3,1 19 Jun 2012 16:33:01 |
jgh |
- update to 0.1.3,1
- Remove LICENSE_FILE for well-known licenses
- while here use optionsNG for portdocs
PR: ports/169143
Submitted by: koobs.freebsd@gmail.com
Approved by: maintainer, mhjacks@swbell.net |
0.1.2,1 12 Apr 2012 02:30:54 |
ak |
Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources) |
0.1.2,1 12 Jan 2012 07:00:11 |
rm |
- update to 0.1.2
PR: 163945
Submitted by: rm (myself)
Approved by: maintainer |
0.1.1,1 16 Nov 2011 09:51:08 |
rm |
- update to 0.1.1
- fix SF mirror
- remove whitespace and "Author: " field from pkg-descr
PR: ports/162590
Submitted by: rm (myself)
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer),
miwi (co-mentor)
Feature safe: yes |
0.0.13,1 30 Sep 2011 14:19:28 |
cs |
Fix version number
Reported by: erwin@
Approved by: glarkin@ (mentor) |
0.0.13 28 Sep 2011 20:15:20 |
cs |
Update to 0.0.13
PR: ports/161060
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer) and @wen
(co-mentor) |
0.0.13b 18 Mar 2011 03:23:31 |
miwi |
- Update to 0.0.13b
PR: 155637
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
0.0.13a 17 Mar 2011 13:01:31 |
miwi |
- Update to 0.0.13a
- Add LICENSE
PR: 155520
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer |
0.0.12a 01 Mar 2011 03:00:00 |
wen |
- Update to 0.0.12a
PR: ports/154311
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer(timeout, >30 days) |
0.0.9a_1 18 Sep 2009 13:17:36 |
pav |
- Switch to egg
PR: ports/138733
Submitted by: Vladimir Korkodinov <viper@perm.raid.ru>
Approved by: Martin Jackson <mhjacks@swbell.net> (maintainer)
Feature safe: yes |
0.0.9a 09 Sep 2009 09:35:31 |
miwi |
- Update to 0.0.9a
PR: 138605
Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer) |
0.0.8a 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.0.8a 19 Jul 2008 21:20:26 |
miwi |
- Update to 0.0.8a
PR: 125778
Submitted by: Martin Jackson <mhjacks@swbell.net> (maintainer) |
0.0.6a 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.0.6a 06 Mar 2007 21:01:21 |
miwi |
- Update to 0.0.6a
PR; 109875
Submitted by: miwi
Approved by: maintainer |
0.0.5a 28 May 2006 06:40:19 |
novel |
Update to 0.0.5a.
PR: 98042
Submitted by: Martin Jackson (maintainer) |
0.0.4a 17 Apr 2006 11:22:21 |
garga |
ASN.1 types and codecs (BER, CER, DER) implementation in Python programming
language.
Author: Ilya Etingof (ilya@glas.net)
WWW: http://sourceforge.net/projects/pyasn1/
PR: ports/95672
Submitted by: Martin Jackson <mhjacks@swbell.net> |