aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kdmtheme
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /x11-themes/kdmtheme
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
downloadports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz
ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip
Notes
Diffstat (limited to 'x11-themes/kdmtheme')
-rw-r--r--x11-themes/kdmtheme/Makefile34
-rw-r--r--x11-themes/kdmtheme/distinfo2
-rw-r--r--x11-themes/kdmtheme/files/patch-admin__cvs.sh22
-rw-r--r--x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh9
-rw-r--r--x11-themes/kdmtheme/pkg-descr5
-rw-r--r--x11-themes/kdmtheme/pkg-message11
-rw-r--r--x11-themes/kdmtheme/pkg-plist8
7 files changed, 0 insertions, 91 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile
deleted file mode 100644
index d8460cbab700..000000000000
--- a/x11-themes/kdmtheme/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-## New ports collection makefile for: KDM theme manager
-# Date created: 12 April 2005
-# Whom: illusia <illusia@inbox.lv>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdmtheme
-PORTVERSION= 1.2.2
-PORTREVISION= 6
-CATEGORIES= x11-themes
-MASTER_SITES= http://beta.smileaf.org/files/kdmtheme/ \
- ${MASTER_SITE_GENTOO:S/%SUBDIR%/distfiles/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= KDM Theme Manager
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-USE_KDEBASE_VER=3
-USE_BZIP2= yes
-USE_PERL5_BUILD=yes
-USE_AUTOTOOLS= automake:env autoconf:env libtool autoheader:env
-USE_GMAKE= yes
-AUTOTOOLSFILES= admin/cvs.sh admin/detect-autoconf.sh
-
-pre-configure:
- @(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${SH} admin/cvs.sh dist)
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/x11-themes/kdmtheme/distinfo b/x11-themes/kdmtheme/distinfo
deleted file mode 100644
index 3cd87b2b4a4e..000000000000
--- a/x11-themes/kdmtheme/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kdmtheme-1.2.2.tar.bz2) = 0e8df5f9522ca4d863c0aa2d489d46c4cd34122dc581981162859f9fbae9629e
-SIZE (kdmtheme-1.2.2.tar.bz2) = 403355
diff --git a/x11-themes/kdmtheme/files/patch-admin__cvs.sh b/x11-themes/kdmtheme/files/patch-admin__cvs.sh
deleted file mode 100644
index 088bb15a71f6..000000000000
--- a/x11-themes/kdmtheme/files/patch-admin__cvs.sh
+++ /dev/null
@@ -1,22 +0,0 @@
---- admin/cvs.sh.orig 2006-11-09 14:42:52.000000000 -0800
-+++ admin/cvs.sh 2012-04-23 23:09:35.000000000 -0700
-@@ -34,3 +34,3 @@
- case $AUTOCONF_VERSION in
-- Autoconf*2.5* | autoconf*2.5* ) : ;;
-+ autoconf*%%AUTOCONF_VERSION%%*) : ;;
- "" )
-@@ -49,3 +49,3 @@
- case $AUTOHEADER_VERSION in
-- Autoconf*2.5* | autoheader*2.5* ) : ;;
-+ autoheader*%%AUTOCONF_VERSION%%* ) : ;;
- "" )
-@@ -65,8 +65,3 @@
- case $AUTOMAKE_STRING in
-- automake*1.5d* | automake*1.5* | automake*1.5-* )
-- echo "*** YOU'RE USING $AUTOMAKE_STRING."
-- echo "*** KDE requires automake $required_automake_version"
-- exit 1
-- ;;
-- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*)
-+ automake*%%AUTOMAKE_VERSION%%* )
- echo "*** $AUTOMAKE_STRING found."
diff --git a/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh b/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh
deleted file mode 100644
index 02eabb98958a..000000000000
--- a/x11-themes/kdmtheme/files/patch-admin__detect-autoconf.sh
+++ /dev/null
@@ -1,9 +0,0 @@
---- admin/detect-autoconf.sh.orig 2006-11-09 16:42:52.000000000 -0600
-+++ admin/detect-autoconf.sh 2010-09-28 11:41:11.000000000 -0500
-@@ -12,4 +12,4 @@
- # separator if one is present, e.g. -1.2 where - is the separator.
--KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
--KDE_AUTOMAKE_VERS="-1.7 17 -1.6"
-+KDE_AUTOCONF_VERS="-%%AUTOCONF_VERSION%%"
-+KDE_AUTOMAKE_VERS="-%%AUTOMAKE_VERSION%%"
-
diff --git a/x11-themes/kdmtheme/pkg-descr b/x11-themes/kdmtheme/pkg-descr
deleted file mode 100644
index daa316999a8b..000000000000
--- a/x11-themes/kdmtheme/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-KDM Theme Manager is just what it says - a theme manager for KDM.
-This control module allows you to easily add, remove and select
-any KDM theme you want.
-
-WWW: http://kde-apps.org/content/show.php?content=22120
diff --git a/x11-themes/kdmtheme/pkg-message b/x11-themes/kdmtheme/pkg-message
deleted file mode 100644
index 40bc8869b413..000000000000
--- a/x11-themes/kdmtheme/pkg-message
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-=============================================
-How to use KDM theme manager:
-
-1) Open the KDE-menu and start Control Center
-2) Click on System Administration
-3) Select applet kdmtheme
-4) Have Fun :)
-
-=============================================
diff --git a/x11-themes/kdmtheme/pkg-plist b/x11-themes/kdmtheme/pkg-plist
deleted file mode 100644
index 6593f23a61b5..000000000000
--- a/x11-themes/kdmtheme/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-lib/kde3/kcm_kdmtheme.a
-lib/kde3/kcm_kdmtheme.la
-lib/kde3/kcm_kdmtheme.so
-share/applications/kde/kdmtheme.desktop
-share/doc/HTML/en/kdmtheme/common
-share/doc/HTML/en/kdmtheme/index.cache.bz2
-share/doc/HTML/en/kdmtheme/index.docbook
-@dirrm share/doc/HTML/en/kdmtheme