diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-05-07 20:02:22 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-05-07 20:02:22 +0000 |
commit | 244236487f7fe0b0a00d0699d0db12e95d953bf4 (patch) | |
tree | ad9cc52b121c9c20ea82141a0a612ac8e622b16d /editors/nts | |
parent | cf6c0ce14999da238cb9900f0023feb364d39b50 (diff) | |
download | pkgsrc-244236487f7fe0b0a00d0699d0db12e95d953bf4.tar.gz |
Import nts-77 as editors/nts from pkgsrc/wip/nts.
nts is an acronym for Note Taking Simplified. It provides a simple,
intuitive format for using plain text files to store notes, a
command line interface for viewing notes in a variety of convenient
ways and a cross-platform, wx(python)-based GUI for creating and
modifying notes as well as viewing them. Displayed items can be
grouped by path or tag and can be filtered in various ways.
Diffstat (limited to 'editors/nts')
-rw-r--r-- | editors/nts/DESCR | 6 | ||||
-rw-r--r-- | editors/nts/Makefile | 24 | ||||
-rw-r--r-- | editors/nts/PLIST | 32 | ||||
-rw-r--r-- | editors/nts/distinfo | 5 |
4 files changed, 67 insertions, 0 deletions
diff --git a/editors/nts/DESCR b/editors/nts/DESCR new file mode 100644 index 00000000000..78b8b3d43e5 --- /dev/null +++ b/editors/nts/DESCR @@ -0,0 +1,6 @@ +nts is an acronym for Note Taking Simplified. It provides a simple, +intuitive format for using plain text files to store notes, a +command line interface for viewing notes in a variety of convenient +ways and a cross-platform, wx(python)-based GUI for creating and +modifying notes as well as viewing them. Displayed items can be +grouped by path or tag and can be filtered in various ways. diff --git a/editors/nts/Makefile b/editors/nts/Makefile new file mode 100644 index 00000000000..37d36236ea0 --- /dev/null +++ b/editors/nts/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/07 20:02:22 ryoon Exp $ +# + +DISTNAME= nts-77 +CATEGORIES= editors +MASTER_SITES= http://www.duke.edu/~dgraham/NTS/ + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://www.duke.edu/~dgraham/NTS/ +COMMENT= Simple GUI note taking application +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets +DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil + +USE_LANGUAGES= # none + +PYDISTUTILSPKG= yes + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/nts/PLIST b/editors/nts/PLIST new file mode 100644 index 00000000000..69356d15c0e --- /dev/null +++ b/editors/nts/PLIST @@ -0,0 +1,32 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/07 20:02:22 ryoon Exp $ +bin/n.py +bin/n.pyw +${PYSITELIB}/ez_setup.py +${PYSITELIB}/ez_setup.pyc +${PYSITELIB}/ez_setup.pyo +${PYSITELIB}/nts-77-py2.6.egg-info/PKG-INFO +${PYSITELIB}/nts-77-py2.6.egg-info/SOURCES.txt +${PYSITELIB}/nts-77-py2.6.egg-info/dependency_links.txt +${PYSITELIB}/nts-77-py2.6.egg-info/top_level.txt +${PYSITELIB}/nts/NTS.ico +${PYSITELIB}/nts/NTS_128.png +${PYSITELIB}/nts/NTS_256.png +${PYSITELIB}/nts/NTS_32.png +${PYSITELIB}/nts/__init__.py +${PYSITELIB}/nts/__init__.pyc +${PYSITELIB}/nts/__init__.pyo +${PYSITELIB}/nts/ntsData.py +${PYSITELIB}/nts/ntsData.pyc +${PYSITELIB}/nts/ntsData.pyo +${PYSITELIB}/nts/ntsDocs.py +${PYSITELIB}/nts/ntsDocs.pyc +${PYSITELIB}/nts/ntsDocs.pyo +${PYSITELIB}/nts/ntsRC.py +${PYSITELIB}/nts/ntsRC.pyc +${PYSITELIB}/nts/ntsRC.pyo +${PYSITELIB}/nts/ntsVersion.py +${PYSITELIB}/nts/ntsVersion.pyc +${PYSITELIB}/nts/ntsVersion.pyo +${PYSITELIB}/nts/ntsWX.py +${PYSITELIB}/nts/ntsWX.pyc +${PYSITELIB}/nts/ntsWX.pyo diff --git a/editors/nts/distinfo b/editors/nts/distinfo new file mode 100644 index 00000000000..d83fa86c475 --- /dev/null +++ b/editors/nts/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/05/07 20:02:22 ryoon Exp $ + +SHA1 (nts-77.tar.gz) = a9a071eb3c44fcb982c06803793294490eb01505 +RMD160 (nts-77.tar.gz) = 47b2cfc22131a4a32d46164594d2666f7f6a4374 +Size (nts-77.tar.gz) = 156684 bytes |