notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
nesasm 6502 assembler with specific NES support
20040314_1 lang on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20040314_1Version of this port present on the latest quarterly branch.
Maintainer: ninjin@kth.se search for ports maintained by this maintainer
Port Added: 2007-09-06 05:57:16
Last Update: 2023-06-07 07:25:09
Commit Hash: 8932e25
Also Listed In: devel
License: NONE
WWW:
https://bobrost.com/nes/resources.php
Description:
The nesasm assembler is a 6502 assembler with specific NES support.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/nesasm-20040314_1/catalog.mk
  2. /usr/local/share/licenses/nesasm-20040314_1/LICENSE
  3. /usr/local/share/licenses/nesasm-20040314_1/NONE
  4. bin/nesasm
  5. share/doc/nesasm/cpu_inst.txt
  6. share/doc/nesasm/history.txt
  7. share/doc/nesasm/index.txt
  8. share/doc/nesasm/neshdr20.txt
  9. share/doc/nesasm/readme.txt
  10. share/doc/nesasm/usage.txt
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • nesasm>0:lang/nesasm
To install the port:
cd /usr/ports/lang/nesasm/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Package not available
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install lang/nesasm
  • pkg install nesasm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (nbasic_2004_03_14.zip) = 23c0106c397aec03ab8401c0dc0072eaeb420401f3c40d69ee1d3bd3e398a7b9 SIZE (nbasic_2004_03_14.zip) = 585041

Packages (timestamps in pop-ups are UTC):
nesasm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--20040314_1---20040314_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--20040314_1-----
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for nesasm-20040314_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
lang_nesasm
USES:
zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://bobrost.com/nes/files/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20040314_1
07 Jun 2023 07:25:09
commit hash: 8932e251e160047041455cba6c1d22cd591b6d27commit hash: 8932e251e160047041455cba6c1d22cd591b6d27commit hash: 8932e251e160047041455cba6c1d22cd591b6d27commit hash: 8932e251e160047041455cba6c1d22cd591b6d27 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/nesasm: Fix build with llvm15

- Add LICENSE NONE
- Pet portclippy

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
20040314_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
20040314_1
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
lang: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20040314_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20040314_1
22 Mar 2021 10:17:44
Revision:568947Original commit files touched by this commit
danfe search for other commits by this committer
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
20040314_1
27 Oct 2014 15:23:31
Revision:371587Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
20040314_1
04 Jul 2014 00:24:35
Revision:360495Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
20040314_1
17 Jun 2014 12:50:06
Revision:358110Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr@
20040314_1
10 Mar 2014 16:01:36
Revision:347773Original commit files touched by this commit
bapt search for other commits by this committer
Convert l* to USES=zip
20040314_1
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
20040314_1
24 Nov 2011 15:57:08
Original commit files touched by this commit
miwi search for other commits by this committer
- Respect CC/CFLAGS

PR:             162536
Submitted by:   Jan Beich <jbeich@tormail.net>
Approved by:    maintainer
Feature safe:   yes
20040314_1
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
20040314_1
06 Jul 2009 21:33:55
Original commit files touched by this commit
naddy search for other commits by this committer
Fix typo: PORTREVISON -> PORTREVISION
20040314
29 Jun 2008 20:13:43
Original commit files touched by this commit
itetcu search for other commits by this committer
- fix plist when -DNOPORTDOCS
- bump PORTREVISION

Prompted by:    QA Tindy run
Approved by:    maintainer timeout on BotMail
20040314
06 Sep 2007 05:56:58
Original commit files touched by this commit
edwin search for other commits by this committer
New port: lang devel/nesasm: 6502 assembler with specific NES support

        nesasm is a 6502 assembler with specific NES support. NES
        support in this case refers to FamiCOM and Nintendo
        Entertainment System support.

        lang/fasm has been used as a reference on how an assembler
        should be ported. Feedback is as always welcome, hopefully
        it will lead to me producing better ports and less work for
        you committer ;)

        WWW: http://bobrost.com/nes/resources.php

PR:             ports/115254
Submitted by:   Pontus Stenetorp <ninjin@kth.se>

Number of commits found: 16