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.
This commit is contained in:
parent
d9e2c5fce2
commit
1a9c50260a
4 changed files with 67 additions and 0 deletions
6
editors/nts/DESCR
Normal file
6
editors/nts/DESCR
Normal file
|
@ -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.
|
24
editors/nts/Makefile
Normal file
24
editors/nts/Makefile
Normal file
|
@ -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"
|
32
editors/nts/PLIST
Normal file
32
editors/nts/PLIST
Normal file
|
@ -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
|
5
editors/nts/distinfo
Normal file
5
editors/nts/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue