Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 492351) +++ head/x11-wm/Makefile (revision 492352) @@ -1,150 +1,151 @@ # $FreeBSD$ # COMMENT = X11 window managers SUBDIR += aewm SUBDIR += afterstep SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm + SUBDIR += aphelia SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += blackbox SUBDIR += bspwm SUBDIR += ccsm SUBDIR += clementine-wm SUBDIR += compiz SUBDIR += compiz-fusion SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compizconfig-backend-gconf SUBDIR += compizconfig-python SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie SUBDIR += dwm SUBDIR += e-module-alarm SUBDIR += e-module-cpu SUBDIR += e-module-deskshow SUBDIR += e-module-everything-places SUBDIR += e-module-everything-websearch SUBDIR += e-module-mem SUBDIR += e-module-rmb SUBDIR += e-module-wlan SUBDIR += e-modules SUBDIR += e16 SUBDIR += e16-docs SUBDIR += echinus SUBDIR += ede SUBDIR += emerald SUBDIR += enlightenment SUBDIR += epplets SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxconf SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm-crystal SUBDIR += fvwm2 SUBDIR += gcompmgr SUBDIR += genmenu SUBDIR += golem SUBDIR += herbstluftwm SUBDIR += hs-xmonad SUBDIR += hs-xmonad-contrib SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm SUBDIR += ion SUBDIR += jewel SUBDIR += jwm SUBDIR += larswm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxmed SUBDIR += lxqt SUBDIR += lxqt-panel SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += matwm2 SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += nickleby SUBDIR += obapps SUBDIR += obconf SUBDIR += obconf-qt SUBDIR += obkey SUBDIR += obmenu SUBDIR += obpager SUBDIR += olvwm SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += pawm SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += piewm SUBDIR += plank SUBDIR += plasma5-kdecoration SUBDIR += plasma5-kwin SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison SUBDIR += rubygem-uh-layout SUBDIR += rubygem-uh-wm SUBDIR += sawfish SUBDIR += selectwm SUBDIR += simple-ccsm SUBDIR += skippy-xd SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += subtle SUBDIR += sway SUBDIR += tinywm SUBDIR += transset SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += weewm SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmfs SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += wmx SUBDIR += xcompmgr SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-panel-profiles SUBDIR += xfce4-session SUBDIR += xfce4-wm .include Index: head/x11-wm/aphelia/Makefile =================================================================== --- head/x11-wm/aphelia/Makefile (nonexistent) +++ head/x11-wm/aphelia/Makefile (revision 492352) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= aphelia +DISTVERSION= g20181126 +CATEGORIES= x11-wm + +MAINTAINER= hyun@caffeinated.codes +COMMENT= Light, single-file, minimalist window manager for X11 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= dmenu_run:x11/dmenu \ + st:x11/sterm + +USE_GITHUB= yes +GH_ACCOUNT= vardy +GH_TAGNAME= 54c2d6fb18f3121ebaf836fad53ca48a2f3aa812 +USE_XORG= x11 + +PLIST_FILES= bin/aphelia + +do-build: + ${CC} ${CFLAGS} -I${LOCALBASE}/include ${WRKSRC}/aphelia.c \ + ${LDFLAGS} -L${LOCALBASE}/lib -lX11 -o ${WRKSRC}/aphelia + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aphelia ${STAGEDIR}${PREFIX}/bin/aphelia + +.include Property changes on: head/x11-wm/aphelia/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: head/x11-wm/aphelia/distinfo =================================================================== --- head/x11-wm/aphelia/distinfo (nonexistent) +++ head/x11-wm/aphelia/distinfo (revision 492352) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544105783 +SHA256 (vardy-aphelia-g20181126-54c2d6fb18f3121ebaf836fad53ca48a2f3aa812_GH0.tar.gz) = 539f60c7a2d9169fbff8a5f30468b53f2b5ba3aabc32a4213c63124dc3f971e3 +SIZE (vardy-aphelia-g20181126-54c2d6fb18f3121ebaf836fad53ca48a2f3aa812_GH0.tar.gz) = 2785 Property changes on: head/x11-wm/aphelia/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: head/x11-wm/aphelia/pkg-descr =================================================================== --- head/x11-wm/aphelia/pkg-descr (nonexistent) +++ head/x11-wm/aphelia/pkg-descr (revision 492352) @@ -0,0 +1,8 @@ +A light, single-file, minimalist window manager for X11. + +This window manager is single-file and a super small binary with low +resource consumption. Personally, I find it's useful for focused work +where you aren't moving around too much and don't need multiple +workspaces (it doesn't support them, obviously). + +WWW: https://github.com/vardy/aphelia Property changes on: head/x11-wm/aphelia/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