Index: x11-wm/sdwmbar/Makefile =================================================================== --- x11-wm/sdwmbar/Makefile (nonexistent) +++ x11-wm/sdwmbar/Makefile (working copy) @@ -0,0 +1,29 @@ +# Created by: Sergei Akhmatdinov +# $FreeBSD$ + +PORTNAME= sdwmbar +PORTVERSION= 1.0 +CATEGORIES= x11-wm + +MAINTAINER= sakhmatd@darkn.space +COMMENT= Simple statusbar for the dwm window manager + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= dwm:x11-wm/dwm + +USES= xorg +USE_XORG= x11 + +USE_GITHUB= yes +GH_ACCOUNT= sakhmatd + +MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" + +PLIST_FILES= bin/sdwmbar + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sdwmbar + +.include Property changes on: x11-wm/sdwmbar/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: x11-wm/sdwmbar/distinfo =================================================================== --- x11-wm/sdwmbar/distinfo (nonexistent) +++ x11-wm/sdwmbar/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (sakhmatd-sdwmbar-1.0_GH0.tar.gz) = 033e09ed0e19212f6fb77e33a9456d9727132564d84574528c642da0337f7fca +SIZE (sakhmatd-sdwmbar-1.0_GH0.tar.gz) = 5901 Property changes on: x11-wm/sdwmbar/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: x11-wm/sdwmbar/pkg-descr =================================================================== --- x11-wm/sdwmbar/pkg-descr (nonexistent) +++ x11-wm/sdwmbar/pkg-descr (working copy) @@ -0,0 +1,5 @@ +A simple statusbar for x11-wm/dwm + +Shows load averages, date-time and battery life. + +WWW: https://github.com/sakhmatd/sdwmbar Property changes on: x11-wm/sdwmbar/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