Bug 158797 - [NEW PORT] devel/py-smmap: Pure python sliding memory map manager
Summary: [NEW PORT] devel/py-smmap: Pure python sliding memory map manager
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eygene Ryabinkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-11 09:50 UTC by R.Mahmatkhanov
Modified: 2011-07-14 15:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.61 KB, text/plain)
2011-07-11 09:50 UTC, R.Mahmatkhanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description R.Mahmatkhanov 2011-07-11 09:50:08 UTC
smmap is a pure python implementation of a sliding memory map to help unifying
memory mapped access on 32 and 64 bit systems and to help managing resources
more efficiently.

https://github.com/Byron/smmap



This port is needed to update devel/py-gitdb.

tinderbuild log (8.2-RELEASE):
http://happy-nation.by.ru/ports/tb/py27-smmap-0.8.1.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-11 09:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2011-07-12 05:41:30 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Back to pool at assignee request for the moment.
Comment 3 Eygene Ryabinkin freebsd_committer freebsd_triage 2011-07-13 13:53:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rea

Grabbing PR.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-07-14 15:46:41 UTC
rea         2011-07-14 14:46:31 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-smmap       Makefile distinfo pkg-descr 
  Log:
  New port: devel/py-smmap
  
  PR: ports/158797
  Submitted-by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
  Approved-by: erwin (mentor)
  Feature-safe: yes
  
  Revision  Changes    Path
  1.4448    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/py-smmap/Makefile (new)
  1.1       +2 -0      ports/devel/py-smmap/distinfo (new)
  1.1       +5 -0      ports/devel/py-smmap/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Eygene Ryabinkin freebsd_committer freebsd_triage 2011-07-14 15:48:53 UTC
State Changed
From-To: feedback->closed

New port was committed, 
http://lists.freebsd.org/pipermail/cvs-ports/2011-July/221147.html 
Thanks for the submission!