Index: head/x11-clocks/Makefile =================================================================== --- head/x11-clocks/Makefile (revision 183109) +++ head/x11-clocks/Makefile (revision 183110) @@ -1,59 +1,60 @@ # $FreeBSD$ # COMMENT = X11 clocks SUBDIR += abclock SUBDIR += aclock SUBDIR += alltraxclock SUBDIR += asclock SUBDIR += asclock-gtk SUBDIR += asclock-xlib SUBDIR += astime SUBDIR += astzclock SUBDIR += bbdate SUBDIR += bclock SUBDIR += bdesktopclock SUBDIR += bmp-alarm SUBDIR += buici-clock SUBDIR += dclock SUBDIR += emiclock SUBDIR += eyeclock SUBDIR += gdesklets-clock SUBDIR += gdesklets-countdown SUBDIR += gdesklets-ebichuclock SUBDIR += glclock SUBDIR += gtubeclock SUBDIR += kdetoys3 SUBDIR += lmclock SUBDIR += mlclock SUBDIR += mouseclock SUBDIR += osdclock SUBDIR += pclock SUBDIR += rclock SUBDIR += sanduhr SUBDIR += swisswatch SUBDIR += t3d SUBDIR += tclock SUBDIR += tktz SUBDIR += washerdryer SUBDIR += wmbday SUBDIR += wmbinclock SUBDIR += wmblueclock SUBDIR += wmcalclock SUBDIR += wmclock SUBDIR += wmclockmon SUBDIR += wmdate SUBDIR += wmfishtime SUBDIR += wmfuzzy SUBDIR += wmitime SUBDIR += wmtime SUBDIR += wmtimer SUBDIR += wmtz SUBDIR += xalarm SUBDIR += xdaliclock + SUBDIR += xfce4-timer-plugin SUBDIR += xmms-alarm SUBDIR += xtimer SUBDIR += xtu .include Property changes on: head/x11-clocks/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.54 \ No newline at end of property +1.55 \ No newline at end of property Index: head/x11-clocks/xfce4-timer-plugin/Makefile =================================================================== --- head/x11-clocks/xfce4-timer-plugin/Makefile (nonexistent) +++ head/x11-clocks/xfce4-timer-plugin/Makefile (revision 183110) @@ -0,0 +1,28 @@ +# New ports collection makefile for: timer plugin for xfce4 +# Date created: 23 Januar 2007 +# Whom: Martin Wilke (miwi@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= xfce4-timer-plugin +PORTVERSION= 0.5.1 +CATEGORIES= x11-clocks xfce +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A timer plugin for xfce + +USE_BZIP2= yes +USE_GMAKE= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv libgui libutil panel +USE_XLIB= yes + +.include +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include Property changes on: head/x11-clocks/xfce4-timer-plugin/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-clocks/xfce4-timer-plugin/distinfo =================================================================== --- head/x11-clocks/xfce4-timer-plugin/distinfo (nonexistent) +++ head/x11-clocks/xfce4-timer-plugin/distinfo (revision 183110) @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-timer-plugin-0.5.1.tar.bz2) = 0036d3805cbe051d35e8ec595237e88c +SHA256 (xfce4/xfce4-timer-plugin-0.5.1.tar.bz2) = 2fcbc67dac28a7aa8f41e3695f20a1c61c99792e17afa7ca8671da8eee1fd6c2 +SIZE (xfce4/xfce4-timer-plugin-0.5.1.tar.bz2) = 311862 Property changes on: head/x11-clocks/xfce4-timer-plugin/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-clocks/xfce4-timer-plugin/pkg-descr =================================================================== --- head/x11-clocks/xfce4-timer-plugin/pkg-descr (nonexistent) +++ head/x11-clocks/xfce4-timer-plugin/pkg-descr (revision 183110) @@ -0,0 +1,3 @@ +Timer plugin for the xfce panel. + +WWW: http://goodies.xfce.org/ Property changes on: head/x11-clocks/xfce4-timer-plugin/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-clocks/xfce4-timer-plugin/pkg-plist =================================================================== --- head/x11-clocks/xfce4-timer-plugin/pkg-plist (nonexistent) +++ head/x11-clocks/xfce4-timer-plugin/pkg-plist (revision 183110) @@ -0,0 +1,18 @@ +libexec/xfce4/panel-plugins/xfce4-timer +share/locale/cs/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/eu/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/fr/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/hu/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/ja/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/pl/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/ru/LC_MESSAGES/xfce4-timer-plugin.mo +share/locale/tr/LC_MESSAGES/xfce4-timer-plugin.mo +share/xfce4/panel-plugins/xfce4-timer.desktop +@dirrm share/xfce4/panel-plugins +@dirrm share/xfce4 +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrm libexec/xfce4/panel-plugins +@dirrm libexec/xfce4 Property changes on: head/x11-clocks/xfce4-timer-plugin/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