Bug 213324 - [NEW PORT] devel/py-sarge: Useful Python wrapper for subprocess with provides command pipeline functionality
Summary: [NEW PORT] devel/py-sarge: Useful Python wrapper for subprocess with provides...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Felder
URL:
Keywords:
Depends on:
Blocks: 213327
  Show dependency treegraph
 
Reported: 2016-10-08 23:32 UTC by Kyle Evans
Modified: 2016-10-18 21:01 UTC (History)
1 user (show)

See Also:


Attachments
shar(1) archive of devel/py-sarge (2.02 KB, application/x-shar)
2016-10-08 23:32 UTC, Kyle Evans
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Evans freebsd_committer freebsd_triage 2016-10-08 23:32:10 UTC
Created attachment 175546 [details]
shar(1) archive of devel/py-sarge

Port generated by pytoport and then massaged a little bit.

Importing for development purposes as well as for an incoming OctoPrint port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-18 21:00:06 UTC
A commit references this bug:

Author: feld
Date: Tue Oct 18 20:59:40 UTC 2016
New revision: 424214
URL: https://svnweb.freebsd.org/changeset/ports/424214

Log:
  The sarge package provides a wrapper for subprocess which provides command
  pipeline functionality.

  This package leverages subprocess to provide easy-to-use cross-platform command
  pipelines with a Posix flavour: you can have chains of commands using ;, &,
  pipes using | and |&, and redirection.

  The latest version of sarge can be found on BitBucket:

  https://bitbucket.org/vinay.sajip/sarge/

  The latest documentation (kept updated between releases) is on Read The Docs:

  http://sarge.readthedocs.org/

  Please report any problems or suggestions for improvement either via the mailing
  list or the issue tracker.

  WWW: http://sarge.readthedocs.org/

  PR:		213324
  Submitted by:	Kyle Evans <bsdports@kyle-evans.net>

Changes:
  head/devel/Makefile
  head/devel/py-sarge/
  head/devel/py-sarge/Makefile
  head/devel/py-sarge/distinfo
  head/devel/py-sarge/pkg-descr
Comment 2 Mark Felder freebsd_committer freebsd_triage 2016-10-18 21:01:04 UTC
committed, thanks!