Update to ophis-2.1.

This commit is contained in:
bentley 2020-12-19 12:39:10 +00:00
parent 53f603cdb0
commit ecc869f991
3 changed files with 17 additions and 12 deletions

View File

@ -1,26 +1,31 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:44:43 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2020/12/19 12:39:10 bentley Exp $
COMMENT = 65xx-series cross-assembler
COMMENT = 6502-series cross-assembler
MODPY_EGG_VERSION = 1.0
MODPY_EGG_VERSION = 2.1
DISTNAME = Ophis-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:L}
CATEGORIES = devel
HOMEPAGE = https://hkn.eecs.berkeley.edu/~mcmartin/ophis/
HOMEPAGE = https://michaelcmartin.github.io/Ophis/
# BSD
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE = Yes
MASTER_SITES = ${HOMEPAGE}
GH_ACCOUNT = michaelcmartin
GH_PROJECT = Ophis
GH_TAGNAME = v${MODPY_EGG_VERSION}
MODULES = lang/python
NO_TEST = Yes
WRKSRC = ${WRKDIST}/src
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ophis
${INSTALL_DATA} ${WRKDIST}/doc/ophismanual.pdf ${PREFIX}/share/doc/ophis
do-test:
cd ${WRKDIST}/tests && ${MODPY_BIN} test_ophis.py
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Ophis-1.0.tar.gz) = j9DuzlkqG62OozC1X2YmXS5njXEEkySmpHCpqXjptwM=
SIZE (Ophis-1.0.tar.gz) = 269137
SHA256 (Ophis-2.1.tar.gz) = 65dT1uUfE6kXLpF40k6frYZ34R/XkIz2jhKBmYCAEow=
SIZE (Ophis-2.1.tar.gz) = 2209236

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/10/14 22:29:57 bentley Exp $
@comment $OpenBSD: PLIST,v 1.2 2020/12/19 12:39:10 bentley Exp $
bin/ophis
lib/python${MODPY_VERSION}/site-packages/Ophis/
lib/python${MODPY_VERSION}/site-packages/Ophis-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
@ -14,12 +14,12 @@ lib/python${MODPY_VERSION}/site-packages/Ophis/Frontend.py
lib/python${MODPY_VERSION}/site-packages/Ophis/Frontend.pyc
lib/python${MODPY_VERSION}/site-packages/Ophis/IR.py
lib/python${MODPY_VERSION}/site-packages/Ophis/IR.pyc
lib/python${MODPY_VERSION}/site-packages/Ophis/Listing.py
lib/python${MODPY_VERSION}/site-packages/Ophis/Listing.pyc
lib/python${MODPY_VERSION}/site-packages/Ophis/Macro.py
lib/python${MODPY_VERSION}/site-packages/Ophis/Macro.pyc
lib/python${MODPY_VERSION}/site-packages/Ophis/Main.py
lib/python${MODPY_VERSION}/site-packages/Ophis/Main.pyc
lib/python${MODPY_VERSION}/site-packages/Ophis/OldPragmas.py
lib/python${MODPY_VERSION}/site-packages/Ophis/OldPragmas.pyc
lib/python${MODPY_VERSION}/site-packages/Ophis/Opcodes.py
lib/python${MODPY_VERSION}/site-packages/Ophis/Opcodes.pyc
lib/python${MODPY_VERSION}/site-packages/Ophis/Passes.py