From owner-svn-ports-all@freebsd.org Tue Apr 28 08:02:40 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 7190B2B0B05; Tue, 28 Apr 2020 08:02:40 +0000 (UTC) (envelope-from tagattie@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) server-signature RSA-PSS (4096 bits) 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 49BDdr23V9z4Q2N; Tue, 28 Apr 2020 08:02:40 +0000 (UTC) (envelope-from tagattie@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 41CC720FF7; Tue, 28 Apr 2020 08:02:40 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03S82eww087457; Tue, 28 Apr 2020 08:02:40 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03S82duB087452; Tue, 28 Apr 2020 08:02:39 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202004280802.03S82duB087452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Tue, 28 Apr 2020 08:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533238 - in head/deskutils: . ultralist X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: in head/deskutils: . ultralist X-SVN-Commit-Revision: 533238 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.29 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: Tue, 28 Apr 2020 08:02:40 -0000 Author: tagattie Date: Tue Apr 28 08:02:39 2020 New Revision: 533238 URL: https://svnweb.freebsd.org/changeset/ports/533238 Log: Ultralist is a task management system for technical people. It includes a command-line component that is very fast and stays out of the way. There is also a beautiful webapp that seamlessly syncs with the command-line. Ultralist is based off of the Getting Things Done system. It has a concept of due dates, projects, and contexts. WWW: https://ultralist.io/ PR: 243777 Submitted by: Lewis Cook Approved by: ehaupt (mentor) Added: head/deskutils/ultralist/ head/deskutils/ultralist/Makefile (contents, props changed) head/deskutils/ultralist/distinfo (contents, props changed) head/deskutils/ultralist/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Tue Apr 28 07:57:14 2020 (r533237) +++ head/deskutils/Makefile Tue Apr 28 08:02:39 2020 (r533238) @@ -238,6 +238,7 @@ SUBDIR += tpb SUBDIR += treeline SUBDIR += treesheets + SUBDIR += ultralist SUBDIR += virt-manager SUBDIR += vit SUBDIR += when Added: head/deskutils/ultralist/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/ultralist/Makefile Tue Apr 28 08:02:39 2020 (r533238) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ultralist +DISTVERSION= 0.9.4 +CATEGORIES= deskutils + +MAINTAINER= vulcan@wired.sh +COMMENT= Simple, powerful, task management system for the command line + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= go +USE_GITHUB= yes +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Added: head/deskutils/ultralist/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/ultralist/distinfo Tue Apr 28 08:02:39 2020 (r533238) @@ -0,0 +1,3 @@ +TIMESTAMP = 1580563043 +SHA256 (ultralist-ultralist-0.9.4_GH0.tar.gz) = fde0d3c7b1ba398944b01b55eddd16c2163d61c3c478528c4c36abd643fe76ad +SIZE (ultralist-ultralist-0.9.4_GH0.tar.gz) = 2060240 Added: head/deskutils/ultralist/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/ultralist/pkg-descr Tue Apr 28 08:02:39 2020 (r533238) @@ -0,0 +1,10 @@ +Ultralist is a task management system for technical people. + +It includes a command-line component that is very fast and stays out +of the way. There is also a beautiful webapp that seamlessly syncs +with the command-line. + +Ultralist is based off of the Getting Things Done system. It has a +concept of due dates, projects, and contexts. + +WWW: https://ultralist.io/