pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip clean-up: remove pasmo



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jul 2 15:58:00 2022 +0200
Changeset:	33d52c62bdf58cd7554ad7354faa422532d6bf7b

Modified Files:
	Makefile
Removed Files:
	pasmo/DESCR
	pasmo/Makefile
	pasmo/PLIST
	pasmo/distinfo

Log Message:
wip clean-up: remove pasmo

Dead upstream, no Homepage.
Last touched 2014.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=33d52c62bdf58cd7554ad7354faa422532d6bf7b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 -
 pasmo/DESCR    |  8 --------
 pasmo/Makefile | 27 ---------------------------
 pasmo/PLIST    |  5 -----
 pasmo/distinfo |  4 ----
 5 files changed, 45 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 0cf75e37d4..5efc7d9f37 100644
--- a/Makefile
+++ b/Makefile
@@ -3075,7 +3075,6 @@ SUBDIR+=	parcellite
 SUBDIR+=	parole
 SUBDIR+=	parted
 SUBDIR+=	partonevolution
-SUBDIR+=	pasmo
 SUBDIR+=	passepartout
 SUBDIR+=	paxmirabilis
 SUBDIR+=	paxtest
diff --git a/pasmo/DESCR b/pasmo/DESCR
deleted file mode 100644
index 9038777fc9..0000000000
--- a/pasmo/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Pasmo is a Z80 cross assembler, written in standard C++
-that compiles easily in multiple platforms.
-At the moment it can generate object code in the
-following formats: raw binary, Intel HEX, PRL for CP/M
-Plus RSX, Plus3Dos (Spectrum +3 disk), TAP, TZX and
-CDT (Spectrum and Amstrad CPC emulators tape images),
-AmsDos (Amstrad CPC disk) and MSX (for use with BLOAD
-from disk in Basic).
diff --git a/pasmo/Makefile b/pasmo/Makefile
deleted file mode 100644
index 4f7c6e6a51..0000000000
--- a/pasmo/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/10/04 19:34:55 asau Exp $
-#
-
-DISTNAME=		pasmo-0.5.3
-CATEGORIES=		devel
-MASTER_SITES=		http://pasmo.euler.es/bin/
-EXTRACT_SUFX=		.tgz
-
-MAINTAINER=		ivaniclixx%gmail.com@localhost
-HOMEPAGE=		http://www.arrakis.es/~ninsesabe/pasmo/
-COMMENT=		Z80 cross assembler written in C++
-
-USE_LANGUAGES=		c c++
-
-INSTALLATION_DIRS=	bin
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/pasmo ${DESTDIR}${PREFIX}/bin/
-	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/pasmo/
-	${INSTALL} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pasmo/
-	${INSTALL} ${WRKSRC}/pasmodoc.html ${DESTDIR}${PREFIX}/share/doc/pasmo/
-	${INSTALL} ${WRKSRC}/NEWS ${DESTDIR}${PREFIX}/share/doc/pasmo/
-
-USE_PKGLOCALEDIR=	yes
-GNU_CONFIGURE=		yes
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/pasmo/PLIST b/pasmo/PLIST
deleted file mode 100644
index 9dbaedfa3a..0000000000
--- a/pasmo/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/11 10:45:05 thomasklausner Exp $
-bin/pasmo
-share/doc/pasmo/NEWS
-share/doc/pasmo/README
-share/doc/pasmo/pasmodoc.html
diff --git a/pasmo/distinfo b/pasmo/distinfo
deleted file mode 100644
index 4d7360e2ca..0000000000
--- a/pasmo/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.3 2007/02/05 00:37:11 ivaniclixx Exp $
-
-RMD160 (pasmo-0.5.3.tgz) = 062a93fc0d911db067086542f09d0a42fc3193b0
-Size (pasmo-0.5.3.tgz) = 136383 bytes


Home | Main Index | Thread Index | Old Index