aboutsummaryrefslogtreecommitdiffstats
path: root/www/geeknote
Commit message (Collapse)AuthorAgeFilesLines
* www/geeknote: update sqlalchemy dependency to 1.0, bump PORTREVISIONrene2016-12-271-2/+2
| | | | | | PR: 215222 Submitted by: rene Approved by: maintainer timeout (koobs, 16 days)
* Reorganise and modernise the py-sqlalchemy ports.matthew2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* www/geeknote: Update to 0.2a (7ea2255)koobs2015-04-172-5/+6
| | | | | | | | | | | | | | - Update to 7ea2255 (Fixes Login bug [1]) - No longer need dos2unix - Deprecate GH_COMMIT Note: It would be really nice if upstream started 'releasing', or at least incrementing versions & uploading to PyPi [1] [1] https://github.com/VitaliyRodnenko/geeknote/issues/269 [2] https://github.com/VitaliyRodnenko/geeknote/issues/212 Reported by: Sergiy Mikhailushko <ooomka yandex ru> (via email)
* www/geeknote: Delete pkg-plistkoobs2014-08-301-1/+0
| | | | | | | | | | - Delete pkg-plist, created by porttools `port create` (via newfile), but not necessary with autoplist. Bug report created to remove $FreeBSD keyword in pkg-plist [1]. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193113 Reported by: antoine
* [NEW] www/geeknote: Command line client for Evernotekoobs2014-08-234-0/+45
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