Bug 190065 - New port: net-p2p/py-transmission-remote-curses Remote Curses UI for Transmission daemon
Summary: New port: net-p2p/py-transmission-remote-curses Remote Curses UI for Transmis...
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 13:40 UTC by Anonymized Account
Modified: 2017-01-16 18:10 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (2.80 KB, text/plain)
2014-05-21 13:40 UTC, Anonymized Account
no flags Details
Corrected (2.60 KB, text/plain)
2014-07-29 08:24 UTC, Anonymized Account
no flags Details
net/transmission-remote-curses (3.25 KB, patch)
2014-10-14 16:14 UTC, Anonymized Account
no flags Details | Diff
net/transmission-remote-curses (3.23 KB, patch)
2015-01-03 13:16 UTC, Anonymized Account
no flags Details | Diff
net/transmission-remote-curses: portlint (12 bytes, text/plain)
2015-01-03 13:16 UTC, Anonymized Account
no flags Details
net/transmission-remote-curses: poudriere (18.78 KB, text/plain)
2015-01-03 13:25 UTC, Anonymized Account
no flags Details
: net/transmission-remote-curses: poudriere without building depends (17.83 KB, text/plain)
2015-01-03 13:51 UTC, Anonymized Account
no flags Details
net/transmission-remote-curses (3.64 KB, patch)
2017-01-12 19:26 UTC, Anonymized Account
no flags Details | Diff
net/transmission-remote-curses: poudriere testport (23.32 KB, text/plain)
2017-01-12 19:26 UTC, Anonymized Account
no flags Details
net/transmission-remote-curses: portlint -AC (12 bytes, text/plain)
2017-01-12 19:27 UTC, Anonymized Account
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.