The port was tested with porttools and manually installing to a chroot environment with only build/runtime dependencies installed, building a package (pkgng), installing and removing it, and checking for leftover files in each step. (No tinderbox testing, yet.) The port still has NO_STAGE=yes, since I am not familiar with staging and USE_PYDISTUTILS=easy_install seems not to work without NO_STAGE=yes, yet. The port is partially based on www/py-requests and on the OpenBSD port multimedia/livestreamer. Fix: Patch attached with submission follows:
Livestreamer 1.7.0 was released and USE_PYDISTUTILS=easy_install works without NO_STAGE=yes now. The shar attached replaced the first one.
State Changed From-To: open->closed Independent port committed (Sorry I missed this PR!) Thanx.
Author: nox Date: Sat Nov 30 18:14:55 2013 New Revision: 335313 URL: http://svnweb.freebsd.org/changeset/ports/335313 Log: - Seems this uses more than one LICENSE: (BSD MIT AL2) [1] - Add rtmpdump to RUN_DEPENDS. [1] - Bump PORTREVISION. PR: ports/182791 (independet port that I missed, sorry) [1] Submitted by: Jan Henrik Sylvester <me@janh.de> [1] Modified: head/multimedia/livestreamer/Makefile Modified: head/multimedia/livestreamer/Makefile ============================================================================== --- head/multimedia/livestreamer/Makefile Sat Nov 30 18:05:33 2013 (r335312) +++ head/multimedia/livestreamer/Makefile Sat Nov 30 18:14:55 2013 (r335313) @@ -3,6 +3,7 @@ PORTNAME= livestreamer PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= multimedia@FreeBSD.org COMMENT= Extract web streams and pipe them into video player of choice -LICENSE= BSD +LICENSE= BSD MIT AL2 +LICENSE_COMB= multi -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ +RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp USE_PYTHON= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"