summaryrefslogtreecommitdiff
path: root/editors/f4l
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 20:14:00 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-06-06 20:14:00 +0000
commitc27b995549c6f6233db07672eb4483557a7837a0 (patch)
tree7b3fc56bd951972b4f018ae08f9d89e8b17eac2a /editors/f4l
parentUpdate MASTER_SITES (diff)
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)
Notes
Notes: svn path=/head/; revision=164646
Diffstat (limited to 'editors/f4l')
-rw-r--r--editors/f4l/Makefile34
-rw-r--r--editors/f4l/distinfo3
-rw-r--r--editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSMovie.cpp12
-rw-r--r--editors/f4l/pkg-descr8
-rw-r--r--editors/f4l/pkg-message7
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.
+------------------------------------------------------------