diff --git a/archivers/unarchiver/Makefile b/archivers/unarchiver/Makefile index 994a60f924d8..dbe18e44ed81 100644 --- a/archivers/unarchiver/Makefile +++ b/archivers/unarchiver/Makefile @@ -1,45 +1,45 @@ PORTNAME= unar PORTVERSION= 1.10.1 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src MAINTAINER= danfe@FreeBSD.org COMMENT= Unarchiver for a vast variety of file formats WWW= https://unarchiver.c3.cx/commandline LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/License.txt # XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly LIB_DEPENDS= libgnustep-base.so:lang/gnustep-base \ libicuuc.so:devel/icu \ libwavpack.so:audio/wavpack USES= gmake zip MAKEFILE= Makefile.freebsd WRKSRC= ${WRKDIR}/The\ Unarchiver BUILD_WRKSRC= ${WRKSRC}/XADMaster PLIST_FILES= bin/lsar bin/unar share/man/man1/lsar.1.gz share/man/man1/unar.1.gz PORTDOCS= README.md PORTEXAMPLES= lsar.bash_completion unar.bash_completion OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/XADMaster/??ar ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/Extra/??ar.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Extra/??ar.bash_completion \ ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile index f60e5d53469e..1451ed2d1bf5 100644 --- a/archivers/zipper/Makefile +++ b/archivers/zipper/Makefile @@ -1,20 +1,20 @@ PORTNAME= zipper DISTVERSION= 1.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= archivers gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Zipper-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for inspecting the contents of a compressed archive WWW= https://gap.nongnu.org/zipper/ LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build post-patch: cd ${WRKSRC} && ${FIND} . -name "*#*" -delete -print .include diff --git a/audio/cddb-bundle/Makefile b/audio/cddb-bundle/Makefile index 805c13151528..28cbc268dd8e 100644 --- a/audio/cddb-bundle/Makefile +++ b/audio/cddb-bundle/Makefile @@ -1,25 +1,25 @@ PORTNAME= cddb PORTVERSION= 0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME} PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2} DISTNAME= cdplayer-${CDPLAYER_VERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CDDB client bundle GNUstep WWW= https://gsburn.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 gnustep USE_GNUSTEP= back build CDPLAYER_VERSION= 0.5.1 WRKSRC= ${WRKDIR}/CDPlayer-${CDPLAYER_VERSION}/Cddb post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Cddb.bundle/Cddb .include diff --git a/audio/gnustep-cdplayer/Makefile b/audio/gnustep-cdplayer/Makefile index 74380978969b..80e351e3c926 100644 --- a/audio/gnustep-cdplayer/Makefile +++ b/audio/gnustep-cdplayer/Makefile @@ -1,32 +1,32 @@ PORTNAME= cdplayer PORTVERSION= 0.5.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio gnustep MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= gnustep- MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep CD player with CDDB support WWW= https://gsburn.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcdaudio.so:audio/libcdaudio \ libPrefsModule.so:deskutils/preferences BUILD_DEPENDS= cddb-bundle>0:audio/cddb-bundle RUN_DEPENDS= cddb-bundle>0:audio/cddb-bundle USES= tar:bzip2 gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/CDPlayer-${PORTVERSION} post-install: ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/AudioCD.bundle/AudioCD \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/AudioCD.prefs/AudioCD \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/CDPlayer.app/CDPlayer .include diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile index 4203c59d66ed..19e85d6687ff 100644 --- a/audio/mpdcon/Makefile +++ b/audio/mpdcon/Makefile @@ -1,32 +1,32 @@ PORTNAME= mpdcon PORTVERSION= 1.5.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= MPDCon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= MPD client for GNUstep WWW= https://gap.nongnu.org/mpdcon/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Documentation/COPYING LIB_DEPENDS= libmpdclient.so.2:audio/libmpdclient \ libSQLClient.so:databases/sqlclient USES= gnustep USE_GNUSTEP= base gui back build .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-patch: ${REINPLACE_CMD} -e \ 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile .include diff --git a/biology/biococoa/Makefile b/biology/biococoa/Makefile index 56145db6d6be..84b6d7f8d722 100644 --- a/biology/biococoa/Makefile +++ b/biology/biococoa/Makefile @@ -1,19 +1,19 @@ PORTNAME= biococoa PORTVERSION= 2.2.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= biology gnustep MASTER_SITES= http://bioinformatics.org/biococoa/downloads/ DISTNAME= biococoa-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Bioinformatics framework WWW= http://bioinformatics.org/biococoa/ LICENSE= LGPL21 USES= gnustep tar:tgz USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/biococoa-${PORTVERSION} .include diff --git a/databases/fortytwo-bdb/Makefile b/databases/fortytwo-bdb/Makefile index a125bef5bb6b..c9c63069ba67 100644 --- a/databases/fortytwo-bdb/Makefile +++ b/databases/fortytwo-bdb/Makefile @@ -1,38 +1,38 @@ PORTNAME= bdb PORTVERSION= 0.2.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases gnustep MASTER_SITES= SF/fortytwo/Berkeley%20DB%20Wrapper%20%28BDB%29/${PORTVERSION} PKGNAMEPREFIX= fortytwo- DISTFILES= BDB-${PORTVERSION}-src.tgz \ BDB-${PORTVERSION}-api-ref.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Interface to Berkeley DB for GNUstep WWW= https://fortytwo.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= bdb gnustep USE_GNUSTEP= back build LIB_DEPENDS= libEncore.so:devel/fortytwo-encore DEFAULT_LIBVERSION= 0.1 USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/BDB-${PORTVERSION} DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/BDB ADDITIONAL_OBJCFLAGS+= -I${BDB_INCLUDE_DIR} -I${GNUSTEP_PREFIX}/ ADDITIONAL_LDFLAGS+= -L${BDB_LIB_DIR} OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/BDB.framework/Versions/0/libBDB.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKDIR}/BDB-0.2.0-api-ref && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/databases/sqlclient/Makefile b/databases/sqlclient/Makefile index b0f89077c9a4..c0d2106d39f2 100644 --- a/databases/sqlclient/Makefile +++ b/databases/sqlclient/Makefile @@ -1,26 +1,27 @@ PORTNAME= sqlclient PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= databases gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= SQLClient-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight database abstraction layer LICENSE= LGPL21 LIB_DEPENDS= libPerformance.so:devel/performance \ libsqlite3.so:databases/sqlite3 USES= gnustep mysql pgsql USE_GNUSTEP= base build GNU_CONFIGURE= yes USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} LDFLAGS+= -pthread DEFAULT_LIBVERSION= 1.5 DEFAULT_LIBVERSION2= 1.5.0 PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2} PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1} .include diff --git a/deskutils/affiche/Makefile b/deskutils/affiche/Makefile index 37d6d7d656b8..f5771d18074f 100644 --- a/deskutils/affiche/Makefile +++ b/deskutils/affiche/Makefile @@ -1,22 +1,22 @@ PORTNAME= affiche PORTVERSION= 0.6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/ DISTNAME= Affiche-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Affiche allows people to stick notes WWW= http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=5 LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Affiche post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Affiche.app/Affiche .include diff --git a/deskutils/appwrapper/Makefile b/deskutils/appwrapper/Makefile index 21fb4bd61e8f..64b0327331e3 100644 --- a/deskutils/appwrapper/Makefile +++ b/deskutils/appwrapper/Makefile @@ -1,28 +1,28 @@ PORTNAME= appwrapper PORTVERSION= 0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils gnustep MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION} DISTNAME= AppWrapper.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep application wrapper WWW= https://appwrapper.sourceforge.net/ LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/AppWrapper post-patch: ${RMDIR} ${WRKSRC}/AppWrapper.app/ix86/linux-gnu ${RMDIR} ${WRKSRC}/AppWrapper.app/ix86 ${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/AppWrapper.app/AppWrapper .include diff --git a/deskutils/cartotheque/Makefile b/deskutils/cartotheque/Makefile index 4bf63b7f0bde..2bbe4ee81692 100644 --- a/deskutils/cartotheque/Makefile +++ b/deskutils/cartotheque/Makefile @@ -1,23 +1,23 @@ PORTNAME= cartotheque PORTVERSION= 0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= Cartotheque-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Managing notes on small cards LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Cartotheque.app/Cartotheque .include diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile index a41d16ea2b2c..7f23aeb095cc 100644 --- a/deskutils/gnustep-wrapper/Makefile +++ b/deskutils/gnustep-wrapper/Makefile @@ -1,36 +1,36 @@ PORTNAME= wrapper PORTVERSION= 0.1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils gnustep #MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ MASTER_SITES= LOCAL/dinoex PKGNAMEPREFIX= gnustep- DISTNAME= GNUstepWrapper-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Create GNUstep app-wrappers of non-GNUstep applications LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/libGSWrapper/obj MAKE_FLAGS+= debug=no post-patch: ${REINPLACE_CMD} -e 's|cp -u|#cp -p|' \ ${WRKSRC}/WrapperFactory/GNUmakefile.postamble ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${INSTALL_PROGRAM} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \ ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/GSWrapper_Launcher ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libGSWrapper.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/WrapperFactory.app/WrapperFactory .include diff --git a/deskutils/gworkspace-gwmetadata/Makefile b/deskutils/gworkspace-gwmetadata/Makefile index d832e4f16343..688d3f065cbd 100644 --- a/deskutils/gworkspace-gwmetadata/Makefile +++ b/deskutils/gworkspace-gwmetadata/Makefile @@ -1,33 +1,34 @@ PORTNAME= gworkspace PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps PKGNAMESUFFIX= -gwmetadata${PKGNAMESUFFIX2} MAINTAINER= ports@FreeBSD.org COMMENT= GWMetadata for GNUstep workspace manager WWW= http://www.gnustep.it/enrico/gworkspace/ LICENSE= GPLv2 USES= gnustep sqlite USE_GNUSTEP= back build GNU_CONFIGURE= yes LIB_DEPENDS= libDBKit.so:deskutils/gworkspace \ libPreferencePanes.so:deskutils/systempreferences USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} LDFLAGS+= -lpthread WRKSRC= ${WRKDIR}/gworkspace-${PORTVERSION}/GWMetadata CONFIGURE_ARGS+= --with-sqlite-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-sqlite-library=${LOCALBASE}/lib DEFAULT_LIBVERSION= 0.1.0 post-patch: ${CP} ${FILESDIR}/Preferences-GNUmakefile \ ${WRKSRC}/Preferences/GNUmakefile ${CP} ${FILESDIR}/MDFinder-GNUmakefile \ ${WRKSRC}/MDFinder/GNUmakefile .include diff --git a/deskutils/gworkspace/Makefile b/deskutils/gworkspace/Makefile index f4ddaf33f749..73cd67c1786b 100644 --- a/deskutils/gworkspace/Makefile +++ b/deskutils/gworkspace/Makefile @@ -1,21 +1,22 @@ PORTNAME= gworkspace PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep workspace manager WWW= https://www.gnustep.org/experience/GWorkspace.html LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} GNU_CONFIGURE= yes pre-configure: ${RM} -r ${WRKSRC}/GWMetadata .include diff --git a/deskutils/helpviewer/Makefile b/deskutils/helpviewer/Makefile index d20a90e721a7..e47490867ca5 100644 --- a/deskutils/helpviewer/Makefile +++ b/deskutils/helpviewer/Makefile @@ -1,31 +1,31 @@ PORTNAME= helpviewer PORTVERSION= 0.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils gnustep MASTER_SITES= http://www.roard.com/helpviewer/download/ DISTNAME= HelpViewer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Online help viewer for GNUstep programs WWW= http://www.roard.com/helpviewer/ LICENSE= GPLv2 USES= gnustep tar:tgz USE_GNUSTEP= back build .include .if ${OPSYS} == FreeBSD ADDITIONAL_CPPFLAGS+= -Wno-error=int-conversion .endif post-patch: ${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \ ${WRKSRC}/HandlerStructureXLP.h \ ${WRKSRC}/TextFormatterXLP.h post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/HelpViewer.app/HelpViewer .include diff --git a/deskutils/plopfolio/Makefile b/deskutils/plopfolio/Makefile index b5216fdc68aa..73a8ccadd095 100644 --- a/deskutils/plopfolio/Makefile +++ b/deskutils/plopfolio/Makefile @@ -1,25 +1,25 @@ PORTNAME= plopfolio PORTVERSION= 0.1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps MAINTAINER= ports@FreeBSD.org COMMENT= Free clone of KlipFolio for GNUstep WWW= http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=7 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \ ${WRKSRC}/Channel.m ${WRKSRC}/PlopFolio.m \ ${WRKSRC}/PreferencesPanelController.m post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/PlopFolio.app/PlopFolio .include diff --git a/deskutils/preferences/Makefile b/deskutils/preferences/Makefile index f7ad548d86d7..61182ad8ad4b 100644 --- a/deskutils/preferences/Makefile +++ b/deskutils/preferences/Makefile @@ -1,34 +1,34 @@ PORTNAME= preferences PORTVERSION= 1.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= deskutils gnustep MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION} DISTNAME= Preferences-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep workspace manager WWW= https://www.nongnu.org/backbone/ LICENSE_COMB= multi LICENSE= GPLv2 LGPL21 USES= tar:bzip2 gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} MODIFY= GNUmakefile.preamble PrefsModule/GNUmakefile.preamble \ Modules/Keyboard/GNUmakefile.preamble \ Modules/PrefsApp/GNUmakefile.preamble post-patch: ${REINPLACE_CMD} 's, -Werror,,' ${MODIFY:S,^,${WRKSRC}/,} ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile.preamble post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Preferences.app/Preferences ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Preferences.app/Resources/PrefsApp.prefs/PrefsApp ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/PrefsModule.framework/Versions/0/libPrefsModule.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Preferences/Keyboard.prefs/Keyboard .include diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index 8acbe8d3ff64..42fbb1564d3e 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -1,29 +1,29 @@ PORTNAME= simpleagenda PORTVERSION= 0.46 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= deskutils gnustep DISTNAME= SimpleAgenda-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple calendar and agenda application WWW= https://mediawiki.gnustep.org/index.php/SimpleAgenda.app LICENSE= GPLv2 LIB_DEPENDS= libical.so:devel/libical \ libuuid.so:misc/libuuid USES= gnustep localbase GNU_CONFIGURE= yes USE_GNUSTEP= back base build gui USE_GITHUB= yes GH_ACCOUNT= poroussel TEST_TARGET= check post-patch: @${REINPLACE_CMD} -e 's|SimpleAgenda|&.m|' ${WRKSRC}/configure @${REINPLACE_CMD} -e '1{x; s|^|#import |; \ G;}' ${WRKSRC}/SoundBackend.m .include diff --git a/deskutils/systempreferences/Makefile b/deskutils/systempreferences/Makefile index b166da3750e5..c1337f4207ff 100644 --- a/deskutils/systempreferences/Makefile +++ b/deskutils/systempreferences/Makefile @@ -1,19 +1,19 @@ PORTNAME= systempreferences PORTVERSION= 1.2.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= deskutils gnustep MASTER_SITES= GNUSTEP/usr-apps DISTNAME= SystemPreferences-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= System Preferences application for GNUstep WWW= http://www.gnustep.org/experience/systempreferences.html LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build DEFAULT_LIBVERSION= 1.0.0 USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} .include diff --git a/deskutils/toolboxkit/Makefile b/deskutils/toolboxkit/Makefile index 3ccc8996dc09..13870595c20f 100644 --- a/deskutils/toolboxkit/Makefile +++ b/deskutils/toolboxkit/Makefile @@ -1,25 +1,25 @@ PORTNAME= toolbox PORTVERSION= 0.8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils gnustep MASTER_SITES= http://ftp.azc.uam.mx/mirrors/gnu/savannah/files/toolbox/Release.pkg/0.8/ \ LOCAL/dinoex PKGNAMESUFFIX= kit${PKGNAMESUFFIX2} DISTNAME= Toolbox-${PORTVERSION} LICENSE= GPLv2 MAINTAINER= ports@FreeBSD.org COMMENT= Toolbox bundle for GNUstep WWW= https://www.nongnu.org/toolbox/ USES= gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Toolbox/Toolbox post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libToolbox.so .include diff --git a/devel/fortytwo-encore/Makefile b/devel/fortytwo-encore/Makefile index 9ce269b29724..382701b459f7 100644 --- a/devel/fortytwo-encore/Makefile +++ b/devel/fortytwo-encore/Makefile @@ -1,36 +1,36 @@ PORTNAME= encore PORTVERSION= 0.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel gnustep MASTER_SITES= SF/fortytwo/Encore/${PORTVERSION} PKGNAMEPREFIX= fortytwo- DISTFILES= Encore-${PORTVERSION}-src.tgz \ Encore-${PORTVERSION}-api-ref.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Utility classes for GNUstep WWW= https://fortytwo.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gnustep USE_GNUSTEP= back build DEFAULT_LIBVERSION= 0.1 USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Encore DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/Encore PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/Encore.framework/Versions/0/libEncore.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKDIR}/Encore-${PORTVERSION}-api-ref && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 094b898bc3c8..f1bbc9419821 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -1,13 +1,13 @@ PORTNAME= gnustep PORTVERSION= 1.28.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel lang gnustep MAINTAINER= ports@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard WWW= http://www.gnustep.org/ USES= metaport gnustep USE_GNUSTEP= back gui base .include diff --git a/devel/gorm/Makefile b/devel/gorm/Makefile index dc4746f2e13e..dbbbf4424fd0 100644 --- a/devel/gorm/Makefile +++ b/devel/gorm/Makefile @@ -1,28 +1,29 @@ PORTNAME= gorm DISTVERSIONPREFIX= gorm- DISTVERSION= 1_3_1 +PORTREVISION= 1 CATEGORIES= devel gnustep MAINTAINER= ports@FreeBSD.org COMMENT= Graphical Object Relationship Modeller WWW= http://www.gnustep.org/experience/Gorm.html LICENSE= GPLv3 USES= gnustep USE_GNUSTEP= back build gui USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} USE_GITHUB= yes GH_ACCOUNT= gnustep GH_PROJECT= apps-gorm DEFAULT_LIBVERSION= 1.1.0 .include .if ${OPSYS} == FreeBSD CPPFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include diff --git a/devel/highlighterkit/Makefile b/devel/highlighterkit/Makefile index 6b8773e0d60f..c56b8d269bf0 100644 --- a/devel/highlighterkit/Makefile +++ b/devel/highlighterkit/Makefile @@ -1,19 +1,19 @@ PORTNAME= highlighterkit PORTVERSION= 0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel gnustep MASTER_SITES= http://download.gna.org/pmanager/0.2/ DISTNAME= HighlighterKit-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Framework needed by Project Manager WWW= http://home.gna.org/pmanager/ USES= tar:bzip2 gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/HighlighterKit.framework/Versions/0/libHighlighterKit.so .include diff --git a/devel/performance/Makefile b/devel/performance/Makefile index c6ca8d3f9642..9e7590f1b4f6 100644 --- a/devel/performance/Makefile +++ b/devel/performance/Makefile @@ -1,19 +1,20 @@ PORTNAME= performance PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/libs DISTNAME= Performance-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Help improve the performance of GNUstep applications LICENSE= LGPL3 BROKEN_aarch64= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop. BROKEN_armv7= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop. USES= gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include diff --git a/devel/projectcenter/Makefile b/devel/projectcenter/Makefile index da00795402f2..6af669f4bc23 100644 --- a/devel/projectcenter/Makefile +++ b/devel/projectcenter/Makefile @@ -1,42 +1,42 @@ PORTNAME= projectcenter PORTVERSION= 0.6.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel gnustep MASTER_SITES= GNUSTEP/dev-apps DISTNAME= ProjectCenter-${PORTVERSION} PATCH_SITES= https://github.com/gnustep/apps-projectcenter/commit/ PATCHFILES= 97aa34218f0370ba8b672d3f905df0ed8de9ac8.patch:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Development environment for GNUstep WWW= http://www.gnustep.org/experience/ProjectCenter.html LICENSE= GPLv2+ # comment in code; COPYING says GPLv3 USES= gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} PLIST_SUB+= FRAMEVERSION=${PORTVERSION} post-install: ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/ProjectCenter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Aggregate.project/Aggregate \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Application.project/Application \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Build.preferences/Build \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Bundle.project/Bundle \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/EditorFSC.preferences/EditorFSC \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Framework.project/Framework \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Library.project/Library \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Misc.preferences/Misc \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.debugger/ProjectCenter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.editor/ProjectCenter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ProjectCenter.parser/ProjectCenter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/ResourceSet.project/ResourceSet \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Saving.preferences/Saving \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ProjectCenter.app/Resources/Tool.project/Tool \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/ProjectCenter.framework/Versions/${PORTVERSION}/libProjectCenter.so .include diff --git a/devel/sope/Makefile b/devel/sope/Makefile index a34899012587..31ed954474e7 100644 --- a/devel/sope/Makefile +++ b/devel/sope/Makefile @@ -1,86 +1,87 @@ PORTNAME= sope PORTVERSION= 5.12.3 +PORTREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= https://packages.sogo.nu/sources/ DISTNAME= SOPE-${PORTVERSION} PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= acm@FreeBSD.org COMMENT= Extensive set of GNUstep web application frameworks WWW= https://sogo.nu/ LICENSE= LGPL20 FLAVORS= mysql pgsql FLAVOR?= ${FLAVORS:[1]} USES= gmake gnome iconv gnustep USE_GNOME= libxml2 USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} CONFIGURE_ARGS= --with-gnustep --disable-debug --disable-strip CONFIGURE_ENV+= CC="${CC}" LLD_UNSAFE= yes # PR 230608 mysql_CONFLICTS_INSTALL= sope2 ${PORTNAME}-pgsql pgsql_CONFLICTS_INSTALL= sope2 ${PORTNAME}-mysql SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} WRKSRC= ${WRKDIR}/SOPE OPTIONS_DEFINE= LDAP OPTIONS_DEFAULT= LDAP OPTIONS_SINGLE= DATABASE OPTIONS_SINGLE_DATABASE=MYSQL PGSQL DATABASE_DESC= Database support OPTIONS_SUB= yes LDAP_DESC= Build with LDAP support MYSQL_DESC= Build with MySQL support PGSQL_DESC= Build with PostgreSQL support LDAP_USES= ldap MYSQL_USES= mysql PGSQL_USES= pgsql .if ${FLAVOR:U} == pgsql OPTIONS_DEFAULT+= PGSQL .endif .if ${FLAVOR:U} == mysql OPTIONS_DEFAULT+= MYSQL .endif .include .if ${OPSYS} == FreeBSD CPPFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/sope-core/NGStreams/configure @${REINPLACE_CMD} -e 's|LDAP_OPT_ON|1|g' ${WRKSRC}/sope-ldap/NGLdap/NGLdapConnection.m .for f in config.guess config.sub @${CP} ${TEMPLATES}/$f ${WRKSRC}/sope-core/NGStreams/ .endfor post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure post-patch-MYSQL-off: @${REINPLACE_CMD} -e '/checkLinking "mysqlclient"/d' ${WRKSRC}/configure post-patch-PGSQL-off: @${REINPLACE_CMD} -e '/checkLinking "pq"/d' ${WRKSRC}/configure do-configure: cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} .include diff --git a/devel/sope2/Makefile b/devel/sope2/Makefile index b32293f6614c..58e02bb83811 100644 --- a/devel/sope2/Makefile +++ b/devel/sope2/Makefile @@ -1,67 +1,67 @@ PORTNAME= sope2 PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOPE-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Extensive set of GNUstep web application frameworks WWW= https://sogo.nu/ LICENSE= LGPL20 LIB_DEPENDS= libmemcached.so:databases/libmemcached WRKSRC= ${WRKDIR}/SOPE OPTIONS_DEFINE= LDAP MYSQL PGSQL MEMCACHED OPTIONS_DEFAULT= LDAP PGSQL MEMCACHED OPTIONS_SUB= yes MYSQL_DESC= Build with MySQL support PGSQL_DESC= Build with PostgreSQL support MEMCACHED_DESC= Install memcached USES= gmake gnome iconv gnustep ssl USE_GNOME= libxml2 USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} LLD_UNSAFE= yes # PR 230608 SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} CONFIGURE_ARGS= --with-gnustep --disable-debug --enable-strip LDAP_USES= ldap PGSQL_USES= pgsql MYSQL_USES= mysql MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached .include .if ${OPSYS} == FreeBSD ADDITIONAL_CPPFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/sope-core/NGStreams/configure .for f in config.guess config.sub @${CP} ${TEMPLATES}/$f ${WRKSRC}/sope-core/NGStreams/ .endfor post-patch-LDAP-off: @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure post-patch-PGSQL-off: @${REINPLACE_CMD} -e '/checkLinking "pq"/d' ${WRKSRC}/configure post-patch-MYSQL-off: @${REINPLACE_CMD} -e '/checkLinking "mysqlclient"/d' ${WRKSRC}/configure do-configure: cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} .include diff --git a/devel/wizardkit/Makefile b/devel/wizardkit/Makefile index 7f6a4629493a..b7730347f7b7 100644 --- a/devel/wizardkit/Makefile +++ b/devel/wizardkit/Makefile @@ -1,22 +1,22 @@ PORTNAME= wizardkit PORTVERSION= 0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel gnustep MASTER_SITES= http://download.gna.org/pmanager/0.2/ DISTNAME= WizardKit-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Framework needed by Project Manager WWW= http://home.gna.org/pmanager/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/WizardKit.framework/Versions/0/libWizardKit.so .include diff --git a/finance/expense/Makefile b/finance/expense/Makefile index db38c5504c3c..35877950c68e 100644 --- a/finance/expense/Makefile +++ b/finance/expense/Makefile @@ -1,28 +1,28 @@ PORTNAME= expense PORTVERSION= 0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= finance gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/ DISTNAME= Expense-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Application to track your expense under GNUstep WWW= https://www.eskimo.com/~pburns/Expense/ LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Expense PORTSCOUT= ignore:1 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Expense.app/Expense post-patch: @${REINPLACE_CMD} -e '/_recordSort/s,^int,NSComparisonResult,' \ ${WRKSRC}/LedgerModel.[hm] .include diff --git a/ftp/gnustep-ftp/Makefile b/ftp/gnustep-ftp/Makefile index 3072d8a963fe..bcc1f11bd949 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -1,22 +1,22 @@ PORTNAME= ftp PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- DISTNAME= FTP-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Compact and handy FTP client for GNUstep WWW= https://www.nongnu.org/gap/ftp/index.html LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile .include diff --git a/ftp/waiho/Makefile b/ftp/waiho/Makefile index 3331f1fb7220..51251087544a 100644 --- a/ftp/waiho/Makefile +++ b/ftp/waiho/Makefile @@ -1,21 +1,21 @@ PORTNAME= waiho PORTVERSION= 0.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= ftp gnustep MASTER_SITES= http://www.roard.com/waiho/download/ DISTNAME= Waiho-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple FTP client for GNUstep WWW= http://www.roard.com/waiho/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:tgz gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Waiho.app/Waiho .include diff --git a/games/fortunate/Makefile b/games/fortunate/Makefile index 154a5deb3b79..96c25899a9c4 100644 --- a/games/fortunate/Makefile +++ b/games/fortunate/Makefile @@ -1,14 +1,14 @@ PORTNAME= fortunate PORTVERSION= 3.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games gnustep MASTER_SITES= GNUSTEP_CH MAINTAINER= ports@FreeBSD.org COMMENT= Graphical front-end to the command-line BSD fortune WWW= https://www.orange-carb.org/~csaldanh/software.html USES= gnustep USE_GNUSTEP= back build .include diff --git a/games/gmastermind/Makefile b/games/gmastermind/Makefile index 55f2bee53e70..c1e2d4ccff36 100644 --- a/games/gmastermind/Makefile +++ b/games/gmastermind/Makefile @@ -1,21 +1,21 @@ PORTNAME= gmastermind PORTVERSION= 0.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMastermind-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Well-known mastermind game WWW= https://gap.nongnu.org/gmastermind/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GMastermind.app/GMastermind .include diff --git a/games/gmines/Makefile b/games/gmines/Makefile index 775adc3873c3..c353b7dabf4f 100644 --- a/games/gmines/Makefile +++ b/games/gmines/Makefile @@ -1,20 +1,20 @@ PORTNAME= gmines PORTVERSION= 0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GMines-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Well-known minesweeper game for GNUstep WWW= https://gap.nongnu.org/gmines/ LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GMines.app/GMines .include diff --git a/games/gnustep-ladder/Makefile b/games/gnustep-ladder/Makefile index 4f4333af1970..d9d7aae6dd2d 100644 --- a/games/gnustep-ladder/Makefile +++ b/games/gnustep-ladder/Makefile @@ -1,24 +1,24 @@ PORTNAME= ladder PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- DISTNAME= Ladder-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNU Go frontend for GNUstep WWW= https://www.nongnu.org/gap/ladder/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.GPL RUN_DEPENDS= gnugo:games/gnugo USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Ladder.app/Ladder .include diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile index 2ebb6828d4fd..ce7d86307389 100644 --- a/games/gnustep-sudoku/Makefile +++ b/games/gnustep-sudoku/Makefile @@ -1,21 +1,21 @@ PORTNAME= sudoku PORTVERSION= 0.7 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap PKGNAMEPREFIX= gnustep- DISTNAME= Sudoku-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Sudoku solver and generator WWW= https://gap.nongnu.org/sudoku/index.html LICENSE= GPLv3+ USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Sudoku.app/Sudoku .include diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile index 5e405076b989..2bae053ed4a7 100644 --- a/games/gomoku/Makefile +++ b/games/gomoku/Makefile @@ -1,20 +1,20 @@ PORTNAME= gomoku PORTVERSION= 1.2.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnustep MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep Gomoku game WWW= http://www.gnustep.it/nicola/Applications/Gomoku/ LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Gomoku.app/Gomoku .include diff --git a/games/grubik/Makefile b/games/grubik/Makefile index 1e2db1a3dbb7..0d86d873769a 100644 --- a/games/grubik/Makefile +++ b/games/grubik/Makefile @@ -1,22 +1,22 @@ PORTNAME= grubik PORTVERSION= 0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games gnustep MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/Recreational/ DISTNAME= GRubik MAINTAINER= ports@FreeBSD.org COMMENT= Virtual 3D Rubiks cube for GNUstep LICENSE= GPLv2+ USES= tar:tgz gnustep USE_GNUSTEP= back build post-patch: ${RM} -r ${WRKSRC}/GRubik.app/ix86 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik .include diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index b3db4fce53cb..cfd17cf50a6c 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -1,26 +1,26 @@ PORTNAME= gshisen PORTVERSION= 1.3.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GShisen-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Shisen-sho puzzle game for GNUstep WWW= https://gap.nongnu.org/gshisen/index.html LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= back build .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen .include diff --git a/games/jigsaw/Makefile b/games/jigsaw/Makefile index 46f69fe87e9f..09ca41849794 100644 --- a/games/jigsaw/Makefile +++ b/games/jigsaw/Makefile @@ -1,20 +1,20 @@ PORTNAME= jigsaw PORTVERSION= 0.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Jigsaw-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simulates a jigsaw puzzle and illustrates the use of clipping paths WWW= https://gap.nongnu.org/jigsaw/ LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Jigsaw.app/Jigsaw .include diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile index cca8770544ac..c0dbb25f2afc 100644 --- a/games/lapispuzzle/Makefile +++ b/games/lapispuzzle/Makefile @@ -1,23 +1,23 @@ PORTNAME= lapispuzzle PORTVERSION= 1.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= LapisPuzzle-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tetris-like game for GNUstep WWW= https://www.nongnu.org/gap/lapispuzzle/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/LapisPuzzle.app/LapisPuzzle .include diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile index 17a368d5651f..182f6dd580a4 100644 --- a/games/nextgo/Makefile +++ b/games/nextgo/Makefile @@ -1,27 +1,27 @@ PORTNAME= nextgo PORTVERSION= 3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= NeXTGo-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Classic Go game for OPENSTEP/GNUstep WWW= https://www.nongnu.org/gap/nextgo/index.html LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile ${REINPLACE_CMD} -e 's|PSWait|myPSWait|' \ ${WRKSRC}/Board.m post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/NeXTGo.app/NeXTGo .include diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 7356a3201a20..b1682faf57ad 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -1,91 +1,91 @@ PORTNAME= oolite PORTVERSION= 1.88 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnustep MASTER_SITES= https://github.com/OoliteProject/oolite/releases/download/1.88/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} DIST_SUBDIR= oolite MAINTAINER= ports@FreeBSD.org COMMENT= Trade and combat space simulator, clone of Elite WWW= http://www.oolite.org LICENSE= CC-BY-NC-SA-3.0 GPLv2 ZLIB LICENSE_COMB= multi LICENSE_FILE_CC-BY-NC-SA-3.0= ${WRKSRC}/Doc/LICENSE.TXT BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/bin/unzip:archivers/unzip LIB_DEPENDS= libespeak-ng.so:audio/espeak-ng \ libnspr4.so:devel/nspr \ libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png USES= gl gnustep openal:al minizip perl5 python:build sdl \ tar:bzip2 xorg USE_CXXSTD= gnu++98 USE_GL= gl glu USE_SDL= sdl USE_XORG= x11 USE_GNUSTEP= base build MAKE_ENV= ac_cv_path_PYTHON=${PYTHON_CMD} # Redefine DO_MAKE_BUILD, because current gnustep in USES overrides MAKEFILE # without possibility to change it, as it was done in the previous implementation DO_MAKE_BUILD= ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} Makefile ${_MAKE_JOBS} ${MAKE_ARGS:C,^${DESTDIRNAME}=.*,,g} ALL_TARGET= release-deployment USE_PERL5= build GNUSTEP_LOCAL_APPS= ${GNUSTEP_LOCAL_ROOT}/Applications SUB_FILES= oolite SUB_LIST= GNUSTEP_SYSTEM_TOOLS="${GNUSTEP_SYSTEM_TOOLS}" WRKSRC= ${WRKDIR}/${DISTNAME} RELEASEDIR= ${WRKSRC}/oolite.app DATADIR= ${GNUSTEP_LOCAL_APPS}/oolite.app PORTDATA= Resources PORTDOCS= *.pdf CHANGELOG.TXT contributors.txt PLIST_FILES+= bin/oolite ${DATADIR}/oolite \ share/applications/oolite.desktop \ share/pixmaps/oolite-icon.png OPTIONS_DEFINE= DOCS BROKEN_aarch64= fails to configure: error: These compiler flags are invalid: -O BROKEN_armv6= fails to compile: your compiler does not follow the C++ specification for temporary object destruction order BROKEN_armv7= fails to compile: your compiler does not follow the C++ specification for temporary object destruction order BROKEN_i386= fails to compile: ../methodjit/MethodJIT.cpp:318:5: error: expected '(' after 'asm' .include .if ${OPSYS} == FreeBSD ADDITIONAL_CPPFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-patch: .SILENT ${REINPLACE_CMD} -e 's/GNUSTEP_USER_ROOT/GNUSTEP_LOCAL_ROOT/ ; \ s/sdl-config/$${SDL_CONFIG}/ ; \ s|-lstdc++|`$${SDL_CONFIG} --libs` &| ; \ s|:src/Core/MiniZip|| ; \ s|-Isrc/Core/MiniZip|-I$${LOCALBASE}/include/minizip| ; \ s|-lz|-lminizip| ; \ /ioapi.c/d ; /unzip.c/d ; \ s|/usr/X11R6|$${LOCALBASE}|' \ ${WRKSRC}/GNUmakefile # Change value of the SAVEDIR define ${REINPLACE_CMD} -e 's|oolite-saves|\.oolite-saves|' \ ${WRKSRC}/src/Core/NSFileManagerOOExtensions.h do-install: (cd ${RELEASEDIR} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR}) ${INSTALL_SCRIPT} ${WRKDIR}/oolite ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${RELEASEDIR}/oolite ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/installers/FreeDesktop/oolite.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/installers/FreeDesktop/oolite-icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps (cd ${WRKSRC}/Doc && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile index 1d39f2e3dfa4..95cc0a70aa18 100644 --- a/graphics/camerakit/Makefile +++ b/graphics/camerakit/Makefile @@ -1,23 +1,23 @@ PORTNAME= camerakit PORTVERSION= 0.0.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ DISTNAME= CameraKit-20041011 MAINTAINER= ports@FreeBSD.org COMMENT= Framework that allows to access digital cameras WWW= http://home.gna.org/gsimageapps/ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 USES= tar:bzip2 gnustep USE_GNUSTEP= build back USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/CameraKit post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/CameraKit.framework/Versions/0/libCameraKit.so .include diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index d46f3842b7c1..dd5609e5ba6e 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -1,52 +1,52 @@ PORTNAME= cenon # Per r492056, 4.0.2 is the last version which actually works with GNUstep, # the later ones use XCode >= 5 .xib files which GNUstep cannot parse. PORTVERSION= 4.0.2 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics gnustep MASTER_SITES= http://www.cenon.zone/download/source/ DISTNAME= Cenon-${MAINVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Vector graphics tool for GNUstep WWW= https://www.cenon.info/dLinux_gb.html USES= gnustep tar:bzip2 USE_GNUSTEP= gui base build LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/Cenon MAINVERSION= 4.0.2 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 DISTFILES+= CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX} post-patch: @${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#&|' \ ${WRKSRC}/GNUmakefile pre-install: ${MKDIR} ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Library/ ${TAR} -xyvf ${_DISTDIR}/CenonLibrary-${FULLVERSION}-1${EXTRACT_SUFX} \ -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 diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile index 1de06c6816ac..3c30d0882436 100644 --- a/graphics/fortytwo/Makefile +++ b/graphics/fortytwo/Makefile @@ -1,32 +1,32 @@ PORTNAME= fortytwo PORTVERSION= 0.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION} DISTFILES= FT-${PORTVERSION}-src.tgz \ FT-${PORTVERSION}-api-ref.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Graph management system for GNUstep WWW= https://FortyTwo.sourceforge.net/index.html LICENSE= LGPL21 USES= bdb gnustep USE_GNUSTEP= back build LIB_DEPENDS= libEncore.so:devel/fortytwo-encore \ libBDB.so:databases/fortytwo-bdb DEFAULT_LIBVERSION= 0.1 USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/FT-${PORTVERSION} DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/FT ADDITIONAL_OBJCFLAGS+= -I${BDB_INCLUDE_DIR} ADDITIONAL_LDFLAGS+= -L${BDB_LIB_DIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/FT.framework/Versions/0/libFT.so .include diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile index 96be3b221434..fc514bf7b8ef 100644 --- a/graphics/graphos/Makefile +++ b/graphics/graphos/Makefile @@ -1,18 +1,18 @@ PORTNAME= graphos PORTVERSION= 0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Graphos-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Vector drawing application centered around bezier paths WWW= https://gap.nongnu.org/graphos/ LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= build base gui USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index 6e4b4a53cd79..af51c756c7c0 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -1,23 +1,23 @@ PORTNAME= imageviewer PORTVERSION= 0.6.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics gnustep MASTER_SITES= http://www.nice.ch/~phip/ \ LOCAL/dinoex DISTNAME= ImageViewer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep Image Viewer WWW= https://www.nice.ch/~phip/softcorner.html #img LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/ImageViewer.app/ImageViewer .include diff --git a/graphics/laternamagica/Makefile b/graphics/laternamagica/Makefile index bf22e603a185..48472db6300c 100644 --- a/graphics/laternamagica/Makefile +++ b/graphics/laternamagica/Makefile @@ -1,20 +1,20 @@ PORTNAME= laternamagica PORTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= LaternaMagica-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer and slideshow application WWW= https://gap.nongnu.org/ LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/LaternaMagica.app/LaternaMagica .include diff --git a/graphics/pikopixel/Makefile b/graphics/pikopixel/Makefile index 01ee9d46e765..f0a4df29ba9b 100644 --- a/graphics/pikopixel/Makefile +++ b/graphics/pikopixel/Makefile @@ -1,23 +1,23 @@ PORTNAME= pikopixel DISTVERSION= 1.0-b10 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics gnustep MASTER_SITES= http://twilightedge.com/downloads/ DISTNAME= PikoPixel.Sources.${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Application for drawing and editing pixel-art images WWW= https://twilightedge.com/mac/pikopixel/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_agpl-3.0.txt USES= gnustep WRKSRC_SUBDIR= PikoPixel USE_GNUSTEP= base build gui post-install: @${STRIP_CMD} ${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/PikoPixel.app/PikoPixel .include diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index 05d22ad857bf..8a14db444973 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -1,24 +1,24 @@ PORTNAME= preview PORTVERSION= 0.8.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics gnustep MASTER_SITES= http://download.gna.org/gsimageapps/ PKGNAMEPREFIX= gnustep- DISTNAME= Preview-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer WWW= http://home.gna.org/gsimageapps/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Preview post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Preview.app/Preview .include diff --git a/graphics/price/Makefile b/graphics/price/Makefile index 97904f0686dc..867658d5d9aa 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -1,33 +1,33 @@ PORTNAME= price PORTVERSION= 1.3.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics gnustep MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= PRICE-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image filtering and manipulation using GNUstep WWW= https://price.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= gnustep USE_GNUSTEP= back build DATADIR= ${GNUSTEP_SYSTEM_ROOT}/Applications/PRICE.app PORTDATA= * PLIST_FILES= ${GNUSTEP_SYSTEM_TOOLS}/PRICE \ share/applications/PRICE.desktop post-build: ${SED} -i '' -e '/^Categories/s/=/&Graphics;/' \ ${WRKSRC}/PRICE.app/Resources/PRICE.desktop post-install: ${STRIP_CMD} ${STAGEDIR}${DATADIR}/PRICE ${LN} -sf ${DATADIR}/Resources/PRICE.desktop \ ${STAGEDIR}${PREFIX}/share/applications .include diff --git a/japanese/jishyo/Makefile b/japanese/jishyo/Makefile index 5a7029dcf99f..c6bc7994e815 100644 --- a/japanese/jishyo/Makefile +++ b/japanese/jishyo/Makefile @@ -1,24 +1,24 @@ PORTNAME= jishyo PORTVERSION= 0.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= japanese gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ DISTNAME= Jishyo-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= English to Japanese dictionary for GNUstep WWW= https://www.eskimo.com/~pburns/Dictionaries/ LICENSE= GPLv2+ PORTSCOUT= skipv:0.2 USES= gnustep USE_GNUSTEP= back base build gui CPPFLAGS+= -fcommon post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Jishyo.app/Jishyo .include diff --git a/lang/gscheme/Makefile b/lang/gscheme/Makefile index 2295ee2f3792..bbeedb78c35d 100644 --- a/lang/gscheme/Makefile +++ b/lang/gscheme/Makefile @@ -1,27 +1,27 @@ PORTNAME= gscheme PORTVERSION= 0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= lang gnustep MASTER_SITES= http://www.gnustep.it/marko/GScheme/ \ LOCAL/dinoex DISTNAME= GScheme DIST_SUBDIR= repacked MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep-aware scheme interpreter WWW= http://www.gnustep.it/marko/GScheme/index.html LICENSE= GPLv2+ USES= gnustep tar:tgz USE_GNUSTEP= back build post-patch: @${REINPLACE_CMD} -e 's|setMark:|setMarkScheme:|' \ ${WRKSRC}/SchemeTypes.h ${WRKSRC}/SchemeTypes.m post-install: ${RM} ${STAGEDIR}${GNUSTEP_PREFIX}/System/Applications/GScheme.app/Resources/library.scm~ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GScheme.app/GScheme .include diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 3f0aea722f82..8f8e312a5efb 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -1,35 +1,35 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap PKGNAMESUFFIX= -goodies${PKGNAMESUFFIX2} DISTNAME= Addresses-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Goodies for addressbook for GNUstep WWW= https://giesler.biz/bjoern/en/sw_addr.html LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= back build LIB_DEPENDS= libInspector.so:deskutils/gworkspace \ libAddresses.so:mail/addresses USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Addresses-${PORTVERSION}/Goodies post-patch: ${REINPLACE_CMD} -e 's|LDAPAddressBook||' \ -e 's|VCFViewer||' \ ${WRKSRC}/GNUmakefile ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ -e 's|Library/GWorkspace|Library/Bundles|' \ -e 's|-lGWorkspace|-lInspector|' \ ${WRKSRC}/VCFViewer/GNUmakefile ${REINPLACE_CMD} -e 's| diff --git a/mail/addresses/Makefile b/mail/addresses/Makefile index f972292dd74f..dba5feca0c1d 100644 --- a/mail/addresses/Makefile +++ b/mail/addresses/Makefile @@ -1,18 +1,18 @@ PORTNAME= addresses PORTVERSION= 0.4.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Addresses-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Versatile addressbook for GNUstep WWW= https://gap.nongnu.org/addresses/index.html LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} .include diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index b10af53f959d..102768e6b9f8 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -1,45 +1,45 @@ PORTNAME= gnumail DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= GNUMail-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep mail client WWW= https://www.nongnu.org/gnustep-nonfsf/gnumail/ LICENSE= GPLv2+ LIB_DEPENDS= libPantomime.so:mail/pantomime \ libAddresses.so:mail/addresses USES= cpe gnustep CPE_VENDOR= gnu USE_GNUSTEP= back build gui base USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=int-conversion .endif post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/GNUMail.framework/Versions/1/libGNUMail.so.1.4.0 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Colors.prefs/Colors @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Import.bundle/Import @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/PGP.bundle/PGP @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Fonts.prefs/Fonts @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Compose.prefs/Compose @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Filtering.prefs/Filtering @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Viewing.prefs/Viewing @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Sending.prefs/Sending @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Receiving.prefs/Receiving @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Emoticon.bundle/Emoticon @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Advanced.prefs/Advanced @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/MIME.prefs/MIME @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/ApplicationSupport/GNUMail/Account.prefs/Account @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GNUMail.app/GNUMail .include diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 3c7c910548d7..7fa6d998db63 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -1,30 +1,31 @@ PORTNAME= pantomime DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= mail gnustep MASTER_SITES= SAVANNAH/gnustep-nonfsf/ DISTNAME= Pantomime-${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Mail/MIME handling library for GNUstep WWW= http://www.collaboration-world.com/cgi-bin/project/index.cgi?pid=3 LICENSE= LGPL21 USES= gnustep iconv ssl # The use of libiconv shouldn't be necessary, but a build dependency installs # it and we end up picking up the header. USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} MAKE_ARGS+= LIBRARIES_DEPEND_UPON='${ICONV_LIB} -lssl' DEFAULT_LIBVERSION= ${DISTVERSION:R} .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=int-conversion .endif .include diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index 8d24cb380984..66753eff0f01 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -1,24 +1,24 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Scientific calculator for GNUstep WWW= https://www.eskimo.com/~pburns/EdenMath/ LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/EdenMath.app/EdenMath .include diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile index 6ba26979d9fd..05dfd97520f4 100644 --- a/multimedia/poe/Makefile +++ b/multimedia/poe/Makefile @@ -1,28 +1,28 @@ PORTNAME= poe PORTVERSION= 0.5.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/ DISTNAME= Poe-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Vorbis comment editor for GNUstep WWW= https://www.eskimo.com/~pburns/Poe/ LICENSE= GPLv2+ LIB_DEPENDS= libvorbis.so:audio/libvorbis USES= gnustep USE_GNUSTEP= back build PORTSCOUT= skipv:0.5.2 post-patch: ${REINPLACE_CMD} -e 's|-lvorbisfile$$|-lvorbisfile -logg|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Poe.app/Poe .include diff --git a/net/remotedesk/Makefile b/net/remotedesk/Makefile index 1e15fed2ac7e..b150c64c8055 100644 --- a/net/remotedesk/Makefile +++ b/net/remotedesk/Makefile @@ -1,26 +1,26 @@ PORTNAME= remotedesk PORTVERSION= 0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= RemoteDesk-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical interface to rdesktop WWW= https://gap.nongnu.org/remotedesk/index.html LICENSE= GPLv2+ RUN_DEPENDS= rdesktop:net/rdesktop USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/RemoteDesk.app/RemoteDesk .include diff --git a/news/lusernet/Makefile b/news/lusernet/Makefile index b327f2e7d8e7..6f9667ddc08f 100644 --- a/news/lusernet/Makefile +++ b/news/lusernet/Makefile @@ -1,26 +1,26 @@ PORTNAME= lusernet PORTVERSION= 0.4.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= news gnustep MASTER_SITES= LOCAL/dinoex DISTNAME= LuserNET-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep news reader LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build LIB_DEPENDS= libPantomime.so:mail/pantomime .include .if ${OPSYS} == FreeBSD ADDITIONAL_CPPFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/LuserNET.app/LuserNET .include diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index 6aed3e1ae9d6..8b4e795c1a2d 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -1,18 +1,18 @@ PORTNAME= gspdf PORTVERSION= 0.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= print gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= GSPdf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Postscript and Pdf Viewer for GNUstep WWW= https://gap.nongnu.org/gspdf/index.html USES= ghostscript gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSPdf.app/GSPdf .include diff --git a/science/paje/Makefile b/science/paje/Makefile index 6c6a554a8b5b..0d73a91fe8bf 100644 --- a/science/paje/Makefile +++ b/science/paje/Makefile @@ -1,47 +1,47 @@ PORTNAME= paje PORTVERSION= 1.97 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= science gnustep MASTER_SITES= SF/${PORTNAME}/Releases DISTNAME= Paje_${PORTVERSION} EXTRACT_SUFX= .tar.gz.gz MAINTAINER= ports@FreeBSD.org COMMENT= Generic visualization tool for GNUstep (Gantt chart and more) WWW= http://www-id.imag.fr/Logiciels/paje/ LICENSE= LGPL21 USES= gnustep USE_GNUSTEP= gui base back build WRKSRC= ${WRKDIR}/${DISTNAME} .include .if ${OPSYS} == FreeBSD CPPFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DOMAIN|#GNUSTEP_INSTALLATION_DOMAIN|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Paje.app/Paje \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/AggregatingFilter.bundle/AggregatingFilter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/ContainerFilter.bundle/ContainerFilter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/EntityTypeFilter.bundle/EntityTypeFilter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/FieldFilter.bundle/FieldFilter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/FileReader.bundle/FileReader \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/General.bundle/General \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/ImbricationFilter.bundle/ImbricationFilter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/OrderFilter.bundle/OrderFilter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/PajeEventDecoder.bundle/PajeEventDecoder \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/PajeSimulator.bundle/PajeSimulator \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/ReductionFilter.bundle/ReductionFilter \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/SpaceTimeViewer.bundle/SpaceTimeViewer \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/StatViewer.bundle/StatViewer \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/Paje/StorageController.bundle/StorageController .include diff --git a/sysutils/batmon/Makefile b/sysutils/batmon/Makefile index 97fe0bdf6860..09fea99946c2 100644 --- a/sysutils/batmon/Makefile +++ b/sysutils/batmon/Makefile @@ -1,23 +1,23 @@ PORTNAME= batmon PORTVERSION= 0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep battery monitor for laptops WWW= https://www.nongnu.org/gap/batmon/index.html LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/batmon.app/batmon .include diff --git a/sysutils/stepsync/Makefile b/sysutils/stepsync/Makefile index 5f6fd4517cf4..f94edd23f2ea 100644 --- a/sysutils/stepsync/Makefile +++ b/sysutils/stepsync/Makefile @@ -1,17 +1,17 @@ PORTNAME= stepsync PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= StepSync-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= File and folder synchronization tool WWW= https://gap.nongnu.org/stepsync/ LICENSE= GPLv2+ USES= gnustep USE_GNUSTEP= build base gui .include diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile index 45f045ef5305..2dd708c8be6e 100644 --- a/sysutils/timemon/Makefile +++ b/sysutils/timemon/Makefile @@ -1,27 +1,27 @@ PORTNAME= timemon PORTVERSION= 4.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= TimeMon-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CPU time usage monitor for GNUstep WWW= https://www.nongnu.org/gap/timemon/index.html # Converted from NO_CDROM LICENSE= TimeMon LICENSE_NAME= TimeMon LICENSE_TEXT= distribute without fee LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= gnustep USE_GNUSTEP= back build post-patch: ${RM} ${WRKSRC}/shared_obj/*.* post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/TimeMon.app/TimeMon .include diff --git a/textproc/duncan/Makefile b/textproc/duncan/Makefile index 1a77d52dde2e..fb9e391dd738 100644 --- a/textproc/duncan/Makefile +++ b/textproc/duncan/Makefile @@ -1,27 +1,27 @@ PORTNAME= duncan PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ DISTNAME= Duncan-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= English to Thai dictionary for GNUstep WWW= https://www.eskimo.com/~pburns/Dictionaries/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Duncan post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Duncan.app/Duncan .include diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile index b0ded1f32a4c..aa48bb1797fd 100644 --- a/textproc/easydiff/Makefile +++ b/textproc/easydiff/Makefile @@ -1,19 +1,19 @@ PORTNAME= easydiff PORTVERSION= 0.4.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc gnustep MASTER_SITES= GNUSTEP/usr-apps DISTNAME= EasyDiff-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep graphical diff LICENSE= GPLv2+ # COPYING has GPLv3 USES= gnustep USE_GNUSTEP= back build post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/EasyDiff.app/EasyDiff .include diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile index 85629e43c5d9..013ee8054506 100644 --- a/textproc/latex-service/Makefile +++ b/textproc/latex-service/Makefile @@ -1,21 +1,21 @@ PORTNAME= latex PORTVERSION= 0.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc gnustep MASTER_SITES= http://www.roard.com/latexservice/download/ PKGNAMESUFFIX= -service${PKGNAMESUFFIX2} DISTNAME= LaTeXService-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX service for GNUstep WWW= http://www.roard.com/latexservice/ LICENSE= GPLv2 USES= tar:tgz gnustep USE_GNUSTEP= back build post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Services/LaTeX.service/LaTeX .include diff --git a/textproc/localize/Makefile b/textproc/localize/Makefile index 036b74183123..7256926339a4 100644 --- a/textproc/localize/Makefile +++ b/textproc/localize/Makefile @@ -1,22 +1,22 @@ PORTNAME= localize PORTVERSION= 0.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= textproc gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Localize/files/ DISTNAME= Localize-20040424 MAINTAINER= ports@FreeBSD.org COMMENT= Application to aid in the translation of .strings files WWW= https://www.eskimo.com/~pburns/Localize/ LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Localize post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Localize.app/Localize .include diff --git a/www/grr/Makefile b/www/grr/Makefile index 8e90ae793530..44ee9e731eb4 100644 --- a/www/grr/Makefile +++ b/www/grr/Makefile @@ -1,39 +1,39 @@ PORTNAME= grr PORTVERSION= 1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Grr-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Rss reader for GNUstep WWW= https://gap.nongnu.org/grr/index.html LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libRSSKit.so:www/rsskit USES= gnustep USE_GNUSTEP= back build .include .if ${OPSYS} == FreeBSD CPPFLAGS+= -Wno-error=incompatible-function-pointer-types .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Grr \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/ArticleOperations.grrc/ArticleOperations \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/ArticleTable.grrc/ArticleTable \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/ArticleView.grrc/ArticleView \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/DatabaseOperations.grrc/DatabaseOperations \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/DatabaseTreeView.grrc/DatabaseTreeView \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/Fonts.grrc/Fonts \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/Proxy.grrc/Proxy \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/Searching.grrc/Searching \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/SubscriptionPanel.grrc/SubscriptionPanel \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Grr.app/Resources/TreeDatabase.grrdb/TreeDatabase .include diff --git a/www/rsskit/Makefile b/www/rsskit/Makefile index 65a23f624791..6e9543e3f90f 100644 --- a/www/rsskit/Makefile +++ b/www/rsskit/Makefile @@ -1,22 +1,22 @@ PORTNAME= rsskit PORTVERSION= 0.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= www gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= RSSKit-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Etoile Project RSSKit framework WWW= https://gap.nongnu.org/grr/index.html LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/RSSKit.framework/Versions/0/libRSSKit.so .include diff --git a/www/sogo/Makefile b/www/sogo/Makefile index 9de524e34096..ec45f2264157 100644 --- a/www/sogo/Makefile +++ b/www/sogo/Makefile @@ -1,126 +1,127 @@ PORTNAME= sogo PORTVERSION= 5.12.3 +PORTREVISION= 1 CATEGORIES= www gnustep MASTER_SITES= https://packages.sogo.nu/sources/ PKGNAMESUFFIX= -${FLAVOR} DISTNAME= SOGo-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards WWW= https://sogo.nu/ LICENSE= GPLv2 FLAVORS= mysql mysqlactivesync pgsql pgsqlactivesync FLAVOR?= ${FLAVORS:[1]} LIB_DEPENDS= libmemcached.so:databases/libmemcached \ libcurl.so:ftp/curl \ libsodium.so:security/libsodium \ libzip.so:archivers/libzip \ libytnef.so:converters/ytnef RUN_DEPENDS= zip:archivers/zip USES= cpe gettext-runtime gnustep objc pkgconfig shebangfix ssl CPE_VENDOR= inverse USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo USE_RC_SUBR= sogod SHEBANG_LANG= python SHEBANG_FILES= ${WRKSRC}/SoObjects/SOGo/gen-saml2-exceptions.py CONFIGURE_ARGS+= --disable-debug --disable-strip mysql_CONFLICTS_INSTALL= sogo2 ${PORTNAME}-pgsql ${PORTNAME}-pgsqlactivesync ${PORTNAME}-mysqlactivesync pgsql_CONFLICTS_INSTALL= sogo2 ${PORTNAME}-mysql ${PORTNAME}-mysqlactivesync ${PORTNAME}-pgsqlactivesync mysqlactivesync_CONFLICTS_INSTALL=sogo2 ${PORTNAME}-mysql ${PORTNAME}-pgsql ${PORTNAME}-pgsqlactivesync pgsqlactivesync_CONFLICTS_INSTALL=sogo2 ${PORTNAME}-mysql ${PORTNAME}-pgsql ${PORTNAME}-mysqlactivesync OPTIONS_DEFAULT= MEMCACHED MFA SAML2 OPTIONS_DEFINE= ACTIVESYNC MEMCACHED MFA SAML2 OPTIONS_SUB= yes OPTIONS_SINGLE_DATABASE=MYSQL PGSQL OPTIONS_SINGLE= DATABASE DATABASE_DESC= Database support ACTIVESYNC_DESC= Enable support for ActiveSync protocol MEMCACHED_DESC= Install memcached MFA_DESC= Enable support for multi-factor authentication SAML2_DESC= Enable support for SAML2 authentication ACTIVESYNC_LIB_DEPENDS= libwbxml2.so:textproc/libwbxml MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached MFA_LIB_DEPENDS= liboath.so:security/oath-toolkit MFA_CONFIGURE_ON= --enable-mfa SAML2_LIB_DEPENDS= liblasso.so:security/lasso SAML2_USES= python:build gnome SAML2_USE= gnome=glib20 SAML2_CONFIGURE_ON= --enable-saml2 PGSQL_BUILD_DEPENDS= ${LOCALBASE}/GNUstep/Local/Library/GDLAdaptors-4.9/PostgreSQL.gdladaptor/PostgreSQL:devel/sope@pgsql PGSQL_RUN_DEPENDS= ${LOCALBASE}/GNUstep/Local/Library/GDLAdaptors-4.9/PostgreSQL.gdladaptor/PostgreSQL:devel/sope@pgsql MYSQL_BUILD_DEPENDS= ${LOCALBASE}/GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL:devel/sope@mysql MYSQL_RUN_DEPENDS= ${LOCALBASE}/GNUstep/Local/Library/GDLAdaptors-4.9/MySQL.gdladaptor/MySQL:devel/sope@mysql USERS= sogod GROUPS= sogod SUB_FILES+= pkg-message SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} .if ${FLAVOR:U} == pgsql OPTIONS_DEFAULT+= PGSQL .endif .if ${FLAVOR:U} == mysql OPTIONS_DEFAULT+= MYSQL .endif .if ${FLAVOR:U} == mysqlactivesync OPTIONS_DEFAULT+= ACTIVESYNC MYSQL .endif .if ${FLAVOR:U} == pgsqlactivesync OPTIONS_DEFAULT+= ACTIVESYNC PGSQL .endif .include .if ${OPSYS} == FreeBSD CPPFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types .endif post-patch: @${GREP} -rlF '/etc/sogo' ${WRKSRC} \ | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' @${REINPLACE_CMD} -e 's|/usr/lib/GNUstep/|${LOCALBASE}/GNUstep/Local/Library|g' ${WRKSRC}/Apache/SOGo.conf @${REINPLACE_CMD} -e 's|srcBuffer\[stringLength\]|srcBuffer\[stringLength+1\]|g' \ ${WRKSRC}/SoObjects/SOGo/NSData+Crypto.m @${RM} ${WRKSRC}/Scripts/*.bak post-patch-ACTIVESYNC-on: @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile do-configure: cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} post-install: ${MKDIR} ${STAGEDIR}/var/spool/sogo ${MKDIR} ${STAGEDIR}${ETCDIR} ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/Scripts/sogo.conf ${STAGEDIR}${ETCDIR}/sogo.conf.sample ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo.conf ${STAGEDIR}${ETCDIR}/SOGo-Apache.conf.sample ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo-apple-ab.conf ${STAGEDIR}${ETCDIR}/SOGo-apple-ab.Apache.conf.sample ${INSTALL_DATA} ${FILESDIR}/expire-autoreply.creds.sample ${STAGEDIR}${ETCDIR}/ ${INSTALL_DATA} ${FILESDIR}/ealarms-notify.creds.sample ${STAGEDIR}${ETCDIR}/ ${INSTALL_DATA} ${FILESDIR}/cron-ealarms-notify.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ ${INSTALL_DATA} ${FILESDIR}/cron-expire-autoreply.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ cd ${WRKSRC}/Scripts && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} .include diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile index 29f35a8ec8bf..0255a12af81d 100644 --- a/www/sogo2/Makefile +++ b/www/sogo2/Makefile @@ -1,67 +1,67 @@ PORTNAME= sogo2 PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnustep MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/ DISTNAME= SOGo-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Groupware server with a focus on scalability and open standards WWW?= https://sogo.nu/ LICENSE= GPLv2 BROKEN_FreeBSD_13= ld: error: duplicate symbol: SOGoMailCoreInfoKeys BROKEN_FreeBSD_14= ld: error: duplicate symbol: SOGoMailCoreInfoKeys LIB_DEPENDS= libmemcached.so:databases/libmemcached \ libcurl.so:ftp/curl \ libDOM.so:devel/sope2 OPTIONS_DEFINE= ACTIVESYNC OPTIONS_SUB= yes ACTIVESYNC_DESC= Enable support for ActiveSync protocol ACTIVESYNC_LIB_DEPENDS= libwbxml2.so:textproc/libwbxml USERS= sogod GROUPS= sogod USES= gnustep ssl objc USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo CONFLICTS?= sogo[2-4]-activesync sogo[3-4] USE_RC_SUBR= sogod SUB_LIST+= GNUSTEP_LOCAL_TOOLS=${GNUSTEP_LOCAL_TOOLS} \ GNUSTEP_MAKEFILES=${GNUSTEP_MAKEFILES} ETCDIR= ${PREFIX}/etc/${PORTNAME:S/2//} CONFIGURE_ARGS= --disable-debug --enable-strip post-patch: @${GREP} -rlF '/etc/sogo' ${WRKSRC} \ | ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' @${REINPLACE_CMD} -e 's|/usr/lib/GNUstep|${GNUSTEP_LOCAL_ROOT}/Library|' ${WRKSRC}/Apache/SOGo.conf @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure post-patch-ACTIVESYNC-on: @${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile do-configure: cd ${WRKSRC} ; . ${GNUSTEP_MAKEFILES}/GNUstep.sh ; ./configure ${CONFIGURE_ARGS} post-install: ${MKDIR} ${STAGEDIR}/var/spool/sogo ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/Scripts/sogo.conf ${STAGEDIR}${ETCDIR}/sogo.conf.sample ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo.conf ${STAGEDIR}${ETCDIR}/SOGo-Apache.conf.sample ${INSTALL_DATA} ${WRKSRC}/Apache/SOGo-apple-ab.conf ${STAGEDIR}${ETCDIR}/SOGo-apple-ab.Apache.conf.sample ${INSTALL_DATA} ${FILESDIR}/expire-autoreply.creds.sample ${STAGEDIR}${ETCDIR}/ ${INSTALL_DATA} ${FILESDIR}/ealarms-notify.creds.sample ${STAGEDIR}${ETCDIR}/ ${INSTALL_DATA} ${FILESDIR}/cron-ealarms-notify.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ ${INSTALL_DATA} ${FILESDIR}/cron-expire-autoreply.sample ${STAGEDIR}${PREFIX}/GNUstep/Local/Tools/Admin/ .include diff --git a/x11-clocks/aclock/Makefile b/x11-clocks/aclock/Makefile index f1e8796426cb..3fcf286d922a 100644 --- a/x11-clocks/aclock/Makefile +++ b/x11-clocks/aclock/Makefile @@ -1,23 +1,23 @@ PORTNAME= aclock PORTVERSION= 0.4.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11-clocks gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= AClock-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Analog Clock for GNUstep WWW= https://gap.nongnu.org/aclock/index.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/${DISTNAME} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/AClock.app/AClock .include diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 348d5ed6572d..449c6d9574ce 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -1,77 +1,77 @@ PORTNAME= gnustep-app PORTVERSION= 2.0.0 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= x11 gnustep MAINTAINER= ports@FreeBSD.org COMMENT= Metaport for GNUstep applications USES= metaport gnustep USE_GNUSTEP= back base gui RUN_DEPENDS= aclock>0:x11-clocks/aclock \ addresses>0:mail/addresses \ addresses-goodies>0:mail/addresses-goodies \ affiche>0:deskutils/affiche \ appwrapper>0:deskutils/appwrapper \ batmon>0:sysutils/batmon \ biococoa>0:biology/biococoa \ camerakit>0:graphics/camerakit \ cartotheque>0:deskutils/cartotheque \ cddb-bundle>0:audio/cddb-bundle \ gnustep-cdplayer>0:audio/gnustep-cdplayer \ cenon>0:graphics/cenon \ duncan>0:textproc/duncan \ easydiff>0:textproc/easydiff \ edenmath>0:math/edenmath \ expense>0:finance/expense \ fortunate>0:games/fortunate \ fortytwo-bdb>0:databases/fortytwo-bdb \ fortytwo-encore>0:devel/fortytwo-encore \ fortytwo>0:graphics/fortytwo \ gmastermind>0:games/gmastermind \ gmines>0:games/gmines \ gnumail>0:mail/gnumail \ gnustep-ftp>0:ftp/gnustep-ftp \ gnustep-ladder>0:games/gnustep-ladder \ gnustep-sudoku>0:games/gnustep-sudoku \ gnustep-wrapper>0:deskutils/gnustep-wrapper \ gorm>0:devel/gorm \ grubik>0:games/grubik \ gscheme>0:lang/gscheme \ gshisen>0:games/gshisen \ gskrab>0:x11/gskrab \ gspdf>0:print/gspdf \ gworkspace-gwmetadata>0:deskutils/gworkspace-gwmetadata \ gworkspace>0:deskutils/gworkspace \ helpviewer>0:deskutils/helpviewer \ highlighterkit>0:devel/highlighterkit \ imageviewer>0:graphics/imageviewer \ innerspace>0:x11/innerspace \ jigsaw>0:games/jigsaw \ ja-jishyo>0:japanese/jishyo \ lapispuzzle>0:games/lapispuzzle \ laternamagica>0:graphics/laternamagica \ latex-service>0:textproc/latex-service \ localize>0:textproc/localize \ lusernet>0:news/lusernet \ mpdcon>0:audio/mpdcon \ nextgo>0:games/nextgo \ paje>0:science/paje \ pantomime>0:mail/pantomime \ pikopixel>0:graphics/pikopixel \ plopfolio>0:deskutils/plopfolio \ poe>0:multimedia/poe \ gnustep-preview>0:graphics/preview \ price>0:graphics/price \ remotedesk>0:net/remotedesk \ simpleagenda>0:deskutils/simpleagenda \ systempreferences>0:deskutils/systempreferences \ terminal.app>0:x11/terminal.app \ timemon>0:sysutils/timemon \ toolboxkit>0:deskutils/toolboxkit \ waiho>0:ftp/waiho \ wizardkit>0:devel/wizardkit \ zipper>0:archivers/zipper .include diff --git a/x11/gskrab/Makefile b/x11/gskrab/Makefile index 764905ce2b4a..9ad9440afbae 100644 --- a/x11/gskrab/Makefile +++ b/x11/gskrab/Makefile @@ -1,27 +1,27 @@ PORTNAME= gskrab PORTVERSION= 0.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 gnustep MASTER_SITES= http://organact.mine.nu/~wolfgang/gskrab/ DISTNAME= GSKrab-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep Keyboard Grabber LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/GSKrabFramework/GSKrab.framework/Versions/Current post-patch: @${REINPLACE_CMD} -e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/gsks \ ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/GSKrab.framework/Versions/0/libGSKrab.so .include diff --git a/x11/innerspace/Makefile b/x11/innerspace/Makefile index 56ede9e14944..966ed37272e1 100644 --- a/x11/innerspace/Makefile +++ b/x11/innerspace/Makefile @@ -1,28 +1,28 @@ PORTNAME= innerspace PORTVERSION= 0.2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= InnerSpace-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep screensaver WWW= https://www.nongnu.org/gap/innerspace/index.html LICENSE= GPLv2 USES= gnustep USE_GNUSTEP= back build post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile post-install: ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/InnerSpace.app/Resources/NickSpace.InnerSpace/NickSpace \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/InnerSpace.app/Resources/Black.InnerSpace/Black \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/InnerSpace.app/Resources/Boxes.InnerSpace/Boxes \ ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/InnerSpace.app/InnerSpace .include diff --git a/x11/terminal.app/Makefile b/x11/terminal.app/Makefile index 534231aed55c..28eceef2485b 100644 --- a/x11/terminal.app/Makefile +++ b/x11/terminal.app/Makefile @@ -1,27 +1,27 @@ PORTNAME= terminal.app PORTVERSION= 0.9.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 gnustep MASTER_SITES= SAVANNAH/gap DISTNAME= Terminal-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Terminal Emulator for GNUstep WWW= https://www.nongnu.org/backbone/ LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING USES= gnustep iconv USE_GNUSTEP= back build MAKE_ARGS+= Terminal_TOOL_LIBS='${ICONV_LIB} -lutil' post-patch: @${REINPLACE_CMD} -e 's,^NSString \*,extern &,' \ ${WRKSRC}/TerminalWindow.h post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Terminal.app/Terminal .include