Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 14:03:26 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365734 - in head/www: . geeknote
Message-ID:  <201408231403.s7NE3QNi036588@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Aug 23 14:03:26 2014
New Revision: 365734
URL: http://svnweb.freebsd.org/changeset/ports/365734
QAT: https://qat.redports.org/buildarchive/r365734/

Log:
  [NEW] www/geeknote: Command line client for Evernote
  
  Geeknote is a command line client for Evernote.
  
  Features:
  
    * Create notes in your Evernote account
    * Create tags, notebooks
    * Use Evernote search in console with different filters
    * Edit notes in console using any editor: nano, vim, emacs, mcedit
    * Sync your local files, directories with Evernote
    * Use Evernote with cron or any scripts
  
  WWW: http://www.geeknote.me

Added:
  head/www/geeknote/
  head/www/geeknote/Makefile   (contents, props changed)
  head/www/geeknote/distinfo   (contents, props changed)
  head/www/geeknote/pkg-descr   (contents, props changed)
  head/www/geeknote/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Aug 23 13:56:52 2014	(r365733)
+++ head/www/Makefile	Sat Aug 23 14:03:26 2014	(r365734)
@@ -232,6 +232,7 @@
     SUBDIR += gecko-mediaplayer
     SUBDIR += gecko-sharp20
     SUBDIR += geeklog
+    SUBDIR += geeknote
     SUBDIR += geneweb
     SUBDIR += geolizer
     SUBDIR += geronimo

Added: head/www/geeknote/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/geeknote/Makefile	Sat Aug 23 14:03:26 2014	(r365734)
@@ -0,0 +1,30 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	geeknote
+DISTVERSION=	0.2a
+CATEGORIES=	www python
+
+MAINTAINER=	koobs@FreeBSD.org
+COMMENT=	Command line client for Evernote
+
+LICENSE=	GPLv2
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}evernote>=1.17:${PORTSDIR}/www/py-evernote \
+		${PYTHON_PKGNAMEPREFIX}html2text>0:${PORTSDIR}/textproc/py-html2text \
+		${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy \
+		${PYTHON_PKGNAMEPREFIX}markdown2>0:${PORTSDIR}/textproc/py-markdown2 \
+		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:${PORTSDIR}/www/py-beautifulsoup \
+		${PYTHON_PKGNAMEPREFIX}thrift>0:${PORTSDIR}/devel/py-thrift
+
+USES=		dos2unix python:-2.7
+USE_GITHUB=	yes
+USE_PYTHON=     autoplist distutils
+GH_ACCOUNT=	VitaliyRodnenko
+GH_COMMIT=	192a0c5
+GH_TAGNAME=	${GH_COMMIT}
+
+regression-test: build
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
+.include <bsd.port.mk>

Added: head/www/geeknote/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/geeknote/distinfo	Sat Aug 23 14:03:26 2014	(r365734)
@@ -0,0 +1,2 @@
+SHA256 (geeknote-0.2a.tar.gz) = e6040c420f39e92910a5135d477f0093e1ff5ebcdd8ea330e35e65f5b568bcd7
+SIZE (geeknote-0.2a.tar.gz) = 31970

Added: head/www/geeknote/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/geeknote/pkg-descr	Sat Aug 23 14:03:26 2014	(r365734)
@@ -0,0 +1,12 @@
+Geeknote is a command line client for Evernote.
+
+Features:
+
+  * Create notes in your Evernote account
+  * Create tags, notebooks
+  * Use Evernote search in console with different filters
+  * Edit notes in console using any editor: nano, vim, emacs, mcedit
+  * Sync your local files, directories with Evernote
+  * Use Evernote with cron or any scripts
+
+WWW: http://www.geeknote.me

Added: head/www/geeknote/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/geeknote/pkg-plist	Sat Aug 23 14:03:26 2014	(r365734)
@@ -0,0 +1 @@
+@comment $FreeBSD$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408231403.s7NE3QNi036588>