1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

New port: misc/kookbook

This is the spiritual successor to KRecipes, a simple Qt-based recipe
manager. New in kookbook is managing the recipes as a bunch of Markdown
documents, which makes it easier to build further tooling around them.
This commit is contained in:
Adriaan de Groot 2019-01-22 10:24:51 +00:00
parent 0302541761
commit 9e91f7ab9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490935
5 changed files with 45 additions and 0 deletions

View File

@ -205,6 +205,7 @@
SUBDIR += kf5-purpose
SUBDIR += kgeography
SUBDIR += klettres
SUBDIR += kookbook
SUBDIR += ktouch
SUBDIR += kwordquiz
SUBDIR += lastools

21
misc/kookbook/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= kookbook
DISTVERSION= 0.2.1
CATEGORIES= misc kde
MASTER_SITES= KDE/unstable/${PORTNAME}/
MAINTAINER= kde@FreeBSD.org
COMMENT= Recipes database with Markdown support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/lib/libmarkdown.a:textproc/discount
USES= cmake kde:5 qt:5 tar:xz
USE_QT= core declarative gui network printsupport widgets \
qmake_build buildtools_build
USE_KDE= ecm_build
.include <bsd.port.mk>

3
misc/kookbook/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1548148746
SHA256 (kookbook-0.2.1.tar.xz) = 86fb42ab2b5c19d0bee03a877271633aaa40fff55e6cc4be012f8c3204d78e49
SIZE (kookbook-0.2.1.tar.xz) = 42968

8
misc/kookbook/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
Write and manage your kitchen recipes.
Kookbook is a simple application viewer based on markdown formatted recipes.
It supports import from KRecipes databases, and keeps its own database
as a folder full of markdown-formatted documents, which makes it easy
to script and to build tools around.
WWW: https://pusling.com/blog/?p=499

12
misc/kookbook/pkg-plist Normal file
View File

@ -0,0 +1,12 @@
bin/kookbook
bin/kookbooktouch
share/applications/kookbook.desktop
share/applications/kookbooktouch.desktop
share/icons/hicolor/128x128/apps/kookbook.png
share/icons/hicolor/16x16/apps/kookbook.png
share/icons/hicolor/22x22/apps/kookbook.png
share/icons/hicolor/32x32/apps/kookbook.png
share/icons/hicolor/48x48/apps/kookbook.png
share/icons/hicolor/64x64/apps/kookbook.png
share/icons/hicolor/scalable/apps/kookbook.svgz
%%DATADIR%%/doc/krecipes.py