View | Details | Raw Unified | Return to bug 223530 | Differences between
and this patch

Collapse All | Expand All

(-)w/devel/libepoll-shim/Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libepoll-shim
4
PORTNAME=	libepoll-shim
5
PORTVERSION=	0.0.20161220
5
PORTVERSION=	0.0.20171213
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	x11@FreeBSD.org
8
MAINTAINER=	x11@FreeBSD.org
Lines 11-19 COMMENT= epoll shim implemented using kevent Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
12
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	FreeBSDDesktop
14
GH_ACCOUNT=	jiixyj
15
GH_PROJECT=	epoll-shim
15
GH_PROJECT=	epoll-shim
16
GH_TAGNAME=	c04b26b
16
GH_TAGNAME=	d7abd75
17
17
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
19
(-)w/devel/libepoll-shim/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1482268996
1
TIMESTAMP = 1513461234
2
SHA256 (FreeBSDDesktop-epoll-shim-0.0.20161220-c04b26b_GH0.tar.gz) = ae644d6b21567e9bb5e3a145e6e8ce233de16dc6c93ca4a1facb24f1375f442a
2
SHA256 (jiixyj-epoll-shim-0.0.20171213-d7abd75_GH0.tar.gz) = 57089528489a52dbab13505eb7c71e001921cd04ca6e59cb06e526f997f8b24d
3
SIZE (FreeBSDDesktop-epoll-shim-0.0.20161220-c04b26b_GH0.tar.gz) = 7634
3
SIZE (jiixyj-epoll-shim-0.0.20171213-d7abd75_GH0.tar.gz) = 11585
(-)w/devel/py-pyudev/Makefile (+22 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	pyudev
4
PORTVERSION=	0.21.0
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	python@FreeBSD.org
10
COMMENT=	Pure Python libudev binding
11
12
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
LIB_DEPENDS=	libudev.so:devel/libudev-devd
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
17
18
USES=		python
19
USE_PYTHON=	autoplist distutils
20
NO_ARCH=	yes
21
22
.include <bsd.port.mk>
(-)w/devel/py-pyudev/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1512493658
2
SHA256 (pyudev-0.21.0.tar.gz) = 094b7a100150114748aaa3b70663485dd360457a709bfaaafe5a977371033f2b
3
SIZE (pyudev-0.21.0.tar.gz) = 89469
(-)w/devel/py-pyudev/pkg-descr (+8 lines)
Added Link Here
1
pyudev is a LGPL licensed, pure Python binding for libudev, the device
2
and hardware management and information library for Linux. It supports
3
almost all libudev functionality. You can enumerate devices, query
4
device properties and attributes or monitor devices, including
5
asynchronous monitoring with threads, or within the event loops of Qt,
6
Glib or wxPython.
7
8
WWW: http://pyudev.readthedocs.org

Return to bug 223530