aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2006-06-03 19:56:39 +0800
committervanilla <vanilla@FreeBSD.org>2006-06-03 19:56:39 +0800
commitbe9ef00cadb7d02fbb30f40a185a480b53309844 (patch)
tree81a2583212d362561b3a361d9ac63604b0b10bab
parent1c47a37827502dcf55de8329128204fbe771b4a1 (diff)
downloadfreebsd-ports-gnome-be9ef00cadb7d02fbb30f40a185a480b53309844.tar.gz
freebsd-ports-gnome-be9ef00cadb7d02fbb30f40a185a480b53309844.tar.zst
freebsd-ports-gnome-be9ef00cadb7d02fbb30f40a185a480b53309844.zip
Remove x11-wm/libepplet, merge into x11-wm/epplet.
-rw-r--r--CVSROOT/modules1
-rw-r--r--MOVED1
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/libepplet/Makefile34
-rw-r--r--x11-wm/libepplet/distinfo3
-rw-r--r--x11-wm/libepplet/files/patch-api::epplet.h.in10
-rw-r--r--x11-wm/libepplet/pkg-descr4
-rw-r--r--x11-wm/libepplet/pkg-plist5
8 files changed, 1 insertions, 58 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index cf03521c1e70..6ac3d87b87b5 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -5665,7 +5665,6 @@ libebml ports/textproc/libebml
libecc ports/security/libecc
libelf ports/devel/libelf
libemf ports/graphics/libemf
-libepplet ports/x11-wm/libepplet
liberator ports/net-p2p/liberator
libesmtp ports/mail/libesmtp
libetpan ports/mail/libetpan
diff --git a/MOVED b/MOVED
index c4401e0be33d..05b4027da96f 100644
--- a/MOVED
+++ b/MOVED
@@ -2359,3 +2359,4 @@ chinese/firefox-zh_CN|www/firefox-i18n|2006-06-01|Single-locale firefox l10n por
chinese/firefox-zh_TW|www/firefox-i18n|2006-06-01|Single-locale firefox l10n ports are now obsolete
korean/firefox-ko|www/firefox-i18n|2006-06-01|Single-locale firefox l10n ports are now obsolete
devel/p5-Class-Gomor-Hash|devel/p5-Class-Gomor|2006-06-01|p5-Class-Gomor-Hash is now packaged with p5-Class-Gomor
+x11-wm/libepplet||2006-06-03|Has expired
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 4d8d6ef0cbe8..d6b2b74ec5e5 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -63,7 +63,6 @@
SUBDIR += kompmgr
SUBDIR += larswm
SUBDIR += libdockapp
- SUBDIR += libepplet
SUBDIR += lwm
SUBDIR += matchbox
SUBDIR += metacity
diff --git a/x11-wm/libepplet/Makefile b/x11-wm/libepplet/Makefile
deleted file mode 100644
index d06287fc4544..000000000000
--- a/x11-wm/libepplet/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: libepplet
-# Date created: 18 October 1999
-# Whom: Kelly Yancey <kbyanc@posi.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libepplet
-PORTVERSION= 0.7
-PORTREVISION= 2
-CATEGORIES= x11-wm devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= enlightenment
-DISTNAME= epplets-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for building enlightenment dock applications
-
-USE_X_PREFIX= yes
-USE_GNOME= imlib
-USE_GL= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= EROOT="${X11BASE}/share/enlightenment" \
- EBIN="${X11BASE}/bin" \
- CPPFLAGS="${CPPFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-MAKE_ARGS= SUBDIRS="api debian"
-INSTALLS_SHLIB= yes
-
-CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU ${PTHREAD_LIBS}
-
-.include <bsd.port.mk>
diff --git a/x11-wm/libepplet/distinfo b/x11-wm/libepplet/distinfo
deleted file mode 100644
index 043f7a9ddab7..000000000000
--- a/x11-wm/libepplet/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (epplets-0.7.tar.gz) = b28331134d22ba5305c48dc0948f9e95
-SHA256 (epplets-0.7.tar.gz) = 0fa080659084d6695f76397e266702f829ed9c9772b4182140b44c66bc123da2
-SIZE (epplets-0.7.tar.gz) = 1001282
diff --git a/x11-wm/libepplet/files/patch-api::epplet.h.in b/x11-wm/libepplet/files/patch-api::epplet.h.in
deleted file mode 100644
index 7b87c97c61ff..000000000000
--- a/x11-wm/libepplet/files/patch-api::epplet.h.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- api/epplet.h.in.orig Fri Jun 30 08:54:24 2000
-+++ api/epplet.h.in Mon Dec 8 23:43:09 2003
-@@ -28,7 +28,6 @@
-
- /* preliminary OpenGL Checking */
- #ifdef HAVE_LIBGL
--#include <GL/glut.h>
- #include <GL/glx.h>
- #endif
-
diff --git a/x11-wm/libepplet/pkg-descr b/x11-wm/libepplet/pkg-descr
deleted file mode 100644
index 14bfa574c238..000000000000
--- a/x11-wm/libepplet/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Library for building enlightenment dock applications.
-
- -Kelly
- kbyanc@posi.net
diff --git a/x11-wm/libepplet/pkg-plist b/x11-wm/libepplet/pkg-plist
deleted file mode 100644
index a2dc768fa62c..000000000000
--- a/x11-wm/libepplet/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-include/epplet.h
-lib/libepplet.a
-lib/libepplet.la
-lib/libepplet.so
-lib/libepplet.so.1