pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/as31
Module Name: pkgsrc
Committed By: nia
Date: Thu Aug 10 15:39:36 UTC 2023
Modified Files:
pkgsrc/devel/as31: Makefile distinfo
Removed Files:
pkgsrc/devel/as31/patches: patch-aa patch-as31.y patch-lexer.c
patch-main.c patch-symbol.c
Log Message:
as31: Update to 2.3.1
This gets us around 15 years of changes and allows deleting some of our
hacks and patches. Thanks to the SlackBuilds maintainer for the hint
Version 2.3.1
* September 05, 2005 Alexander 'E-Razor' Krause
alexander.krause%erazor-zone.de@localhost
* fixed addressing errors with 64bit platforms
Thanks to Eric Jonas for the report!
* ebuild added sys-devel/as31-2.3.1.ebuild
Version 2.3.0
* March 31, 2005 Alexander 'E-Razor' Krause
alexander.krause%erazor-zone.de@localhost
* ebuild added sys-devel/as31-2.3.0.ebuild
* March 09, 2005 Martin Langer
* automake instead of static makefile (adds .configure script)
* new command line options
* version output
* output to a file
* help
* code cleanups
* some other changes ;-)
Version 2.2.1
* March 31, 2005 Alexander 'E-Razor' Krause
alexander.krause%erazor-zone.de@localhost
* ebuild added sys-devel/as31-2.2.1-r1.ebuild
* May 18, 2004 Martin Langer
* fixing some visible bugs - this adds the missing -s option
* May 06, 2004 Alexander 'E-Razor' Krause
alexander.krause%erazor-zone.de@localhost
* compiler error on gcc < 3 solved
* March 2004 Alexander 'E-Razor' Krause alexander.krause%erazor-zone.de@localhost
* removed bug when using more than 1 .inc
* tmp filename is now as-uid-random
* remove tmp_file when ready
* July 2003 added include directive (Bernd Porr)
* March 2001 fix crash with srecord format
* command line version returns non-zero on error
* April 2000 fix filename handling
* convert everything to ANSI C and bison
* properly handle 0b0h as hex 0xB0, not binary 0
* Make most errors into warning, and modify parser
* to recover and continue to the end of the file
* so that all warning are shown.
* Sept 1995 bug fixes, add obsure option for cgi
* Late 1994 Paul Stoffregen updates the code
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/as31/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/as31/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/as31/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/as31/patches/patch-as31.y \
pkgsrc/devel/as31/patches/patch-lexer.c \
pkgsrc/devel/as31/patches/patch-main.c \
pkgsrc/devel/as31/patches/patch-symbol.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/as31/Makefile
diff -u pkgsrc/devel/as31/Makefile:1.22 pkgsrc/devel/as31/Makefile:1.23
--- pkgsrc/devel/as31/Makefile:1.22 Wed Apr 21 08:41:05 2021
+++ pkgsrc/devel/as31/Makefile Thu Aug 10 15:39:36 2023
@@ -1,28 +1,17 @@
-# $NetBSD: Makefile,v 1.22 2021/04/21 08:41:05 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2023/08/10 15:39:36 nia Exp $
-DISTNAME= asm.8051
-PKGNAME= as31-19900126
-PKGREVISION= 2
+DISTNAME= as31_${PKGVERSION_NOREV}.orig
+PKGNAME= as31-2.3.1
CATEGORIES= devel
-MASTER_SITES= # ftp://ftp.uu.net/usenet/comp.sources.misc/volume10/
-EXTRACT_SUFX= .Z
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/a/as31/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://wiki.erazor-zone.de/_media/wiki:projects:linux:as31
COMMENT= 8031/8051 assembler
+LICENSE= modified-bsd # assumed, they say "BSD license"
-WRKSRC= ${WRKDIR}
-EXTRACT_CMD= ${GZCAT} $$extract_file | \
- ${SED} '1,/^.! \/bin\/sh/d' | ${SH}
-USE_TOOLS+= yacc
-MAKE_FILE= makefile
-BUILD_TARGET= as31
-MAKE_JOBS_SAFE= no
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/as31 ${DESTDIR}${PREFIX}/bin/as31
- ${INSTALL_DATA} ${WRKSRC}/as31.man \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/as31.1
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+USE_TOOLS+= bison
+GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/as31/distinfo
diff -u pkgsrc/devel/as31/distinfo:1.7 pkgsrc/devel/as31/distinfo:1.8
--- pkgsrc/devel/as31/distinfo:1.7 Tue Oct 26 10:14:16 2021
+++ pkgsrc/devel/as31/distinfo Thu Aug 10 15:39:36 2023
@@ -1,10 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:14:16 nia Exp $
+$NetBSD: distinfo,v 1.8 2023/08/10 15:39:36 nia Exp $
-BLAKE2s (asm.8051.Z) = bd3c82f67dc2f0ef86952ac9bdae3b4544588c05f7c2de0f8e09dd84591a32df
-SHA512 (asm.8051.Z) = 823ade1b2974756cdf259dec0f0e7d4eec2dfd8d534c3cc45d46d4d05374aa24d6555e53e9c6f443af708d09402c510a4b3a12394be5d090465e27c9cdc9d955
-Size (asm.8051.Z) = 36129 bytes
-SHA1 (patch-aa) = 12a8027db77748bace255e7af660363eb372110a
-SHA1 (patch-as31.y) = 368697a67d843f927e19c0ea2eb35ece6c28720b
-SHA1 (patch-lexer.c) = 43633848e2089b7cc8023dd5963ec9bb591bbffc
-SHA1 (patch-main.c) = fbeffe01a15cdaed650870415a2d20dc8cd1177f
-SHA1 (patch-symbol.c) = 0be031d5b075517e34b6327f70cc93c3a6ee3daa
+BLAKE2s (as31_2.3.1.orig.tar.gz) = 61e5218b02d46c68125b83696ff115b1e340b4d0c2c57a4b8072d3a8e7aae52a
+SHA512 (as31_2.3.1.orig.tar.gz) = e53e9aba2ceb63abdc08a2ec0e5c9b82b22bc5f93b613ed969242b6a5ae56efb774c3d75647e1776cee848d7fdb3123b19b53749c9683cc84fb09ae7a86b4353
+Size (as31_2.3.1.orig.tar.gz) = 154589 bytes
Home |
Main Index |
Thread Index |
Old Index