Port details |
- nomyso Convert MASM/TASM files to NASM compatible sources
- 4.3 converters
=3 4.3Version 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: 2005-12-22 19:18:31
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: hp48xgcc, hte, disco, zsnes, stunnel
- Also Listed In: devel
- License: ART10
- WWW:
- http://www.devoresoftware.com/nomyso/
- Description:
- [ excerpt from developer's www site ]
Nomyso is a Perl program which converts assembly language source
files for MASM and TASM to NASM-compatible source files.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nomyso>0:converters/nomyso
- To install the port:
- cd /usr/ports/converters/nomyso/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/nomyso
- pkg install nomyso
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nomyso
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nomyso43.zip) = 6d121f851219eebf314e43aa0beebff4de93c111e99062828be3f42edfe5ef7f
SIZE (nomyso43.zip) = 21674
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- converters_nomyso
- USES:
- perl5 zip dos2unix shebangfix
- 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 |
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) |
4.3 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 ) |
4.3 20 Jul 2022 14:21:03
    |
Tobias C. Berner (tcberner)  |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
4.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.3 17 Dec 2017 09:00:36
  |
amdmi3  |
- Add LICENSE
- Add NO_ARCH
- Unsilence installation commands |
4.3 17 Dec 2015 17:19:48
  |
mat  |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
4.3 07 Mar 2014 15:59:54
  |
bapt  |
Convert c* to USES=zip |
4.3 20 Jan 2014 18:39:50
  |
antoine  |
- Stage support
- Get rid of infozip dependency |
4.3 20 Sep 2013 16:05:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
4.3 03 Aug 2013 13:54:12
  |
mat  |
USES perl5, not yes... |
03 Aug 2013 13:44:01

|
mat  |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
4.3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
4.3 28 Jul 2010 13:14:36
 |
arved  |
Update to 4.3
PR: 149029
Submitted by: Frederic Culot <frederic@culot.org> |
4.0 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
4.0 24 Oct 2009 23:45:06
 |
wen  |
- Update to 4.0
PR: ports/139890
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: mentors(implicit) |
3.0 10 Dec 2006 16:31:01
 |
lioux  |
Give up maintainership |
3.0 03 May 2006 23:38:41
 |
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
3.0 22 Dec 2005 19:17:37
 |
lioux  |
New port nomyso version 3.0: Convert MASM/TASM files to NASM
compatible sources |