Index: security/lxqt-sudo/Makefile =================================================================== --- security/lxqt-sudo/Makefile (nonexistent) +++ security/lxqt-sudo/Makefile (working copy) @@ -0,0 +1,23 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= lxqt-sudo +PORTVERSION= 0.13.0 +CATEGORIES= security +MASTER_SITES= LXQT + +MAINTAINER= jesper@schmitz.computer +COMMENT= GUI frontend to su/sudo for LXQt desktop + +LICENSE= LGPL21+ + +SUB_FILES= pkg-message + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \ + pkgconfig tar:xz +USE_QT5= buildtools_build qmake_build core dbus gui svg widgets \ + x11extras xml +USE_KDE= windowsystem +USE_LXQT= buildtools lxqt + +.include Property changes on: security/lxqt-sudo/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/lxqt-sudo/distinfo =================================================================== --- security/lxqt-sudo/distinfo (nonexistent) +++ security/lxqt-sudo/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1527328596 +SHA256 (lxqt/lxqt-sudo-0.13.0.tar.xz) = 8e05adf4926eead9fa3015be54a76f67ebf3f7c40e1dea0bcafbcf4c38e548c8 +SIZE (lxqt/lxqt-sudo-0.13.0.tar.xz) = 16208 Property changes on: security/lxqt-sudo/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/lxqt-sudo/files/patch-sudo.cpp =================================================================== --- security/lxqt-sudo/files/patch-sudo.cpp (nonexistent) +++ security/lxqt-sudo/files/patch-sudo.cpp (working copy) @@ -0,0 +1,16 @@ +--- sudo.cpp.orig 2015-11-02 05:06:33 UTC ++++ sudo.cpp +@@ -36,7 +36,13 @@ + #include + #include + #include ++#if defined(__linux__) + #include ++#elif defined(__FreeBSD__) || defined(__DragonFly__) ++#include ++#include ++#include ++#endif + #include + #include + #include Property changes on: security/lxqt-sudo/files/patch-sudo.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/lxqt-sudo/files/pkg-message.in =================================================================== --- security/lxqt-sudo/files/pkg-message.in (nonexistent) +++ security/lxqt-sudo/files/pkg-message.in (working copy) @@ -0,0 +1,4 @@ +You can also install one of following ports: + + * security/sudo + * security/doas Property changes on: security/lxqt-sudo/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/lxqt-sudo/pkg-descr =================================================================== --- security/lxqt-sudo/pkg-descr (nonexistent) +++ security/lxqt-sudo/pkg-descr (working copy) @@ -0,0 +1,3 @@ +GUI frontend for sudo/su for the LXQt desktop environment. + +WWW: http://lxqt.org/ Property changes on: security/lxqt-sudo/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: security/lxqt-sudo/pkg-plist =================================================================== --- security/lxqt-sudo/pkg-plist (nonexistent) +++ security/lxqt-sudo/pkg-plist (working copy) @@ -0,0 +1,6 @@ +bin/lxqt-sudo +bin/lxsu +bin/lxsudo +man/man1/lxqt-sudo.1.gz +man/man1/lxsu.1.gz +man/man1/lxsudo.1.gz Property changes on: security/lxqt-sudo/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property