Port details |
- tpasm Cross-assembler for variety of microprocessors and controllers
- 1.11 devel =3 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
- 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:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- 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:
|
Number of commits found: 30
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) |
1.11 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 ) |
1.11 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
1.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.11 09 Mar 2019 14:26:01 |
danfe |
Update to version 1.11. |
1.8 30 Mar 2016 00:53:27 |
amdmi3 |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch` |
1.8 31 Dec 2015 08:32:38 |
antoine |
Unbreak after distfile was renamed
Reported by: pkg-fallout |
1.8 30 Dec 2015 11:44:21 |
rakuco |
Switch to a working MASTER_SITE and unmark BROKEN. |
1.8 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
1.8 27 Oct 2014 11:12:40 |
bapt |
Cleanup plist |
1.8 29 Jul 2014 19:11:53 |
adamw |
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 |
danfe |
Stagify the port. |
1.8 20 Sep 2013 17:17:45 |
bapt |
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 |
danfe |
- 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 |
miwi |
- Remove empyt dirs |
1.8 16 Jan 2013 08:17:53 |
araujo |
- Update to 1.8.
- Trim header.
PR: ports/174183
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.6 05 Jul 2012 09:56:11 |
danfe |
Relinquish to the pool. |
1.6 01 Sep 2011 08:01:55 |
danfe |
- 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 |
ohauer |
-remove MD5 |
1.6 15 Mar 2010 20:43:31 |
danfe |
Update to version 1.6, which adds support for Infineon Technologies C166
microcontroller family. |
1.5 28 Jun 2009 18:22:03 |
danfe |
Simplify command and kill a line wrap. |
1.5 28 Jun 2009 18:08:13 |
danfe |
Update to version 1.5. |
1.4 06 Dec 2008 10:02:51 |
danfe |
Reformat port description. |
1.4 20 Mar 2008 09:15:57 |
danfe |
- Update to version 1.4
- Install examples
- Clean up Makefile
- Pacify portlint |
1.2_1 30 Nov 2005 13:54:55 |
danfe |
Add more SHA256 sums. |
1.2_1 27 Aug 2004 08:46:33 |
danfe |
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 |
krion |
- SIZEify
PR: ports/63548
Submitted by: maintainer |
1.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.2 08 Nov 2003 14:26:15 |
krion |
- 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 |
fjoe |
New port: a cross-assembler for 6805, 6809, 68HC11, 6502, Sunplus, 8051,
Z80, PIC, and AVR
PR: 48243 |
Number of commits found: 30
|