Frederic Cambus <f...@statdns.com> wrote: > On Thu, Sep 20, 2018 at 10:30:42PM +0200, Frederic Cambus wrote: > > > > > Here is a new port: graphics/termtosvg. > > > > > > > > Also attaching a port for devel/py-pyte which is required as a > > > > RUN_DEPENDS. > > > > > > I can't compile py-pyte > > > > [...] > > > > > ===> Building package for py-pyte-0.8.0 > > > Create /usr/ports/packages/amd64/all/py-pyte-0.8.0.tgz > > > Creating package py-pyte-0.8.0 > > > Error: duplicate item in packing-list > > > /usr/local/lib/python2.7/site-packages/pyte > > > Fatal error: can't continue > > > > Indeed, thanks for pointing this out, only py3-pyte could be built. > > > > Here is a new tarball for devel/py-pyte with required PLIST tweaks. > > Ping. Anyone wiling to look at this? Thanks! > > Tarballs reattached for convenience.
could you run update-plist in devel/py-pyte? the file order is different, and so we can run update-plist again when needed and won't trigger any change if nothing changed. I'm not good at python ports, looking at others and Makefile.template, it seems that variable order should be: - MODULES - MODPY_* - RUN_DEPENDS - FAVORS With order and PLIST fixed, OK solene@ but I would be happy if someone more used to python could review it too. The program work, it's a very convenient way to share easily a "screen cast". I've been thinking a bit and I would recommend using it together with asciinema, using termtosvg to record an asciinema replay which would be a bit faster and stripping pauses. Except firefox, I've not been able to find another program for viewing animated PNG, could you recommend some?