diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /deskutils | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes:
svn path=/head/; revision=129234
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 2 | ||||
-rw-r--r-- | deskutils/multisync-evolution/Makefile | 28 | ||||
-rw-r--r-- | deskutils/multisync-evolution/files/patch-configure | 55 | ||||
-rw-r--r-- | deskutils/multisync-evolution/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/multisync-evolution/pkg-plist | 4 | ||||
-rw-r--r-- | deskutils/taskjuggler/Makefile | 52 | ||||
-rw-r--r-- | deskutils/taskjuggler/distinfo | 2 | ||||
-rw-r--r-- | deskutils/taskjuggler/files/ktjview-plist.mk | 14 | ||||
-rw-r--r-- | deskutils/taskjuggler/files/patch-tjx2gantt | 103 | ||||
-rw-r--r-- | deskutils/taskjuggler/pkg-descr | 11 | ||||
-rw-r--r-- | deskutils/taskjuggler/pkg-plist | 43 |
11 files changed, 0 insertions, 319 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index baabc7899cf8..13a51e33ef70 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -96,7 +96,6 @@ SUBDIR += multi-backgrounds-daemon SUBDIR += multisync SUBDIR += multisync-backup - SUBDIR += multisync-evolution SUBDIR += multisync-syncml SUBDIR += nag SUBDIR += narval @@ -119,7 +118,6 @@ SUBDIR += sliderule SUBDIR += splashsetter SUBDIR += superkaramba - SUBDIR += taskjuggler SUBDIR += teapot SUBDIR += timer-applet SUBDIR += treeline diff --git a/deskutils/multisync-evolution/Makefile b/deskutils/multisync-evolution/Makefile deleted file mode 100644 index 35bb4dbfd16d..000000000000 --- a/deskutils/multisync-evolution/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: multisync -# Date created: 25 Nov 2003 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= multisync-evolution - -MAINTAINER= pav@FreeBSD.org -COMMENT= Evolution synchronization plugin for Multisync - -BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution -RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync \ - evolution:${PORTSDIR}/mail/evolution - -IGNORE= does not support Evolution 2. New plugin is in the works and can be obtained from Multisync CVS -EXPIRATION_DATE=2005-02-18 -DEPRECATED= "${IGNORE}" - -MD5_FILE= ${MASTERDIR}/distinfo -PATCHDIR= ${.CURDIR}/files -PLIST= ${.CURDIR}/pkg-plist - -WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/evolution_sync - -MASTERDIR= ${.CURDIR}/../multisync - -.include "${MASTERDIR}/Makefile" diff --git a/deskutils/multisync-evolution/files/patch-configure b/deskutils/multisync-evolution/files/patch-configure deleted file mode 100644 index b850776d9974..000000000000 --- a/deskutils/multisync-evolution/files/patch-configure +++ /dev/null @@ -1,55 +0,0 @@ ---- configure.orig Tue Nov 25 22:14:55 2003 -+++ configure Tue Nov 25 22:15:20 2003 -@@ -4147,11 +4147,11 @@ - - - EVO_VER=`evolution --version | sed -e 's/.nome .volution //g'` --EVO_MAJVER=${EVO_VER:0:1} --EVO_MINVER=${EVO_VER:2:1} -+EVO_MAJVER=`echo ${EVO_VER} | awk -F . '{print $1}'` -+EVO_MINVER=`echo ${EVO_VER} | awk -F . '{print $2}'` - - pkg_modules="gtk+-2.0 glib libbonobo-2.0" --if (( EVO_MAJVER > 1 || ( EVO_MAJVER==1 && EVO_MINVER >= 4))); then -+if (( [ ${EVO_MAJVER} -gt 1 ] || ( [ ${EVO_MAJVER} = 1 ] && [ ${EVO_MINVER} -ge 4 ]))); then - pkg_modules="${pkgmodules} evolution-addressbook evolution-calendar libgnomeui-2.0" - else - { { echo "$as_me:$LINENO: error: This version of the Evolution plugin (and MultiSync) does only work with Evolution >= 1.4." >&5 -@@ -8917,7 +8917,7 @@ - withval="$with_evo_libs" - EVO_LIB_PATH="$withval" - else -- EVO_LIB_PATH="/usr/lib" -+ EVO_LIB_PATH="/usr/X11R6/lib/evolution" - fi; - # Extract the first word of "evolution", so it can be a program name with args. - set dummy evolution; ac_word=$2 -@@ -8962,10 +8962,10 @@ - fi - - cat >>confdefs.h <<_ACEOF --#define EVOLUTION_VERSION "${EVO_VER:0:5}" -+#define EVOLUTION_VERSION "${EVO_VER}" - _ACEOF - --echo Detected evolution ${EVO_VER:0:5}. -+echo Detected evolution ${EVO_VER}. - EVO_LIBS= - EVO_DFLAGS= - rm -rf liblinks &> /dev/null -@@ -8973,13 +8973,13 @@ - for evolib in ebook camel cal-client cal-util eame eutil ical-evolution\ - wombat ename; do - EVOLIB=`find ${EVO_LIB_PATH} -name "lib${evolib}.so" 2>/dev/null | sed -e 'q'` --if test "x${EVOLIB:0:1}" != "x/"; then -+if test "x`echo ${EVOLIB} | cut -c 1,1`" != "x/"; then - EVOLIB=`find ${EVO_LIB_PATH} -name "lib${evolib}.so*" 2>/dev/null | sed -e 'q'` - EVO_CREATE_SO="yes" - else - EVO_CREATE_SO="no" - fi --if test "x${EVOLIB:0:1}" = "x/"; then -+if test "x`echo ${EVOLIB} | cut -c 1,1`" = "x/"; then - echo Found ${evolib}. - EVOLIBDIR=`dirname ${EVOLIB}` - if test ${EVOLIBDIR} != "/usr/lib"; then diff --git a/deskutils/multisync-evolution/pkg-descr b/deskutils/multisync-evolution/pkg-descr deleted file mode 100644 index 9e0886601638..000000000000 --- a/deskutils/multisync-evolution/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This MultiSync plugin is: - -Ximian Evolution synchronization, supporting calendar, ToDos and contacts. - -WWW: http://multisync.sourceforge.net/ diff --git a/deskutils/multisync-evolution/pkg-plist b/deskutils/multisync-evolution/pkg-plist deleted file mode 100644 index b0a1eff718fc..000000000000 --- a/deskutils/multisync-evolution/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/multisync/libevolution_sync.a -lib/multisync/libevolution_sync.so -lib/multisync/libevolution_sync.so.0 -@unexec rmdir %D/lib/multisync 2>/dev/null || true diff --git a/deskutils/taskjuggler/Makefile b/deskutils/taskjuggler/Makefile deleted file mode 100644 index 36699a887222..000000000000 --- a/deskutils/taskjuggler/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: taskjuggler -# Date created: 23 February 2004 -# Whom: Dean Povey <povey@wedgetail.com> -# -# $FreeBSD$ -# - -PORTNAME= taskjuggler -PORTVERSION= 2.0.1 -CATEGORIES= deskutils -MASTER_SITES= http://www.taskjuggler.org/download/ - -MAINTAINER= povey@wedgetail.com -COMMENT= A project management tool for UNIX based operating systems - -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \ - ${SITE_PERL}/PostScript/Simple.pm:${PORTSDIR}/print/p5-PostScript-Simple \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - poster:${PORTSDIR}/print/poster \ - xsltproc:${PORTSDIR}/textproc/libxslt - -BROKEN= "fails self-tests during build" -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - -# KTJView currently doesn't compile -#OPTIONS= KTJVIEW "Build KDE KTJView program (Requires KDE)" off - -USE_BZIP2= yes -USE_QT_VER= 3 -USE_XLIB= yes -USE_PERL5_RUN= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -.include <bsd.port.pre.mk> - -# KTJView currently doesn't compile -#.if defined(WITH_KTJVIEW) -#LIB_DEPENDS+= kwalletbackend:${PORTSDIR}/x11/kdelibs3 -#CONFIGURE_ARGS+= --with-kde-support=yes -#.include "files/ktjview-plist.mk" -#.endif - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e 's|share/doc/packages/|share/doc/|g' - -.include <bsd.port.post.mk> diff --git a/deskutils/taskjuggler/distinfo b/deskutils/taskjuggler/distinfo deleted file mode 100644 index cb2cfa888f4b..000000000000 --- a/deskutils/taskjuggler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (taskjuggler-2.0.1.tar.bz2) = a7d43e1e7e0baeb777791b1438e7aaac -SIZE (taskjuggler-2.0.1.tar.bz2) = 888067 diff --git a/deskutils/taskjuggler/files/ktjview-plist.mk b/deskutils/taskjuggler/files/ktjview-plist.mk deleted file mode 100644 index c484d48e7bcd..000000000000 --- a/deskutils/taskjuggler/files/ktjview-plist.mk +++ /dev/null @@ -1,14 +0,0 @@ -PLIST_FILES+= bin/ktjview \ - lib/kde3/libktjviewpart.so \ - lib/kde3/libktjviewpart.la \ - share/icons/hicolor/16x16/apps/ktjview.png \ - share/icons/hicolor/32x32/apps/ktjview.png \ - share/icons/hicolor/48x48/apps/ktjview.png \ - share/icons/locolor/16x16/apps/ktjview.png \ - share/icons/locolor/32x32/apps/ktjview.png \ - share/services/ktjview.desktop \ - share/apps/ktjviewpart/ktjview_part.rc \ - share/apps/ktjview/ktjview_shell.rc \ - -PLIST_DIRS+= share/apps/ktjviewpart \ - share/apps/ktjview diff --git a/deskutils/taskjuggler/files/patch-tjx2gantt b/deskutils/taskjuggler/files/patch-tjx2gantt deleted file mode 100644 index 5161f99d5407..000000000000 --- a/deskutils/taskjuggler/files/patch-tjx2gantt +++ /dev/null @@ -1,103 +0,0 @@ ---- tjx2gantt/tjx2gantt Mon Jul 14 22:31:53 2003 -+++ tjx2gantt/tjx2gantt.patch Wed Feb 25 09:07:00 2004 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!/usr/bin/perl -w - # - # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - # !!! This Software is __ALPHA__ !!! -@@ -18,12 +18,10 @@ - $| = 1; - - use strict; --use warnings; - - package tjTask; - - use strict; -- use warnings; - use Class::MethodMaker - new_hash_init => 'new', - get_set => [ qw(Index ProjectID complete Priority Type Id Name ParentTask -@@ -393,10 +391,10 @@ - my ($x2, $y2) = _trans_coord($_x2, $_y2); - #-- balken - $p->setcolour(222,222,222); -- $p->box($x1, $y1, $x2, $y2, 1); -+ $p->box({ filled => 1 }, $x1, $y1, $x2, $y2); - #-- rahmen drum - $p->setcolour(0,0,0); -- $p->box($x1, $y1, $x2, $y2, 0); -+ $p->box({ filled => 0 }, $x1, $y1, $x2, $y2); - #-- linie dazwischen - my $l_y = $y2+($task_space/2)-($task_height/2); - $p->line($page_border+5, $l_y, $page_x-($page_border*2), $l_y ); -@@ -458,35 +456,35 @@ - if ( Delta_Days($today_year, $today_month, $today_day, $end_year, $end_month, $end_day) < 0 ) { - if ( $persent < 100 ) { - $p->setcolour(255,0,0); -- $p->box($x1, $y1, $x2, $y2, 1); -+ $p->box({ filled => 1 }, $x1, $y1, $x2, $y2); - } - } else { - $p->setcolour(255,255,255); -- $p->box($x1, $y1, $x2, $y2, 1); -+ $p->box({ filled => 1 }, $x1, $y1, $x2, $y2); - } - #-- buffer balken pinseln - if ( $task->startBuffer ) { - my $buf = $task->startBuffer; - my ($buf_length, $d) = _trans_coord($_x1 + (($task_length/100*$buf) * $day_x), 0); - $p->setcolour(222,222,222); -- $p->box($x1, $y1, $buf_length, $y2, 1); -+ $p->box({ filled => 1 }, $x1, $y1, $buf_length, $y2); - } - if ( $task->endBuffer ) { - my $buf = $task->endBuffer; - my ($buf_length, $d) = _trans_coord($_x2 - (($task_length/100*$buf) * $day_x), 0); - $p->setcolour(222,222,222); -- $p->box($buf_length, $y1, $x2, $y2, 1); -+ $p->box({ filled => 1 }, $buf_length, $y1, $x2, $y2); - } - #-- länge von % feritg balken - my ($per_length, $d) = _trans_coord($_x1 + (($task_length/100*$persent) * $day_x), 0); - #-- % done balken pinseln - if ($persent > 0) { - $p->setcolour(0,255,0); -- $p->box($x1, $y1, $per_length, $y2, 1); -+ $p->box({ filled => 1 }, $x1, $y1, $per_length, $y2); - } - #-- rahmen um den task - $p->setcolour(0,0,0); -- $p->box($x1, $y1, $x2, $y2, 0); -+ $p->box({ filled => 0 }, $x1, $y1, $x2, $y2); - #-- text - $task->label($name); - $task->label_x($x1+1); -@@ -494,7 +492,7 @@ - } - if ( $task->Type eq 'Container' ) { - $p->setcolour(0,0,0); -- $p->box($x1-1, $y1, $x2+1, $y2+($task_height/1.2), 1); -+ $p->box({ filled => 1 }, $x1-1, $y1, $x2+1, $y2+($task_height/1.2)); - #-- pfeil vorn - $p->polygon( - $x1+1, $y2+($task_height/1.2), -@@ -517,7 +515,7 @@ - if ( $task->Type eq 'Milestone' ) { - $p->setcolour(0,0,0); - my ($x, $y) = _trans_coord($_x1, $_y1+($task_height/2)); -- $p->circle($x, $y, 1, 1); -+ $p->circle({ filled => 1 }, $x, $y, 1); - $p->setfont("Helvetica", 6); - my $am = sprintf('%02d', $start_month); - my $ad = sprintf('%02d', $start_day); -@@ -585,7 +583,7 @@ - my $h_month_week = 3; - my ($_x, $_y) = ($i*$day_x, $day_x*$h_month_week); - my ($x, $y) = _trans_coord($_x, $_y); -- $p->box($x, $y, $x+$day_x, $page_border, 1); -+ $p->box({ filled => 1 }, $x, $y, $x+$day_x, $page_border); - #-- die linien haben unterschiedliche höhe - #-- is es ein wochen-anfang - if ( $act_dow == 1 ) { diff --git a/deskutils/taskjuggler/pkg-descr b/deskutils/taskjuggler/pkg-descr deleted file mode 100644 index 773e2037bb00..000000000000 --- a/deskutils/taskjuggler/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is a port of Taskjuggler, a project management tool for Linux and UNIX -system-based operating systems. Instead of clicking yourself painfully through -hundreds of dialog boxes you specify your Taskjuggler project in a simple text -format. You simply list all your tasks and their dependencies. The information -is sent through Taskjuggler and you will get all sorts of reports in HTML or -XML format. - -WWW: http://www.taskjuggler.org/ - -- Dean Povey -povey@wedgetail.com diff --git a/deskutils/taskjuggler/pkg-plist b/deskutils/taskjuggler/pkg-plist deleted file mode 100644 index b75911220dd1..000000000000 --- a/deskutils/taskjuggler/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/taskjuggler -bin/tjx2gantt -%%DOCSDIR%%/Examples/BigProject/Common/Resources.tjsp -%%DOCSDIR%%/Examples/BigProject/Project1/Project1-Interface.tjsp -%%DOCSDIR%%/Examples/BigProject/Project1/Project1.html -%%DOCSDIR%%/Examples/BigProject/Project1/Project1.tjp -%%DOCSDIR%%/Examples/BigProject/Project2/Project2.html -%%DOCSDIR%%/Examples/BigProject/Project2/Project2.tjp -%%DOCSDIR%%/Examples/BigProject/README -%%DOCSDIR%%/Examples/FirstProject/Accounting.html -%%DOCSDIR%%/Examples/FirstProject/AccountingSoftware.tjp -%%DOCSDIR%%/Examples/FirstProject/AccountingSoftware.tjx -%%DOCSDIR%%/Examples/FirstProject/Calendar.html -%%DOCSDIR%%/Examples/FirstProject/Staff-Details.html -%%DOCSDIR%%/Examples/FirstProject/Staff-Overview.html -%%DOCSDIR%%/Examples/FirstProject/Status-Report.html -%%DOCSDIR%%/Examples/FirstProject/Tasks-Details.html -%%DOCSDIR%%/Examples/FirstProject/Tasks-Overview.html -%%DOCSDIR%%/Examples/FirstProject/acso.eps -%%DOCSDIR%%/Examples/FirstProject/acso_poster.eps -%%DOCSDIR%%/Examples/ShiftSchedule/Calendar-anders.html -%%DOCSDIR%%/Examples/ShiftSchedule/Calendar-joe.html -%%DOCSDIR%%/Examples/ShiftSchedule/Calendar-khaled.html -%%DOCSDIR%%/Examples/ShiftSchedule/Calendar-paul.html -%%DOCSDIR%%/Examples/ShiftSchedule/Calendar-sally.html -%%DOCSDIR%%/Examples/ShiftSchedule/ResourceUsage-Jun.html -%%DOCSDIR%%/Examples/ShiftSchedule/ShiftSchedule.tjp -%%DOCSDIR%%/Examples/ShiftSchedule/ShiftTimes-06-03.html -%%DOCSDIR%%/Examples/ShiftSchedule/ShiftTimes-06-10.html -%%DOCSDIR%%/Examples/ShiftSchedule/TaskCoverage-Jun.html -%%DOCSDIR%%/tjx2gantt/README -%%DOCSDIR%%/tjx2gantt/TODO -%%DOCSDIR%%/tjx2gantt/testProject.tjp -@dirrm %%DOCSDIR%%/Examples/FirstProject -@dirrm %%DOCSDIR%%/Examples/BigProject/Common -@dirrm %%DOCSDIR%%/Examples/BigProject/Project1 -@dirrm %%DOCSDIR%%/Examples/BigProject/Project2 -@dirrm %%DOCSDIR%%/Examples/BigProject -@dirrm %%DOCSDIR%%/Examples/ShiftSchedule -@dirrm %%DOCSDIR%%/Examples -@dirrm %%DOCSDIR%%/manual -@dirrm %%DOCSDIR%%/tjx2gantt -@dirrm %%DOCSDIR%% |