Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 296257) +++ head/x11-wm/Makefile (revision 296258) @@ -1,188 +1,189 @@ # $FreeBSD$ # COMMENT = X11 window managers SUBDIR += aewm SUBDIR += afterstep SUBDIR += afterstep-i18n SUBDIR += afterstep-stable SUBDIR += ahwm SUBDIR += amaterus SUBDIR += amiwm SUBDIR += antiwm SUBDIR += awesome + SUBDIR += awesome-vicious SUBDIR += awesome2 SUBDIR += badwm SUBDIR += bbconf SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += blackbox SUBDIR += blwm SUBDIR += ccsm SUBDIR += clementine 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 += ctwm SUBDIR += devilspie SUBDIR += dwm SUBDIR += e16 SUBDIR += e16utils SUBDIR += e17-module-alarm SUBDIR += e17-module-calendar SUBDIR += e17-module-cpu SUBDIR += e17-module-deskshow SUBDIR += e17-module-diskio SUBDIR += e17-module-drawer SUBDIR += e17-module-efm_nav SUBDIR += e17-module-efm_path SUBDIR += e17-module-efm_pathbar SUBDIR += e17-module-empris SUBDIR += e17-module-eooorg SUBDIR += e17-module-everything-mpris SUBDIR += e17-module-everything-pidgin SUBDIR += e17-module-everything-places SUBDIR += e17-module-everything-wallpaper SUBDIR += e17-module-everything-websearch SUBDIR += e17-module-exebuf SUBDIR += e17-module-execwatch SUBDIR += e17-module-flame SUBDIR += e17-module-forecasts SUBDIR += e17-module-iiirk SUBDIR += e17-module-itask SUBDIR += e17-module-itask-ng SUBDIR += e17-module-language SUBDIR += e17-module-mail SUBDIR += e17-module-mem SUBDIR += e17-module-moon SUBDIR += e17-module-mpdule SUBDIR += e17-module-net SUBDIR += e17-module-news SUBDIR += e17-module-notification SUBDIR += e17-module-penguins SUBDIR += e17-module-photo SUBDIR += e17-module-places SUBDIR += e17-module-quickaccess SUBDIR += e17-module-rain SUBDIR += e17-module-screenshot SUBDIR += e17-module-slideshow SUBDIR += e17-module-snow SUBDIR += e17-module-taskbar SUBDIR += e17-module-tclock SUBDIR += e17-module-tiling SUBDIR += e17-module-uptime SUBDIR += e17-module-weather SUBDIR += e17-module-winlist-ng SUBDIR += e17-module-winselector SUBDIR += e17-module-wlan SUBDIR += e17-modules SUBDIR += echinus SUBDIR += ede SUBDIR += emerald SUBDIR += enlightenment SUBDIR += enlightenment-docs SUBDIR += epplets SUBDIR += etoile-azalea SUBDIR += etoile-azdock SUBDIR += etoile-azswitch SUBDIR += etoile-login SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fbpager SUBDIR += fluxbox SUBDIR += fluxconf SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm SUBDIR += fvwm-crystal SUBDIR += fvwm2 SUBDIR += fvwm2-i18n SUBDIR += gcompmgr SUBDIR += genmenu SUBDIR += golem SUBDIR += hackedbox SUBDIR += hs-xmonad SUBDIR += hs-xmonad-contrib SUBDIR += i3 SUBDIR += icewm SUBDIR += ion SUBDIR += jewel SUBDIR += jwm SUBDIR += kompmgr SUBDIR += larswm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxsession SUBDIR += matchbox SUBDIR += matwm2 SUBDIR += mcwm SUBDIR += metacity SUBDIR += musca SUBDIR += mutter SUBDIR += nickleby SUBDIR += obconf SUBDIR += obmenu SUBDIR += obpager SUBDIR += olvwm SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += pawm SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += piewm SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm SUBDIR += qvwm SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison SUBDIR += sapphire SUBDIR += sawfish SUBDIR += selectwm SUBDIR += simple-ccsm SUBDIR += skippy SUBDIR += skippy-xd SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += swm SUBDIR += tinywm SUBDIR += transset-df SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += waimea SUBDIR += waimea-devel SUBDIR += wampager SUBDIR += weewm SUBDIR += windowlab SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmcp SUBDIR += wmfs SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += xcompmgr SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-session SUBDIR += xfce4-wm .include Property changes on: head/x11-wm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.275 \ No newline at end of property +1.276 \ No newline at end of property Index: head/x11-wm/awesome-vicious/Makefile =================================================================== --- head/x11-wm/awesome-vicious/Makefile (nonexistent) +++ head/x11-wm/awesome-vicious/Makefile (revision 296258) @@ -0,0 +1,37 @@ +# New ports collection makefile for: awesome-vicious +# Date created: 07 May 2012 +# Whom: William Grzybowski +# +# $FreeBSD$ +# + +PORTNAME= awesome-vicious +PORTVERSION= 2.0.4 +CATEGORIES= x11-wm +MASTER_SITES= http://git.sysphere.org/vicious/snapshot/ +DISTNAME= vicious-${PORTVERSION} + +MAINTAINER= william88@gmail.com +COMMENT= Widgets for the awesome window manager + +RUN_DEPENDS= awesome:${PORTSDIR}/x11-wm/awesome + +USE_XZ= yes +NO_BUILD= yes +NO_INSTALL= yes +PORTDOCS= README TODO CHANGES LICENSE + +do-install: + @${MKDIR} ${PREFIX}/share/awesome/lib/vicious +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + @${CP} -fr ${WRKSRC}/ ${PREFIX}/share/awesome/lib/vicious +.for i in ${PORTDOCS} + @${RM} ${PREFIX}/share/awesome/lib/vicious/${i} +.endfor + +.include Property changes on: head/x11-wm/awesome-vicious/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/x11-wm/awesome-vicious/distinfo =================================================================== --- head/x11-wm/awesome-vicious/distinfo (nonexistent) +++ head/x11-wm/awesome-vicious/distinfo (revision 296258) @@ -0,0 +1,2 @@ +SHA256 (vicious-2.0.4.tar.xz) = b63613fb5ed507d4202fa62b628dfa74c620e044f9bf19f5d9812a816434f0b0 +SIZE (vicious-2.0.4.tar.xz) = 34616 Property changes on: head/x11-wm/awesome-vicious/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/awesome-vicious/pkg-descr =================================================================== --- head/x11-wm/awesome-vicious/pkg-descr (nonexistent) +++ head/x11-wm/awesome-vicious/pkg-descr (revision 296258) @@ -0,0 +1,6 @@ +Vicious is a modular widget library for the "awesome" window manager, +derived from the 'Wicked' widget library. It has some of the old +Wicked widget types, a few of them rewritten, and a good number of +new ones. + +WWW: http://git.sysphere.org/vicious/ Property changes on: head/x11-wm/awesome-vicious/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-wm/awesome-vicious/pkg-plist =================================================================== --- head/x11-wm/awesome-vicious/pkg-plist (nonexistent) +++ head/x11-wm/awesome-vicious/pkg-plist (revision 296258) @@ -0,0 +1,46 @@ +share/awesome/lib/vicious/init.lua +share/awesome/lib/vicious/contrib/sensors.lua +share/awesome/lib/vicious/contrib/netcfg.lua +share/awesome/lib/vicious/contrib/pulse.lua +share/awesome/lib/vicious/contrib/rss.lua +share/awesome/lib/vicious/contrib/net.lua +share/awesome/lib/vicious/contrib/batproc.lua +share/awesome/lib/vicious/contrib/README +share/awesome/lib/vicious/contrib/batacpi.lua +share/awesome/lib/vicious/contrib/batpmu.lua +share/awesome/lib/vicious/contrib/ossvol.lua +share/awesome/lib/vicious/contrib/dio.lua +share/awesome/lib/vicious/contrib/mpc.lua +share/awesome/lib/vicious/contrib/pop.lua +share/awesome/lib/vicious/contrib/init.lua +share/awesome/lib/vicious/helpers.lua +share/awesome/lib/vicious/widgets/org.lua +share/awesome/lib/vicious/widgets/uptime.lua +share/awesome/lib/vicious/widgets/date.lua +share/awesome/lib/vicious/widgets/mem.lua +share/awesome/lib/vicious/widgets/thermal.lua +share/awesome/lib/vicious/widgets/mpd.lua +share/awesome/lib/vicious/widgets/dio.lua +share/awesome/lib/vicious/widgets/gmail.lua +share/awesome/lib/vicious/widgets/mdir.lua +share/awesome/lib/vicious/widgets/net.lua +share/awesome/lib/vicious/widgets/mbox.lua +share/awesome/lib/vicious/widgets/bat.lua +share/awesome/lib/vicious/widgets/weather.lua +share/awesome/lib/vicious/widgets/os.lua +share/awesome/lib/vicious/widgets/mboxc.lua +share/awesome/lib/vicious/widgets/raid.lua +share/awesome/lib/vicious/widgets/init.lua +share/awesome/lib/vicious/widgets/cpuinf.lua +share/awesome/lib/vicious/widgets/wifi.lua +share/awesome/lib/vicious/widgets/cpufreq.lua +share/awesome/lib/vicious/widgets/fs.lua +share/awesome/lib/vicious/widgets/cpu.lua +share/awesome/lib/vicious/widgets/pkg.lua +share/awesome/lib/vicious/widgets/volume.lua +share/awesome/lib/vicious/widgets/hddtemp.lua +@dirrm share/awesome/lib/vicious/widgets +@dirrm share/awesome/lib/vicious/contrib +@dirrm share/awesome/lib/vicious +@dirrmtry share/awesome/lib +@dirrmtry share/awesome Property changes on: head/x11-wm/awesome-vicious/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property