Index: head/deskutils/Makefile =================================================================== --- head/deskutils/Makefile (revision 90530) +++ head/deskutils/Makefile (revision 90531) @@ -1,85 +1,86 @@ # $FreeBSD$ # SUBDIR += abacus SUBDIR += aspostit SUBDIR += babytrans SUBDIR += basket SUBDIR += bigyear SUBDIR += cal SUBDIR += cbb SUBDIR += checkrdf SUBDIR += dailystrips SUBDIR += gaddr SUBDIR += gcal SUBDIR += gdeskcal SUBDIR += gdeskcal-skins SUBDIR += gdesklets SUBDIR += gdesklets-recentlyused SUBDIR += gdesklets-starterbar SUBDIR += gemcal SUBDIR += genius SUBDIR += glabels SUBDIR += gmcal SUBDIR += gnofin SUBDIR += gnomeblog SUBDIR += gnomepim SUBDIR += gnomeutils2 SUBDIR += gnotime SUBDIR += goats SUBDIR += gtimer SUBDIR += gtodo SUBDIR += gucharmap SUBDIR += gworkspace SUBDIR += ical SUBDIR += ithought SUBDIR += jlj SUBDIR += karamba SUBDIR += kbirthday SUBDIR += kdepim3 SUBDIR += kluje SUBDIR += knowit SUBDIR += kronolith SUBDIR += krss SUBDIR += libmrproject SUBDIR += ljcharm SUBDIR += logjam SUBDIR += logjam2 SUBDIR += loserjabber SUBDIR += mcal SUBDIR += mencal SUBDIR += mhc SUBDIR += mhc-emacs20 SUBDIR += mhc-xemacs21-mule SUBDIR += mnemo SUBDIR += moneydance SUBDIR += mrproject SUBDIR += nag SUBDIR += narval SUBDIR += notebook SUBDIR += offix-trash SUBDIR += phpgroupware SUBDIR += plan SUBDIR += preferences.app SUBDIR += rolo SUBDIR += rox-memo SUBDIR += rubrica SUBDIR += sliderule SUBDIR += teapot SUBDIR += tuxcards SUBDIR += wmpinboard SUBDIR += xcalendar SUBDIR += xchm + SUBDIR += xfce4-notes SUBDIR += xinvest SUBDIR += xmaddressbook SUBDIR += xmdiary SUBDIR += xopps SUBDIR += xpad SUBDIR += xpostit SUBDIR += xpostitPlus SUBDIR += xrolo SUBDIR += xwrits SUBDIR += yank SUBDIR += zorro .include Property changes on: head/deskutils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.101 \ No newline at end of property +1.102 \ No newline at end of property Index: head/deskutils/xfce4-notes/Makefile =================================================================== --- head/deskutils/xfce4-notes/Makefile (nonexistent) +++ head/deskutils/xfce4-notes/Makefile (revision 90531) @@ -0,0 +1,30 @@ +# New ports collection makefile for: xfce4-notes +# Date created: 06 October 2003 +# Whom: Thorsten Greiner +# +# $FreeBSD$ +# + +PORTNAME= xfce4-notes +PORTVERSION= 0.9 +CATEGORIES= deskutils xfce +MASTER_SITES= http://www.lysator.liu.se/~b0kaj/ +DIST_SUBDIR= xfce4 + +MAINTAINER= thorsten.greiner@web.de +COMMENT= Sticky notes panel plugin for XFce4 + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include Property changes on: head/deskutils/xfce4-notes/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/deskutils/xfce4-notes/distinfo =================================================================== --- head/deskutils/xfce4-notes/distinfo (nonexistent) +++ head/deskutils/xfce4-notes/distinfo (revision 90531) @@ -0,0 +1 @@ +MD5 (xfce4/xfce4-notes-0.9.tar.gz) = 3c1f045f97915325a53725c0d6c2d601 Property changes on: head/deskutils/xfce4-notes/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/deskutils/xfce4-notes/files/patch-configure =================================================================== --- head/deskutils/xfce4-notes/files/patch-configure (nonexistent) +++ head/deskutils/xfce4-notes/files/patch-configure (revision 90531) @@ -0,0 +1,21 @@ +--- configure.orig Sun Oct 5 02:45:14 2003 ++++ configure Mon Oct 6 20:22:50 2003 +@@ -19530,7 +19530,8 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -19824,7 +19825,7 @@ + + echo "$as_me:$LINENO: checking where to install panel plugins" >&5 + echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6 +- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0` ++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins + + echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5 + echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6 Property changes on: head/deskutils/xfce4-notes/files/patch-configure ___________________________________________________________________ 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/deskutils/xfce4-notes/pkg-descr =================================================================== --- head/deskutils/xfce4-notes/pkg-descr (nonexistent) +++ head/deskutils/xfce4-notes/pkg-descr (revision 90531) @@ -0,0 +1,3 @@ +A sticky notes panel plugin for XFce4. + +WWW: http://www.xfce.org Property changes on: head/deskutils/xfce4-notes/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/deskutils/xfce4-notes/pkg-plist =================================================================== --- head/deskutils/xfce4-notes/pkg-plist (nonexistent) +++ head/deskutils/xfce4-notes/pkg-plist (revision 90531) @@ -0,0 +1,8 @@ +lib/xfce4/panel-plugins/libnotes.so +share/xfce4/notes/close.png +share/xfce4/notes/resize.png +share/xfce4/notes/note.png +@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true +@unexec rmdir %D/lib/xfce4 2>/dev/null || true +@unexec rmdir %D/share/xfce4/notes 2>/dev/null || true +@unexec rmdir %D/share/xfce4 2>/dev/null || true Property changes on: head/deskutils/xfce4-notes/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 Index: head/deskutils/xfce4-notes-plugin/Makefile =================================================================== --- head/deskutils/xfce4-notes-plugin/Makefile (nonexistent) +++ head/deskutils/xfce4-notes-plugin/Makefile (revision 90531) @@ -0,0 +1,30 @@ +# New ports collection makefile for: xfce4-notes +# Date created: 06 October 2003 +# Whom: Thorsten Greiner +# +# $FreeBSD$ +# + +PORTNAME= xfce4-notes +PORTVERSION= 0.9 +CATEGORIES= deskutils xfce +MASTER_SITES= http://www.lysator.liu.se/~b0kaj/ +DIST_SUBDIR= xfce4 + +MAINTAINER= thorsten.greiner@web.de +COMMENT= Sticky notes panel plugin for XFce4 + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include Property changes on: head/deskutils/xfce4-notes-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/deskutils/xfce4-notes-plugin/distinfo =================================================================== --- head/deskutils/xfce4-notes-plugin/distinfo (nonexistent) +++ head/deskutils/xfce4-notes-plugin/distinfo (revision 90531) @@ -0,0 +1 @@ +MD5 (xfce4/xfce4-notes-0.9.tar.gz) = 3c1f045f97915325a53725c0d6c2d601 Property changes on: head/deskutils/xfce4-notes-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/deskutils/xfce4-notes-plugin/files/patch-configure =================================================================== --- head/deskutils/xfce4-notes-plugin/files/patch-configure (nonexistent) +++ head/deskutils/xfce4-notes-plugin/files/patch-configure (revision 90531) @@ -0,0 +1,21 @@ +--- configure.orig Sun Oct 5 02:45:14 2003 ++++ configure Mon Oct 6 20:22:50 2003 +@@ -19530,7 +19530,8 @@ + + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -19824,7 +19825,7 @@ + + echo "$as_me:$LINENO: checking where to install panel plugins" >&5 + echo $ECHO_N "checking where to install panel plugins... $ECHO_C" >&6 +- XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0` ++ XFCE4_PANEL_PLUGINSDIR=${prefix}/lib/xfce4/panel-plugins + + echo "$as_me:$LINENO: result: $XFCE4_PANEL_PLUGINSDIR" >&5 + echo "${ECHO_T}$XFCE4_PANEL_PLUGINSDIR" >&6 Property changes on: head/deskutils/xfce4-notes-plugin/files/patch-configure ___________________________________________________________________ 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/deskutils/xfce4-notes-plugin/pkg-descr =================================================================== --- head/deskutils/xfce4-notes-plugin/pkg-descr (nonexistent) +++ head/deskutils/xfce4-notes-plugin/pkg-descr (revision 90531) @@ -0,0 +1,3 @@ +A sticky notes panel plugin for XFce4. + +WWW: http://www.xfce.org Property changes on: head/deskutils/xfce4-notes-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/deskutils/xfce4-notes-plugin/pkg-plist =================================================================== --- head/deskutils/xfce4-notes-plugin/pkg-plist (nonexistent) +++ head/deskutils/xfce4-notes-plugin/pkg-plist (revision 90531) @@ -0,0 +1,8 @@ +lib/xfce4/panel-plugins/libnotes.so +share/xfce4/notes/close.png +share/xfce4/notes/resize.png +share/xfce4/notes/note.png +@unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true +@unexec rmdir %D/lib/xfce4 2>/dev/null || true +@unexec rmdir %D/share/xfce4/notes 2>/dev/null || true +@unexec rmdir %D/share/xfce4 2>/dev/null || true Property changes on: head/deskutils/xfce4-notes-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