Port details |
- yasm-devel Complete rewrite of the NASM assembler (Development Snapshot)
- 1.2.0.29_1 devel
=1 1.2.0.29_1Version of this port present on the latest quarterly branch.
- DEPRECATED: No need to keep the -devel version due to upstream inactivity
This port expired on: 2021-12-31
- Maintainer: koobs@FreeBSD.org
- Port Added: 2013-11-29 15:14:18
- Last Update: 2021-12-31 13:40:03
- Commit Hash: 75b9550
- People watching this port, also watch:: tmux, proggy_fonts-ttf, monit
- Also Listed In: lang
- License: ART10 BSD2CLAUSE BSD3CLAUSE
- WWW:
- http://www.tortall.net/projects/yasm/
- Description:
- YASM is a complete rewrite of the NASM assembler under the "new" BSD License.
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/
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- yasm-devel>0:devel/yasm-devel
- Conflicts:
- CONFLICTS_INSTALL:
- No installation instructions:
- This port has been deleted.
- PKGNAME: yasm-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (yasm-1.2.0.29.g87c0.tar.gz) = 1d73e87cfc58ef89fd2bb63c680bdb32c6b99f07159744722f5e9dd00b9b876f
SIZE (yasm-1.2.0.29.g87c0.tar.gz) = 1428812
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:
-
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for yasm-devel-1.2.0.29_1:
DEBUG=off: Build with debugging support
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_yasm-devel
- USES:
- gettext iconv
- 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.2.0.29_1 31 Dec 2021 13:40:03 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2021-10-31 devel/sdl_sge: Upstream no longer maintained
2021-12-31 net/appkonference: Outdated, depends on unsupported version of
net/asterisk
2021-12-31 dns/bind911: End of life, please migrate to a newer version of BIND9
2021-12-31 net/zebra: Abandoned upstream, last release in 2005. Consider
migrating to net/frr7 or net/bird2
2021-12-31 audio/osalp: Abandoned upstream, listed as beta and no new release
since 2008
2021-12-31 games/stransball2: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-ruby-sdl-ffi: Depends on expired devel/sdl_sge
2021-12-31 devel/rubygem-rubygame: Depends on expired devel/sdl_sge
2021-12-31 devel/ruby-sdl: Depends on expired devel/sdl_sge
2021-12-31 games/magicmaze: Depends on expired devel/sdl_sge
2021-12-31 games/trophy: Depends on expired devel/clanlib1
2021-12-31 devel/clanlib1: Older than expired and removed devel/clanlib
2021-12-31 www/py-django31: Upgrade to Django 3.2+. Mainstream support ended
(April 6, 2021). Extended support ends December 2021. See
https://www.djangoproject.com/download/ (Only the first 15 lines of the commit message are shown above ) |
1.2.0.29_1 22 Dec 2021 09:37:52 |
Guangyuan Yang (ygy) |
devel/yasm-devel: Mark DEPRECATED and set EXPIRATION_DATE
The latest version of yasm was released on August 10, 2014. There is no
need to keep the -devel port, and it is even more confusing since it is
currently older than the non-devel port.
PR: 260185
Approved by: koobs (maintainer timeout, > 3 weeks) |
1.2.0.29_1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
1.2.0.29_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0.29_1 13 Mar 2018 08:33:13 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
1.2.0.29_1 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
1.2.0.29_1 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.2.0.29 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.2.0.29 22 Dec 2014 17:12:27 |
feld |
Update "BSD" license in devel category |
1.2.0.29 27 Oct 2014 11:09:47 |
bapt |
Cleanup plist |
1.2.0.29 29 Nov 2013 15:14:08 |
koobs |
devel/yasm-devel: Copy devel/yasm and update to 1.2.0.29 [NEW PORT]
- Update to 1.2.0.29 (g87c0)
- Enable STAGE support
- Update pkg-plist
- Adjust MASTER_SITES and MASTER_SITE_SUBDIR to suit snapshots
- Add -devel PKGNAMESUFFIX
- Remove indefinite article from and update COMMENT for uniqueness
- Update MAINTAINER
- Add NLS and DEBUG options
- Remove custom INSTALL_TARGET
- Remove MAN* macros
- Add regression-test: target
- Update pkg-descr |