Created attachment 155998 [details] shar of multimedia/tovid Tovid has not had a port in quite some time. This effort is to try to get tovid into the ports tree. As in the summary, tovid is a suite of tools to create video DVDs. It includes both command line scripts (bash) and a python gui (tkinter). # portlint -AC looks fine. No doubt the Makefile is questionable, I could not figure out another way to work around the fact that a github non-release (as in using a tag or branch) seems to be packaged as ${PORTNAME}-${PORTVERSION}.tar.gz, but unpacks as ${PORTNAME}-${PORTNAME}-${PORTVERSION}. I couldn't get USE_GITHUB working at all, so I appear to be missing some crucial knowledge there. But as is it does work.
Created attachment 155999 [details] log from make and make install
Created attachment 156028 [details] Updated shar of multimedia/tovid
Created attachment 156029 [details] Updated: log from make and make install
I'll take it.
Created attachment 157021 [details] shar from new release 0.35.2
Created attachment 157022 [details] diff from 0.35.1 to 0.35.2
Created attachment 157384 [details] Updated shar of multimedia/tovid 0.35.2 Fixed variable scope problem that only showed up on freebsd for some reason. Fixed imagemagick spumux buttons for IM-6.9.1-x.
Created attachment 157389 [details] Updated shar of multimedia/tovid 0.35.2 Hopefully the last update before the next (0.36.0) release :) Make ffmpeg the default encoder if both ffmpeg and avconv are installed. Make ffmpeg a stronger suggestion when confirming installed dependencies.
Open up to broader committer pool to take. Robert, if you could include QA results (as attachments) against the latest version of the port you have, that would be great: * portlint -AC output * poudriere testport (or bulk -t) output
Created attachment 158923 [details] poudriere log
Created attachment 158924 [details] portlint log
Created attachment 158932 [details] portlint log Uploaded duplicate of poudriere log in error.
(In reply to Kubilay Kocak from comment #9) I have added the attachments.
Done.
A commit references this bug: Author: riggs Date: Sat Aug 8 12:55:27 UTC 2015 New revision: 393726 URL: https://svnweb.freebsd.org/changeset/ports/393726 Log: Resurrect multimedia/tovid - Complete rework of the port - New maintainer: grepper@gmail.com PR: 199703 Submitted by: grepper@gmail.com Reviewed by: xmj, koobs, riggs Changes: head/MOVED head/multimedia/Makefile head/multimedia/tovid/ head/multimedia/tovid/Makefile head/multimedia/tovid/distinfo head/multimedia/tovid/files/ head/multimedia/tovid/pkg-descr head/multimedia/tovid/pkg-plist
Committed with minor modifications / cleanups. Thanks for resurrecting!