mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
New port editors/featherpad
FeatherPad is a lightweight Qt5 plain-text editor. It is independent of any desktop environment. PR: 229314 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17736
This commit is contained in:
parent
dfad53084a
commit
ed5fba047e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484195
@ -39,6 +39,7 @@
|
||||
SUBDIR += emacs
|
||||
SUBDIR += emacs-devel
|
||||
SUBDIR += encryptpad
|
||||
SUBDIR += featherpad
|
||||
SUBDIR += fileobj
|
||||
SUBDIR += flim
|
||||
SUBDIR += focuswriter
|
||||
|
25
editors/featherpad/Makefile
Normal file
25
editors/featherpad/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= featherpad
|
||||
PORTVERSION= 0.9.1
|
||||
DISTVERSIONPREFIX= V
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= jsm@FreeBSD.org
|
||||
COMMENT= Lightweight Qt5 plain-text editor
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource qt:5 gl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tsujan
|
||||
GH_PROJECT= FeatherPad
|
||||
|
||||
USE_QT= buildtools_build core gui printsupport network \
|
||||
svg widgets x11extras linguisttools
|
||||
USE_XORG= x11
|
||||
USE_GL= gl
|
||||
|
||||
.include <bsd.port.mk>
|
3
editors/featherpad/distinfo
Normal file
3
editors/featherpad/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1540720816
|
||||
SHA256 (tsujan-FeatherPad-V0.9.1_GH0.tar.gz) = caa704e4509bcc460b1113eabd42b9be7fcf8b494681fcaba7eb87ee6209350a
|
||||
SIZE (tsujan-FeatherPad-V0.9.1_GH0.tar.gz) = 590391
|
4
editors/featherpad/pkg-descr
Normal file
4
editors/featherpad/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
FeatherPad is a lightweight Qt5 plain-text editor. It is independent of
|
||||
any desktop environment.
|
||||
|
||||
WWW: https://github.com/tsujan/FeatherPad
|
16
editors/featherpad/pkg-plist
Normal file
16
editors/featherpad/pkg-plist
Normal file
@ -0,0 +1,16 @@
|
||||
bin/featherpad
|
||||
bin/fpad
|
||||
share/applications/featherpad.desktop
|
||||
%%DATADIR%%/help
|
||||
%%DATADIR%%/translations/featherpad_cy.qm
|
||||
%%DATADIR%%/translations/featherpad_da.qm
|
||||
%%DATADIR%%/translations/featherpad_de.qm
|
||||
%%DATADIR%%/translations/featherpad_eo.qm
|
||||
%%DATADIR%%/translations/featherpad_es.qm
|
||||
%%DATADIR%%/translations/featherpad_fr.qm
|
||||
%%DATADIR%%/translations/featherpad_lt.qm
|
||||
%%DATADIR%%/translations/featherpad_pl.qm
|
||||
%%DATADIR%%/translations/featherpad_ru.qm
|
||||
%%DATADIR%%/translations/featherpad_tr.qm
|
||||
%%DATADIR%%/translations/featherpad_zh_CN.qm
|
||||
share/icons/hicolor/scalable/apps/featherpad.svg
|
Loading…
Reference in New Issue
Block a user