Bug 219830 - [NEW PORT] x11/py-pyvirtualdisplay: Python wrapper for Xvfb, Xephyr and Xvnc
Summary: [NEW PORT] x11/py-pyvirtualdisplay: Python wrapper for Xvfb, Xephyr and Xvnc
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: Steve Wills
URL:
Keywords: feature
Depends on: 219839
Blocks:
  Show dependency treegraph
 
Reported: 2017-06-07 06:24 UTC by Daniel Ylitalo
Modified: 2017-07-12 23:48 UTC (History)
4 users (show)

See Also:
koobs: maintainer-feedback+


Attachments
Patch that adds the port (2.87 KB, patch)
2017-06-07 06:24 UTC, Daniel Ylitalo
no flags Details | Diff
Shar that adds the port (1.66 KB, text/plain)
2017-06-07 06:24 UTC, Daniel Ylitalo
no flags Details
Patch that adds the port (2.82 KB, patch)
2017-06-07 07:18 UTC, Daniel Ylitalo
no flags Details | Diff
Shar that adds the port (1.66 KB, text/plain)
2017-06-07 07:19 UTC, Daniel Ylitalo
no flags Details
Patch that adds the port (3.11 KB, patch)
2017-06-07 12:42 UTC, Daniel Ylitalo
no flags Details | Diff
Shar that adds the port (1.96 KB, text/plain)
2017-06-07 12:42 UTC, Daniel Ylitalo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ylitalo 2017-06-07 06:24:06 UTC
Created attachment 183277 [details]
Patch that adds the port

Passes portlint -AC + poudriere testport
Comment 1 Daniel Ylitalo 2017-06-07 06:24:34 UTC
Created attachment 183279 [details]
Shar that adds the port
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2017-06-07 06:55:38 UTC
Thank you for your contribution Daniel

Initial review:

* Lowercase PORTNAME
* Should the primary CATEGORIES really be x11-servers and not x11 ?
* Use MASTER_SITES=CHEESESHOP (PyPI) unless there is a compelling (temporary) reason not to (doesn't contain tests or other important file(s))
Comment 3 Daniel Ylitalo 2017-06-07 07:18:49 UTC
Created attachment 183283 [details]
Patch that adds the port
Comment 4 Daniel Ylitalo 2017-06-07 07:19:23 UTC
Created attachment 183284 [details]
Shar that adds the port
Comment 5 Daniel Ylitalo 2017-06-07 07:21:37 UTC
Corrected submission after koobs pointers;
- Moved to x11 category
- Changed to lowercase name + added DISTNAME with real name
- Changed MASTER_SITES to CHEESESHOP
Comment 6 Kubilay Kocak freebsd_committer freebsd_triage 2017-06-07 07:22:33 UTC
Thank you for the updated patch Daniel.
Comment 7 Daniel Ylitalo 2017-06-07 12:42:05 UTC
Created attachment 183295 [details]
Patch that adds the port
Comment 8 Daniel Ylitalo 2017-06-07 12:42:29 UTC
Created attachment 183296 [details]
Shar that adds the port
Comment 9 commit-hook freebsd_committer freebsd_triage 2017-07-12 18:41:36 UTC
A commit references this bug:

Author: swills
Date: Wed Jul 12 18:41:00 UTC 2017
New revision: 445598
URL: https://svnweb.freebsd.org/changeset/ports/445598

Log:
  x11/py-pyvirtualdisplay: create port

  PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.

  WWW: https://github.com/ponty/pyvirtualdisplay

  PR:		219830
  Submitted by:	Daniel Ylitalo <daniel@blodan.se>

Changes:
  head/x11/Makefile
  head/x11/py-pyvirtualdisplay/
  head/x11/py-pyvirtualdisplay/Makefile
  head/x11/py-pyvirtualdisplay/distinfo
  head/x11/py-pyvirtualdisplay/pkg-descr
Comment 10 Steve Wills freebsd_committer freebsd_triage 2017-07-12 18:42:12 UTC
Committed, thanks!