a8df FreshPorts -- graphics/sswf
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
sswf 1.8.4_2 graphics on this many watch lists=1 search for ports that depend on this port
A library and script language tool to create Flash movies

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Oct 2005 08:48:15
License: not specified in port


A C++ Library and a script language tool to create Flash (SWF) movies up to
version 9. Supports nearly all the Macromedia Flash tags. Includes detailled
docs and a tool to convert your system fonts to a Flash movie.

WWW: http://www.m2osw.com/sswf
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/bison
  2. devel/pkgconf
  3. devel/libtool
Required Libraries:
  1. graphics/jpeg
  2. print/freetype2
  3. converters/libiconv

This port is required by:

for Run

To install the port: cd /usr/ports/graphics/sswf/ && make install clean
To add the package: pkg_add -r sswf


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  3. http://freefr.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  4. http://garr.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  5. http://heanet.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  6. http://hivelocity.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  7. http://ignum.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  8. http://internode.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  9. http://iweb.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  10. http://jaist.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  11. http://kaz.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  12. http://kent.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  13. http://master.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  14. http://nchc.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  15. http://ncu.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  16. http://netcologne.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  17. http://sunet.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  18. http://superb-dca3.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  19. http://switch.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  20. http://tenet.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  21. http://ufpr.dl.sourceforge.net/project/sswf/sswf/1.8.4/
  22. http://waix.dl.sourceforge.net/project/sswf/sswf/1.8.4/

Number of commits found: 27

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 11:59:29
Original commit files touched by this commit  1.8.4_2
mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
23 Apr 2013 10:47:03
Refresh Original commit files touched by this commit
  Sanity Test Failure
bapt search for other commits by this committer
Convert g* to USES=pkgconfig
08 Mar 2013 11:32:12
Original commit files touched by this commit  1.8.4_2
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
01 Feb 2013 15:04:01
Original commit files touched by this commit  1.8.4_2
ak search for other commits by this committer
- Fix all cases of 'No newline at end of file' in ports tree

Approved by: portmgr (bapt)
26 Jul 2012 05:40:24
Original commit files touched by this commit  1.8.4_2
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
22 Jul 2012 23:24:00
Original commit files touched by this commit  1.8.4_2
dougb search for other commits by this committer
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.8.4_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
30 Jul 2011 13:28:23
Original commit files touched by this commit  1.8.4_2
rene search for other commits by this committer
- Fix build with clang [1]
- Pet portlint [1]

Rename new patch files to match the current port style and
http://www.freebsd.org/doc/en/books/porters-handbook/slow-patch.html
PR:             ports/158077
Submitted by:   Marcin Cieslak [saper saper.info]
03 Jul 2011 14:12:23
Original commit files touched by this commit  1.8.4_2
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  1.8.4_2
ade search for other commits by this committer
Sync to new bsd.autotools.mk
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.8.4_2
dinoex search for other commits by this committer
- update to jpeg-8
02 Aug 2009 19:36:34
Original commit files touched by this commit  1.8.4_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
18 Jul 2009 11:11:29
Original commit files touched by this commit  1.8.4_1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
20 Mar 2009 23:31:14
Original commit files touched by this commit  1.8.4
miwi search for other commits by this committer
- Update to 1.8.4

PR:             132750
Submitted by:   Ports Fury
18 Aug 2008 22:08:16
Original commit files touched by this commit  1.8.3
miwi search for other commits by this committer
- Update to 1.8.3

PR:             126597
Submitted by:   Ports Fury
06 Aug 2008 20:41:05
Original commit files touched by this commit  1.7.4_1
anholt search for other commits by this committer
Drop maintainership on my ports as I'm no longer using FreeBSD.
25 Jul 2008 14:34:52
Original commit files touched by this commit  1.7.4_1
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
17 Oct 2007 10:13:01
Original commit files touched by this commit  1.7.4_1
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
29 Jan 2007 23:51:55
Original commit files touched by this commit  1.7.4
kris search for other commits by this committer
Use libtool port instead of included version to avoid a.out objformat botch
31 Aug 2006 07:12:37
Original commit files touched by this commit  1.7.4
anholt search for other commits by this committer
Update to 1.7.4.

PR:             ports/101946
Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru>
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.7.2_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 12:35:18
Original commit files touched by this commit  1.7.2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.7.2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
03 Nov 2005 03:38:14
Original commit files touched by this commit  1.7.2
anholt search for other commits by this committer
Add the @dirrm entries, which I had missed entirely.

Reported by:    pointyhat via kris
23 Oct 2005 20:59:15
Original commit files touched by this commit  1.7.2
anholt search for other commits by this committer
Add missing dependency on freetype, which was always happily satisfied already
by my installed systems.

Reported by:    pointyhat via kris
20 Oct 2005 08:49:47
Original commit files touched by this commit  1.7.2
anholt search for other commits by this committer
BUILD_DEPEND on bison, which is required to successfully build (fallback to
byacc fails).

Reported by:    pointyhat via kris
17 Oct 2005 08:47:32
Original commit files touched by this commit  1.7.2
anholt search for other commits by this committer
New port: sswf, a tool to build Flash animation files from sourcecode, including
support for ActionScript.

Number of commits found: 27

2828
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24568
Broken 187
Deprecated 455
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 49
Set to expire 440
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days28
new fortnight84
new month174

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0