Bug 145678 - [NEW PORT] devel/py-coil
Summary: [NEW PORT] devel/py-coil
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: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 19:00 UTC by ghostonthewire
Modified: 2010-04-18 08:00 UTC (History)
0 users

See Also:


Attachments
file.shar (4.53 KB, text/plain)
2010-04-13 19:00 UTC, ghostonthewire
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ghostonthewire 2010-04-13 19:00:14 UTC
[ from website ]
Coil is a configuration file format that is parsed into a tree of dict like Struct objects. The format supports inheritance, allowing complicated configurations to be as compact as possible.

Fix: Archive attached.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-13 19:00:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-18 07:54:38 UTC
lwhsu       2010-04-18 06:54:24 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-coil        Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-coil 0.3.12, a powerful configuration language for Python.
  
  PR:             ports/145678
  Submitted by:   ghostonthewire <ghostonthewire at gmail dot com>
  
  Revision  Changes    Path
  1.3881    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/py-coil/Makefile (new)
  1.1       +3 -0      ports/devel/py-coil/distinfo (new)
  1.1       +23 -0     ports/devel/py-coil/pkg-descr (new)
  1.1       +42 -0     ports/devel/py-coil/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 3 Li-Wen Hsu freebsd_committer freebsd_triage 2010-04-18 07:54:52 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!