Port details |
- flasm Command line assembler/disassembler of flash actionscript bytecode
- 1.62_1 graphics =3 1.62_1Version of this port present on the latest quarterly branch.
- 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
- Port Added: 2002-01-21 23:05:36
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://flasm.sourceforge.net/
- Description:
- Command line assembler/disassembler of flash actionscript bytecode.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/flasm/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/flasm
- pkg install flasm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flasm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (flasm16src.zip) = df1273a506e2479cf95775197f5b7fa94e29fe1e0aae5aa190ed5bbebc4be5c6
SIZE (flasm16src.zip) = 111912
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- gmake>=4.3 : devel/gmake
- gperf : devel/gperf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_flasm
- USES:
- bison dos2unix gmake gperf zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.62_1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.62_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.62_1 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
1.62_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.62_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.62_1 04 May 2020 11:20:35 |
dinoex |
- fix build with -fno-common |
1.62_1 01 Feb 2020 20:05:09 |
dinoex |
- fix build with gperf 3.1
PR: 243163
Approved by: (maintainer timeout) |
1.62 14 Jun 2015 08:04:55 |
marino |
graphics/flasm is not jobs safe (easily reproducible)
This port has failed on me at least 4 times that's I've recorded. It
seems to be trying to use bison output before it's generated (e.g.
bison --defines --debug assembler.y which is executed twice). |
1.62 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.62 07 Oct 2014 15:58:08 |
bapt |
Fix without gperf in base |
1.62 18 Mar 2014 07:46:07 |
ehaupt |
- Support staging
- Respect CC and hence fix build with clang
- Respect CFLAGS |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
1.62 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.62 08 Mar 2013 11:32:12 |
bapt |
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 |
1.62 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.62 10 Oct 2010 05:51:57 |
kuriyama |
- Upgrade to 1.62.
PR: ports/148832
Submitted by: Takefu <takefu@airport.fm> |
1.52_1 06 Mar 2009 12:04:11 |
johans |
- Update bison to 2.4.1, see announcements for important changes:
http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
Replace %{ .. %} with %code { .. } where required
and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat
PR: ports/131640
Approved by: portmgr (pav) |
1.52_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.52 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.52 09 Jan 2005 03:31:16 |
kuriyama |
Record correct distfile. Author uses same filename with minor
version up. I placed new distfile on my site with renaming
to include minor version number in filename.
Pointed out by: Marton Kenyeres <junkmail@konvergencia.hu> |
1.52 26 Dec 2004 07:56:22 |
kuriyama |
Upgrade to 1.52.
PR: ports/72443
Submitted by: Marton Kenyeres <junkmail@konvergencia.hu> |
1.51 01 Jun 2004 15:34:47 |
kuriyama |
Upgrade to 1.51.
PR: ports/67447
Submitted by: Marton Kenyeres <junkmail@konvergencia.hu> |
1.41_1 18 Mar 2004 00:48:53 |
kuriyama |
SIZEify.
Submitted by: trevor |
1.41_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.41_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.41 22 Feb 2003 07:48:51 |
kuriyama |
de-pkg-comment. |
1.41 22 Jan 2003 00:24:46 |
kuriyama |
Upgrade to 1.41.
Original name of distfile is not changed since 1.4. So I put renamed
one (flasm141src.zip) on $MASTER_SITE_LOCAL. |
1.4 02 Dec 2002 16:57:43 |
marcus |
Fix build with bison 1.75.
Reported by: bento |
1.4 17 May 2002 09:49:43 |
kuriyama |
Upgrade to 1.4. |
1.32 17 May 2002 09:28:32 |
kris |
BROKEN: checksum fails |
23 Jan 2002 06:24:45 |
kuriyama |
Master site respond as "moved permanently" to another filename. |
22 Jan 2002 02:05:36 |
kuriyama |
Add flasm-1.32; Command line assembler/disassembler of flash actionscript
bytecode. |