diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-26 14:12:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-26 14:12:28 +0000 |
commit | ba267b0f2761739a1da0d0d1a26bb3247f171751 (patch) | |
tree | 70e35b0880e64848394b2eb5a7919bde00c12a7b /x11-fm | |
parent | 9bb29ee4c7507eba07bf66be89fc0c777c63f3f8 (diff) | |
download | ports-ba267b0f2761739a1da0d0d1a26bb3247f171751.tar.gz ports-ba267b0f2761739a1da0d0d1a26bb3247f171751.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/etoile-fontmanager/Makefile | 28 | ||||
-rw-r--r-- | x11-fm/etoile-fontmanager/distinfo | 3 | ||||
-rw-r--r-- | x11-fm/etoile-fontmanager/pkg-descr | 6 | ||||
-rw-r--r-- | x11-fm/etoile-fontmanager/pkg-plist | 21 |
5 files changed, 59 insertions, 0 deletions
diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 9aac43e3df7c..63aaa2a89e86 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -10,6 +10,7 @@ SUBDIR += dolphin SUBDIR += emelfm2 SUBDIR += entropyfm + SUBDIR += etoile-fontmanager SUBDIR += evidence SUBDIR += ezfm SUBDIR += filerunner diff --git a/x11-fm/etoile-fontmanager/Makefile b/x11-fm/etoile-fontmanager/Makefile new file mode 100644 index 000000000000..1793dc1ac341 --- /dev/null +++ b/x11-fm/etoile-fontmanager/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: etoile-fontmanager +# Date created: 26 Nov 2008 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= fontmanager +PORTVERSION= 0.4.0 +CATEGORIES= x11-fm gnustep +MASTER_SITES= http://download.gna.org/etoile/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile-${PORTVERSION} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project application for managing fonts + +USE_BZIP2= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} +USE_GNUSTEP_MAKE_DIRS+= Services/User/FontManager + +.include <bsd.port.mk> diff --git a/x11-fm/etoile-fontmanager/distinfo b/x11-fm/etoile-fontmanager/distinfo new file mode 100644 index 000000000000..2c1e8a612c54 --- /dev/null +++ b/x11-fm/etoile-fontmanager/distinfo @@ -0,0 +1,3 @@ +MD5 (etoile-0.4.0.tar.bz2) = 7c33baf8ec3a708d0d419b1e137452de +SHA256 (etoile-0.4.0.tar.bz2) = 05b5f01932aaad2ae6251ae01a1ad5376d29c984ee83d9fb62688c8d4a20237a +SIZE (etoile-0.4.0.tar.bz2) = 8225128 diff --git a/x11-fm/etoile-fontmanager/pkg-descr b/x11-fm/etoile-fontmanager/pkg-descr new file mode 100644 index 000000000000..ec9c19618b64 --- /dev/null +++ b/x11-fm/etoile-fontmanager/pkg-descr @@ -0,0 +1,6 @@ +Font Manager is an app for the purpose of (guess what) managing fonts. It can +currently show you your installed fonts and show samples of them. Planned +features are disabling/enabling fonts and easy installation of fonts (including +previewing of uninstalled fonts). + +WWW: http://www.etoile-project.org/ diff --git a/x11-fm/etoile-fontmanager/pkg-plist b/x11-fm/etoile-fontmanager/pkg-plist new file mode 100644 index 000000000000..a41f1c40dc40 --- /dev/null +++ b/x11-fm/etoile-fontmanager/pkg-plist @@ -0,0 +1,21 @@ +Local/Applications/FontManager.app/FontManager +Local/Applications/FontManager.app/Resources/Document-Font.tif +Local/Applications/FontManager.app/Resources/English.lproj/FontDocument.gorm/data.classes +Local/Applications/FontManager.app/Resources/English.lproj/FontDocument.gorm/data.info +Local/Applications/FontManager.app/Resources/English.lproj/FontDocument.gorm/objects.gorm +Local/Applications/FontManager.app/Resources/English.lproj/Localizable.strings +Local/Applications/FontManager.app/Resources/English.lproj/MainMenu.gorm/data.classes +Local/Applications/FontManager.app/Resources/English.lproj/MainMenu.gorm/data.info +Local/Applications/FontManager.app/Resources/English.lproj/MainMenu.gorm/objects.gorm +Local/Applications/FontManager.app/Resources/FontManager.desktop +Local/Applications/FontManager.app/Resources/FontManager.tif +Local/Applications/FontManager.app/Resources/Info-gnustep.plist +Local/Applications/FontManager.app/Resources/UnicodeBlockNames.plist +Local/Applications/FontManager.app/Resources/UnicodeBlocks.plist +Local/Applications/FontManager.app/stamp.make +Local/Tools/FontManager +@dirrm Local/Applications/FontManager.app/Resources/English.lproj/MainMenu.gorm +@dirrm Local/Applications/FontManager.app/Resources/English.lproj/FontDocument.gorm +@dirrm Local/Applications/FontManager.app/Resources/English.lproj +@dirrm Local/Applications/FontManager.app/Resources +@dirrm Local/Applications/FontManager.app |