Bug 137593 - [NEW PORT] devel/py-construct
Summary: [NEW PORT] devel/py-construct
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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-09 13:50 UTC by Piotr Florczyk
Modified: 2009-08-10 12:40 UTC (History)
0 users

See Also:


Attachments
py-construct.shar (24.06 KB, text/plain)
2009-08-09 13:50 UTC, Piotr Florczyk
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Florczyk 2009-08-09 13:50:07 UTC
Construct is a python library for parsing and building of data structures (binary or textual).
It is based on the concept of defining data structures in a declarative manner, rather than procedural code: more complex constructs are composed of a hierarchy of simpler ones.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-09 13:50:53 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2009-08-09 16:13:23 UTC
Responsible Changed
From-To: freebsd-python->nivit

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-10 12:34:35 UTC
nivit       2009-08-10 11:34:23 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-construct   Makefile distinfo pkg-descr pkg-plist 
    devel/py-construct/files patch-setup.py 
  Log:
  Construct is a python library for parsing and building of data
  structures (binary or textual).
  It is based on the concept of defining data
  structures in a declarative manner,
  rather than procedural code: more complex constructs are
  composed of a hierarchy of simpler ones.
  
  PR:             ports/137593
  Submitted by:   Piotr Florczyk <p.florczyk at adminworkshop.pl>
  
  Revision  Changes    Path
  1.3591    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/py-construct/Makefile (new)
  1.1       +3 -0      ports/devel/py-construct/distinfo (new)
  1.1       +20 -0     ports/devel/py-construct/files/patch-setup.py (new)
  1.1       +6 -0      ports/devel/py-construct/pkg-descr (new)
  1.1       +276 -0    ports/devel/py-construct/pkg-plist (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 4 Nicola Vitale freebsd_committer freebsd_triage 2009-08-10 12:39:24 UTC
State Changed
From-To: open->closed

Committed, thanks!