diff options
author | rene <rene@FreeBSD.org> | 2014-03-25 03:51:54 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-25 03:51:54 +0800 |
commit | c0f45c352ef1b032816be4af351eeac330151459 (patch) | |
tree | 0d487a7713c017c35f040aea6f093d8a2224aee0 /x11-wm | |
parent | 7a8f7b1999d9f092a320125e8f6a3614b69eef39 (diff) | |
download | freebsd-ports-gnome-c0f45c352ef1b032816be4af351eeac330151459.tar.gz freebsd-ports-gnome-c0f45c352ef1b032816be4af351eeac330151459.tar.zst freebsd-ports-gnome-c0f45c352ef1b032816be4af351eeac330151459.zip |
Remove expired ports:
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/hackedbox/Makefile | 94 | ||||
-rw-r--r-- | x11-wm/hackedbox/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/hackedbox/files/patch-src-Timer.hh | 15 | ||||
-rw-r--r-- | x11-wm/hackedbox/files/patch-src-Window.cc | 10 | ||||
-rw-r--r-- | x11-wm/hackedbox/pkg-descr | 10 |
6 files changed, 0 insertions, 132 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 4ecb157e1f61..51e4bb512ed6 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -95,7 +95,6 @@ SUBDIR += gcompmgr SUBDIR += genmenu SUBDIR += golem - SUBDIR += hackedbox SUBDIR += herbstluftwm SUBDIR += hs-xmonad SUBDIR += hs-xmonad-contrib diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile deleted file mode 100644 index da406a46d90e..000000000000 --- a/x11-wm/hackedbox/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# Created by: Dominic Marks <dominic.marks@btinternet.com> -# $FreeBSD$ - -PORTNAME= hackedbox -PORTVERSION= 0.8.4 -PORTREVISION= 2 -CATEGORIES= x11-wm -MASTER_SITES= http://scrudgeware.org/downloads/hackedbox/ \ - http://www.sourcefiles.org/Window_Managers/ \ - http://mirror.bytemark.co.uk/freebsd/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Hackedbox is a small and fast window manager based on Blackbox - -DEPRECATED= Abandonware -EXPIRATION_DATE= 2014-03-24 - -MAN1= hackedbox.1 -DOCS= AUTHORS ChangeLog INSTALL README TODO -I10L= C da_DK de_DE es_ES fr_FR it_IT nl_NL pt_BR ru_RU sl_SI \ - sv_SE tr_TR -STYLES= artwiz bluebox cthulhain deep flux frobozz frobust nyz \ - nyzclone operation outcomes shade steelblue \ - steelblue2 the_orange trisb twice -PLIST= ${WRKDIR}/pkg-plist -USE_XORG= x11 xext xpm -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-bg-utils - -NO_STAGE= yes -pre-patch: - ${REINPLACE_CMD} -e \ - "s:/usr/local/share/hackedbox:${PREFIX}/share/hackedbox:g" \ - ${WRKSRC}/data/menu.in - ${REINPLACE_CMD} -e \ - "s:blackbox:hackedbox:g; s:Blackbox:Hackedbox:g; \ - s:bsetroot:hsetroot:g; s:Bsetroot:Hsetroot:g" \ - ${WRKSRC}/data/styles/* - -pre-install: - ${RM} -f ${PLIST} -.for ii in hsetroot hackedbox - ${ECHO_CMD} bin/${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} share/hackedbox/menu >> ${PLIST} -.for ii in ${I10L} - ${ECHO_CMD} share/hackedbox/nls/${ii}/hackedbox.cat >> ${PLIST} - ${ECHO_CMD} @dirrm share/hackedbox/nls/${ii} >> ${PLIST} -.endfor -.for ii in ${STYLES} - ${ECHO_CMD} share/hackedbox/styles/${ii} >> ${PLIST} -.endfor -.for ii in /backgrounds /styles /nls / - ${ECHO_CMD} @dirrm share/hackedbox${ii} >> ${PLIST} -.endfor -.if !defined(NOPORTDOCS) -.for ii in ${DOCS} - ${ECHO_CMD} share/doc/hackedbox/${ii} >> ${PLIST} -.endfor -.for ii in nl_NL sl_SI - ${ECHO_CMD} @dirrm share/doc/hackedbox/${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} @dirrm share/doc/hackedbox >> ${PLIST} -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/util/bsetroot ${PREFIX}/bin/hsetroot - ${INSTALL_PROGRAM} ${WRKSRC}/src/hackedbox ${PREFIX}/bin/hackedbox - ${MKDIR} ${DATADIR}/styles ${DATADIR}/backgrounds - ${INSTALL_DATA} ${WRKSRC}/data/menu ${DATADIR} -.for ii in ${I10L} - ${MKDIR} ${PREFIX}/share/hackedbox/nls/${ii}/ - ${INSTALL_DATA} ${WRKSRC}/nls/${ii}/blackbox.cat \ - ${PREFIX}/share/hackedbox/nls/${ii}/hackedbox.cat -.endfor - -.for ii in ${BACKGROUNDS} - ${INSTALL_DATA} ${WRKSRC}/data/backgrounds/${ii} \ - ${PREFIX}/share/hackedbox/backgrounds/ -.endfor -.for ii in ${STYLES} - ${INSTALL_DATA} ${WRKSRC}/data/styles/${ii} \ - ${PREFIX}/share/hackedbox/styles/ -.endfor - ${INSTALL_MAN} ${WRKSRC}/doc/hackedbox.1 ${PREFIX}/man/man1/hackedbox.1 - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/nl_NL ${DOCSDIR}/sl_SI -.for ii in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/hackedbox/distinfo b/x11-wm/hackedbox/distinfo deleted file mode 100644 index f12e6cbe30d2..000000000000 --- a/x11-wm/hackedbox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hackedbox-0.8.4.tar.gz) = 830233b6e75c2e7e548b0c201c80d8e06104826cc3d64a3baa8e19ac66638a51 -SIZE (hackedbox-0.8.4.tar.gz) = 1436591 diff --git a/x11-wm/hackedbox/files/patch-src-Timer.hh b/x11-wm/hackedbox/files/patch-src-Timer.hh deleted file mode 100644 index 5c2073aa8257..000000000000 --- a/x11-wm/hackedbox/files/patch-src-Timer.hh +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Timer.hh.old Sun Aug 1 22:30:04 2004 -+++ src/Timer.hh Sun Aug 1 22:33:02 2004 -@@ -98,9 +98,10 @@ - ~_timer_queue(void) {} - - void release(const _Tp& value) { -- c.erase(std::remove(c.begin(), c.end(), value), c.end()); -+ _Base::c.erase(std::remove(_Base::c.begin(), _Base::c.end(), value), -+ _Base::c.end()); - // after removing the item we need to make the heap again -- std::make_heap(c.begin(), c.end(), comp); -+ std::make_heap(_Base::c.begin(), _Base::c.end(), _Base::comp); - } - bool empty(void) const { return _Base::empty(); } - size_t size(void) const { return _Base::size(); } diff --git a/x11-wm/hackedbox/files/patch-src-Window.cc b/x11-wm/hackedbox/files/patch-src-Window.cc deleted file mode 100644 index cdbf936a1ab7..000000000000 --- a/x11-wm/hackedbox/files/patch-src-Window.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Window.cc.orig Tue Aug 27 01:28:07 2002 -+++ src/Window.cc Mon May 31 13:34:45 2004 -@@ -44,6 +44,7 @@ - #endif // HAVE_STDLIB_H - } - -+#include <cassert> - #include "i18n.hh" - #include "blackbox.hh" - #include "GCCache.hh" diff --git a/x11-wm/hackedbox/pkg-descr b/x11-wm/hackedbox/pkg-descr deleted file mode 100644 index 7a3b685ce0d6..000000000000 --- a/x11-wm/hackedbox/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Hackedbox is based upon the popular Blackbox window manager. It -aims to be fast and free of bloat. Several Blackbox features, -including the toolbar and Slit, have been removed in Hackedbox. No -new features are planned, only optimizations and fixes. - -In this port/package, blackbox, bsetbg and bsetroot are renamed to -hackedbox, hsetbg and hsetroot in order to avoid conflict with the -corresponding programs from the blackbox port/package. - -WWW: http://scrudgeware.org/hackedbox/ |