Bug 129583 - [New Port]devel/py-EnthoughtBase:Core Packages for the Enthought Tool Suite
Summary: [New Port]devel/py-EnthoughtBase:Core Packages for the Enthought Tool Suite
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 02:50 UTC by wenheping
Modified: 2008-12-14 10:50 UTC (History)
0 users

See Also:


Attachments
file.shar (30.20 KB, text/plain)
2008-12-12 02:50 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-12-12 02:50:01 UTC
The EnthoughtBase project includes a few core packages that are used$
many other projects in the Enthought Tool Suite:

*enthought.etsconfig: Supports configuring settings that need to be
shared across multiple projects or programs on the same system. Most
significant of these is the GUI toolkit to be used. You can also
configure locations for writing application data and user data, and $
name of the company responsible for the software (which is used in t$
application and user data paths on some systems).
*enthought.logger: Provides convenience functions for creating
logging handlers.
*enthought.util: Provides miscellaneous utility functions.

WWW:    http://code.enthought.com/projects/enthought_base.php

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-12 02:50:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-12-14 10:40:32 UTC
miwi        2008-12-14 10:40:22 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-EnthoughtBase Makefile distinfo pkg-descr pkg-plist 
  Log:
  The EnthoughtBase project includes a few core packages that are used by
  many other projects in the Enthought Tool Suite:
  
  *enthought.etsconfig: Supports configuring settings that need to be
  shared across multiple projects or programs on the same system. Most
  significant of these is the GUI toolkit to be used. You can also
  configure locations for writing application data and user data, and the
  name of the company responsible for the software (which is used in the
  application and user data paths on some systems).
  *enthought.logger: Provides convenience functions for creating
  logging handlers.
  *enthought.util: Provides miscellaneous utility functions.
  
  WWW:    http://code.enthought.com/projects/enthought_base.php
  
  PR:             ports/129583
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3290    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/py-EnthoughtBase/Makefile (new)
  1.1       +3 -0      ports/devel/py-EnthoughtBase/distinfo (new)
  1.1       +14 -0     ports/devel/py-EnthoughtBase/pkg-descr (new)
  1.1       +355 -0    ports/devel/py-EnthoughtBase/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 Martin Wilke freebsd_committer freebsd_triage 2008-12-14 10:40:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!