FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 10:34 PM BST
Port details
yasm 1.2.0 devel on this many watch lists=51 search for ports that depend on this port
A complete rewrite of the NASM assembler
Maintained by: johnson.peter@gmail.com search for ports maintained by this maintainer
Port Added: 07 Apr 2003 05:24:51
Also Listed In: lang
License: BSD


YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU Lesser General Public License
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts
NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O
(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source
debugging information in STABS, DWARF 2, and CodeView 8 formats.

WWW: http://www.tortall.net/projects/yasm/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required Libraries: converters/libiconv, devel/gettext

Required by:
for Build

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


Configuration Options
     No options to configure

Master Sites:
http://www.tortall.net/projects/yasm/releases/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 35

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
12 Apr 2012 02:30:54
Original commit files touched by this commit  1.2.0
ak search for other commits by this committer
Fix various errors in ports distinfo
(yii-1.1.9.r3527.tar.gz verified against upstream sources)
22 Feb 2012 04:34:26
Original commit files touched by this commit  1.2.0
eadler search for other commits by this committer
Update to 1.2.0

PR:             ports/165188
Submitted by:   Niclas Zeising <zeising@daemonic.se>
Approved by:    Peter Johnson <johnson.peter@gmail.com> (maintainer)
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.1.0
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
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.1.0
ohauer search for other commits by this committer
-remove MD5
11 Aug 2010 03:30:43
Original commit files touched by this commit  1.1.0
sahil search for other commits by this committer
- Update to 1.1.0
- Define LICENSE
- Mark MAKE_JOBS_SAFE

PR:             ports/149508
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:    Peter Johnson <johnson.peter@gmail.com> (maintainer)
31 May 2010 02:01:56
Original commit files touched by this commit  1.0.1_1
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
18 May 2010 08:32:18
Original commit files touched by this commit  1.0.1
wen search for other commits by this committer
- Update to 1.0.1

PR:             ports/146689
Submitted by:   Peter Johnson <johnson.peter@gmail.com>
16 May 2010 09:53:39
Original commit files touched by this commit  1.0.0
wen search for other commits by this committer
- Update to 1.0.0

PR:             ports/146512
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:    maintainer
27 Apr 2009 11:48:15
Original commit files touched by this commit  0.8.0
amdmi3 search for other commits by this committer
- Update to 0.8.0

PR:             134032
Submitted by:   Alex Kozlov <spam at rm-rf dot kiev dot ua>
Approved by:    Peter Johnson <johnson dot peter at gmail dot com> (maintainer)
12 Oct 2008 13:03:29
Original commit files touched by this commit  0.7.2
miwi search for other commits by this committer
- Update to 0.7.2

PR:             128018
Submitted by:   Peter Johnson <johnson.peter@gmail.com> (maintainer)
06 Jun 2008 13:21:59
Original commit files touched by this commit  0.7.1_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
31 May 2008 12:33:43
Original commit files touched by this commit  0.7.1
wxs search for other commits by this committer
Update to 0.7.1

PR:             ports/124088
Submitted by:   Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by:    garga (mentor, implicit)
07 May 2008 08:17:23
Original commit files touched by this commit  0.7.0
lwhsu search for other commits by this committer
- Update to 0.7.0

PR:             ports/123453
Submitted by:   bf <bf2006a AT yahoo.com>
Approved by:    "Peter Johnson" <johnson.peter AT gmail.com> (maintainer)
23 Sep 2007 05:49:32
Original commit files touched by this commit  0.6.2
lwhsu search for other commits by this committer
- Update to 0.6.2

PR:             ports/116553
Submitted by:   Peter Johnson <johnson.peter AT gmail.com> (maintainer)
23 Jul 2007 09:36:52
Original commit files touched by this commit  0.6.1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
11 Jun 2007 03:17:10
Original commit files touched by this commit  0.6.1
rafan search for other commits by this committer
- Update to 0.6.1

PR:             ports/113512
Submitted by:   Peter Johnson <johnson.peter at gmail.com> (maintainer)
31 Mar 2007 17:45:34
Original commit files touched by this commit  0.6.0
shaun search for other commits by this committer
- Update to 0.6.0.
- Hand over maintainership to submitter (who also happens to be the
  author of yasm)

PR:             ports/109511
Submitted by:   Peter Johnson <johnson.peter@gmail.com>
09 Dec 2006 03:38:17
Original commit files touched by this commit  0.5.0
shaun search for other commits by this committer
Fix build on ia64.
17 Nov 2006 06:50:18
Original commit files touched by this commit  0.5.0
kris search for other commits by this committer
BROKEN on ia64: Does not build
08 Aug 2006 14:33:58
Original commit files touched by this commit  0.5.0
shaun search for other commits by this committer
Upgrade to 0.5.0.

PR:             ports/100459
Submitted by:   Peter Johnson <johnson.peter@gmail.com>
19 Jun 2006 20:06:59
Original commit files touched by this commit  0.4.0
shaun search for other commits by this committer
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
25 Apr 2006 17:54:44
Original commit files touched by this commit  0.4.0
garga search for other commits by this committer
- Respect WITHOUT_NLS knob
- Take maintainership

PR:             ports/96290
Submitted by:   Shaun Amott <shaun@inerd.com>
24 Nov 2005 15:40:04
Original commit files touched by this commit  0.4.0
pav search for other commits by this committer
- Add some SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.4.0
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.
01 Jul 2005 07:17:25
Original commit files touched by this commit  0.4.0
vs search for other commits by this committer
Remove obsolete patch now that we don't build the included libltdl anymore
30 Jun 2005 15:47:32
Original commit files touched by this commit  0.4.0
vs search for other commits by this committer
Don't link statically to home-grown libltdl
01 Nov 2004 21:14:14
Original commit files touched by this commit  0.4.0
sem search for other commits by this committer
Update to 0.4.0

PR:             ports/73366
Submitted by:   Peter Johnson <freebsd (at) bilogic (dot) org>
30 Mar 2004 19:20:23
Original commit files touched by this commit  0.3.0_1
krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
04 Feb 2004 04:36:30
Original commit files touched by this commit  0.3.0_1
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.3.0
trevor search for other commits by this committer
SIZEify.
23 Jan 2004 18:12:26
Original commit files touched by this commit  0.3.0
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
12 Jan 2004 23:57:00
Original commit files touched by this commit  0.3.0
pav search for other commits by this committer
- Update to 0.3.0

PR:             ports/61277
Submitted by:   Vincent Tantardini <vinc@FreeBSD-fr.org>
26 Aug 2003 20:25:58
Original commit files touched by this commit  0.2.1_1
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 05:41:38
Original commit files touched by this commit  0.2.1
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
07 Apr 2003 05:24:22
Original commit files touched by this commit  0.2.1
ijliao search for other commits by this committer
add yasm 0.2.1
A complete rewrite of the NASM assembler

Number of commits found: 35

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours32
new 7 days59
new fortnight183
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.205 seconds.