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) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-memoryprofiler Line-by-line and process memory consumption analysis
0.31 devel Deleted on this many watch lists=0 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.31Version of this port present on the latest quarterly branch.
Maintainer: xmj@chaot.net search for ports maintained by this maintainer
Port Added: 2013-09-11 10:18:05
Last Update: 2015-12-11 03:36:02
SVN Revision: 403483
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/fabianp/memory_profiler/
Description:
memory_profiler is a python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for python programs. It is a pure python module and has the psutil module as optional (but highly recommended) dependencies. WWW: https://github.com/fabianp/memory_profiler/
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}memoryprofiler>0:devel/py-memoryprofiler@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-memoryprofiler
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.
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-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py27-memoryprofiler-0.31: PSUTIL=off: Use psutil for better performance ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python
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/m/memory_profiler/
  3. http://pypi.python.jp/memory_profiler/
  4. http://pypi.python.org/packages/source/m/memory_profiler/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.31
11 Dec 2015 03:36:02
Revision:403483Original commit files touched by this commit
miwi search for other commits by this committer
- Rename devel/py-memoryprofiler to devel/py-memory_profiler;
  to consistency with other Python ports
  - Update to 0.39
  - Add No_ARCH

PR:		205109
Submitted by:	maintainer
Reviewed by:	python@/koobs
Approved by:	mat (mentor)
Differential Revision:	D4468
0.31
17 Aug 2015 14:20:41
Revision:394508Original commit files touched by this commit
mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
0.31
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.31
11 Feb 2014 19:57:48
Revision:343806Original commit files touched by this commit
rm search for other commits by this committer
- update to 0.30
- clarify license

PR:		186659
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
0.30
05 Nov 2013 11:20:30
Revision:332831Original commit files touched by this commit
wg search for other commits by this committer
devel/py-memoryprofiler: update to 0.30

- Update to 0.30
- Fix PSUTIL dependency package name

PR:		ports/183672
Submitted by:	Johannes Jost Meixner <xmj chaot.net> (maintainer)
0.29
30 Oct 2013 15:26:20
Revision:332129Original commit files touched by this commit
wg search for other commits by this committer
devel/py-memoryprofiler: update to 0.29

- Update to 0.29
- Allow staging
- Use options helpers
- Python auto plist

PR:		ports/183446
Submitted by:	Johannes Jost Meixner <xmj chaot.net> (maintainer)
0.27
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.27
14 Sep 2013 12:53:08
Revision:327281Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-memory_profiler: Standardise pkg-descr and packaging list

- Remove superfluous space before, and add trailing slash to WWW in pkg-descr
- Use PLIST_FILES rather than pkg-plist

Reported by:	rm
0.27
11 Sep 2013 10:17:54
Revision:326959Original commit files touched by this commit
koobs search for other commits by this committer
devel/py-memoryprofiler: [NEW PORT] Line-by-line and process memory usage
analysis

memory_profiler is a python module for monitoring memory consumption of a
process as well as line-by-line analysis of memory consumption for python
programs. It is a pure python module and has the psutil module as optional
(but highly recommended) dependencies.

WWW: https://github.com/fabianp/memory_profiler

PR:		ports/181831
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>

Number of commits found: 9