Bug 114006 - [NEW PORT] net/zeroinstall-injector: 0install injector
Summary: [NEW PORT] net/zeroinstall-injector: 0install injector
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 08:40 UTC by Dylan Cochran
Modified: 2007-09-07 05:00 UTC (History)
0 users

See Also:


Attachments
file.shar (11.61 KB, text/plain)
2007-06-25 08:40 UTC, Dylan Cochran
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dylan Cochran 2007-06-25 08:40:03 UTC
A running process is created by combining many different libraries (and other
components). In the Zero Install world, we have all versions of each library
available at all times. The problem then is how to choose which versions to
use.

The injector solves this problem by selecting components to meet a program's
requirements, according to a policy you give it. The injector finds out which
versions are available, and downloads and runs the ones you choose.

WWW:    http://www.0install.net

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-07 04:56:00 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-07 04:56:08 UTC
edwin       2007-09-07 03:55:58 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/zeroinstall-injector Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  [NEW PORT] net/zeroinstall-injector: 0install injector
  
          A running process is created by combining many different
          libraries (and other components). In the Zero Install world,
          we have all versions of each library available at all times.
          The problem then is how to choose which versions to use.
  
          The injector solves this problem by selecting components
          to meet a program's requirements, according to a policy you
          give it. The injector finds out which versions are available,
          and downloads and runs the ones you choose.
  
          WWW: http://www.0install.net
  
  PR:             ports/114006
  Submitted by:   Dylan Cochran <a134qaed@gmail.com>
  
  Revision  Changes    Path
  1.2865    +1 -0      ports/devel/Makefile
  1.1       +36 -0     ports/devel/zeroinstall-injector/Makefile (new)
  1.1       +3 -0      ports/devel/zeroinstall-injector/distinfo (new)
  1.1       +11 -0     ports/devel/zeroinstall-injector/pkg-descr (new)
  1.1       +151 -0    ports/devel/zeroinstall-injector/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"