Index: deskutils/ultralist/Makefile =================================================================== --- deskutils/ultralist/Makefile (nonexistent) +++ deskutils/ultralist/Makefile (working copy) @@ -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 Property changes on: deskutils/ultralist/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/ultralist/distinfo =================================================================== --- deskutils/ultralist/distinfo (nonexistent) +++ deskutils/ultralist/distinfo (working copy) @@ -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 Property changes on: deskutils/ultralist/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: deskutils/ultralist/pkg-descr =================================================================== --- deskutils/ultralist/pkg-descr (nonexistent) +++ deskutils/ultralist/pkg-descr (working copy) @@ -0,0 +1,11 @@ +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/ Property changes on: deskutils/ultralist/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property