1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Update GNUstep core libraries.

Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
This commit is contained in:
David Chisnall 2017-08-21 13:26:28 +00:00
parent ed4f9411de
commit 31e0b9f12c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448472
149 changed files with 601 additions and 315 deletions

View File

@ -63,12 +63,12 @@ LIB_DEPENDS+= libgnustep-base.so:lang/gnustep-base
. if ${USE_GNUSTEP:Mbuild}
PATH:= ${GNUSTEP_SYSTEM_TOOLS}:${GNUSTEP_LOCAL_TOOLS}:${PATH}
MAKE_ENV+= PATH="${PATH}" GNUSTEP_MAKEFILES="${GNUSTEP_MAKEFILES}" GNUSTEP_SYSTEM_ROOT="${GNUSTEP_SYSTEM_ROOT}"
MAKE_ENV+= PATH="${PATH}" GNUSTEP_MAKEFILES="${GNUSTEP_MAKEFILES}"
# All GNUstep things installed from ports should be in the System domain.
# Things installed from source can then freely live in the Local domain without
# conflicts.
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
CONFIGURE_ENV+= PATH="${PATH}" GNUSTEP_MAKEFILES="${GNUSTEP_MAKEFILES}" GNUSTEP_SYSTEM_ROOT="${GNUSTEP_SYSTEM_ROOT}"
CONFIGURE_ENV+= PATH="${PATH}" GNUSTEP_MAKEFILES="${GNUSTEP_MAKEFILES}"
BUILD_DEPENDS+= gnustep-make>0:devel/gnustep-make
.include "${USESDIR}/objc.mk"
. endif

View File

@ -10,6 +10,8 @@
.if !defined(_INCLUDE_USES_OBJC_MK)
_INCLUDE_USES_OBJC_MK= yes
OBJC_CLANG_VERSION=40
objc_ARGS?=
.if !empty(objc_ARGS) && ! ${objc_ARGS:Mcompiler}
IGNORE= USES=objc only accepts no arguments or 'compiler'
@ -39,17 +41,17 @@ ALT_COMPILER_TYPE= clang
ALT_COMPILER_TYPE= gcc
.endif
# We do always need clang
.if ${COMPILER_TYPE} != clang
.if ${ALT_COMPILER_TYPE} == clang
# We do always need clang and prefer a recent version
.if (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < ${OBJC_CLANG_VERSION}) || ${COMPILER_TYPE} != clang
.if ${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= ${OJBC_CLANG_VERSION}
CC= /usr/bin/clang
CPP= /usr/bin/clang-cpp
CXX= /usr/bin/clang++
.else
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:lang/clang34
CPP= ${LOCALBASE}/bin/clang-cpp34
CC= ${LOCALBASE}/bin/clang34
CXX= ${LOCALBASE}/bin/clang++34
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang${OBJC_CLANG_VERSION}:devel/llvm${OBJC_CLANG_VERSION}
CPP= ${LOCALBASE}/bin/clang-cpp${OBJC_CLANG_VERSION}
CC= ${LOCALBASE}/bin/clang${OBJC_CLANG_VERSION}
CXX= ${LOCALBASE}/bin/clang++${OBJC_CLANG_VERSION}
.endif
.endif

View File

@ -2,7 +2,7 @@
PORTNAME= freetar
PORTVERSION= 0.9
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= archivers gnustep
MASTER_SITES= http://download.gna.org/freetar/
DISTNAME= FreeTar-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= unar
PORTVERSION= 1.10.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= archivers gnustep
MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/
DISTNAME= ${PORTNAME}${PORTVERSION}_src

View File

@ -3,7 +3,7 @@
PORTNAME= zipper
PORTVERSION= 1.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= archivers gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Zipper-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= cddb
PORTVERSION= 0.2
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= audio gnustep
MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME}
PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2}

View File

@ -2,7 +2,7 @@
PORTNAME= cdplayer
PORTVERSION= 0.5.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio gnustep
MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= gnustep-

View File

@ -2,7 +2,7 @@
PORTNAME= mpdcon
PORTVERSION= 1.5.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= MPDCon-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= biococoa
PORTVERSION= 2.2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= biology gnustep
MASTER_SITES= http://bioinformatics.org/biococoa/downloads/ DEBIAN/pool/main/b/biococoa.app
DISTNAME= biococoa-${PORTVERSION}-src

View File

@ -2,7 +2,7 @@
PORTNAME= bdb
PORTVERSION= 0.2.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= databases gnustep
MASTER_SITES= SF/fortytwo/Berkeley%20DB%20Wrapper%20%28BDB%29/${PORTVERSION}
PKGNAMEPREFIX= fortytwo-

View File

@ -2,7 +2,7 @@
PORTNAME= sqlclient
PORTVERSION= 1.8.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= databases gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= SQLClient-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= affiche
PORTVERSION= 0.6.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/
DISTNAME= Affiche-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= appwrapper
PORTVERSION= 0.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
DISTNAME= AppWrapper.${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= cartotheque
PORTVERSION= 0.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= LOCAL/dinoex
DISTNAME= Cartotheque-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= charmap
PORTVERSION= 0.2
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.sourcefiles.org/Utilities/GUI/

View File

@ -2,7 +2,7 @@
PORTNAME= wrapper
PORTVERSION= 0.1.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= deskutils gnustep
#MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/
MASTER_SITES= LOCAL/dinoex

View File

@ -0,0 +1,11 @@
--- Directories.make.orig 2017-08-13 17:48:46 UTC
+++ Directories.make
@@ -28,8 +28,4 @@ OBJ_BASE_DIR=shared_obj
endif
ARCH_DIR=$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS)/$(LIBRARY_COMBO)
-ifneq ($(GNUSTEP_FLATTENED),yes)
-OBJ_DIR=$(OBJ_BASE_DIR)/$(ARCH_DIR)
-else
OBJ_DIR=$(OBJ_BASE_DIR)
-endif

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gworkspace
PORTVERSION= 0.9.3
PORTVERSION= 0.9.4
CATEGORIES= deskutils gnustep
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
MASTER_SITES= GNUSTEP/usr-apps

View File

@ -1,2 +1,3 @@
SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049
SIZE (gworkspace-0.9.3.tar.gz) = 3833838
TIMESTAMP = 1495374909
SHA256 (gworkspace-0.9.4.tar.gz) = f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632
SIZE (gworkspace-0.9.4.tar.gz) = 3855909

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gworkspace
PORTVERSION= 0.9.3
PORTREVISION= 1
PORTVERSION= 0.9.4
CATEGORIES= deskutils gnustep
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
MASTER_SITES= GNUSTEP/usr-apps

View File

@ -1,2 +1,3 @@
SHA256 (gworkspace-0.9.3.tar.gz) = 238343a8c4e447debec75ff49f4657f74a4256a49862899214a2c80616c79049
SIZE (gworkspace-0.9.3.tar.gz) = 3833838
TIMESTAMP = 1495374913
SHA256 (gworkspace-0.9.4.tar.gz) = f3c18371c10d8ca02954017ce5c78d8f6b6ed3101a7adae86d7c557cea405632
SIZE (gworkspace-0.9.4.tar.gz) = 3855909

View File

@ -108,13 +108,6 @@ GNUstep/System/Applications/GWorkspace.app/Resources/English.lproj/XTermPref.gor
GNUstep/System/Applications/GWorkspace.app/Resources/Esperanto.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FFArrow_disabled.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_alt.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_Small_osx.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_alt.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_Directory_Open_osx.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileIcon_WebLink.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/FileManager.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/French.lproj/Localizable.strings
@ -161,14 +154,11 @@ GNUstep/System/Applications/GWorkspace.app/Resources/Month-7.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Month-8.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Month-9.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Month.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/MultipleSelection.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Norvegian.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/Pboard.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Portuguese.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/REWArrow_disabled.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Recycler.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/RecyclerFull.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/RightArr.tiff
GNUstep/System/Applications/GWorkspace.app/Resources/Romanian.lproj/Localizable.strings
GNUstep/System/Applications/GWorkspace.app/Resources/SlideMask.tiff
@ -373,16 +363,11 @@ GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNPathCom
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNTextCell.h
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNode.h
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Headers/FSNodeRep.h
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/ArrowRight.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/English.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/FolderOpen.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/HardDisk.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/HardDiskOpen.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Info-gnustep.plist
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/MultipleSelection.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Recycler.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/RecyclerFull.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Workspace.tiff
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so.0
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/libFSNode.so.0.1.0
@ -418,7 +403,6 @@ GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Engli
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/data.classes
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/data.info
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/InspectorWin.gorm/objects.gorm
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/data.classes
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/data.info
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/English.lproj/Tools.gorm/objects.gorm
@ -453,7 +437,6 @@ GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month-8.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month-9.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Month.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/MultipleSelection.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Pboard.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Weekday-0.tiff
GNUstep/System/Library/Frameworks/Inspector.framework/Versions/0/Resources/Weekday-1.tiff
@ -524,13 +507,19 @@ GNUstep/System/Library/Libraries/libInspector.so.0.1.0
GNUstep/System/Library/Libraries/libOperation.so
GNUstep/System/Library/Libraries/libOperation.so.1
GNUstep/System/Library/Libraries/libOperation.so.1.0.0
GNUstep/System/Library/Services/thumbnailer.service/Resources/Info-gnustep.plist
GNUstep/System/Library/Services/thumbnailer.service/thumbnailer
GNUstep/System/Tools/GWorkspace
GNUstep/System/Tools/Recycler
GNUstep/System/Tools/ddbd
GNUstep/System/Tools/fswatcher
GNUstep/System/Tools/lsfupdater
GNUstep/System/Tools/resizer
GNUstep/System/Tools/searchtool
GNUstep/System/Tools/wopen
GNUstep/System/Library/Bundles/Role.extinfo/Resources/English.lproj/Localizable.strings
GNUstep/System/Library/Bundles/Role.extinfo/Resources/French.lproj/Localizable.strings
GNUstep/System/Library/Bundles/Role.extinfo/Resources/German.lproj/Localizable.strings
GNUstep/System/Library/Bundles/Role.extinfo/Resources/Italian.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/French.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/German.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Italian.lproj/Localizable.strings
GNUstep/System/Library/Frameworks/FSNode.framework/Versions/0/Resources/Spanish.lproj/Localizable.strings

View File

@ -2,7 +2,7 @@
PORTNAME= helpviewer
PORTVERSION= 0.3
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.roard.com/helpviewer/download/
DISTNAME= HelpViewer-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= plopfolio
PORTVERSION= 0.1.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= GNUSTEP/usr-apps

View File

@ -2,7 +2,7 @@
PORTNAME= preferences
PORTVERSION= 1.2.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION}
DISTNAME= Preferences-${PORTVERSION}

View File

@ -0,0 +1,31 @@
--- GNUmakefile.preamble.orig 2002-02-12 04:35:17 UTC
+++ GNUmakefile.preamble
@@ -2,10 +2,10 @@
ADDITIONAL_CPPFLAGS +=
# Additional flags to pass to the Objective-C compiler
-ADDITIONAL_OBJCFLAGS += -Wall -Werror
+ADDITIONAL_OBJCFLAGS += -Wall
# Additional flags to pass to the C compiler
-ADDITIONAL_CFLAGS += -Wall -Werror
+ADDITIONAL_CFLAGS += -Wall
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS +=
@@ -30,15 +30,3 @@ ADDITIONAL_OBJC_LIBS +=
ADDITIONAL_TOOL_LIBS +=
# WebObjects
ADDITIONAL_WO_LIBS +=
-
-#
-# Flags dealing with installing and uninstalling
-#
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
-
-# Additional directories to be created during installation
-ADDITIONAL_INSTALL_DIRS += \
- $(GNUSTEP_USER_ROOT)/Library/Preferences \
- $(GNUSTEP_LOCAL_ROOT)/Library/Preferences \
- $(GNUSTEP_NETWORK_ROOT)/Library/Preferences \
- $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences

View File

@ -1,10 +0,0 @@
--- Modules/Keyboard/Keyboard.m.orig 2002-06-08 10:29:36.000000000 +0200
+++ Modules/Keyboard/Keyboard.m 2010-05-22 11:24:43.000000000 +0200
@@ -37,6 +37,7 @@
#import <AppKit/NSButton.h>
#import <AppKit/NSNibLoading.h>
#import <AppKit/NSOpenPanel.h>
+#import <Foundation/NSUserDefaults.h>
#import "Keyboard.h"
#import "KeyboardView.h"

View File

@ -1,11 +1,11 @@
--- Modules/Keyboard/GNUmakefile.orig 2014-07-30 00:10:57.436168949 +0800
+++ Modules/Keyboard/GNUmakefile 2014-07-30 00:11:06.363171068 +0800
--- Modules/Keyboard/GNUmakefile.orig 2002-02-12 04:49:55 UTC
+++ Modules/Keyboard/GNUmakefile
@@ -3,7 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME= Keyboard
BUNDLE_EXTENSION= .prefs
-BUNDLE_INSTALL_DIR= $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
+BUNDLE_INSTALL_DIR= $(DESTDIR)$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences
+BUNDLE_INSTALL_DIR= $(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
Keyboard_RESOURCE_FILES= \
Keyboard.gorm

View File

@ -0,0 +1,13 @@
--- Modules/Keyboard/Keyboard.m.orig 2017-08-13 12:40:14 UTC
+++ Modules/Keyboard/Keyboard.m
@@ -34,9 +34,7 @@ static const char rcsid[] =
# include "Config.h"
#endif
-#import <AppKit/NSButton.h>
-#import <AppKit/NSNibLoading.h>
-#import <AppKit/NSOpenPanel.h>
+#import <Cocoa/Cocoa.h>
#import "Keyboard.h"
#import "KeyboardView.h"

View File

@ -0,0 +1,21 @@
--- PrefsModule/GNUmakefile.preamble.orig 2002-02-12 05:02:11 UTC
+++ PrefsModule/GNUmakefile.preamble
@@ -2,10 +2,10 @@
ADDITIONAL_CPPFLAGS +=
# Additional flags to pass to the Objective-C compiler
-ADDITIONAL_OBJCFLAGS += -Wall -Werror
+ADDITIONAL_OBJCFLAGS += -Wall
# Additional flags to pass to the C compiler
-ADDITIONAL_CFLAGS += -Wall -Werror
+ADDITIONAL_CFLAGS += -Wall
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS +=
@@ -34,5 +34,4 @@ ADDITIONAL_WO_LIBS +=
#
# Flags dealing with installing and uninstalling
#
-GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT)
# Additional directories to be created during installation

View File

@ -2,7 +2,7 @@
PORTNAME= simpleagenda
PORTVERSION= 0.43
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= http://coyote.octets.fr/pub/gnustep/
DISTNAME= SimpleAgenda-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= systempreferences
PORTVERSION= 1.2.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= deskutils gnustep
MASTER_SITES= GNUSTEP/usr-apps
DISTNAME= SystemPreferences-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= toolbox
PORTVERSION= 0.8
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= deskutils gnustep
MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \
LOCAL/dinoex

View File

@ -3,6 +3,7 @@
PORTNAME= cherivis-devel
PORTVERSION= 0.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel gnustep
MAINTAINER= theraven@FreeBSD.org

View File

@ -2,7 +2,7 @@
PORTNAME= encore
PORTVERSION= 0.3.1
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel gnustep
MASTER_SITES= SF/fortytwo/Encore/${PORTVERSION}
PKGNAMEPREFIX= fortytwo-

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gnustep-make
PORTVERSION= 2.6.7
PORTREVISION= 2
PORTVERSION= 2.7.0
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/core

View File

@ -1,2 +1,3 @@
SHA256 (gnustep-make-2.6.7.tar.gz) = 112b57737c3dcc66c78a5c88925ae1d672673d256d9935598e98bcd687d051e4
SIZE (gnustep-make-2.6.7.tar.gz) = 583730
TIMESTAMP = 1495188955
SHA256 (gnustep-make-2.7.0.tar.gz) = 90a01cbfb68aafe01c4cc4123121ebd2da0e1e2076795b5682f0833fddf311ce
SIZE (gnustep-make-2.7.0.tar.gz) = 596399

View File

@ -1,11 +0,0 @@
--- Instance/framework.make 2016-03-18 10:56:04.192482000 -0500
+++ Instance/framework.make 2016-03-18 10:56:59.215696000 -0500
@@ -493,7 +493,7 @@
echo "@end" >> $@; \
echo "@implementation $(DUMMY_FRAMEWORK)" >> $@; \
echo "+ (NSString *)frameworkEnv { return nil; }" >> $@; \
- echo "+ (NSString *)frameworkPath { return @\"$(FRAMEWORK_INSTALL_DIR)\"; }" >> $@; \
+ echo "+ (NSString *)frameworkPath { return @\"$(GNUSTEP_$(GNUSTEP_INSTALLATION_DOMAIN)_FRAMEWORKS)\"; }" >> $@; \
echo "+ (NSString *)frameworkVersion { return @\"$(CURRENT_VERSION_NAME)\"; }" >> $@; \
echo "static NSString *allClasses[] = {$$classlist};" >> $@; \
echo "+ (NSString *const*)frameworkClasses { return allClasses; }" >> $@;\

View File

@ -18,6 +18,7 @@ GNUstep/System/Library/Makefiles/Instance/Documentation/texi.make
GNUstep/System/Library/Makefiles/Instance/Shared/bundle.make
GNUstep/System/Library/Makefiles/Instance/Shared/headers.make
GNUstep/System/Library/Makefiles/Instance/Shared/java.make
GNUstep/System/Library/Makefiles/Instance/Shared/pkgconfig.make
GNUstep/System/Library/Makefiles/Instance/Shared/stamp-string.make
GNUstep/System/Library/Makefiles/Instance/Shared/strings.make
GNUstep/System/Library/Makefiles/Instance/application.make
@ -176,7 +177,6 @@ GNUstep/System/Makefiles
@dir GNUstep/System/Library/Libraries/Resources
@dir GNUstep/System/Library/Makefiles/Additional
@dir GNUstep/System/Library/Makefiles/Auxiliary
@dir GNUstep/System/Library/Makefiles/%%GNU_ARCH%%
@dir GNUstep/System/Library/PostScript
@dir GNUstep/System/Library/Sounds
@dir GNUstep/System/Library/Services

View File

@ -3,7 +3,7 @@
PORTNAME= gnustep
PORTVERSION= 1.28.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel lang gnustep
MAINTAINER= theraven@FreeBSD.org

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gorm
PORTVERSION= 1.2.22
PORTVERSION= 1.2.23
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/dev-apps

View File

@ -1,2 +1,3 @@
SHA256 (gorm-1.2.22.tar.gz) = b15aca762a41a233535cdcadf3e0ce8cfcfbb48c31857eef246ca5d68bb105d7
SIZE (gorm-1.2.22.tar.gz) = 695453
TIMESTAMP = 1495374876
SHA256 (gorm-1.2.23.tar.gz) = cbd25abbbc85d81d50111be75da14aabce368337694948c95b68b6fdf74eeea2
SIZE (gorm-1.2.23.tar.gz) = 695799

View File

@ -2,7 +2,7 @@
PORTNAME= highlighterkit
PORTVERSION= 0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel gnustep
MASTER_SITES= http://download.gna.org/pmanager/0.2/
DISTNAME= HighlighterKit-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= performance
PORTVERSION= 0.5.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= Performance-${PORTVERSION}

View File

@ -3,6 +3,7 @@
PORTNAME= projectcenter
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/dev-apps
DISTNAME= ProjectCenter-${PORTVERSION}

View File

@ -3,6 +3,7 @@
PORTNAME= sope2
PORTVERSION= 2.3.22
PORTREVISION= 1
CATEGORIES= devel gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOPE-${PORTVERSION}

View File

@ -3,6 +3,7 @@
PORTNAME= sope3
PORTVERSION= 3.2.10
PORTREVISION= 1
CATEGORIES= devel gnustep
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
DISTNAME= SOPE-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= wizardkit
PORTVERSION= 0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel gnustep
MASTER_SITES= http://download.gna.org/pmanager/0.2/
DISTNAME= WizardKit-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= expense
PORTVERSION= 0.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= finance gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/
DISTNAME= Expense-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= ftp
PORTVERSION= 0.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= ftp gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-

View File

@ -2,7 +2,7 @@
PORTNAME= waiho
PORTVERSION= 0.2
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= ftp gnustep
MASTER_SITES= http://www.roard.com/waiho/download/
DISTNAME= Waiho-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= fortunate
PORTVERSION= 3.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games gnustep
MASTER_SITES= GNUSTEP_CH

View File

@ -2,7 +2,7 @@
PORTNAME= gmastermind
PORTVERSION= 0.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GMastermind-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= gmines
PORTVERSION= 0.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GMines-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= ladder
PORTVERSION= 1.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-

View File

@ -2,7 +2,7 @@
PORTNAME= sudoku
PORTVERSION= 0.7
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-

View File

@ -3,7 +3,7 @@
PORTNAME= gomoku
PORTVERSION= 1.2.9
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games gnustep
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
DISTNAME= Gomoku-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= grubik
PORTVERSION= 0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games gnustep
MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/
DISTNAME= GRubik
@ -17,8 +17,6 @@ USE_GNUSTEP= back build
post-patch:
${RM} -r ${WRKSRC}/GRubik.app/ix86
${REINPLACE_CMD} -e 's|^//|# //|' \
-e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik

View File

@ -0,0 +1,21 @@
--- GNUmakefile.orig 2017-08-13 19:04:30 UTC
+++ GNUmakefile
@@ -1,8 +1,3 @@
-
-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
-
-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
-
include $(GNUSTEP_MAKEFILES)/common.make
# The application to be compiled
@@ -16,9 +11,6 @@ GRubik_OBJC_FILES = main.m \
SHARED_CFLAGS += -g
-# The Resource files to be copied into the app's resources directory
-// GRubik_RESOURCE_FILES = Icons/*
-
-include GNUmakefile.preamble
-include GNUmakefile.local

View File

@ -3,7 +3,7 @@
PORTNAME= gshisen
PORTVERSION= 1.3.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GShisen-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= jigsaw
PORTVERSION= 0.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Jigsaw-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= lapispuzzle
PORTVERSION= 1.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= LapisPuzzle-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= nextgo
PORTVERSION= 3.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= games gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= NeXTGo-${PORTVERSION}

View File

@ -0,0 +1,11 @@
--- GNUmakefile.orig 2017-08-13 18:43:49 UTC
+++ GNUmakefile
@@ -28,8 +28,6 @@
#GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Library/Makefiles
-
NeXTGo_MAIN_MODEL_FILE = NeXTGo.gorm
include $(GNUSTEP_MAKEFILES)/common.make

View File

@ -1,6 +1,6 @@
--- smartgo.h.orig Sun Jan 12 05:01:52 2003
+++ smartgo.h Sat Nov 18 17:18:57 2006
@@ -122,7 +122,7 @@
--- smartgo.h.orig 2003-01-12 04:01:52 UTC
+++ smartgo.h
@@ -122,7 +122,7 @@ typedef struct _node {
extern node* parse_tree(char* inputBuffer);
/* Routines from smartgoeval.c needed by other routines. */
@ -9,7 +9,7 @@
/* Routines from smartgotree.c needed by other routines. */
@@ -134,7 +134,7 @@
@@ -134,7 +134,7 @@ extern node* findLast0(node* currentNode
extern node* forwardOneVariant(node* currentNode);
extern node* backOneVariant(node* currentNode);
extern void clearNodeFlags(node* currentNode);

View File

@ -3,7 +3,7 @@
PORTNAME= oolite
PORTVERSION= 1.84
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games gnustep
MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.84/
DISTNAME= ${PORTNAME}-source-${PORTVERSION}

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= cenon
PORTVERSION= 4.0.2
PORTREVISION= 3
PORTVERSION= 4.0.3
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.cenon.zone/download/source/
DISTNAME= Cenon-${MAINVERSION}
@ -15,16 +14,20 @@ MAINTAINER= theraven@FreeBSD.org
COMMENT= Vector graphics tool for GNUstep
USES= tar:bzip2 gnustep
USE_GNUSTEP= back build
USE_GNUSTEP= gui base build
WRKSRC= ${WRKDIR}/Cenon
MAINVERSION= 4.0.2
MAINVERSION= 4.0.5
FULLVERSION= 4.0.0
CENON_LIB_DIR= ${GNUSTEP_SYSTEM_ROOT}/Library/Cenon
OPTIONS_DEFINE= FULL_LIBRARY
FULL_LIBRARY_DESC= Install complete Cenon Library
# Work around the fact that GNUstep doesn't define a constant for a higher
# version of AppKit that it supports.
OBJCFLAGS+=-DNSAppKitVersionNumber10_8=1200
.include <bsd.port.options.mk>
DISTFILES+= CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX}
@ -39,4 +42,8 @@ pre-install:
-C ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Library/ \
--exclude COPYING --exclude '._*'
post-stage:
${RM} ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Library/README
${RM} ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Library/._README
.include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
SHA256 (cenon/Cenon-4.0.2.tar.bz2) = d228ff779f3967c6324eb7a081132a3d5d2237f03a23adcdfd4cae2fa7b0eb2f
SIZE (cenon/Cenon-4.0.2.tar.bz2) = 4150615
TIMESTAMP = 1495787886
SHA256 (cenon/Cenon-4.0.5.tar.bz2) = 7c159d9de557f597e757d933ee2b055f04fd2b49371c28853b5285eb2894224c
SIZE (cenon/Cenon-4.0.5.tar.bz2) = 10710712
SHA256 (cenon/CenonLibrary-4.0.0-1.tar.bz2) = b329331a4b5b40d93eeeddd98f6922a53401b6e4f437538cd98392f8828cbb44
SIZE (cenon/CenonLibrary-4.0.0-1.tar.bz2) = 2131692

View File

@ -0,0 +1,13 @@
--- DocView.m.orig 2017-05-26 08:51:18 UTC
+++ DocView.m
@@ -101,6 +101,10 @@
- (void)joinSelection:(id)change messages:(BOOL)messages;
@end
+@interface Dummy
+- (CGFloat)backingScaleFactor;
+@end
+
NSString *e2PboardType = @"Cenon Graphic List";
static NSRect selectionRect = {{0.0, 0.0}, {0.0, 0.0}}; // shared rect for drawing the selection rect in -drawRect:

View File

@ -13,6 +13,7 @@ GNUstep/System/Applications/Cenon.app/Resources/CropMarks/middledown.cenon/docum
GNUstep/System/Applications/Cenon.app/Resources/CropMarks/middledown.cenon/output
GNUstep/System/Applications/Cenon.app/Resources/CropMarks/rightup.cenon/document
GNUstep/System/Applications/Cenon.app/Resources/CropMarks/rightup.cenon/output
GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/._keyedobjects.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/Contour.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/Contour.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/Contour.nib/keyedobjects.nib
@ -53,6 +54,8 @@ GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPGroup.nib/keyedo
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/keyedobjects.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine3D.nib/data.classes
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine3D.nib/objects.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/keyedobjects.nib
@ -206,6 +209,8 @@ GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPGroup.nib/keyedob
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/keyedobjects.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine3D.nib/data.classes
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine3D.nib/objects.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/keyedobjects.nib
@ -326,7 +331,8 @@ GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/classes.nib
GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/info.nib
GNUstep/System/Applications/Cenon.app/Resources/InspectorPanel.nib/keyedobjects.nib
GNUstep/System/Applications/Cenon.app/Resources/SinkingMetrics.plist
GNUstep/System/Applications/Cenon.app/Resources/ToolPanel.xib
GNUstep/System/Applications/Cenon.app/Resources/English.lproj/ToolPanel.xib
GNUstep/System/Applications/Cenon.app/Resources/German.lproj/ToolPanel.xib
GNUstep/System/Applications/Cenon.app/Resources/alignHCenter.tiff
GNUstep/System/Applications/Cenon.app/Resources/alignHLeft.tiff
GNUstep/System/Applications/Cenon.app/Resources/alignHRight.tiff
@ -589,6 +595,4 @@ GNUstep/System/Library/Devices/hpgl/.dir.tiff
GNUstep/System/Library/Devices/hpgl/hpgl_8Pen.dev
GNUstep/System/Library/Projects/.dir.tiff
GNUstep/System/Library/Projects/Cenon.cenon/document
GNUstep/System/Library/Projects/Cenon.cenon/output
GNUstep/System/Library/README
GNUstep/System/Tools/Cenon

View File

@ -2,7 +2,7 @@
PORTNAME= fortytwo
PORTVERSION= 0.2.0
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= graphics gnustep
MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION}
DISTFILES= FT-${PORTVERSION}-src.tgz \

View File

@ -2,7 +2,7 @@
PORTNAME= slideshow
PORTVERSION= 0.3.5
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
PKGNAMEPREFIX= gnustep-

View File

@ -2,11 +2,11 @@
PORTNAME= slideshowkit
PORTVERSION= 0.0.1
PORTREVISION= 20050212
PORTREVISION= 20050213
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
PKGNAMEPREFIX= gnustep-
DISTNAME= SlideShowKit-${PORTVERSION}
DISTNAME= SlideShowKit-20050212
MAINTAINER= ports@FreeBSD.org
COMMENT= SlideShow Framework

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= graphos
PORTVERSION= 0.5
PORTREVISION= 3
PORTVERSION= 0.6
CATEGORIES= graphics gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Graphos-${PORTVERSION}
@ -13,7 +12,7 @@ COMMENT= Vector drawing application centered around bezier paths
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
USE_GNUSTEP= build base gui
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (Graphos-0.5.tar.gz) = 0195dd6481fd60d24dd95ea15c89683b8db6130b57681a6042c5cc9b4a482c08
SIZE (Graphos-0.5.tar.gz) = 169743
TIMESTAMP = 1495367600
SHA256 (Graphos-0.6.tar.gz) = c400814806a84c0e8b33bfa6c2010f4b543bf069b2a6d3bcb893ecac2b0f6b7b
SIZE (Graphos-0.6.tar.gz) = 140416

View File

@ -20,6 +20,7 @@ GNUstep/System/Applications/Graphos.app/Resources/bezier.tiff
GNUstep/System/Applications/Graphos.app/Resources/blackarrow.tiff
GNUstep/System/Applications/Graphos.app/Resources/circle.tiff
GNUstep/System/Applications/Graphos.app/Resources/graphos_appicon_48.tif
GNUstep/System/Applications/Graphos.app/Resources/graphos_doc_icon_48.tif
GNUstep/System/Applications/Graphos.app/Resources/hand.tiff
GNUstep/System/Applications/Graphos.app/Resources/magnify.tiff
GNUstep/System/Applications/Graphos.app/Resources/paint.tiff

View File

@ -2,7 +2,7 @@
PORTNAME= imageviewer
PORTVERSION= 0.6.3
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics gnustep
MASTER_SITES= http://www.nice.ch/~phip/ \
LOCAL/dinoex

View File

@ -2,7 +2,7 @@
PORTNAME= laternamagica
PORTVERSION= 0.4
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= graphics gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= LaternaMagica-${PORTVERSION}

View File

@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= pikopixel
PORTVERSION= 0.9
PORTVERSION= 1.0
CATEGORIES= graphics gnustep
MASTER_SITES= http://twilightedge.com/downloads/
DISTNAME= PikoPixel1.0b5.Sources
DISTNAME= PikoPixel.Sources.1.0-b8
WRKSRC_SUBDIR= PikoPixel
MAINTAINER= theraven@FreeBSD.org
@ -14,7 +14,7 @@ COMMENT= Application for drawing and editing pixel-art images
LICENSE= AGPLv3
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_agpl-3.0.txt
USES= gnustep zip
USES= gnustep
USE_GNUSTEP= gui build

View File

@ -1,2 +1,3 @@
SHA256 (PikoPixel1.0b5.Sources.zip) = 7924c185e52b1de7900461672fc8481628bd12ad46b5ce433a20fcd31d5dc019
SIZE (PikoPixel1.0b5.Sources.zip) = 856367
TIMESTAMP = 1502620401
SHA256 (PikoPixel.Sources.1.0-b8.tar.gz) = b4985b7baec145af7027429bb8b6c8c936ff3797f1c8c6a0d9718ff2b5b45031
SIZE (PikoPixel.Sources.1.0-b8.tar.gz) = 538896

View File

@ -1,7 +1,17 @@
GNUstep/System/Applications/PikoPixel.app/PikoPixel
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_left_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_left_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_right_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_right_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/blend_mode_icon_linear.png
GNUstep/System/Applications/PikoPixel.app/Resources/blend_mode_icon_standard.png
GNUstep/System/Applications/PikoPixel.app/Resources/checkerboard_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/color_ramp_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/ColorPickerPopupPanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ColorPickerPopupPanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ColorPickerPopupPanel.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_checkerboard_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_lines_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/DocumentBackgroundSettingsSheet.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/DocumentBackgroundSettingsSheet.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/DocumentBackgroundSettingsSheet.nib/keyedobjects.nib
@ -32,34 +42,43 @@ GNUstep/System/Applications/PikoPixel.app/Resources/DocumentSizeSheet.nib/keyedo
GNUstep/System/Applications/PikoPixel.app/Resources/DocumentWindow.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/DocumentWindow.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/DocumentWindow.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/eraser_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/eraser_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/eraser_tool_overlay_outline_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/ExportPanelAccessoryView.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ExportPanelAccessoryView.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ExportPanelAccessoryView.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/GNUstepAppIcon.tiff
GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/GNUstepAppIcon.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridpatternpreview_foreground.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_crosshairs_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_dots_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_largedots_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_lines_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_ar.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_be.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_bg.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_cs.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_da.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de_AT.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de_CH.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_de.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_el.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_AU.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_CA.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_GB.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en_US.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_en.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_es.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_et.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fa.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fi.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr_CA.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr_CH.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_fr.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_he.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_hr.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_hu.plist
@ -73,8 +92,8 @@ GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_mk.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_mt.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nb.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_ne.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nl.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nl_BE.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_nl.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_pl.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_ps.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_pt_BR.plist
@ -90,8 +109,13 @@ GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_tr.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_uk.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_uz.plist
GNUstep/System/Applications/PikoPixel.app/Resources/Hotkeys_vi.plist
GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/HotkeySettings.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/Info-gnustep.plist
GNUstep/System/Applications/PikoPixel.app/Resources/InfoPlist.strings
GNUstep/System/Applications/PikoPixel.app/Resources/isometric_checkerboard_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/isometric_lines_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/KeyboardNameToLocale.plist
GNUstep/System/Applications/PikoPixel.app/Resources/LayerControlButtonImageViews.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/LayerControlButtonImageViews.nib/info.nib
@ -102,16 +126,39 @@ GNUstep/System/Applications/PikoPixel.app/Resources/LayerControlsPopupPanel.nib/
GNUstep/System/Applications/PikoPixel.app/Resources/LayersPanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/LayersPanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/LayersPanel.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/line_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/line_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/MainMenu.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/MainMenu.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/MainMenu.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/marching_ants_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay_small.png
GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay.png
GNUstep/System/Applications/PikoPixel.app/Resources/move_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/move_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/move_selection_outline_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/NavigatorPopupPanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/NavigatorPopupPanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/NavigatorPopupPanel.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/neko.png
GNUstep/System/Applications/PikoPixel.app/Resources/oval_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/oval_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/pencil_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/pencil_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/pencil_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/PikoPixel.desktop
GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay_small.png
GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay.png
GNUstep/System/Applications/PikoPixel.app/Resources/PreviewPanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/PreviewPanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/PreviewPanel.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/rect_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/rect_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/resize_control.png
GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePanel.nib/keyedobjects.nib
@ -121,6 +168,13 @@ GNUstep/System/Applications/PikoPixel.app/Resources/SamplerImagePopupPanel.nib/k
GNUstep/System/Applications/PikoPixel.app/Resources/ScreencastPopupPanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ScreencastPopupPanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ScreencastPopupPanel.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_add_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_subtract_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/solid_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/target_draw_layer_icon.png
GNUstep/System/Applications/PikoPixel.app/Resources/target_enabled_layers_icon.png
GNUstep/System/Applications/PikoPixel.app/Resources/ToolModifierTipsPanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ToolModifierTipsPanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ToolModifierTipsPanel.nib/keyedobjects.nib
@ -131,57 +185,6 @@ GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPanel.nib/keyedobjects.
GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPopupPanel.nib/classes.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPopupPanel.nib/info.nib
GNUstep/System/Applications/PikoPixel.app/Resources/ToolsPopupPanel.nib/keyedobjects.nib
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_left_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_left_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_outline_right_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/arrow_right_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/checkerboard_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_checkerboard_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/diagonal_lines_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/eraser_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/eraser_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/eraser_tool_overlay_outline_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/eyedropper_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/freehand_select_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_crosshairs_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_dots_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_largedots_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/gridtype_lines_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/isometric_checkerboard_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/isometric_lines_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/layers_panel_background.png
GNUstep/System/Applications/PikoPixel.app/Resources/line_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/line_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/magnifier_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/marching_ants_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay.png
GNUstep/System/Applications/PikoPixel.app/Resources/minus_button_overlay_small.png
GNUstep/System/Applications/PikoPixel.app/Resources/move_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/move_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/move_selection_outline_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/neko.png
GNUstep/System/Applications/PikoPixel.app/Resources/oval_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/oval_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/paintcan_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/pencil_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/pencil_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/pencil_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay.png
GNUstep/System/Applications/PikoPixel.app/Resources/plus_button_overlay_small.png
GNUstep/System/Applications/PikoPixel.app/Resources/rect_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/rect_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/resize_control.png
GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_button.png
GNUstep/System/Applications/PikoPixel.app/Resources/selection_rect_cursor.png
GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_add_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/selection_tool_overlay_subtract_pattern.png
GNUstep/System/Applications/PikoPixel.app/Resources/solid_segment.png
GNUstep/System/Applications/PikoPixel.app/Resources/target_draw_layer_icon.png
GNUstep/System/Applications/PikoPixel.app/Resources/target_enabled_layers_icon.png
GNUstep/System/Applications/PikoPixel.app/Resources/view_draw_layer_icon.png
GNUstep/System/Applications/PikoPixel.app/Resources/view_enabled_layers_icon.png
GNUstep/System/Applications/PikoPixel.app/Resources/wand_button.png

View File

@ -2,7 +2,7 @@
PORTNAME= pixen
PORTVERSION= 0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
DISTNAME= Pixen-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= preview
PORTVERSION= 0.8.5
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/gsimageapps/
PKGNAMEPREFIX= gnustep-

View File

@ -3,7 +3,7 @@
PORTNAME= price
PORTVERSION= 1.3.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
DISTNAME= PRICE-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= jishyo
PORTVERSION= 0.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= japanese gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/
DISTNAME= Jishyo-${PORTVERSION}

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gnustep-base
PORTVERSION= 1.24.8
PORTREVISION= 6
PORTVERSION= 1.25.0
CATEGORIES= lang devel gnustep
MASTER_SITES= GNUSTEP/core
@ -22,7 +21,7 @@ LIB_DEPENDS+= libgcrypt.so:security/libgcrypt
RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnustep-make
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-procfs --disable-mixedabi
CONFIGURE_ARGS= --disable-procfs --disable-mixedabi --with-installation-domain=SYSTEM
CONFIGURE_ENV= OBJCFLAGS='-fobjc-runtime=gnustep-1.7 -fblocks'
USES= pkgconfig iconv gnustep
USE_GNUSTEP= build
@ -73,7 +72,5 @@ post-extract:
post-install:
${INSTALL_DATA} ${FILESDIR}/gdomap_if ${STAGEDIR}${ETCDIR}
${RMDIR} ${STAGEHEADER}/gnustep/base
${RMDIR} ${STAGEHEADER}/GNUstepBase/unicode
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (gnustep-base-1.24.8.tar.gz) = 5b2a7042bc5001e97ac090143244a4344a6cba72cee53f3840e2492d3db443cb
SIZE (gnustep-base-1.24.8.tar.gz) = 3515290
TIMESTAMP = 1495189059
SHA256 (gnustep-base-1.25.0.tar.gz) = f5159a7d70e06b9dfb96c5f8ac572e3a5e6cf8de7bafb056bc9b2e0c4f93c347
SIZE (gnustep-base-1.25.0.tar.gz) = 3528599

View File

@ -21,8 +21,6 @@ GNUstep/System/Library/Documentation/man/man1/xmlparse.1.gz
GNUstep/System/Library/Documentation/man/man8/gdomap.8.gz
GNUstep/System/Library/Headers/Foundation/Foundation.h
GNUstep/System/Library/Headers/Foundation/FoundationErrors.h
GNUstep/System/Library/Headers/Foundation/GSMime.h
GNUstep/System/Library/Headers/Foundation/GSXML.h
GNUstep/System/Library/Headers/Foundation/NSAffineTransform.h
GNUstep/System/Library/Headers/Foundation/NSArchiver.h
GNUstep/System/Library/Headers/Foundation/NSArray.h
@ -162,6 +160,7 @@ GNUstep/System/Library/Headers/GNUstepBase/NSCalendarDate+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSData+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSDebug+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSFileHandle+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSHashTable+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSLock+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSMutableString+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSNetServices+GNUstepBase.h
@ -174,12 +173,6 @@ GNUstep/System/Library/Headers/GNUstepBase/NSTask+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSThread+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/NSURL+GNUstepBase.h
GNUstep/System/Library/Headers/GNUstepBase/Unicode.h
GNUstep/System/Library/Headers/gnustep/unicode/caseconv.h
GNUstep/System/Library/Headers/gnustep/unicode/cop.h
GNUstep/System/Library/Headers/gnustep/unicode/cyrillic.h
GNUstep/System/Library/Headers/gnustep/unicode/decomp.h
GNUstep/System/Library/Headers/gnustep/unicode/latin2.h
GNUstep/System/Library/Headers/gnustep/unicode/nextstep.h
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/English.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Esperanto.lproj/Localizable.strings
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/French.lproj/Localizable.strings
@ -324,6 +317,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Eirunepe
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/El_Salvador
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Ensenada
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fort_Nelson
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fort_Wayne
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Fortaleza
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Glace_Bay
@ -397,6 +391,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Acre
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Porto_Velho
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Puerto_Rico
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Punta_Arenas
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Rainy_River
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Rankin_Inlet
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/America/Recife
@ -452,10 +447,12 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Aqtobe
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ashgabat
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ashkhabad
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Atyrau
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Baghdad
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bahrain
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Baku
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bangkok
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Barnaul
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Beirut
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Bishkek
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Brunei
@ -471,6 +468,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dili
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dubai
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Dushanbe
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Famagusta
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Gaza
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Harbin
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Hebron
@ -527,6 +525,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Thimbu
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Thimphu
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tokyo
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Tomsk
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ujung_Pandang
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulaanbaatar
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Ulan_Bator
@ -535,6 +534,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vientiane
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Vladivostok
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yakutsk
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yangon
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yekaterinburg
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Asia/Yerevan
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Atlantic/Azores
@ -632,6 +632,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Etc/Zulu
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Amsterdam
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Andorra
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Astrakhan
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Athens
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Belfast
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Belgrade
@ -652,6 +653,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Jersey
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kaliningrad
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kiev
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Kirov
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Lisbon
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Ljubljana
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/London
@ -672,6 +674,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Samara
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/San_Marino
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Sarajevo
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Saratov
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Simferopol
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Skopje
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Sofia
@ -679,6 +682,7 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tallinn
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tirane
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Tiraspol
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Ulyanovsk
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Uzhgorod
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Vaduz
GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Europe/Vatican

View File

@ -2,7 +2,7 @@
PORTNAME= gscheme
PORTVERSION= 0.6
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= lang gnustep
MASTER_SITES= http://www.gnustep.it/marko/GScheme/ \
LOCAL/dinoex

View File

@ -2,7 +2,7 @@
PORTNAME= addresses
PORTVERSION= 0.4.8
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= mail gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2}

View File

@ -3,7 +3,7 @@
PORTNAME= addresses
PORTVERSION= 0.4.8
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= mail gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Addresses-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= gnumail
PORTVERSION= 1.2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail gnustep
MASTER_SITES= http://download.gna.org/gnustep-nonfsf/
DISTNAME= GNUMail-${PORTVERSION}

View File

@ -3,6 +3,7 @@
PORTNAME= pantomime
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= mail gnustep
MASTER_SITES= http://download.gna.org/gnustep-nonfsf/
DISTNAME= Pantomime-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= edenmath
PORTVERSION= 1.1.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= math gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/
DISTNAME= EdenMath_GNUstep-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= gnustep-examples
PORTVERSION= 1.4.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= misc gnustep
MASTER_SITES= GNUSTEP/usr-apps

View File

@ -2,7 +2,7 @@
PORTNAME= poe
PORTVERSION= 0.5.1
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= multimedia gnustep
MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/
DISTNAME= Poe-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= remotedesk
PORTVERSION= 0.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= net gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= RemoteDesk-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= zillion
PORTVERSION= 0.1
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= net gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
DISTNAME= ${PORTNAME}-0_1

View File

@ -2,7 +2,7 @@
PORTNAME= lusernet
PORTVERSION= 0.4.2
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= news gnustep
MASTER_SITES= LOCAL/dinoex
DISTNAME= LuserNET-${PORTVERSION}

View File

@ -2,7 +2,7 @@
PORTNAME= gspdf
PORTVERSION= 0.5
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= print gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= GSPdf-${PORTVERSION}

Some files were not shown because too many files have changed in this diff Show More