diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 17:53:21 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 17:53:21 +0000 |
commit | 06d2469bed45f0bc8b4d91f0973d1c03377c26c0 (patch) | |
tree | 99b37b8c95827c1638d09288cce034a61280e6a2 /multimedia/etoile-babbler | |
parent | cf8ab0b68d1b2dc7b4e439ccfc8fedbd8d90a50e (diff) | |
download | ports-06d2469bed45f0bc8b4d91f0973d1c03377c26c0.tar.gz ports-06d2469bed45f0bc8b4d91f0973d1c03377c26c0.zip |
Notes
Diffstat (limited to 'multimedia/etoile-babbler')
-rw-r--r-- | multimedia/etoile-babbler/Makefile | 35 | ||||
-rw-r--r-- | multimedia/etoile-babbler/distinfo | 3 | ||||
-rw-r--r-- | multimedia/etoile-babbler/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/etoile-babbler/pkg-plist | 24 |
4 files changed, 70 insertions, 0 deletions
diff --git a/multimedia/etoile-babbler/Makefile b/multimedia/etoile-babbler/Makefile new file mode 100644 index 000000000000..15a806630341 --- /dev/null +++ b/multimedia/etoile-babbler/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: etoile-babbler +# Date created: 22 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= babbler +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dinoex +PKGNAMEPREFIX= etoile- +DISTNAME= Etoile-${SNAPSHOT} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Simple media player for Etoile + +USE_BZIP2= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= MultimediaKit:${MULTIMEDIAKIT_PORT} + +SNAPSHOT= 20061221 +WRKSRC= ${WRKDIR}/Etoile/ +USE_GNUSTEP_MAKE_DIRS+= Services/User/Babbler + +XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit +MULTIMEDIAKIT_PORT?= multimedia/etoile-multimediakit + +.include <bsd.port.mk> diff --git a/multimedia/etoile-babbler/distinfo b/multimedia/etoile-babbler/distinfo new file mode 100644 index 000000000000..545ac18e8091 --- /dev/null +++ b/multimedia/etoile-babbler/distinfo @@ -0,0 +1,3 @@ +MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448 +SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992 +SIZE (Etoile-20061221.tar.bz2) = 9867481 diff --git a/multimedia/etoile-babbler/pkg-descr b/multimedia/etoile-babbler/pkg-descr new file mode 100644 index 000000000000..12c8682d995f --- /dev/null +++ b/multimedia/etoile-babbler/pkg-descr @@ -0,0 +1,8 @@ +Babbler is a simple media player. +It is designed to play single multimedia stream at a time. +It is more like QuickTime player than iTunes. + +Images used in Babbler is taken from mplayerPort. +http://www.sonappart.net/gnustep/mplayer/ + +WWW: http://www.etoile-project.org/ diff --git a/multimedia/etoile-babbler/pkg-plist b/multimedia/etoile-babbler/pkg-plist new file mode 100644 index 000000000000..8f3a50e8a991 --- /dev/null +++ b/multimedia/etoile-babbler/pkg-plist @@ -0,0 +1,24 @@ +Local/Applications/Babbler.app/Babbler +Local/Applications/Babbler.app/Resources/Babbler.desktop +Local/Applications/Babbler.app/Resources/English.lproj/MainMenu.gorm/data.classes +Local/Applications/Babbler.app/Resources/English.lproj/MainMenu.gorm/data.info +Local/Applications/Babbler.app/Resources/English.lproj/MainMenu.gorm/objects.gorm +Local/Applications/Babbler.app/Resources/English.lproj/Player.gorm/data.classes +Local/Applications/Babbler.app/Resources/English.lproj/Player.gorm/data.info +Local/Applications/Babbler.app/Resources/English.lproj/Player.gorm/objects.gorm +Local/Applications/Babbler.app/Resources/English.lproj/StreamPanel.gorm/data.classes +Local/Applications/Babbler.app/Resources/English.lproj/StreamPanel.gorm/data.info +Local/Applications/Babbler.app/Resources/English.lproj/StreamPanel.gorm/objects.gorm +Local/Applications/Babbler.app/Resources/Info-gnustep.plist +Local/Applications/Babbler.app/Resources/pause.tiff +Local/Applications/Babbler.app/Resources/play.tiff +Local/Applications/Babbler.app/Resources/seek_back.tiff +Local/Applications/Babbler.app/Resources/seek_fwd.tiff +Local/Applications/Babbler.app/library_paths.openapp +Local/Applications/Babbler.app/stamp.make +@dirrm Local/Applications/Babbler.app/Resources/English.lproj/StreamPanel.gorm +@dirrm Local/Applications/Babbler.app/Resources/English.lproj/Player.gorm +@dirrm Local/Applications/Babbler.app/Resources/English.lproj/MainMenu.gorm +@dirrm Local/Applications/Babbler.app/Resources/English.lproj +@dirrm Local/Applications/Babbler.app/Resources +@dirrm Local/Applications/Babbler.app |