diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-07 04:14:00 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-07 04:14:00 +0800 |
commit | 66cd4179b52eada38381fc5e0e321fd8d5ffffed (patch) | |
tree | ceb9a658ffd9b7b41267bda2b8d0c95e3194afd7 /editors/f4l | |
parent | 6ec609a2989226b763945176fe9086dc08e12259 (diff) | |
download | freebsd-ports-gnome-66cd4179b52eada38381fc5e0e321fd8d5ffffed.tar.gz freebsd-ports-gnome-66cd4179b52eada38381fc5e0e321fd8d5ffffed.tar.zst freebsd-ports-gnome-66cd4179b52eada38381fc5e0e321fd8d5ffffed.zip |
F4L - or Flash for Linux - is an open source development environment for
Macromedia Flash, a multi-platform format (swf/svg) widely used for web
applications and vector animation. Basically, you can make interactive
eye candy for your website and any other purpose.
This software is work-in-progress -- but it mostly works.
WWW: http://f4l.sourceforge.net/
PR: ports/98227
Submitted by: Shaun Amott <shaun@inerd.com>
Approved by: lawrance (mentor, implicit)
Diffstat (limited to 'editors/f4l')
-rw-r--r-- | editors/f4l/Makefile | 34 | ||||
-rw-r--r-- | editors/f4l/distinfo | 3 | ||||
-rw-r--r-- | editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSMovie.cpp | 12 | ||||
-rw-r--r-- | editors/f4l/pkg-descr | 8 | ||||
-rw-r--r-- | editors/f4l/pkg-message | 7 |
5 files changed, 64 insertions, 0 deletions
diff --git a/editors/f4l/Makefile b/editors/f4l/Makefile new file mode 100644 index 000000000000..b397f4205ea0 --- /dev/null +++ b/editors/f4l/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: f4l +# Date Created: 2006-05-29 +# Whom: Shaun Amott <shaun@inerd.com> +# +# $FreeBSD$ +# + +PORTNAME= f4l +PORTVERSION= 0.2.1 +CATEGORIES= editors multimedia www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= shaun@inerd.com +COMMENT= An open source development environment for Macromedia Flash + +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake + +USE_BZIP2= yes +USE_QT_VER= 3 +MAKE_ENV= QTDIR="${QT_PREFIX}" \ + QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.pre.mk> + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake + +do-install: + @cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES} ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/editors/f4l/distinfo b/editors/f4l/distinfo new file mode 100644 index 000000000000..32ae70242f22 --- /dev/null +++ b/editors/f4l/distinfo @@ -0,0 +1,3 @@ +MD5 (f4l-0.2.1.tar.bz2) = dcc2ef251814008e753becb933afb266 +SHA256 (f4l-0.2.1.tar.bz2) = 5c1aa166afdd9d666d32eee49248eb1e702d0814e424de6468137147e2e4a668 +SIZE (f4l-0.2.1.tar.bz2) = 1502767 diff --git a/editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSMovie.cpp b/editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSMovie.cpp new file mode 100644 index 000000000000..74c9ac6fb853 --- /dev/null +++ b/editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSMovie.cpp @@ -0,0 +1,12 @@ +--- src/flagStonePort/transform-cxx-bsd/transform/FSMovie.cpp.orig Tue May 30 00:22:32 2006 ++++ src/flagStonePort/transform-cxx-bsd/transform/FSMovie.cpp Tue May 30 00:22:22 2006 +@@ -1090,7 +1090,7 @@ + swfOut->setContext(FSStream::Version, version);
+ swfOut->setListener(listener);
+
+- int numberOfBytes = 14 + frameSize.lengthInStream(swfOut);\
++ int numberOfBytes = 14 + frameSize.lengthInStream(swfOut);
+ int objectLength = 0;
+
+ for (FSVector<FSMovieObject*>::iterator i = objects.begin(); i != objects.end(); ++i)
+ diff --git a/editors/f4l/pkg-descr b/editors/f4l/pkg-descr new file mode 100644 index 000000000000..206351fcc39a --- /dev/null +++ b/editors/f4l/pkg-descr @@ -0,0 +1,8 @@ +F4L - or Flash for Linux - is an open source development environment for +Macromedia Flash, a multi-platform format (swf/svg) widely used for web +applications and vector animation. Basically, you can make interactive +eye candy for your website and any other purpose. + +This software is work-in-progress -- but it mostly works. + +WWW: http://f4l.sourceforge.net/ diff --git a/editors/f4l/pkg-message b/editors/f4l/pkg-message new file mode 100644 index 000000000000..0e8b175db5cf --- /dev/null +++ b/editors/f4l/pkg-message @@ -0,0 +1,7 @@ +------------------------------------------------------------ +Please note that this software is still under development, +and as such, has many missing or incomplete features. + +However, it is possible to create fully working flash +movies with the software in its current state. +------------------------------------------------------------ |