Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2020 17:50:12 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537628 - in head/devel: . roswell
Message-ID:  <202006031750.053HoCZc036053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Wed Jun  3 17:50:12 2020
New Revision: 537628
URL: https://svnweb.freebsd.org/changeset/ports/537628

Log:
  Add devel/roswell: Common Lisp installer and launcher
  
  PR:		244032
  Submitted by:	CiarĂ¡n Ainsworth <cda@rootkey.co.uk>

Added:
  head/devel/roswell/
  head/devel/roswell/Makefile   (contents, props changed)
  head/devel/roswell/distinfo   (contents, props changed)
  head/devel/roswell/pkg-descr   (contents, props changed)
  head/devel/roswell/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jun  3 17:29:54 2020	(r537627)
+++ head/devel/Makefile	Wed Jun  3 17:50:12 2020	(r537628)
@@ -5382,6 +5382,7 @@
     SUBDIR += ros-urdfdom_headers
     SUBDIR += ros-vcstools
     SUBDIR += ros-wstool
+    SUBDIR += roswell
     SUBDIR += rote
     SUBDIR += rpc2
     SUBDIR += rpclib

Added: head/devel/roswell/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/roswell/Makefile	Wed Jun  3 17:50:12 2020	(r537628)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	roswell
+DISTVERSIONPREFIX=	v
+DISTVERSION=	20.05.14.106
+CATEGORIES=	devel lisp
+
+MAINTAINER=	cda@rootkey.co.uk
+COMMENT=	Common Lisp installer and launcher
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	${LOCALBASE}/bin/curl:ftp/curl
+RUN_DEPENDS=	${LOCALBASE}/bin/automake:devel/automake \
+		${LOCALBASE}/bin/curl:ftp/curl
+
+USES=	uidfix autoreconf
+
+LDFLAGS+=	-L${LOCALBASE}/lib/
+CFLAGS+=	-I${LOCALBASE}/include/
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	roswell
+
+GNU_CONFIGURE=	yes
+
+pre-configure:
+	(cd ${WRKSRC}/ && ${SH} bootstrap)
+
+.include <bsd.port.mk>

Added: head/devel/roswell/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/roswell/distinfo	Wed Jun  3 17:50:12 2020	(r537628)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1591129585
+SHA256 (roswell-roswell-v20.05.14.106_GH0.tar.gz) = df479d3e8df824f3e2cfccf59e49b1cbcceedf51f188628eb705da3964e7ca71
+SIZE (roswell-roswell-v20.05.14.106_GH0.tar.gz) = 164302

Added: head/devel/roswell/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/roswell/pkg-descr	Wed Jun  3 17:50:12 2020	(r537628)
@@ -0,0 +1,3 @@
+Roswell is a lisp implementation manager that aids in installing and using lisp
+
+WWW: https://github.com/roswell/roswell

Added: head/devel/roswell/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/roswell/pkg-plist	Wed Jun  3 17:50:12 2020	(r537628)
@@ -0,0 +1,128 @@
+bin/ros
+%%ETCDIR%%/balus.ros
+%%ETCDIR%%/build-asd.lisp
+%%ETCDIR%%/build-ros.lisp
+%%ETCDIR%%/build.ros
+%%ETCDIR%%/checkout.ros
+%%ETCDIR%%/compile-file.ros
+%%ETCDIR%%/config.ros
+%%ETCDIR%%/delete-asdf.lisp
+%%ETCDIR%%/delete-default.lisp
+%%ETCDIR%%/delete-dump.lisp
+%%ETCDIR%%/delete-env.lisp
+%%ETCDIR%%/delete-git.lisp
+%%ETCDIR%%/delete.ros
+%%ETCDIR%%/dist-add.lisp
+%%ETCDIR%%/dist-clean.lisp
+%%ETCDIR%%/dist-default.lisp
+%%ETCDIR%%/dist-delete.lisp
+%%ETCDIR%%/dist-disable.lisp
+%%ETCDIR%%/dist-enable.lisp
+%%ETCDIR%%/dist-list.lisp
+%%ETCDIR%%/dist-preference.lisp
+%%ETCDIR%%/dist-use.lisp
+%%ETCDIR%%/dist-versions.lisp
+%%ETCDIR%%/dist.ros
+%%ETCDIR%%/dump-ccl.lisp
+%%ETCDIR%%/dump-clisp.lisp
+%%ETCDIR%%/dump-cmucl.lisp
+%%ETCDIR%%/dump-ecl.lisp
+%%ETCDIR%%/dump-sbcl.lisp
+%%ETCDIR%%/dump.ros
+%%ETCDIR%%/emacs.ros
+%%ETCDIR%%/exec.ros
+%%ETCDIR%%/extend-quicklisp-system.lisp
+%%ETCDIR%%/extend-quicklisp.lisp
+%%ETCDIR%%/fmt.ros
+%%ETCDIR%%/get.ros
+%%ETCDIR%%/git.ros
+%%ETCDIR%%/help-install.lisp
+%%ETCDIR%%/help-options.lisp
+%%ETCDIR%%/help-run.lisp
+%%ETCDIR%%/help.ros
+%%ETCDIR%%/helper.el
+%%ETCDIR%%/hg.ros
+%%ETCDIR%%/init-default.lisp
+%%ETCDIR%%/init-dist.lisp
+%%ETCDIR%%/init-env.lisp
+%%ETCDIR%%/init.lisp
+%%ETCDIR%%/init.ros
+%%ETCDIR%%/install+7zip.lisp
+%%ETCDIR%%/install+externals-clasp.lisp
+%%ETCDIR%%/install+ffcall.lisp
+%%ETCDIR%%/install+msys2.lisp
+%%ETCDIR%%/install+sigsegv.lisp
+%%ETCDIR%%/install-abcl-bin.lisp
+%%ETCDIR%%/install-allegro.lisp
+%%ETCDIR%%/install-asdf.lisp
+%%ETCDIR%%/install-ccl-bin.lisp
+%%ETCDIR%%/install-clasp.lisp
+%%ETCDIR%%/install-clisp.lisp
+%%ETCDIR%%/install-cmu-bin.lisp
+%%ETCDIR%%/install-ecl.lisp
+%%ETCDIR%%/install-lispworks.lisp
+%%ETCDIR%%/install-mkcl.lisp
+%%ETCDIR%%/install-npt.lisp
+%%ETCDIR%%/install-quicklisp.lisp
+%%ETCDIR%%/install-sbcl-bin.lisp
+%%ETCDIR%%/install-sbcl-source.lisp
+%%ETCDIR%%/install-sbcl.lisp
+%%ETCDIR%%/install-slime.lisp
+%%ETCDIR%%/install-sly.lisp
+%%ETCDIR%%/install.ros
+%%ETCDIR%%/list-asdf.lisp
+%%ETCDIR%%/list-default.lisp
+%%ETCDIR%%/list-dump.lisp
+%%ETCDIR%%/list-env.lisp
+%%ETCDIR%%/list-git.lisp
+%%ETCDIR%%/list-installed.lisp
+%%ETCDIR%%/list-versions.lisp
+%%ETCDIR%%/list.ros
+%%ETCDIR%%/locations.lisp
+%%ETCDIR%%/make-depends.ros
+%%ETCDIR%%/patch-quicklisp.lisp
+%%ETCDIR%%/patch/sbcl-1.3.11.patch
+%%ETCDIR%%/patch/sbcl-posix-tests.patch
+%%ETCDIR%%/run.ros
+%%ETCDIR%%/setup.ros
+%%ETCDIR%%/shell.ros
+%%ETCDIR%%/system.lisp
+%%ETCDIR%%/template.ros
+%%ETCDIR%%/update-default.lisp
+%%ETCDIR%%/update-git.lisp
+%%ETCDIR%%/update-hg.lisp
+%%ETCDIR%%/update-quicklisp.lisp
+%%ETCDIR%%/update.ros
+%%ETCDIR%%/use-asdf.lisp
+%%ETCDIR%%/use-env.lisp
+%%ETCDIR%%/use.ros
+%%ETCDIR%%/util-config.lisp
+%%ETCDIR%%/util-dump.lisp
+%%ETCDIR%%/util-install-quicklisp.lisp
+%%ETCDIR%%/util-install.lisp
+%%ETCDIR%%/util-main.lisp
+%%ETCDIR%%/util-swank.lisp
+%%ETCDIR%%/util-template.lisp
+%%ETCDIR%%/util-use.lisp
+%%ETCDIR%%/util.lisp
+%%ETCDIR%%/version.ros
+%%ETCDIR%%/wait.ros
+%%ETCDIR%%/which.ros
+man/man1/ros-asdf.1.gz
+man/man1/ros-build.1.gz
+man/man1/ros-checkout.1.gz
+man/man1/ros-config.1.gz
+man/man1/ros-delete.1.gz
+man/man1/ros-dump.1.gz
+man/man1/ros-emacs.1.gz
+man/man1/ros-help.1.gz
+man/man1/ros-init.1.gz
+man/man1/ros-install.1.gz
+man/man1/ros-list.1.gz
+man/man1/ros-run.1.gz
+man/man1/ros-setup.1.gz
+man/man1/ros-template.1.gz
+man/man1/ros-update.1.gz
+man/man1/ros-use.1.gz
+man/man1/ros-wait.1.gz
+man/man1/ros.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006031750.053HoCZc036053>