Bug 190065

Summary: New port: net-p2p/py-transmission-remote-curses Remote Curses UI for Transmission daemon
Product: Ports & Packages Reporter: Anonymized Account <no-reply>
Component: Individual Port(s)Assignee: freebsd-python (Nobody) <python>
Status: Closed Not A Bug    
Severity: Affects Only Me CC: mike
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar
none
Corrected
none
net/transmission-remote-curses
none
net/transmission-remote-curses
none
net/transmission-remote-curses: portlint
none
net/transmission-remote-curses: poudriere
none
: net/transmission-remote-curses: poudriere without building depends
none
net/transmission-remote-curses
none
net/transmission-remote-curses: poudriere testport
none
net/transmission-remote-curses: portlint -AC none

Description Anonymized Account freebsd_committer freebsd_triage 2014-05-21 13:40:00 UTC
	Remote Curses UI for Transmission daemon

	WWW: https://github.com/fagga/transmission-remote-cli
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-21 13:40:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Anonymized Account freebsd_committer freebsd_triage 2014-07-29 08:24:04 UTC
Created attachment 145117 [details]
Corrected
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2014-09-05 15:19:55 UTC
Canonicalise python@ assignment.
Comment 4 Jan Beich freebsd_committer freebsd_triage 2014-10-03 15:49:42 UTC
> MASTER_SITES=  https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/v${PORTVERSION}?dummy=/
> DISTNAME=      ${GH_PROJECT}-v${PORTVERSION}

No need to specify those with USE_GITHUB. Instead put

  GH_TAGNAME=    v${DISTVERSION}

and re-fetch the distfile.

> PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

Don't define unless the port installs files under PYTHON_SITELIBDIR or at least allows generating *non-conflicting* packages for different python versions.

> USE_PYTHON=     YES

Convert to USES=python,run

> NO_BUILD=       yes

Define NO_ARCH as well unless the port installs binaries for a specific ARCH.

>        ${INSTALL_SCRIPT} ${WRKSRC}/transmission-remote-cli ${STAGEDIR}${BINDIR}/${PORTNAME}

Wrap long lines to fit on 80 characters terminal.

> OPTIONS_DEFINE= ADNS GEOIP

ADNS_DESC is not defined anywhere.

> #LIB_DEPENDS+=  ${PYTHON_SITELIBDIR}/adns.so:${PORTSDIR}/dns/py-adns
> LIB_DEPENDS+=   libadns.so:${PORTSDIR}/dns/py-adns
...
> #LIB_DEPENDS+=  ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP
> LIB_DEPENDS+=   libGeoIP.so:${PORTSDIR}/net/py-GeoIP

Use RUN_DEPENDS and convert to option helpers, see Mk/bsd.options.mk or net/py-kombu/Makefile for an example.
Comment 5 Anonymized Account freebsd_committer freebsd_triage 2014-10-14 16:14:19 UTC
Created attachment 148307 [details]
net/transmission-remote-curses
Comment 6 Anonymized Account freebsd_committer freebsd_triage 2015-01-03 13:16:24 UTC
Created attachment 151282 [details]
net/transmission-remote-curses
Comment 7 Anonymized Account freebsd_committer freebsd_triage 2015-01-03 13:16:56 UTC
Created attachment 151283 [details]
net/transmission-remote-curses: portlint
Comment 8 Anonymized Account freebsd_committer freebsd_triage 2015-01-03 13:25:44 UTC
Created attachment 151284 [details]
net/transmission-remote-curses: poudriere

Apparently Poudriere has no idea how to resolve hostnames :/
Comment 9 Anonymized Account freebsd_committer freebsd_triage 2015-01-03 13:51:06 UTC
Created attachment 151285 [details]
: net/transmission-remote-curses: poudriere without building depends

...so here is the log with *_RUN_DEPENDS+= commented.
Comment 10 Anonymized Account freebsd_committer freebsd_triage 2017-01-12 19:26:33 UTC
Created attachment 178826 [details]
net/transmission-remote-curses
Comment 11 Anonymized Account freebsd_committer freebsd_triage 2017-01-12 19:26:54 UTC
Created attachment 178827 [details]
net/transmission-remote-curses: poudriere testport
Comment 12 Anonymized Account freebsd_committer freebsd_triage 2017-01-12 19:27:11 UTC
Created attachment 178828 [details]
net/transmission-remote-curses: portlint -AC
Comment 13 Anonymized Account freebsd_committer freebsd_triage 2017-01-16 18:10:04 UTC
Never mind.