aboutsummaryrefslogtreecommitdiff
path: root/sysutils/desktopbsd-tools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 17:47:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-25 17:47:20 +0000
commit98fa9be4347f87106291da9f0232922c82d889c4 (patch)
tree0bdda668e1283b62d73556350b3e1f6cb7c68de2 /sysutils/desktopbsd-tools
parent5b524d103b1ec437aa7df5d6e0fff76201d5af4f (diff)
downloadports-98fa9be4347f87106291da9f0232922c82d889c4.tar.gz
ports-98fa9be4347f87106291da9f0232922c82d889c4.zip
Notes
Diffstat (limited to 'sysutils/desktopbsd-tools')
-rw-r--r--sysutils/desktopbsd-tools/Makefile56
-rw-r--r--sysutils/desktopbsd-tools/distinfo2
-rw-r--r--sysutils/desktopbsd-tools/files/patch-libdesktopbsd-netinterface.cpp12
-rw-r--r--sysutils/desktopbsd-tools/files/patch-libdesktopbsd-wirelessinterface.cpp21
-rw-r--r--sysutils/desktopbsd-tools/pkg-descr7
-rw-r--r--sysutils/desktopbsd-tools/pkg-message10
-rw-r--r--sysutils/desktopbsd-tools/pkg-plist80
7 files changed, 0 insertions, 188 deletions
diff --git a/sysutils/desktopbsd-tools/Makefile b/sysutils/desktopbsd-tools/Makefile
deleted file mode 100644
index e8cb393b6fc4..000000000000
--- a/sysutils/desktopbsd-tools/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection Makefile for: desktopbsd-tools
-# Date created: 8 April 2006
-# Whom: Peter Hofer <ph@desktopbsd.net>
-#
-# $FreeBSD$
-
-PORTNAME= desktopbsd-tools
-PORTVERSION= 1.6
-PORTREVISION= 7
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.desktopbsd.net/pub/DesktopBSD/Tools/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= DesktopBSD tools for easy system configuration
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
- fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
- portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
- portaudit:${PORTSDIR}/ports-mgmt/portaudit
-
-USE_LDCONFIG= yes
-USE_BZIP2= yes
-USE_KDEBASE_VER=3
-
-QMAKE?= qmake
-QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-MAKE_ENV= QTDIR="${QT_PREFIX}"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-DATADIR= ${PREFIX}/share/desktopbsd
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 900000
-BROKEN= does not compile on 9.X
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e \
- "/Installation/d; /Documentation/d; /InitialConf/d" \
- ${WRKSRC}/desktopbsd.pro
- @${REINPLACE_CMD} -e "s|^PREFIX = .*|PREFIX = ${PREFIX}|g" ${WRKSRC}/desktopbsd.pro.inc
-
-do-configure:
- @cd ${WRKSRC} \
- && ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} desktopbsd.pro \
- && ${SETENV} ${MAKE_ENV} ./prepare_build.sh
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/desktopbsd-tools/distinfo b/sysutils/desktopbsd-tools/distinfo
deleted file mode 100644
index b68f4dc7ba7a..000000000000
--- a/sysutils/desktopbsd-tools/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (desktopbsd-tools-1.6.tar.bz2) = 576111749a50a51438db867d4cb7e1728460515be938c87cd2aee7bb33e70310
-SIZE (desktopbsd-tools-1.6.tar.bz2) = 1026601
diff --git a/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-netinterface.cpp b/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-netinterface.cpp
deleted file mode 100644
index 7b295ab5b001..000000000000
--- a/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-netinterface.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- libdesktopbsd/netinterface.cpp.orig 2007-07-29 09:36:00.000000000 +1100
-+++ libdesktopbsd/netinterface.cpp 2008-07-04 17:00:31.000000000 +1100
-@@ -22,6 +22,9 @@
- #include <ifaddrs.h>
- #include <net/route.h>
- #include <net/if.h>
-+#if defined(__FreeBSD_version) && __FreeBSD_version >= 800038
-+#include <net80211/_ieee80211.h>
-+#endif
- #include <net80211/ieee80211.h>
- #include <net80211/ieee80211_crypto.h>
- #include <net80211/ieee80211_ioctl.h>
diff --git a/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-wirelessinterface.cpp b/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-wirelessinterface.cpp
deleted file mode 100644
index c0a57e0b1ff7..000000000000
--- a/sysutils/desktopbsd-tools/files/patch-libdesktopbsd-wirelessinterface.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
---- libdesktopbsd/wirelessinterface.cpp.orig 2007-09-02 21:21:11.000000000 +1100
-+++ libdesktopbsd/wirelessinterface.cpp 2008-07-04 17:02:25.000000000 +1100
-@@ -76,6 +76,8 @@
-
- #include "wirelessinterface.h"
-
-+#include <sys/param.h> /* __FreeBSD_version */
-+
- #include <net/ethernet.h>
- #include <net/if_dl.h>
- #include <net/if_types.h>
-@@ -86,6 +88,9 @@
- #include <ifaddrs.h>
- #include <net/route.h>
- #include <net/if.h>
-+#if defined(__FreeBSD_version) && __FreeBSD_version >= 800038
-+#include <net80211/_ieee80211.h>
-+#endif
- #include <net80211/ieee80211.h>
- #include <net80211/ieee80211_crypto.h>
- #include <net80211/ieee80211_ioctl.h>
diff --git a/sysutils/desktopbsd-tools/pkg-descr b/sysutils/desktopbsd-tools/pkg-descr
deleted file mode 100644
index 8c583ced66da..000000000000
--- a/sysutils/desktopbsd-tools/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The DesktopBSD Tools are a collection of applications designed
-to make life easier and increase productivity. Even inexperienced
-users can easily perform administrative tasks efficiently, such
-as configuring wireless networks, accessing USB storage devices or
-installing and upgrading software.
-
-WWW: http://desktopbsd.net/
diff --git a/sysutils/desktopbsd-tools/pkg-message b/sysutils/desktopbsd-tools/pkg-message
deleted file mode 100644
index 11d68e524eaa..000000000000
--- a/sysutils/desktopbsd-tools/pkg-message
+++ /dev/null
@@ -1,10 +0,0 @@
-======================================================================
-
-The DesktopBSD tools are now installed.
-
-If you are using plain FreeBSD, please read this guide about
-required modifications to configuration files:
-
-http://desktopbsd.net/index.php?id=75
-
-======================================================================
diff --git a/sysutils/desktopbsd-tools/pkg-plist b/sysutils/desktopbsd-tools/pkg-plist
deleted file mode 100644
index fba7dfc6270a..000000000000
--- a/sysutils/desktopbsd-tools/pkg-plist
+++ /dev/null
@@ -1,80 +0,0 @@
-bin/dbsd-battinfo
-bin/dbsd-hwnotify
-bin/dbsd-nettray
-bin/dbsd-pkgmgr
-bin/dbsd-traymounter
-bin/dbsd-userstart
-bin/kdialog-ports-wrapper
-lib/kde3/libkcm_desktopbsd.la
-lib/kde3/libkcm_desktopbsd.prl
-lib/kde3/libkcm_desktopbsd.so
-lib/kde3/libkcm_desktopbsd.so.1
-lib/kde3/libkcm_desktopbsd.so.1.0
-lib/kde3/libkcm_desktopbsd.so.1.0.0
-lib/libdbsddisk.so
-lib/libdbsddisk.so.1
-lib/libdbsddisk.so.1.0
-lib/libdbsddisk.so.1.0.0
-lib/libdesktopbsd-ui.so
-lib/libdesktopbsd-ui.so.1
-lib/libdesktopbsd-ui.so.1.0
-lib/libdesktopbsd-ui.so.1.0.0
-lib/libdesktopbsd.so
-lib/libdesktopbsd.so.1
-lib/libdesktopbsd.so.1.0
-lib/libdesktopbsd.so.1.0.0
-sbin/dbsd-grubgen
-sbin/dbsd-portsnap
-share/applnk/Settings/Network/dbsdnetworking.desktop
-share/applnk/Settings/Peripherals/dbsddevinfo.desktop
-share/applnk/Settings/Peripherals/dbsddiskpart.desktop
-share/applnk/Settings/Peripherals/dbsdmount.desktop
-share/applnk/Settings/Security/dbsdusers.desktop
-share/applnk/Settings/System/dbsdgrubconf.desktop
-share/applnk/Settings/System/dbsdpackages.desktop
-share/applnk/System/dbsd-pkgmgr.desktop
-share/autostart/desktopbsd-tools.desktop
-share/icons/hicolor/128x128/apps/dbsd-pppconf.png
-share/icons/hicolor/16x16/actions/ledgreen.png
-share/icons/hicolor/16x16/actions/ledorange.png
-share/icons/hicolor/16x16/actions/warning.png
-share/icons/hicolor/22x22/actions/package_old.png
-share/icons/hicolor/22x22/apps/dbsd-battinfo-battery.png
-share/icons/hicolor/22x22/apps/dbsd-battinfo-power.png
-share/icons/hicolor/22x22/apps/dbsd-battinfo-recharge.png
-share/icons/hicolor/22x22/apps/dbsd-hwnotify.png
-share/icons/hicolor/22x22/apps/dbsd-nettray.png
-share/icons/hicolor/22x22/apps/dbsd-pkg-notify.png
-share/icons/hicolor/22x22/apps/dbsd-pkg-working.png
-share/icons/hicolor/22x22/apps/dbsd-pkg.png
-share/icons/hicolor/32x32/apps/desktopbsd.png
-share/icons/hicolor/64x64/apps/desktopbsd.png
-%%DATADIR%%/images/pkgmgr-splash.png
-%%DATADIR%%/mpd-templates/mpd.conf.tmpl
-%%DATADIR%%/mpd-templates/mpd.links.tmpl
-%%DATADIR%%/translations/desktopbsd.blank.qm
-%%DATADIR%%/translations/desktopbsd.cs.qm
-%%DATADIR%%/translations/desktopbsd.da.qm
-%%DATADIR%%/translations/desktopbsd.de.qm
-%%DATADIR%%/translations/desktopbsd.es.qm
-%%DATADIR%%/translations/desktopbsd.fr.qm
-%%DATADIR%%/translations/desktopbsd.hr.qm
-%%DATADIR%%/translations/desktopbsd.hu.qm
-%%DATADIR%%/translations/desktopbsd.it.qm
-%%DATADIR%%/translations/desktopbsd.ko.qm
-%%DATADIR%%/translations/desktopbsd.nb.qm
-%%DATADIR%%/translations/desktopbsd.nl.qm
-%%DATADIR%%/translations/desktopbsd.pl.qm
-%%DATADIR%%/translations/desktopbsd.pt.qm
-%%DATADIR%%/translations/desktopbsd.pt_BR.qm
-%%DATADIR%%/translations/desktopbsd.ru.qm
-%%DATADIR%%/translations/desktopbsd.sk.qm
-%%DATADIR%%/translations/desktopbsd.sv.qm
-%%DATADIR%%/translations/desktopbsd.tr.qm
-%%DATADIR%%/translations/desktopbsd.vi.qm
-%%DATADIR%%/translations/desktopbsd.zh_CN.qm
-%%DATADIR%%/translations/locale-map
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/mpd-templates
-@dirrm %%DATADIR%%/translations
-@dirrm %%DATADIR%%