Bug 219830

Summary: [NEW PORT] x11/py-pyvirtualdisplay: Python wrapper for Xvfb, Xephyr and Xvnc
Product: Ports & Packages Reporter: Daniel Ylitalo <daniel>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: daniel, koobs, python, swills
Priority: --- Keywords: feature
Version: LatestFlags: koobs: maintainer-feedback+
Hardware: Any   
OS: Any   
Bug Depends on: 219839    
Bug Blocks:    
Attachments:
Description Flags
Patch that adds the port
none
Shar that adds the port
none
Patch that adds the port
none
Shar that adds the port
none
Patch that adds the port
none
Shar that adds the port none

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!