From owner-svn-ports-all@freebsd.org Wed Jun 3 17:50:13 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A764533CCB9; Wed, 3 Jun 2020 17:50:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49cbz941pzz3ySP; Wed, 3 Jun 2020 17:50:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80D9311E0E; Wed, 3 Jun 2020 17:50:13 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 053HoDYW036057; Wed, 3 Jun 2020 17:50:13 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 053HoCZc036053; Wed, 3 Jun 2020 17:50:12 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202006031750.053HoCZc036053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Wed, 3 Jun 2020 17:50:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537628 - in head/devel: . roswell X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/devel: . roswell X-SVN-Commit-Revision: 537628 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2020 17:50:13 -0000 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 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 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