mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:19:20 +00:00
New port: deskutils/cherrytree: Hierarchical note taking application
This commit is contained in:
parent
919ed7c795
commit
a5707083b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498345
@ -29,6 +29,7 @@
|
||||
SUBDIR += cartotheque
|
||||
SUBDIR += charmtimetracker
|
||||
SUBDIR += chart
|
||||
SUBDIR += cherrytree
|
||||
SUBDIR += clipit
|
||||
SUBDIR += conduit
|
||||
SUBDIR += conkyemail
|
||||
|
24
deskutils/cherrytree/Makefile
Normal file
24
deskutils/cherrytree/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cherrytree
|
||||
DISTVERSION= 0.38.8
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= https://www.giuspen.com/software/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Hierarchical note taking application
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtksourceview>0:x11-toolkits/py-gtksourceview
|
||||
|
||||
USES= desktop-file-utils gettext-tools python shared-mime-info shebangfix tar:xz
|
||||
SHEBANG_FILES= glade/svg_to_png.py
|
||||
USE_PYTHON= distutils noflavors autoplist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# PYDISTUTILS_INSTALLNOSINGLE is deprecated so...
|
||||
PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
deskutils/cherrytree/distinfo
Normal file
3
deskutils/cherrytree/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1554703205
|
||||
SHA256 (cherrytree-0.38.8.tar.xz) = af21e540fddb3c5a92cdad9b4bbfc6ccd3ce3ab87076a2a01d2e3f2d683f48db
|
||||
SIZE (cherrytree-0.38.8.tar.xz) = 7526748
|
4
deskutils/cherrytree/pkg-descr
Normal file
4
deskutils/cherrytree/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A hierarchical note taking application, featuring rich text and syntax
|
||||
highlighting, storing data in a single xml or sqlite file.
|
||||
|
||||
WWW: https://www.giuspen.com/cherrytree/
|
Loading…
Reference in New Issue
Block a user