notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-asn1 Simple ASN.1 encoder and decoder for Python
2.7.0,1 devel on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.7.0,1Version of this port present on the latest quarterly branch.
Maintainer: eugen@FreeBSD.org search for ports maintained by this maintainer
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, p5-Error, mkfontscale, font-misc-meltho, pcre
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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>)
  • py39: py39-asn1
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):
py39-asn1
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.7.0,12.7.0,1-2.7.0,12.7.0,1---
FreeBSD:13:quarterly2.7.0,12.7.0,12.7.0,12.7.0,12.7.0,12.7.0,12.7.0,12.7.0,1
FreeBSD:14:latest2.7.0,12.7.0,1-2.7.0,12.7.0,12.7.0,1-2.7.0,1
FreeBSD:14:quarterly2.7.0,12.7.0,1-2.7.0,12.7.0,12.7.0,12.7.0,12.7.0,1
FreeBSD:15:latest2.7.0,12.7.0,1n/a2.7.0,1n/a2.7.0,12.7.0,12.7.0,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
This port is required by:
for Run
  1. security/cpfx

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. devel/py-asn1-modules*
  2. net/py-smb*
  3. Collapse this list of deleted ports.
* - 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/a/asn1/
  2. https://pypi.org/packages/source/a/asn1/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.7.0,1
06 Apr 2023 18:52:07
commit hash: 766195a14073adffe24db585bca7a18ed8c66248commit hash: 766195a14073adffe24db585bca7a18ed8c66248commit hash: 766195a14073adffe24db585bca7a18ed8c66248commit hash: 766195a14073adffe24db585bca7a18ed8c66248 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 1650b00755332621c026b3e0f27fb7c425b18defcommit hash: 1650b00755332621c026b3e0f27fb7c425b18defcommit hash: 1650b00755332621c026b3e0f27fb7c425b18defcommit hash: 1650b00755332621c026b3e0f27fb7c425b18def files touched by this commit
Eugene Grosbein (eugen) search for other commits by this committer
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
Revision:401898Original commit files touched by this commit
rm search for other commits by this committer
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
Revision:392980Original commit files touched by this commit
rm search for other commits by this committer
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
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
0.1.7,1
07 Jul 2014 13:30:34
Revision:361084Original commit files touched by this commit
koobs search for other commits by this committer
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
Revision:347448Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-asn1: Update LICENSE (BSD2CLAUSE)

- Update LICENSE (BSD2CLAUSE)

Approved by:	portmgr (blanket)
0.1.4_1,1
08 Feb 2014 16:03:37
Revision:343359Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
0.1.4,1
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:311381Original commit files touched by this commit
ak search for other commits by this committer
- 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
Original commit files touched by this commit
scheidell search for other commits by this committer
- 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
Original commit files touched by this commit
jgh search for other commits by this committer
- 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
Original commit files touched by this commit
ak search for other commits by this committer
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
Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.1.2

PR:             163945
Submitted by:   rm (myself)
Approved by:    maintainer
0.1.1,1
16 Nov 2011 09:51:08
Original commit files touched by this commit
rm search for other commits by this committer
- 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
Original commit files touched by this commit
cs search for other commits by this committer
Fix version number

Reported by:    erwin@
Approved by:    glarkin@ (mentor)
0.0.13
28 Sep 2011 20:15:20
Original commit files touched by this commit
cs search for other commits by this committer
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
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.0.9a

PR:             138605
Submitted by:   Martin Jackson <mhjacks@swbell.net> (maintainer)
0.0.8a
22 Aug 2009 00:18:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
0.0.8a
19 Jul 2008 21:20:26
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.0.8a

PR:             125778
Submitted by:   Martin Jackson <mhjacks@swbell.net> (maintainer)
0.0.6a
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - 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
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.0.6a

PR;             109875
Submitted by:   miwi
Approved by:    maintainer
0.0.5a
28 May 2006 06:40:19
Original commit files touched by this commit
novel search for other commits by this committer
Update to 0.0.5a.

PR:             98042
Submitted by:   Martin Jackson (maintainer)
0.0.4a
17 Apr 2006 11:22:21
Original commit files touched by this commit
garga search for other commits by this committer
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>

Number of commits found: 28