Summary: | [NEW PORT] x11-fm/sunflower: small two panel file manager written in Python | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ivan <bsd> | ||||||||
Component: | Individual Port(s) | Assignee: | Olivier Duchateau <olivierd> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | olivierd | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Ivan
2016-09-05 09:57:35 UTC
Created attachment 174383 [details]
poudriere test
Created attachment 174984 [details] New shar archive I made some changes: - Replace PORTVERSION and DISTVERSIONSUFFIX by DISTVERSION [1] - Use the real MASTER_SITES instead of GitHub host - Update dependencies (I found dbus, setproctitle modules are used) - Sort USES - Remove NLS option because there's no mechanism to avoid load *.mo files. And install only .mo files no .po Tested successfully with poudriere, if everything you seem good, I commit your port. [1] https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-distversion Thank you for additional work you put into this! May I ask, why shebang fix was removed? I remember shebang was pointed to linux location of python. (In reply to Ivan from comment #3) Shebang is fine. Usually when we write Python script either we use the real interpreter directive (here /usr/local/bin/python2.7) or looking up the path to python interpreter through "env". env path is correct: which env /usr/bin/env Ahh, I see. Please, commit the port. A commit references this bug: Author: olivierd Date: Tue Sep 20 11:09:05 UTC 2016 New revision: 422493 URL: https://svnweb.freebsd.org/changeset/ports/422493 Log: Small and highly customizable twin-panel file manager with support for plugins. WWW: http://sunflower-fm.org/ PR: 212383 Submitted by: Ivan <bsd@abinet.ru> Changes: head/x11-fm/Makefile head/x11-fm/sunflower/ head/x11-fm/sunflower/Makefile head/x11-fm/sunflower/distinfo head/x11-fm/sunflower/files/ head/x11-fm/sunflower/files/patch-Sunflower.py head/x11-fm/sunflower/pkg-descr head/x11-fm/sunflower/pkg-plist Committed |