diff options
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gnustep-wrapper/Makefile | 31 | ||||
-rw-r--r-- | deskutils/gnustep-wrapper/distinfo | 3 | ||||
-rw-r--r-- | deskutils/gnustep-wrapper/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/gnustep-wrapper/pkg-plist | 23 |
5 files changed, 63 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 4d2cfe7e7144..368156510106 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -64,6 +64,7 @@ SUBDIR += gnome-utils SUBDIR += gnotime SUBDIR += gnustep-notebook + SUBDIR += gnustep-wrapper SUBDIR += gourmet SUBDIR += gruler SUBDIR += gtimer diff --git a/deskutils/gnustep-wrapper/Makefile b/deskutils/gnustep-wrapper/Makefile new file mode 100644 index 000000000000..1b9a68a4666b --- /dev/null +++ b/deskutils/gnustep-wrapper/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gnsutep-wrapper +# Date created: 09 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= wrapper +PORTVERSION= 0.1.0 +CATEGORIES= deskutils +MASTER_SITES= ftp://ftp.raffael.ch/software/GNUstepWrapper/ +PKGNAMEPREFIX= gnustep- +DISTNAME= GNUstepWrapper-${PORTVERSION} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Create GNUstep app-wrappers of non-GNUstep applications + +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= +ALL_TARGET= + +post-patch: + ${REINPLACE_CMD} -e 's|cp -u|cp -p|' \ + ${WRKSRC}/WrapperFactory/GNUmakefile.postamble + +.include <bsd.port.mk> diff --git a/deskutils/gnustep-wrapper/distinfo b/deskutils/gnustep-wrapper/distinfo new file mode 100644 index 000000000000..d4ee3c26efa6 --- /dev/null +++ b/deskutils/gnustep-wrapper/distinfo @@ -0,0 +1,3 @@ +MD5 (GNUstepWrapper-0.1.0.tar.gz) = e6a9bb1a9dc968c3b510e76eefa38f1c +SHA256 (GNUstepWrapper-0.1.0.tar.gz) = be81433fb7cf0f4fce697ed73cbd49cc0618f32e6237e1ee10915d00bde29800 +SIZE (GNUstepWrapper-0.1.0.tar.gz) = 56572 diff --git a/deskutils/gnustep-wrapper/pkg-descr b/deskutils/gnustep-wrapper/pkg-descr new file mode 100644 index 000000000000..9ad4c8d9ef44 --- /dev/null +++ b/deskutils/gnustep-wrapper/pkg-descr @@ -0,0 +1,5 @@ +GNUstepWrapper provides an easy way to create GNUstep app-wrappers of +non-GNUstep applications. It is the most useful in conjunction with +Enrico Sersale's GWorkspace environment. + +Author: Raffael Herzog diff --git a/deskutils/gnustep-wrapper/pkg-plist b/deskutils/gnustep-wrapper/pkg-plist new file mode 100644 index 000000000000..c562930e230a --- /dev/null +++ b/deskutils/gnustep-wrapper/pkg-plist @@ -0,0 +1,23 @@ +System/Applications/WrapperFactory.app/Resources/DefaultAppIcon.tiff +System/Applications/WrapperFactory.app/Resources/DesktopEntry.tiff +System/Applications/WrapperFactory.app/Resources/English.lproj/Localizable.strings +System/Applications/WrapperFactory.app/Resources/English.lproj/WrapperDocument.gorm/data.classes +System/Applications/WrapperFactory.app/Resources/English.lproj/WrapperDocument.gorm/objects.gorm +System/Applications/WrapperFactory.app/Resources/English.lproj/WrapperFactory.gorm/data.classes +System/Applications/WrapperFactory.app/Resources/English.lproj/WrapperFactory.gorm/objects.gorm +System/Applications/WrapperFactory.app/Resources/GSWrapper_Launcher +System/Applications/WrapperFactory.app/Resources/Info-gnustep.plist +System/Applications/WrapperFactory.app/Resources/WrapperFactory.desktop +System/Applications/WrapperFactory.app/Resources/WrapperFactory.tiff +System/Applications/WrapperFactory.app/WrapperFactory +System/Applications/WrapperFactory.app/library_paths.openapp +System/Applications/WrapperFactory.app/stamp.make +System/Library/Libraries/libGSWrapper.so +System/Library/Libraries/libGSWrapper.so.%%MAJORLIBVERSION%% +System/Library/Libraries/libGSWrapper.so.%%LIBVERSION%% +System/Tools/GSWrapper_Launcher +@dirrm System/Applications/WrapperFactory.app/Resources/English.lproj/WrapperFactory.gorm +@dirrm System/Applications/WrapperFactory.app/Resources/English.lproj/WrapperDocument.gorm +@dirrm System/Applications/WrapperFactory.app/Resources/English.lproj +@dirrm System/Applications/WrapperFactory.app/Resources +@dirrm System/Applications/WrapperFactory.app |