diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-07 16:51:39 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-07 16:51:39 +0000 |
commit | b29ce2f10b60df3ba1a2cdd74b6e0640a7f265da (patch) | |
tree | f62fd09d9377c4d455992656e56f00cbeff14367 /deskutils | |
parent | df6d4015a078a807ef7a4c3ef0b83b6dc09e8e48 (diff) | |
download | ports-b29ce2f10b60df3ba1a2cdd74b6e0640a7f265da.tar.gz ports-b29ce2f10b60df3ba1a2cdd74b6e0640a7f265da.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 30 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/distinfo | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/files/patch-configure | 21 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/pkg-plist | 8 | ||||
-rw-r--r-- | deskutils/xfce4-notes/Makefile | 30 | ||||
-rw-r--r-- | deskutils/xfce4-notes/distinfo | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notes/files/patch-configure | 21 | ||||
-rw-r--r-- | deskutils/xfce4-notes/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/xfce4-notes/pkg-plist | 8 |
11 files changed, 127 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index df92c49b4d7e..39fe960157d3 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -70,6 +70,7 @@ SUBDIR += wmpinboard SUBDIR += xcalendar SUBDIR += xchm + SUBDIR += xfce4-notes SUBDIR += xinvest SUBDIR += xmaddressbook SUBDIR += xmdiary diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile new file mode 100644 index 000000000000..17daba57e6c8 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xfce4-notes +# Date created: 06 October 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $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 <bsd.port.mk> diff --git a/deskutils/xfce4-notes-plugin/distinfo b/deskutils/xfce4-notes-plugin/distinfo new file mode 100644 index 000000000000..a2ff18ef7f97 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/distinfo @@ -0,0 +1 @@ +MD5 (xfce4/xfce4-notes-0.9.tar.gz) = 3c1f045f97915325a53725c0d6c2d601 diff --git a/deskutils/xfce4-notes-plugin/files/patch-configure b/deskutils/xfce4-notes-plugin/files/patch-configure new file mode 100644 index 000000000000..53b00d19c534 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/files/patch-configure @@ -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 diff --git a/deskutils/xfce4-notes-plugin/pkg-descr b/deskutils/xfce4-notes-plugin/pkg-descr new file mode 100644 index 000000000000..b81ce3efe202 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/pkg-descr @@ -0,0 +1,3 @@ +A sticky notes panel plugin for XFce4. + +WWW: http://www.xfce.org diff --git a/deskutils/xfce4-notes-plugin/pkg-plist b/deskutils/xfce4-notes-plugin/pkg-plist new file mode 100644 index 000000000000..78094e248537 --- /dev/null +++ b/deskutils/xfce4-notes-plugin/pkg-plist @@ -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 diff --git a/deskutils/xfce4-notes/Makefile b/deskutils/xfce4-notes/Makefile new file mode 100644 index 000000000000..17daba57e6c8 --- /dev/null +++ b/deskutils/xfce4-notes/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: xfce4-notes +# Date created: 06 October 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $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 <bsd.port.mk> diff --git a/deskutils/xfce4-notes/distinfo b/deskutils/xfce4-notes/distinfo new file mode 100644 index 000000000000..a2ff18ef7f97 --- /dev/null +++ b/deskutils/xfce4-notes/distinfo @@ -0,0 +1 @@ +MD5 (xfce4/xfce4-notes-0.9.tar.gz) = 3c1f045f97915325a53725c0d6c2d601 diff --git a/deskutils/xfce4-notes/files/patch-configure b/deskutils/xfce4-notes/files/patch-configure new file mode 100644 index 000000000000..53b00d19c534 --- /dev/null +++ b/deskutils/xfce4-notes/files/patch-configure @@ -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 diff --git a/deskutils/xfce4-notes/pkg-descr b/deskutils/xfce4-notes/pkg-descr new file mode 100644 index 000000000000..b81ce3efe202 --- /dev/null +++ b/deskutils/xfce4-notes/pkg-descr @@ -0,0 +1,3 @@ +A sticky notes panel plugin for XFce4. + +WWW: http://www.xfce.org diff --git a/deskutils/xfce4-notes/pkg-plist b/deskutils/xfce4-notes/pkg-plist new file mode 100644 index 000000000000..78094e248537 --- /dev/null +++ b/deskutils/xfce4-notes/pkg-plist @@ -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 |