[MacPorts] #42680: [NEW] libevt
#42680: [NEW] libevt ------------------------+-------------------------------- Reporter: jul_bsd@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: libevt ------------------------+-------------------------------- librairies & python bindings to manipulate windows evt files (dependency for Plaso Ticket #42394 and other coming ports) -- Ticket URL: <https://trac.macports.org/ticket/42680> MacPorts <http://www.macports.org/> Ports system for OS X
#42680: [NEW] libevt -------------------------+-------------------------------- Reporter: jul_bsd@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libevt | -------------------------+-------------------------------- Comment (by ryandesign@…): The COPYING file in the source distribution describes LGPL version 3, and the header in the source files reads: {{{ * This software is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. }}} So the license field in the portfile should say "LGPL-3+". (Writing just "LGPL" in the license field means that any version of the LGPL is acceptable, which is not true in this case.) -- Ticket URL: <https://trac.macports.org/ticket/42680#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#42680: [NEW] libevt -------------------------+-------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libevt | -------------------------+-------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/42680#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#42680: [NEW] libevt -------------------------+-------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: libevt | -------------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: Committed in r117733 with these changes: * changed license to LGPL-3+ * added long_description * added variant descriptions * changed tabs to spaces * removed `supported_archs noarch` because this software is not noarch: it does install architecture-specific files * added dependency on gettext, because libevt.dylib does link with libintl.dylib * changed python27 dependency from depends_build to depends_lib because pyevt.so does link with the python framework * fixed livecheck * removed `configure.args-append --disable-dependency-tracking` because it built fine without that -- Ticket URL: <https://trac.macports.org/ticket/42680#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#42680: [NEW] libevt -------------------------+-------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: libevt | -------------------------+-------------------------- Comment (by jul_bsd@…): Thanks a lot ryan. I will review the other lib* with those changes and check the problem #42789 which is probably affecting other. just give me some time before committing others. -- Ticket URL: <https://trac.macports.org/ticket/42680#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#42680: [NEW] libevt -------------------------+-------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: libevt | -------------------------+-------------------------- Comment (by jul_bsd@…): where is gettext dependency? Here, I got {{{ $ otool -L /opt/local/lib/libevt.dylib /opt/local/lib/libevt.dylib: /opt/local/lib/libevt.1.dylib (compatibility version 2.0.0, current version 2.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) }}} -- Ticket URL: <https://trac.macports.org/ticket/42680#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#42680: [NEW] libevt -------------------------+-------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: libevt | -------------------------+-------------------------- Comment (by ryandesign@…): Replying to [comment:5 jul_bsd@…]:
where is gettext dependency?
{{{ $ port -q contents libevt | grep /bin/ | xargs otool -L /opt/local/bin/evtexport: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0) /opt/local/lib/libevt.1.dylib (compatibility version 2.0.0, current version 2.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) /opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.2.0) /opt/local/bin/evtinfo: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.11.0) /opt/local/lib/libevt.1.dylib (compatibility version 2.0.0, current version 2.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) /opt/local/lib/libintl.8.dylib (compatibility version 10.0.0, current version 10.2.0) }}} -- Ticket URL: <https://trac.macports.org/ticket/42680#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#42680: [NEW] libevt -------------------------+-------------------------- Reporter: jul_bsd@… | Owner: ryandesign@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: libevt | -------------------------+-------------------------- Comment (by jul_bsd@…): ok. Thanks ryan! -- Ticket URL: <https://trac.macports.org/ticket/42680#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts