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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-asn1-modules Collection of ASN.1 data structures for py-asn1
0.0.7 devel Deleted on this many watch lists=2 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 0.0.7Version of this port present on the latest quarterly branch.
Maintainer: rm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-06-25 07:06:06
Last Update: 2015-11-14 20:54:42
SVN Revision: 401598
People watching this port, also watch:: py39-asn1, py39-pycparser, python, font-misc-meltho, mkfontscale
Also Listed In: python
License: BSD2CLAUSE
WWW:
http://sourceforge.net/projects/pyasn1/
Description:
This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. WWW: http://sourceforge.net/projects/pyasn1/
Homepage    cgit ¦ GitHub ¦ 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-modules>0:devel/py-asn1-modules@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-asn1-modules
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-asn1>=0.1.8 : devel/py-asn1
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. python2.7 : lang/python27
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net/py-ldap2*
  2. 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:
N/A
USES:
python shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://pypi.crate.io/packages/source/p/pyasn1-modules/
  3. http://pypi.python.jp/pyasn1modules-/
  4. http://pypi.python.org/packages/source/p/pyasn1-modules/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.7
14 Nov 2015 20:54:42
Revision:401598Original commit files touched by this commit
rm search for other commits by this committer
devel/py-asn1-modules: rename to py-pyasn1-modules to match upstream naming

- bump PORTREVISION for dependend ports
0.0.7
13 Aug 2015 18:19:01
Revision:394179Original commit files touched by this commit
rm search for other commits by this committer
devel/py-asn1-modules: update to 0.0.7

Changelog
---------

- Extensions added to text files, CVS attic flushed.
- Fix to rfc2459.BasicConstraints syntax.
0.0.6
26 Jun 2015 15:50:19
Revision:390646Original commit files touched by this commit
rm search for other commits by this committer
devel/py-asn1-modules: update to 0.0.6

- update to 0.0.6
- switch MASTER_SITES to PyPi
- add LICENSE_FILE and sort elements in USE_PYTHON
0.0.5_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.0.5_1
23 Dec 2013 22:42:48
Revision:337305Original commit files touched by this commit
rm search for other commits by this committer
- remove pypi mirrors, because they hold different distfile [1]
- correct license type (BSD 2 clause)
- support staging
- use PYDISTUTILS_AUTOPLIST
- bump PORTREVISION

PR:		180208
Reported by:	    Lance Chen <cyen0312@gmail.com> [1]
0.0.5
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.0.5
07 May 2013 19:41:27
Revision:317630Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.0.5
- trim Makefile header
- convert to optionsng (DOCS case)
0.0.4
08 Aug 2012 19:03:24
Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.0.4
- tab -> space in pkg-descr:WWW
0.0.3
14 Apr 2012 05:09:49
Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.0.3
- make SF mirror the first one, because pypi doesn't carry new distfile
- drop LICENSE_FILE for well-known license (BSD)
- install tools, included into distribution
0.0.2
16 Nov 2011 09:51:51
Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.0.2
- pet portlint

Approved by:    miwi (co-mentor)
Feature safe:   yes
0.0.1a
10 Nov 2011 22:20:18
Original commit files touched by this commit
rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
0.0.1a
25 Jun 2011 07:05:48
Original commit files touched by this commit
miwi search for other commits by this committer
This is a small but growing collection of ASN.1 data structures expressed in
Python terms using pyasn1 data model.

WWW:    http://sourceforge.net/projects/pyasn1/

PR:             ports/155715
Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>

Number of commits found: 12