Port details |
- py-smmap Sliding-window memory map manager
- 5.0.2 devel =3 5.0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2011-07-14 14:47:04
- Last Update: 2025-01-28 17:04:51
- Commit Hash: 2239b07
- People watching this port, also watch:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://smmap.readthedocs.io/en/latest/
- https://github.com/gitpython-developers/smmap
- Description:
- Smmap wraps an interface around mmap and tracks the mapped files as well as the
amount of clients who use it. If the system runs out of resources, or if a
memory limit is reached, it will automatically unload unused maps to allow
continued operation.
To allow processing large files even on 32 bit systems, it allows only portions
of the file to be mapped. Once the user reads beyond the mapped region, smmap
will automatically map the next required region, unloading unused regions using
a LRU algorithm.
- ¦ ¦ ¦ ¦
- 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}smmap>0:devel/py-smmap@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-smmap/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-smmap
- pkg install py311-smmap
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 py311-smmap listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-smmap
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1736671207
SHA256 (smmap-5.0.2.tar.gz) = 26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5
SIZE (smmap-5.0.2.tar.gz) = 22329
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:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-gitdb
Configuration Options:
- No options to configure
- Options name:
- devel_py-smmap
- 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 |
5.0.2 28 Jan 2025 17:04:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-smmap: Update to 5.0.2
Changes: https://github.com/gitpython-developers/smmap/releases |
5.0.1_1 13 May 2024 14:00:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-smmap: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
5.0.1 08 Apr 2024 20:54:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-smmap: Remove outdated CONFLICTS_INSTALL
py-smmap2 was removed almost 2 years ago. |
5.0.1 22 Sep 2023 23:24:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-smmap: Add PORTSCOUT |
5.0.1 22 Sep 2023 03:18:11 |
Po-Chuan Hsieh (sunpoet) |
devel/py-smmap: Update to 5.0.1
- Update WWW
Changes: https://github.com/gitpython-developers/smmap/blob/master/doc/source/changes.rst |
5.0.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
5.0.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
5.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
5.0.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.0.0 03 Jun 2022 16:57:46 |
Po-Chuan Hsieh (sunpoet) |
devel/py-smmap: Convert to USE_PYTHON=unittest |
5.0.0 25 Oct 2021 15:57:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-smmap: Update to 5.0.0
Changes: https://github.com/gitpython-developers/smmap/blob/v5.0.0/doc/source/changes.rst |
4.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.0 01 Feb 2021 19:34:40 |
sunpoet |
Update to 4.0.0
Changes: https://github.com/gitpython-developers/smmap/blob/master/doc/source/changes.rst |
3.0.5 26 Jan 2021 17:28:20 |
sunpoet |
Update to 3.0.5
Changes: https://github.com/gitpython-developers/smmap/blob/master/doc/source/changes.rst |
3.0.4 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.0.4 17 May 2020 18:28:51 |
sunpoet |
Update to 3.0.4
Changes: https://github.com/gitpython-developers/smmap/blob/master/doc/source/changes.rst |
3.0.2 16 May 2020 10:49:30 |
sunpoet |
Add py-smmap 3.0.2 (copied from py-smmap2) |
0.9.0 31 Jan 2018 16:41:34 |
sunpoet |
Remove devel/py-smmap |
0.9.0 02 Jan 2018 15:35:55 |
sunpoet |
Mark DEPRECATED and set EXPIRATION_DATE to 2018-01-31
PR: 224686
Submitted by: sunpoet (myself)
Approved by: rm (maintainer) |
0.9.0 15 Dec 2017 23:53:54 |
sunpoet |
Mark CONFLICTS_INSTALL with devel/py-smmap2 |
0.9.0 17 Jan 2015 23:15:43 |
rm |
devel/py-smmap: update to 0.9.0 |
0.8.2_1 22 Dec 2014 17:12:27 |
feld |
Update "BSD" license in devel category |
0.8.2_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.8.2_1 06 Mar 2014 14:09:57 |
miwi |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
0.8.2 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.8.2 31 Jan 2012 15:40:01 |
rm |
- update to 0.8.2 |
0.8.1 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
0.8.1 14 Jul 2011 14:46:31 |
rea |
New port: devel/py-smmap
PR: ports/158797
Submitted-by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved-by: erwin (mentor)
Feature-safe: yes |