From owner-svn-ports-all@freebsd.org Wed Apr 22 21:25:41 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E92B82C2234; Wed, 22 Apr 2020 21:25:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 496tl95tMhz3MWN; Wed, 22 Apr 2020 21:25:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4B6821424; Wed, 22 Apr 2020 21:25:41 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03MLPfEA069900; Wed, 22 Apr 2020 21:25:41 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03MLPfnB069894; Wed, 22 Apr 2020 21:25:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004222125.03MLPfnB069894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 22 Apr 2020 21:25:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r532518 - head/devel/tass64 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/tass64 X-SVN-Commit-Revision: 532518 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2020 21:25:42 -0000 Author: sunpoet Date: Wed Apr 22 21:25:40 2020 New Revision: 532518 URL: https://svnweb.freebsd.org/changeset/ports/532518 Log: Update to 1.55.2200 - Update pkg-descr - Take maintainership Changes: https://sourceforge.net/p/tass64/news/ Modified: head/devel/tass64/Makefile head/devel/tass64/distinfo head/devel/tass64/pkg-descr Modified: head/devel/tass64/Makefile ============================================================================== --- head/devel/tass64/Makefile Wed Apr 22 21:24:39 2020 (r532517) +++ head/devel/tass64/Makefile Wed Apr 22 21:25:40 2020 (r532518) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= tass64 -PORTVERSION= 1.54.1900 +PORTVERSION= 1.55.2200 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/source +MASTER_SITES= SF/tass64/source DISTNAME= 64tass-${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org -COMMENT= 6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Multi pass optimizing macro assembler for 65xx series processors LICENSE= GPLv2+ LGPL20+ LGPL21+ MIT LICENSE_COMB= multi @@ -20,8 +20,9 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-my_getopt USES= gmake zip MAKE_ARGS= -w CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}" + PLIST_FILES= bin/tass64 -PORTDOCS= * +PORTDOCS= README README.html OPTIONS_DEFINE= DOCS @@ -30,8 +31,6 @@ do-install: do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in README README.html - ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README* ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/tass64/distinfo ============================================================================== --- head/devel/tass64/distinfo Wed Apr 22 21:24:39 2020 (r532517) +++ head/devel/tass64/distinfo Wed Apr 22 21:25:40 2020 (r532518) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550566593 -SHA256 (64tass-1.54.1900-src.zip) = 5bf28dfcc7631a20a3ed7e308a50fe219d8a6417ad59d1d1162836ec3a1506ee -SIZE (64tass-1.54.1900-src.zip) = 700835 +TIMESTAMP = 1587498929 +SHA256 (64tass-1.55.2200-src.zip) = 067d0a54cb3c473b26aa5d69ea3f1f956be7cccc9044f1117fc20cb84aa63880 +SIZE (64tass-1.55.2200-src.zip) = 738253 Modified: head/devel/tass64/pkg-descr ============================================================================== --- head/devel/tass64/pkg-descr Wed Apr 22 21:24:39 2020 (r532517) +++ head/devel/tass64/pkg-descr Wed Apr 22 21:25:40 2020 (r532518) @@ -1,16 +1,21 @@ -6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02 Turbo Assembler +64tass is the multi pass optimizing macro assembler for the 65xx series of +processors. Key features: - -Open source, mostly portable C with minimal dependencies -Familiar syntax to Omicron TASS and TASM. -Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02 -Arbitrary-precision integers and bitstrings, double precision floating point nos -Character and byte strings, array arithmetic -Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, unicode strings -Supports Unicode identifiers with case folding and compatibility normalization -Built-in "linker" with section support -CPU or flat address space for creating huge binaries (e.g. cartridges) -Conditional compilation, macros, struct/union structures, scopes. +- Open source portable C with minimal dependencies +- Familiar syntax to Omicron TASS and TASM +- Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02, 4510 +- Arbitrary-precision integers and bit strings, double precision floating point + numbers +- Character and byte strings, array arithmetic +- Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, Unicode character + strings +- Supports Unicode identifiers with compatibility normalization and optional + case insensitivity +- Built-in linker with section support +- Various memory models, binary targets and text output formats (also + Hex/S-record) +- Assembly and label listings available for debugging or exporting +- Conditional compilation, macros, structures, unions, scopes WWW: http://tass64.sourceforge.net/