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
Port details
py-tempstorage RAM-based storage for ZODB
2.12.2_1 devel Deleted on this many watch lists=1 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.12.2_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Old, uses EOLed python27
Expired This port expired on: 2020-02-18
Maintainer: zope@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-11-12 07:54:00
Last Update: 2020-02-22 19:08:36
SVN Revision: 526852
People watching this port, also watch:: zfs-stats, py39-actdiag, p5-PocketIO
Also Listed In: python zope
License: ZPL21
WWW:
https://pypi.org/project/tempstorage/
Description:
tempstorage is a storage implementation which uses RAM to persist objects, much like MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of non-cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage. WWW: https://pypi.org/project/tempstorage/
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}tempstorage>0:devel/py-tempstorage@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-tempstorage
Package flavors (<flavor>: <package>)
  • py27: py27-tempstorage
distinfo:
SHA256 (zope/tempstorage-2.12.2.zip) = be5810936988f60f190dbc485134256b85f0906220a6a5be9036d94d7ebf57c4 SIZE (zope/tempstorage-2.12.2.zip) = 17238

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-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. zodb-py27>=3.9.0 : databases/zodb3@py27
  2. py27-zope.testing>0 : devel/py-zope.testing@py27
  3. py27-setuptools>0 : devel/py-setuptools@py27
  4. 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. www/zope213*
  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:2.7 zip
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/t/tempstorage/
  2. https://pypi.org/packages/source/t/tempstorage/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.12.2_1
22 Feb 2020 19:08:36
Revision:526852Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports, all Python-2.7-only:

2020-02-17 audio/decibel-audio-player: Old, uses EOLed python27
2020-02-17 audio/soundconverter: Old, uses EOLed python27
2020-02-19 cad/linuxcnc-devel: Broken, uses EOLed python27
2020-02-19 databases/monetdb: Broken, uses EOLed python27
2020-02-19 databases/py-cql: Broken, uses EOLed python27
2020-02-18 databases/zodb3: Old, uses EOLed python27
2020-02-17 deskutils/gourmet: Old, uses EOLed python27
2020-02-18 devel/py-Products.PlacelessTranslationService: Old, uses EOLed
python27
2020-02-18 devel/py-Products.ZopeVersionControl: Old, uses EOLed python27
2020-02-18 devel/py-Products.statusmessages: Old, uses EOLed python27
2020-02-18 devel/py-collective.z3cform.datetimewidget: Old, uses EOLed python27
2020-02-20 devel/py-five.formlib: Old, uses EOLed python27
2020-02-18 devel/py-five.localsitemanager: Old, uses EOLed python27
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.12.2_1
14 Jan 2020 09:50:21
Revision:523002Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some Zope 3 components

With hat:	portmgr
2.12.2_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2.12.2_1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2.12.2_1
08 Feb 2018 20:18:09
Revision:461265Original commit files touched by this commit
amdmi3 search for other commits by this committer
Canonicalize PyPi WWWs:
- Switch to https://
- Remove trailing slashes

Approved by:	portmgr blanket
2.12.2_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.12.2_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
2.12.2_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)
07 Mar 2014 16:49:10
Revision:347405Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert d* to USES=zip
2.12.2_1
10 Feb 2014 14:04:45
Revision:343636Original commit files touched by this commit
rm search for other commits by this committer
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION

Wasn't able to identify clauses amount for some BSD licenses, so bear with me.
2.12.2
23 Sep 2013 12:52:17
Revision:327992Original commit files touched by this commit
rm search for other commits by this committer
Tidy up zope/plone ports over the tree. Common changes:
- remove indefinite article from COMMENT
- align USE_PYDISTUTILS value in Makefile
- tab -> space change in pkg-descr:WWW
- update WWW to use https scheme in url to avoid redirect
- add trailing slash to WWW

All changes are non-functional.
2.12.2
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)
2.12.2
20 Dec 2012 11:09:31
Revision:309310Original commit files touched by this commit
rm search for other commits by this committer
Update Zope to 2.13.19 along with required dependencies:
 - devel/py-Products.PythonScripts: 2.13.0 -> 2.13.2
 - devel/py-tempstorage: 2.12.1 -> 2.12.2
 - security/py-AccessControl: 2.13.8 -> 2.13.12
2.12.1
16 Jan 2012 10:33:34
Original commit files touched by this commit
rm search for other commits by this committer
- transfer maintainership for my zope-ports to zope@
- add them to virtual category `zope'
2.12.1
12 Nov 2011 07:53:38
Original commit files touched by this commit
wen search for other commits by this committer
tempstorage is a storage implementation which uses RAM to persist
objects, much like MappingStorage. Unlike MappingStorage, it needs
not be packed to get rid of non-cyclic garbage and it does
rudimentary conflict resolution. This is a ripoff of Jim's Packless
bsddb3 storage.

WWW: http://pypi.python.org/pypi/tempstorage

Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:   yes

Number of commits found: 15