mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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 <vulcan@wired.sh> Approved by: ehaupt (mentor)
This commit is contained in:
parent
0f2111b27f
commit
4f9d8f27a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533238
@ -238,6 +238,7 @@
|
||||
SUBDIR += tpb
|
||||
SUBDIR += treeline
|
||||
SUBDIR += treesheets
|
||||
SUBDIR += ultralist
|
||||
SUBDIR += virt-manager
|
||||
SUBDIR += vit
|
||||
SUBDIR += when
|
||||
|
26
deskutils/ultralist/Makefile
Normal file
26
deskutils/ultralist/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
deskutils/ultralist/distinfo
Normal file
3
deskutils/ultralist/distinfo
Normal file
@ -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
|
10
deskutils/ultralist/pkg-descr
Normal file
10
deskutils/ultralist/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user