Created attachment 208792 [details] x11/mere-utils: Utility bundle for mere system interface This port is a utility library, which is required by some of the application of mere system interface.
*** Bug 241667 has been marked as a duplicate of this bug. ***
Created attachment 208836 [details] x11/mere-utils: Utility bundle for mere system interface Previous .shar was wrong. So attached the correct one and open the issue.
I had attached wrong .shar previously, now corrected and re-open the issue for consideration.
Created attachment 208842 [details] x11/mere-utils: Utility bundle for mere system interface
Created attachment 208843 [details] x11/mere-utils: Utility bundle for mere system interface Newer .shar
Comment on attachment 208842 [details] x11/mere-utils: Utility bundle for mere system interface old one
Moin moin It looks like you included more and less than you wanted -- the port is missing, but the WRKDIR is there :) mfg Tobias
Created attachment 209010 [details] x11/mere-utils: Utility bundle for mere system interface Same, :( previous bundle was fully wrong! Hope this is fine.
Moin moin The shar looks better now. Could you also apply the changes from the other PR here, please? Drop GH_TAGNAME, GH_PROJECT and set DISTVERSIONPREFIX. Also use tabs not spaces after the '='. mfg Tobias
Also, USE_XORG without USES=xorg is no longer supported soon, so you need to add it :)
Also, there is no need to set PORTREVISION -- drop that in both.
bin/mere-utils bin/mere-utils-tests seem to be missing from the plist.
Created attachment 209013 [details] x11/mere-utils: Utility bundle for mere system interface modified accordingly.
The port looks fine now. Coud you extend the pkg-descr a bit? It's not clear what the port is for :)
Created attachment 209017 [details] x11/mere-utils: Utility bundle for mere system interface Updated pkg-descr file to describe it more.
It still not quite clears up the question "what is 'mere'" :) but getting better.
Created attachment 209021 [details] x11/mere-utils: Utility bundle for mere system interface Describing about a bit on "mere" - a system interface mainly develop for FreeBSD users who is using it as his/her primary desktop operation system like me.
A commit references this bug: Author: tcberner Date: Sat Nov 9 21:12:59 UTC 2019 New revision: 517147 URL: https://svnweb.freebsd.org/changeset/ports/517147 Log: New port -- x11/mere-utils: Utility bundle for mere system interface Utility bundle for mere system interface Mere system interface utility contains all the helper functions required for applications of mere system interface. Currently it has following helpers and will grow over time: - AppUtils - FileUtils - i18nUtils - StringUtils - ProcessUtils - SignalUtils etc... Note: mere system interface is an interface to your system, it will work like your traditional desktop environment with easy to modify and configurable. WWW: http://utils.merelab.io/ PR: 241668 Submitted by: Bhuiyan Mohammad Iklash <bhuiyan.mohammad.iklash@gmail.com> Changes: head/x11/Makefile head/x11/mere-utils/ head/x11/mere-utils/Makefile head/x11/mere-utils/distinfo head/x11/mere-utils/pkg-descr head/x11/mere-utils/pkg-plist
Committed with minor changes.
Created attachment 224883 [details] A new .shar file attached Adding a new .shar file and re-opening the port
Added a new .shar file to activate this port as a few of the ports(yet to create issues for those) depend on it.
Created attachment 224885 [details] Added a new .shar as previous one is wrong Use the latest one.
Created attachment 224886 [details] Change port description to make it clear
Hi, Please open a new PR and generate a patch using git against the current tree with your proposed changes. Best regards, Daniel
(In reply to Daniel Engberg from comment #24) IMVHO the fact that we are asking users to do this means that our tooling is inadequate. (We should be able to do this automatically.) Cc:ing bugmeister as a reminder of this.