diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-15 21:32:19 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-15 21:32:19 +0000 |
commit | 95e8756b0ec4fd302f8d6f74e59e96ffebe6462c (patch) | |
tree | 44c25f3cf476cb8ba8ac5e71b242d6bc8f3d6dfb /mail | |
parent | 59a7f0aca77703613d8fb0ea61daf2e67636f944 (diff) | |
download | FreeBSD-ports-95e8756b0ec4fd302f8d6f74e59e96ffebe6462c.zip FreeBSD-ports-95e8756b0ec4fd302f8d6f74e59e96ffebe6462c.tar.gz |
Remove gtkgrepmail as it depends on gnomecore.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gtkgrepmail/Makefile | 41 | ||||
-rw-r--r-- | mail/gtkgrepmail/distinfo | 1 | ||||
-rw-r--r-- | mail/gtkgrepmail/files/patch-gtkgrepmail | 49 | ||||
-rw-r--r-- | mail/gtkgrepmail/pkg-descr | 7 | ||||
-rw-r--r-- | mail/gtkgrepmail/pkg-plist | 12 |
5 files changed, 0 insertions, 110 deletions
diff --git a/mail/gtkgrepmail/Makefile b/mail/gtkgrepmail/Makefile deleted file mode 100644 index e9530f36..0000000 --- a/mail/gtkgrepmail/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gtkgrepmail -# Date created: 19 May 2002 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# -# $FreeBSD$ -# - -PORTNAME= gtkgrepmail -PORTVERSION= 0.6 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.terminus.net.au/unix/perl/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A gtk front-end to grepmail - -BUILD_DEPENDS= grepmail:${PORTSDIR}/mail/grepmail \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= grepmail:${PORTSDIR}/mail/grepmail \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI \ - ${X11BASE}/bin/gnome-help-browser:${PORTSDIR}/x11/gnomecore - -PERL_CONFIGURE= YES - -MAN1= gtkgrepmail.1 - -PORTDOCS= COPYING FAQ NEWS ROADMAP changelog INSTALL README TODO - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/gtkgrepmail/distinfo b/mail/gtkgrepmail/distinfo deleted file mode 100644 index 3ca35e6..0000000 --- a/mail/gtkgrepmail/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtkgrepmail-0.6.tgz) = 73dfb91d3fd1ac9f772475695d0136e3 diff --git a/mail/gtkgrepmail/files/patch-gtkgrepmail b/mail/gtkgrepmail/files/patch-gtkgrepmail deleted file mode 100644 index 0443136..0000000 --- a/mail/gtkgrepmail/files/patch-gtkgrepmail +++ /dev/null @@ -1,49 +0,0 @@ ---- gtkgrepmail.orig Sat May 18 11:27:24 2002 -+++ gtkgrepmail Thu Aug 22 22:42:33 2002 -@@ -31,8 +31,8 @@ - # Define variables - $defaultMailpath="$ENV{HOME}/Mail"; - $defaultMailbox="search-results"; --$defaultGrepmail="/usr/bin/grepmail"; --$defaultIMAP="/usr/bin/X11/xterm -e /usr/bin/elm -f"; -+$defaultGrepmail="/usr/local/bin/grepmail"; -+$defaultIMAP="/usr/X11R6/bin/xterm -e /usr/bin/elm -f"; - $defaultSSH="/usr/bin/ssh"; - $defaultHost="localhost"; - $defaultUser="$ENV{USER}"; -@@ -1043,7 +1043,7 @@ - $chkRecurse->set_active(0); - $row = 0; - while ( $row <= $#filelist ) { -- $lstFiles->unselect_item($row,0); -+ $lstFiles->unselect_row($row,0); - $row++; - } - @valfiles = ""; -@@ -1084,7 +1084,7 @@ - } - - sub select_item { -- ( $widget, $path ) = @_; -+# ( $widget, $path ) = @_; - # FIXME - does not work - # $entry->set_text( $path ); - # show_files( $path ); -@@ -1249,7 +1249,7 @@ - if ( $valrdbAnd && $valAnd ) { $andspec = "| grepmail $scopeflag2 $valInverse $valCase -e \\\"$valAnd\\\"" } - elsif ( $valAnd ) { $orspec = "\\|\\\"$valAnd\\\"" }; - if ( $valNot ) { $notspec = "| grepmail $scopeflag3 $valCase -v -e \\\"$valNot\\\"" }; -- $grepmailcmd = "$valGrepmail -e \\(\\\"$valSearch\\\"$orspec\\) $scopeflag $valInverse $valCase $valRecurse $valSkipattach $datespec @valfiles $andspec $notspec 2>&1 1>$valMailpath/$valMailbox"; -+ $grepmailcmd = "$valGrepmail -e \\(\"$valSearch\"$orspec\\) $scopeflag $valInverse $valCase $valRecurse $valSkipattach $datespec @valfiles $andspec $notspec 2>&1 1>$valMailpath/$valMailbox"; - if ( $usrHost eq "localhost" ) { - $grepmailcmd = "$grepmailcmd 2>/tmp/gtkgrepmail.$$" - } else { -@@ -1262,7 +1262,7 @@ - $dlgMain_form->window->set_cursor( new Gtk::Gdk::Cursor( 150 ) ); - # Cursor does not redraw itself unless we do this - $dlgMain_form->draw(undef); -- unless ($child = fork) { -+ unless (fork) { - exec "$grepmailcmd"; - }; - $signalid = $dlgMain_form->signal_connect( 'key_press_event', "on_dlgMain_keypress" ); diff --git a/mail/gtkgrepmail/pkg-descr b/mail/gtkgrepmail/pkg-descr deleted file mode 100644 index ded55e2..0000000 --- a/mail/gtkgrepmail/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Gtkgrepmail is a gtk front end to grepmail. Support is provided for both local -mailboxes and remote mailboxes that are accessible via IMAP and ssh/rsh. - -WWW: http://www.terminus.net.au/services/software.html - -- Oliver Braun -obraun@informatik.unibw-muenchen.de diff --git a/mail/gtkgrepmail/pkg-plist b/mail/gtkgrepmail/pkg-plist deleted file mode 100644 index f76976a..0000000 --- a/mail/gtkgrepmail/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/gtkgrepmail -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/gtkgrepmail/.packlist -%%PORTDOCS%%share/doc/gtkgrepmail/COPYING -%%PORTDOCS%%share/doc/gtkgrepmail/FAQ -%%PORTDOCS%%share/doc/gtkgrepmail/NEWS -%%PORTDOCS%%share/doc/gtkgrepmail/ROADMAP -%%PORTDOCS%%share/doc/gtkgrepmail/changelog -%%PORTDOCS%%share/doc/gtkgrepmail/INSTALL -%%PORTDOCS%%share/doc/gtkgrepmail/README -%%PORTDOCS%%share/doc/gtkgrepmail/TODO -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/gtkgrepmail -%%PORTDOCS%%@dirrm share/doc/gtkgrepmail |