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
tpasm Cross-assembler for variety of microprocessors and controllers
1.11 devel on this many watch lists=1 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 1.11Version 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 search for ports maintained by this maintainer
Port Added: 2003-02-26 17:45:39
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: GPLv2
WWW:
http://www.sqrt.com/
Description:
Tpasm is a command line based cross assembler for a vast variety of common microprocessors and controllers, currently supporting: * Rockwell 6502 (6502, 65c02) * Motorola 6805 (6805, 68705), 6809, 68hc11 * Intel 8051 (8031, 8032, 8051, 8052, 80c390) * Atmel AVR (avt, attiny, at90, atmega series) * Core Technologies CTXP-1 * Microchip PIC (12xxx, 14xxx, 16xxx, 17xxx series) * Sunplus SPCxxx series * Zilog Z80 (z80, z180) Its features include: * True multi-pass assembly (will take as many passes as needed) * Multiple segments * Sophisticated expressions * Macros, repeats, conditionals * Arbitrary length labels, local labels * Supporting new processors is reasonably straightforward * Can switch between processors during assembly
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 (15 items)
Collapse this list.
  1. /usr/local/share/licenses/tpasm-1.11/catalog.mk
  2. /usr/local/share/licenses/tpasm-1.11/LICENSE
  3. /usr/local/share/licenses/tpasm-1.11/GPLv2
  4. bin/tpasm
  5. libdata/tpasm/8051.inc
  6. libdata/tpasm/8052.inc
  7. libdata/tpasm/80c390.inc
  8. libdata/tpasm/avr.inc
  9. libdata/tpasm/p16c505.inc
  10. libdata/tpasm/picmacros.inc
  11. libdata/tpasm/reg_167.inc
  12. libdata/tpasm/reg_xe167xm.inc
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • tpasm>0:devel/tpasm
To install the port:
cd /usr/ports/devel/tpasm/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/tpasm
  • pkg install tpasm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tpasm
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1542122441 SHA256 (tpasm.tgz) = 4343ac5c1950566caaeaaff93ab2d24c7e92bf059d043f469cedc306574537c2 SIZE (tpasm.tgz) = 192112

Packages (timestamps in pop-ups are UTC):
tpasm
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.111.111.111.111.11-1.11-
FreeBSD:13:quarterly1.111.111.111.111.111.111.111.11
FreeBSD:14:latest1.111.111.111.111.111.11-1.11
FreeBSD:14:quarterly1.111.11-1.111.111.111.111.11
FreeBSD:15:latest1.111.11n/a1.11n/a1.111.111.11
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for tpasm-1.11: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_tpasm
USES:
gmake tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.sqrt.com/downloads/
Collapse this list.

Number of commits found: 30

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
1.11
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)
1.11
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.11
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.
1.11
09 Mar 2019 14:26:01
Revision:495144Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 1.11.
1.8
30 Mar 2016 00:53:27
Revision:412148Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
1.8
31 Dec 2015 08:32:38
Revision:404913Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak after distfile was renamed

Reported by:	pkg-fallout
1.8
30 Dec 2015 11:44:21
Revision:404836Original commit files touched by this commit
rakuco search for other commits by this committer
Switch to a working MASTER_SITE and unmark BROKEN.
1.8
09 Nov 2015 12:59:04
Revision:401096Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
1.8
27 Oct 2014 11:12:40
Revision:371554Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.8
29 Jul 2014 19:11:53
Revision:363374Original commit files touched by this commit
adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
1.8
16 Jan 2014 06:00:18
Revision:339898Original commit files touched by this commit
danfe search for other commits by this committer
Stagify the port.
1.8
20 Sep 2013 17:17:45
Revision:327726Original 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:
devel part 4)
1.8
06 Aug 2013 15:44:38
Revision:324319Original commit files touched by this commit
danfe search for other commits by this committer
- Convert USE_GMAKE, drop currently no-op MAKE_JOBS_SAFE
- Utilize new options framework for DOCS and EXAMPLES
- Undo the damage done in r310483 (per ports/174183): restore the patch
  instead of hard-to-read in-place editing of Makefile; switch back to
  atomic, $cwd-agnostic INSTALL_* statements

Pointyhat to:	Kato's ports sweatshop lemmings
1.8
08 Feb 2013 07:40:36
Revision:311914Original commit files touched by this commit
miwi search for other commits by this committer
- Remove empyt dirs
1.8
16 Jan 2013 08:17:53
Revision:310483Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 1.8.
- Trim header.

PR:		ports/174183
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
1.6
05 Jul 2012 09:56:11
Original commit files touched by this commit
danfe search for other commits by this committer
Relinquish to the pool.
1.6
01 Sep 2011 08:01:55
Original commit files touched by this commit
danfe search for other commits by this committer
- Generalize COMMENT: an increasing list of supported chips makes it overly
  long and hard to keep accurate
- Define LICENSE (GPLv2)
- Install one additional document
- Make port description fit the standard 80x24 terminal screen and reformat
  for better consistency while I'm here; also adjust some wording
1.6
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.6
15 Mar 2010 20:43:31
Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 1.6, which adds support for Infineon Technologies C166
microcontroller family.
1.5
28 Jun 2009 18:22:03
Original commit files touched by this commit
danfe search for other commits by this committer
Simplify command and kill a line wrap.
1.5
28 Jun 2009 18:08:13
Original commit files touched by this commit
danfe search for other commits by this committer
Update to version 1.5.
1.4
06 Dec 2008 10:02:51
Original commit files touched by this commit
danfe search for other commits by this committer
Reformat port description.
1.4
20 Mar 2008 09:15:57
Original commit files touched by this commit
danfe search for other commits by this committer
- Update to version 1.4
- Install examples
- Clean up Makefile
- Pacify portlint
1.2_1
30 Nov 2005 13:54:55
Original commit files touched by this commit
danfe search for other commits by this committer
Add more SHA256 sums.
1.2_1
27 Aug 2004 08:46:33
Original commit files touched by this commit
danfe search for other commits by this committer
Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:    fjoe (mentor)
1.2_1
29 Feb 2004 20:50:30
Original commit files touched by this commit
krion search for other commits by this committer
- SIZEify

PR:             ports/63548
Submitted by:   maintainer
1.2_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
1.2
08 Nov 2003 14:26:15
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 1.2
- Utilize DOCSDIR

PR:             59051
Submitted by:   Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
1.1
26 Feb 2003 17:44:59
Original commit files touched by this commit
fjoe search for other commits by this committer
New port: a cross-assembler for 6805, 6809, 68HC11, 6502, Sunplus, 8051,
Z80, PIC, and AVR

PR:             48243

Number of commits found: 30