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
ta2as TASM to AT&T asm syntax converter (GNU AS)
0.8.2 converters 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 0.8.2Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-12-22 17:24:56
Last Update: 2023-06-06 20:45:25
Commit Hash: 2f606f4
Also Listed In: devel
License: TA2AS
WWW:
https://github.com/mefistotelis/ta2as
Description:
This simple tool reads a source file with TASM syntax and converts it to AT&T syntax. The AT&T syntax is widely used by GNU tools, in particular the GAS(AS) interpreter and GCC compiler. The TASM syntax is used by many commercial compilers and disassemblers, ie. NASM, MASM, Visual Studio or IDA Pro. Ta2As can automate most of the conversion, but it still isn't perfect - some correction have to be made manually before the code compiles. This tool was originally written by Frank van Dijk and released by SPiRiT group; this is continuation of his work, although not much of the original code remains.
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 (4 items)
Collapse this list.
  1. bin/ta2as
  2. /usr/local/share/licenses/ta2as-0.8.2/catalog.mk
  3. /usr/local/share/licenses/ta2as-0.8.2/LICENSE
  4. /usr/local/share/licenses/ta2as-0.8.2/TA2AS
Collapse this list.
Dependency lines:
  • ta2as>0:converters/ta2as
To install the port:
cd /usr/ports/converters/ta2as/ && make install clean
To add the package, run one of these commands:
  • pkg install converters/ta2as
  • pkg install ta2as
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ta2as
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1464768552 SHA256 (mefistotelis-ta2as-0.8.2_GH0.tar.gz) = b80f390b1f60bc0a7ca61476af7a08412d23b9f871834025b8537c55e9296dc6 SIZE (mefistotelis-ta2as-0.8.2_GH0.tar.gz) = 9761

Packages (timestamps in pop-ups are UTC):
ta2as
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.20.8.20.8.20.8.20.8.2-0.8.2-
FreeBSD:13:quarterly0.8.20.8.20.8.20.8.20.8.20.8.20.8.20.8.2
FreeBSD:14:latest0.8.20.8.20.8.20.8.20.8.20.8.2-0.8.2
FreeBSD:14:quarterly0.8.20.8.2-0.8.20.8.20.8.20.8.20.8.2
FreeBSD:15:latest0.8.20.8.2n/a0.8.2n/a0.8.20.8.20.8.2
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 ta2as-0.8.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
converters_ta2as
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mefistotelis/ta2as/tar.gz/0.8.2?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.2
06 Jun 2023 20:45:25
commit hash: 2f606f4670908db51a48b2d9ee29685916f4490bcommit hash: 2f606f4670908db51a48b2d9ee29685916f4490bcommit hash: 2f606f4670908db51a48b2d9ee29685916f4490bcommit hash: 2f606f4670908db51a48b2d9ee29685916f4490b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
converters/ta2as: Fix build with llvm15

- Pet portclippy
- Adopt port
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)
0.8.2
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)
0.8.2
20 Jul 2022 14:21:03
commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176commit hash: 9ee281eef7279ea8489901eddf3d6bbcfc4dd176 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.8.2
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.
0.8.2
30 May 2017 15:22:21
Revision:442084Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW
0.8.2
01 Jun 2016 13:15:37
Revision:416242Original commit files touched by this commit
mat search for other commits by this committer
Github cleanup.

- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
0.8.2
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.8.2
19 Nov 2015 00:51:21
Revision:401908Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
0.8.2
30 Jun 2015 22:59:37
Revision:391015Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to new github home [1]
- Add LICENSE

PR:		201173 [1]
Submitted by:	tkato432@yahoo.com [1]
Differential Revision:
0.8.2
07 Mar 2014 15:59:54
Revision:347403Original commit files touched by this commit
bapt search for other commits by this committer
Convert c* to USES=zip
0.8.2
09 Jan 2014 14:28:30
Revision:339241Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
0.8.2
20 Sep 2013 16:05:25
Revision:327715Original 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:
converters)
0.8.2
05 Jun 2012 20:43:06
Original commit files touched by this commit
sylvio search for other commits by this committer
- Update to version 0.8.2

Remove file:
files/patch-ta2as.c

PR:             ports/168593
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
0.8
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.8
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
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.
0.8
10 Dec 2006 16:31:01
Original commit files touched by this commit
lioux search for other commits by this committer
Give up maintainership
0.8
03 May 2006 23:38:41
Original commit files touched by this commit
edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
0.8
22 Dec 2005 17:19:16
Original commit files touched by this commit
lioux search for other commits by this committer
New port ta2as version 0.8: TASM to AT&T asm syntax converter
(GNU AS)

Number of commits found: 19