aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-06-07 14:06:07 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-06-07 14:17:12 +0000
commit43636e1225408f1f9f8654c225b415840079b5e7 (patch)
tree279ee4c6f6eeca08ff0705b5923af7473da7d0ee
parent8c4813216022a5d0e00b75a184e3ce3c58a2b4c2 (diff)
downloadports-43636e1225408f1f9f8654c225b415840079b5e7.tar.gz
ports-43636e1225408f1f9f8654c225b415840079b5e7.zip
devel/roswell: Update to 21.10.14.111, take maintainership
PR: 253191 Approved by: cda@rootkey.co.uk (maintainer timeout, 2+ weeks)
-rw-r--r--devel/roswell/Makefile6
-rw-r--r--devel/roswell/distinfo6
-rw-r--r--devel/roswell/pkg-descr10
-rw-r--r--devel/roswell/pkg-plist10
4 files changed, 24 insertions, 8 deletions
diff --git a/devel/roswell/Makefile b/devel/roswell/Makefile
index 64b2df83628b..3faa7c129927 100644
--- a/devel/roswell/Makefile
+++ b/devel/roswell/Makefile
@@ -1,9 +1,9 @@
PORTNAME= roswell
DISTVERSIONPREFIX= v
-DISTVERSION= 20.06.14.107
+DISTVERSION= 21.10.14.111
CATEGORIES= devel lisp
-MAINTAINER= cda@rootkey.co.uk
+MAINTAINER= dmgk@FreeBSD.org
COMMENT= Common Lisp installer and launcher
LICENSE= MIT
@@ -13,8 +13,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/automake:devel/automake \
${LOCALBASE}/bin/curl:ftp/curl
USES= autoreconf localbase uidfix
-GNU_CONFIGURE= yes
USE_GITHUB= yes
+GNU_CONFIGURE= yes
pre-configure:
(cd ${WRKSRC}/ && ${SH} bootstrap)
diff --git a/devel/roswell/distinfo b/devel/roswell/distinfo
index ada26a4121db..59978e146640 100644
--- a/devel/roswell/distinfo
+++ b/devel/roswell/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593430935
-SHA256 (roswell-roswell-v20.06.14.107_GH0.tar.gz) = fc3fd46c55a50e2b76aba60ebbfeab393f345cdca7f2a87a6772c8b4fce3c2e4
-SIZE (roswell-roswell-v20.06.14.107_GH0.tar.gz) = 164983
+TIMESTAMP = 1652445673
+SHA256 (roswell-roswell-v21.10.14.111_GH0.tar.gz) = d1eb3e93b3aa6327d34d06fe14796a52f98fd7588092e6dbe2cabd0b8fbd7c92
+SIZE (roswell-roswell-v21.10.14.111_GH0.tar.gz) = 172464
diff --git a/devel/roswell/pkg-descr b/devel/roswell/pkg-descr
index 7f11fa558e8e..c8ea9f1d0211 100644
--- a/devel/roswell/pkg-descr
+++ b/devel/roswell/pkg-descr
@@ -1,3 +1,9 @@
-Roswell is a lisp implementation manager that aids in installing and using lisp
+Roswell is a Lisp implementation installer/manager, launcher, and much more! It
+started as a command-line tool with the aim to make installing and managing
+Common Lisp implementations really simple and easy.
-WWW: https://github.com/roswell/roswell
+Roswell has now evolved into a full-stack environment for Common Lisp
+development, and has many features that makes it easy to test, share, and
+distribute your Lisp applications.
+
+WWW: https://roswell.github.io/
diff --git a/devel/roswell/pkg-plist b/devel/roswell/pkg-plist
index 18b939af8306..13d61aa17888 100644
--- a/devel/roswell/pkg-plist
+++ b/devel/roswell/pkg-plist
@@ -4,6 +4,8 @@ bin/ros
%%ETCDIR%%/build-ros.lisp
%%ETCDIR%%/build.ros
%%ETCDIR%%/checkout.ros
+%%ETCDIR%%/client-swank.lisp
+%%ETCDIR%%/client.ros
%%ETCDIR%%/compile-file.ros
%%ETCDIR%%/config.ros
%%ETCDIR%%/delete-asdf.lisp
@@ -57,7 +59,9 @@ bin/ros
%%ETCDIR%%/install-allegro.lisp
%%ETCDIR%%/install-asdf.lisp
%%ETCDIR%%/install-ccl-bin.lisp
+%%ETCDIR%%/install-clasp-bin.lisp
%%ETCDIR%%/install-clasp.lisp
+%%ETCDIR%%/install-clisp-head.lisp
%%ETCDIR%%/install-clisp.lisp
%%ETCDIR%%/install-cmu-bin.lisp
%%ETCDIR%%/install-ecl.lisp
@@ -66,6 +70,7 @@ bin/ros
%%ETCDIR%%/install-npt.lisp
%%ETCDIR%%/install-quicklisp.lisp
%%ETCDIR%%/install-sbcl-bin.lisp
+%%ETCDIR%%/install-sbcl-head.lisp
%%ETCDIR%%/install-sbcl-source.lisp
%%ETCDIR%%/install-sbcl.lisp
%%ETCDIR%%/install-slime.lisp
@@ -85,6 +90,9 @@ bin/ros
%%ETCDIR%%/patch/sbcl-1.3.11.patch
%%ETCDIR%%/patch/sbcl-posix-tests.patch
%%ETCDIR%%/run.ros
+%%ETCDIR%%/serve-default.lisp
+%%ETCDIR%%/serve-swank.lisp
+%%ETCDIR%%/serve.ros
%%ETCDIR%%/setup.ros
%%ETCDIR%%/shell.ros
%%ETCDIR%%/system.lisp
@@ -112,6 +120,7 @@ bin/ros
man/man1/ros-asdf.1.gz
man/man1/ros-build.1.gz
man/man1/ros-checkout.1.gz
+man/man1/ros-client.1.gz
man/man1/ros-config.1.gz
man/man1/ros-delete.1.gz
man/man1/ros-dump.1.gz
@@ -121,6 +130,7 @@ 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-serve.1.gz
man/man1/ros-setup.1.gz
man/man1/ros-template.1.gz
man/man1/ros-update.1.gz