diff options
Diffstat (limited to 'graphics/gnustep-slideshow')
-rw-r--r-- | graphics/gnustep-slideshow/Makefile | 25 | ||||
-rw-r--r-- | graphics/gnustep-slideshow/distinfo | 2 | ||||
-rw-r--r-- | graphics/gnustep-slideshow/files/patch-Controller.m | 41 | ||||
-rw-r--r-- | graphics/gnustep-slideshow/files/patch-PreferencesController.m | 12 | ||||
-rw-r--r-- | graphics/gnustep-slideshow/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/gnustep-slideshow/pkg-plist | 17 |
6 files changed, 0 insertions, 102 deletions
diff --git a/graphics/gnustep-slideshow/Makefile b/graphics/gnustep-slideshow/Makefile deleted file mode 100644 index b467941775de..000000000000 --- a/graphics/gnustep-slideshow/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= slideshow -PORTVERSION= 0.3.5 -PORTREVISION= 8 -CATEGORIES= graphics gnustep -MASTER_SITES= http://download.gna.org/gsimageapps/ -PKGNAMEPREFIX= gnustep- -DISTNAME= SlideShow-${PORTVERSION} - -MAINTAINER= theraven@FreeBSD.org -COMMENT= SlideShow Viewer - -LICENSE= GPLv2 - -DEPRECATED= depends on expiring graphics/gnustep-slideshowkit -EXPIRATION_DATE= 2018-08-15 - -USES= tar:bzip2 gnustep -USE_GNUSTEP= back build -LIB_DEPENDS= libSlideShow.so:graphics/gnustep-slideshowkit - -OBJCFLAGS+= -Dsel_eq=sel_isEqual - -.include <bsd.port.mk> diff --git a/graphics/gnustep-slideshow/distinfo b/graphics/gnustep-slideshow/distinfo deleted file mode 100644 index 030cc135f0b0..000000000000 --- a/graphics/gnustep-slideshow/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (SlideShow-0.3.5.tar.bz2) = 3973dbe421441d64b1546a410317777a67a23f16b41569707e5dc057a95af61a -SIZE (SlideShow-0.3.5.tar.bz2) = 39478 diff --git a/graphics/gnustep-slideshow/files/patch-Controller.m b/graphics/gnustep-slideshow/files/patch-Controller.m deleted file mode 100644 index 5bb9d7359b90..000000000000 --- a/graphics/gnustep-slideshow/files/patch-Controller.m +++ /dev/null @@ -1,41 +0,0 @@ ---- Controller.m.orig 2013-08-20 15:46:28.000000000 +0000 -+++ Controller.m 2013-08-20 15:46:48.000000000 +0000 -@@ -1021,32 +1021,32 @@ - { - SEL action = [menuItem action]; - -- if ( sel_eq(action,@selector(removeImages:)) ) -+ if ( sel_isEqual(action,@selector(removeImages:)) ) - { - if (( [_backend count] == 0 ) || ( ! [browser selectedCells] ) ) - return NO; - } -- if ( sel_eq(action,@selector(showNextImage:)) ) -+ if ( sel_isEqual(action,@selector(showNextImage:)) ) - { - if ( ( ( _current + 1 ) == [_backend count] ) || ( [_backend count] == 0 ) ) - return NO; - } -- else if ( sel_eq(action,@selector(showPreviousImage:)) ) -+ else if ( sel_isEqual(action,@selector(showPreviousImage:)) ) - { - if ( [_backend count] == 0 ) - return NO; - } -- else if ( sel_eq(action,@selector(fullscreenAction:)) ) -+ else if ( sel_isEqual(action,@selector(fullscreenAction:)) ) - { - if ( [_backend count] == 0 ) - return NO; - } -- else if ( sel_eq(action,@selector(addMarkAction:)) ) -+ else if ( sel_isEqual(action,@selector(addMarkAction:)) ) - { - if ( ( [self showState] == ShowOnlyMarked ) || ([_backend count] == 0 ) ) - return NO; - } -- else if ( sel_eq(action,@selector(showMarkAction:)) ) -+ else if ( sel_isEqual(action,@selector(showMarkAction:)) ) - { - if ( [_backend count] == 0 ) - return NO; diff --git a/graphics/gnustep-slideshow/files/patch-PreferencesController.m b/graphics/gnustep-slideshow/files/patch-PreferencesController.m deleted file mode 100644 index cec49d8a43f7..000000000000 --- a/graphics/gnustep-slideshow/files/patch-PreferencesController.m +++ /dev/null @@ -1,12 +0,0 @@ ---- PreferencesController.m.orig 2004-12-17 10:10:22.000000000 +0100 -+++ PreferencesController.m 2010-05-23 05:22:03.000000000 +0200 -@@ -32,7 +32,9 @@ - - #include "InputView.h" - -+#include <Foundation/NSArchiver.h> - #include <Foundation/NSNotification.h> -+#include <Foundation/NSUserDefaults.h> - - #include <AppKit/NSBrowser.h> - #include <AppKit/NSBrowserCell.h> diff --git a/graphics/gnustep-slideshow/pkg-descr b/graphics/gnustep-slideshow/pkg-descr deleted file mode 100644 index f977442abc27..000000000000 --- a/graphics/gnustep-slideshow/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -SlideShow Viewer - -LICENSE: GPL2 or later - -WWW: http://home.gna.org/gsimageapps/ diff --git a/graphics/gnustep-slideshow/pkg-plist b/graphics/gnustep-slideshow/pkg-plist deleted file mode 100644 index 6c82651710cd..000000000000 --- a/graphics/gnustep-slideshow/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -GNUstep/System/Applications/SlideShow.app/Resources/DefaultSlideShowKeyBindings.dict -GNUstep/System/Applications/SlideShow.app/Resources/English.lproj/Main.gorm/data.classes -GNUstep/System/Applications/SlideShow.app/Resources/English.lproj/Main.gorm/data.info -GNUstep/System/Applications/SlideShow.app/Resources/English.lproj/Main.gorm/objects.gorm -GNUstep/System/Applications/SlideShow.app/Resources/English.lproj/Preferences.gorm/data.classes -GNUstep/System/Applications/SlideShow.app/Resources/English.lproj/Preferences.gorm/data.info -GNUstep/System/Applications/SlideShow.app/Resources/English.lproj/Preferences.gorm/objects.gorm -GNUstep/System/Applications/SlideShow.app/Resources/Info-gnustep.plist -GNUstep/System/Applications/SlideShow.app/Resources/SlideShow.desktop -GNUstep/System/Applications/SlideShow.app/Resources/arrowLeft.tiff -GNUstep/System/Applications/SlideShow.app/Resources/arrowRight.tiff -GNUstep/System/Applications/SlideShow.app/Resources/quit.tiff -GNUstep/System/Applications/SlideShow.app/Resources/rotateLeft.tiff -GNUstep/System/Applications/SlideShow.app/Resources/rotateRight.tiff -GNUstep/System/Applications/SlideShow.app/SlideShow -GNUstep/System/Applications/SlideShow.app/stamp.make -GNUstep/System/Tools/SlideShow |