summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-12 15:30:59 +0000
committermarcus <marcus@FreeBSD.org>2003-08-12 15:30:59 +0000
commitd40718e02c3e4323331cdf834a1e985f2b412f80 (patch)
tree12a44112978a472e9be463087185fb07e9739e72 /x11
parent36e9899cbefda0957c961aa485493ef48dfed40a (diff)
downloadFreeBSD-ports-d40718e02c3e4323331cdf834a1e985f2b412f80.zip
FreeBSD-ports-d40718e02c3e4323331cdf834a1e985f2b412f80.tar.gz
Remove libpanel. It has sered us well, but now that the GNOME 1.4 desktop
is no longer in the tree, this port doesn't serve much of a purpose.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/libpanel/Makefile35
-rw-r--r--x11/libpanel/distinfo1
-rw-r--r--x11/libpanel/files/patch-Makefile12
-rw-r--r--x11/libpanel/files/patch-appletsConf.sh.in10
-rw-r--r--x11/libpanel/pkg-descr3
-rw-r--r--x11/libpanel/pkg-plist7
7 files changed, 0 insertions, 69 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 93bb1eb..d197ac2 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -70,7 +70,6 @@
SUBDIR += libdnd
SUBDIR += libgnome
SUBDIR += libgnomemm
- SUBDIR += libpanel
SUBDIR += libsx
SUBDIR += libxfce4mcs
SUBDIR += libxfce4util
diff --git a/x11/libpanel/Makefile b/x11/libpanel/Makefile
deleted file mode 100644
index 93a2d86..0000000
--- a/x11/libpanel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: libpanel
-# Date created: 10 July 2002
-# Whom: Maxim Soboleb <sobomax@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libpanel
-PORTVERSION= 1.4.2
-CATEGORIES= x11 gnome
-MASTER_SITES= http://people.freebsd.org/~sobomax/
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A library for writing custom applets for GNOME Panel
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-GNOME_DESKTOP_VERSION=1
-USE_GNOME= gnomelibs
-INSTALLS_SHLIB= yes
-USE_GETOPT_LONG=yes
-MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}" LDFLAGS="${LDFLAGS}"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/libpanel_applet.so.5 ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/libpanel_applet.a ${PREFIX}/lib
- ${LN} -sf libpanel_applet.so.5 ${PREFIX}/lib/libpanel_applet.so
- ${INSTALL_DATA} ${WRKSRC}/applet-widget.h ${WRKSRC}/gnome-panel.h \
- ${PREFIX}/include
- ${MKDIR} ${PREFIX}/share/gnome/idl
- ${INSTALL_DATA} ${WRKSRC}/gnome-panel.idl ${PREFIX}/share/gnome/idl
- ${INSTALL_SCRIPT} ${WRKSRC}/appletsConf.sh ${PREFIX}/etc
-
-.include <bsd.port.mk>
diff --git a/x11/libpanel/distinfo b/x11/libpanel/distinfo
deleted file mode 100644
index 7c3d30a..0000000
--- a/x11/libpanel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome/libpanel-1.4.2.tar.bz2) = 16e9877a3549f471875a0bb015427127
diff --git a/x11/libpanel/files/patch-Makefile b/x11/libpanel/files/patch-Makefile
deleted file mode 100644
index a20b09e..0000000
--- a/x11/libpanel/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig Wed Jul 10 21:34:30 2002
-+++ Makefile Thu Jul 10 00:01:56 2003
-@@ -30,7 +30,8 @@
- touch my_gnome_panel_idl
-
- appletsConf.sh: appletsConf.sh.in
-- sed 's|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' \
-+ sed -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; s|%%X11BASE%%|${X11BASE}|g' \
-+ -e 's|%%GNUGETOPT%%|${LDFLAGS}|g' \
- < appletsConf.sh.in > appletsConf.sh
-
- .include <bsd.lib.mk>
diff --git a/x11/libpanel/files/patch-appletsConf.sh.in b/x11/libpanel/files/patch-appletsConf.sh.in
deleted file mode 100644
index e8897d6..0000000
--- a/x11/libpanel/files/patch-appletsConf.sh.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- appletsConf.sh.in.orig Wed Jul 10 19:28:23 2002
-+++ appletsConf.sh.in Thu Jul 10 00:02:08 2003
-@@ -2,6 +2,6 @@
- # Configuration file for creating GNOME panel applets
- #
- APPLETS_LIBDIR="-Wl,-E -L%%X11BASE%%/lib -L%%LOCALBASE%%/lib"
--APPLETS_LIBS="-lpanel_applet -Wl,-E -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd -lgnugetopt -laudiofile -lm -lglib12"
-+APPLETS_LIBS="-lpanel_applet -Wl,-E -lgnorba -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl -lesd %%GNUGETOPT%% -laudiofile -lm -lglib12"
- APPLETS_INCLUDEDIR="-I%%X11BASE%%/include/gnome-1.0 -I%%X11BASE%%/include -DNEED_GNOMESUPPORT_H -I%%X11BASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%X11BASE%%/include/gtk12 -I%%X11BASE%%/include/libcapplet1 -I%%X11BASE%%/include/gnome-1.0 -I%%X11BASE%%/include -DNEED_GNOMESUPPORT_H -I%%X11BASE%%/lib/gnome-libs/include -I%%LOCALBASE%%/include/glib12 -I%%LOCALBASE%%/include/orbit-1.0 -I%%LOCALBASE%%/include -I%%X11BASE%%/include/gtk12"
- MODULE_VERSION="applets-1.4.1"
diff --git a/x11/libpanel/pkg-descr b/x11/libpanel/pkg-descr
deleted file mode 100644
index 9b82ffd..0000000
--- a/x11/libpanel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Small library for writing custom applets for GNOME Panel.
-
-WWW: http://www.gnome.org/
diff --git a/x11/libpanel/pkg-plist b/x11/libpanel/pkg-plist
deleted file mode 100644
index d1584a2..0000000
--- a/x11/libpanel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-etc/appletsConf.sh
-include/applet-widget.h
-include/gnome-panel.h
-lib/libpanel_applet.a
-lib/libpanel_applet.so
-lib/libpanel_applet.so.5
-share/gnome/idl/gnome-panel.idl
OpenPOWER on IntegriCloud