pkgsrc-WIP-changes archive

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

clisp-asdf: Remove



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Tue Jan 3 14:20:42 2023 -0800
Changeset:	63811298401c183ca86a8b3112775f519ab448b3

Modified Files:
	Makefile
Removed Files:
	clisp-asdf/DESCR
	clisp-asdf/Makefile
	clisp-asdf/PLIST
	clisp-asdf/distinfo

Log Message:
clisp-asdf: Remove

- it already comes bundled with lang/sbcl AND lang/ecl
- it's an ancient, outdated version (ASDF 3 has been the standard for
  several years already)
- hasn't been touched since 2012

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

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

diffstat:
 Makefile            |  1 -
 clisp-asdf/DESCR    |  6 ------
 clisp-asdf/Makefile | 54 -----------------------------------------------------
 clisp-asdf/PLIST    |  8 --------
 clisp-asdf/distinfo |  4 ----
 5 files changed, 73 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 29bf593e75..c590e81992 100644
--- a/Makefile
+++ b/Makefile
@@ -479,7 +479,6 @@ SUBDIR+=	clic
 SUBDIR+=	clipmenu
 SUBDIR+=	cliquer
 SUBDIR+=	clisp
-SUBDIR+=	clisp-asdf
 SUBDIR+=	clisp-hg
 SUBDIR+=	clock-signal
 SUBDIR+=	clockspeed
diff --git a/clisp-asdf/DESCR b/clisp-asdf/DESCR
deleted file mode 100644
index c600b0cb37..0000000000
--- a/clisp-asdf/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-ASDF is Another System Definition Facility: a tool for specifying how systems
-of Common Lisp software are comprised of components (sub-systems and files),
-and how to operate on these components in the right order so that they can be
-compiled, loaded, tested, etc.
-
-This pkgsrc package is created for clisp.
diff --git a/clisp-asdf/Makefile b/clisp-asdf/Makefile
deleted file mode 100644
index ae65bce0e8..0000000000
--- a/clisp-asdf/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2012/09/24 18:26:54 asau Exp $
-
-DISTNAME=	asdf-2.018.19
-PKGNAME=	clisp-${DISTNAME}
-PKGREVISION=	1
-CATEGORIES=	devel
-MASTER_SITES=	http://www.kozachuk.info/netbsd/contrib/
-
-MAINTAINER=	ddeus.pkgsrc%mailnull.com@localhost
-HOMEPAGE=	https://common-lisp.net/project/asdf/
-COMMENT=	Another System Definition Facility for Common Lisp
-LICENSE=	mit
-
-DEPENDS+=	clisp>=2.49:../../lang/clisp
-
-USE_TOOLS+=	makeinfo
-INFO_FILES=	yes
-
-PKG_SYSCONFSUBDIR=	clisp
-
-INSTALLATION_DIRS= \
-		lib/clisp/dynmod \
-		lib/clisp/asdfmod \
-		share/doc/${PKGNAME_NOREV} \
-		share/examples/${PKGBASE} \
-		${PKGINFODIR}
-
-CONF_FILES+=	share/examples/${PKGBASE}/source-registry.conf \
-		${PKG_SYSCONFDIR}/source-registry.conf
-CONF_FILES+=	share/examples/${PKGBASE}/asdf-output-translations.conf \
-		${PKG_SYSCONFDIR}/asdf-output-translations.conf
-
-CHECK_PORTABILITY_SKIP=	bin/asdf-version bin/make-tarball
-
-do-build:
-	( cd ${WRKSRC} && \
-	    ${MV} asdf.lisp asdf.lisp.orig && \
-	    ${SED} "s+#p\"/etc/common-lisp/\"+#p\"${PKG_SYSCONFDIR}/\"+" asdf.lisp.orig > asdf.lisp && \
-	    ${PREFIX}/bin/clisp -q -norc -c asdf.lisp )
-	echo "(:source-registry (:tree \"${PREFIX}/lib/clisp/asdfmod/\") :inherit-configuration)" >${WRKSRC}/source-registry.conf
-	echo "(:output-translations (t t) :inherit-configuration)" >${WRKSRC}/asdf-output-translations.conf
-	( cd ${WRKSRC}/doc && ${MAKEINFO} --html --no-split --no-headers -o asdf.html asdf.texinfo )
-	( cd ${WRKSRC}/doc && ${MAKEINFO} asdf.texinfo )
-
-do-install:
-	${INSTALL_DATA} ${WRKSRC}/asdf.lisp ${DESTDIR}${PREFIX}/lib/clisp/dynmod/asdf.lisp
-	${INSTALL_DATA} ${WRKSRC}/asdf.fas ${DESTDIR}${PREFIX}/lib/clisp/dynmod/asdf.fas
-	${INSTALL_DATA} ${WRKSRC}/source-registry.conf ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/source-registry.conf
-	${INSTALL_DATA} ${WRKSRC}/asdf-output-translations.conf ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/asdf-output-translations.conf
-	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}/README
-	${INSTALL_DATA} ${WRKSRC}/doc/asdf.html ${DESTDIR}${PREFIX}/share/doc/${PKGNAME_NOREV}/asdf.html
-	${INSTALL_INFO} ${WRKSRC}/doc/asdf.info ${DESTDIR}${PREFIX}/${PKGINFODIR}/asdf.info
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/clisp-asdf/PLIST b/clisp-asdf/PLIST
deleted file mode 100644
index a1b851411f..0000000000
--- a/clisp-asdf/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2012/01/18 13:11:17 ddeus Exp $
-info/asdf.info
-lib/clisp/dynmod/asdf.fas
-lib/clisp/dynmod/asdf.lisp
-share/doc/${PKGNAME}/README
-share/doc/${PKGNAME}/asdf.html
-share/examples/${PKGBASE}/source-registry.conf
-share/examples/${PKGBASE}/asdf-output-translations.conf
diff --git a/clisp-asdf/distinfo b/clisp-asdf/distinfo
deleted file mode 100644
index b44341af0a..0000000000
--- a/clisp-asdf/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/11/27 22:28:15 ddeus Exp $
-
-RMD160 (asdf-2.018.19.tar.gz) = ecb0903b43639a2c9c5f5ffd71fb22229514e7b7
-Size (asdf-2.018.19.tar.gz) = 172405 bytes


Home | Main Index | Thread Index | Old Index