pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
featherpad, update to 0.13.1
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Thu Mar 12 09:57:41 2020 +0100
Changeset: 97a3ea378fd1d746e00101bba6d98da036ba4d52
Modified Files:
Makefile
Added Files:
featherpad/DESCR
featherpad/Makefile
featherpad/PLIST
featherpad/distinfo
Log Message:
featherpad, update to 0.13.1
Changelog:
-Now, FeatherPad doesn't suggest the last file extension
when saving a newly created doc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=97a3ea378fd1d746e00101bba6d98da036ba4d52
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
featherpad/DESCR | 18 ++++++++++++++++++
featherpad/Makefile | 35 +++++++++++++++++++++++++++++++++++
featherpad/PLIST | 32 ++++++++++++++++++++++++++++++++
featherpad/distinfo | 6 ++++++
5 files changed, 92 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a3e738a748..cc255065e5 100644
--- a/Makefile
+++ b/Makefile
@@ -793,6 +793,7 @@ SUBDIR+= fbpanel
SUBDIR+= fbsd2pkg
SUBDIR+= fceux
SUBDIR+= feathercoin
+SUBDIR+= featherpad
SUBDIR+= felt
SUBDIR+= festvox-awb
SUBDIR+= festvox-bdl
diff --git a/featherpad/DESCR b/featherpad/DESCR
new file mode 100644
index 0000000000..15ec4205b2
--- /dev/null
+++ b/featherpad/DESCR
@@ -0,0 +1,18 @@
+FeatherPad is a lightweight Qt5 plain-text editor.
+It is independent of any desktop environment and has:
+ * Drag-and-drop support, including tab detachment and attachment;
+ * X11 virtual desktop awareness;
+ * An optionally permanent search-bar;
+ * Instant highlighting of found matches when searching;
+ * A docked window for text replacement;
+ * Support for line numbers and jumping to a specific line;
+ * Automatic detection of text encoding;
+ * Syntax highlighting for common programming languages;
+ * Ability to open URLs with appropriate applications;
+ * Session management;
+ * Side-pane mode;
+ * Auto-saving;
+ * Spell checking with Hunspell;
+ * Printing;
+ * Text zooming;
+ * Haiku OS and macOS support.
diff --git a/featherpad/Makefile b/featherpad/Makefile
new file mode 100644
index 0000000000..615114c2fd
--- /dev/null
+++ b/featherpad/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD$
+
+VERSION= 0.13.1
+DISTNAME= FeatherPad-V${VERSION}
+PKGNAME= featherpad-${VERSION}
+CATEGORIES= editors
+MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
+GITHUB_TAG= V${PKGVERSION_NOREV}
+
+MAINTAINER= voidpin%protonmail.com@localhost
+HOMEPAGE= https://github.com/tsujan/FeatherPad/
+COMMENT= Lightweight Qt5 plain-text editor
+LICENSE= gnu-gpl-v3
+
+WRKSRC= ${WRKDIR}/FeatherPad-${VERSION}
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+CONFIGURE_DIRS= build
+CMAKE_ARG_PATH= ..
+
+pre-configure:
+ ${MKDIR} -p ${WRKSRC}/build
+
+TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/featherpad/PLIST b/featherpad/PLIST
new file mode 100644
index 0000000000..2ba43ee00e
--- /dev/null
+++ b/featherpad/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+bin/featherpad
+bin/fpad
+share/applications/featherpad.desktop
+share/featherpad/help
+share/featherpad/help_ja
+share/featherpad/translations/featherpad_ar_DZ.qm
+share/featherpad/translations/featherpad_cs.qm
+share/featherpad/translations/featherpad_cy.qm
+share/featherpad/translations/featherpad_da.qm
+share/featherpad/translations/featherpad_de.qm
+share/featherpad/translations/featherpad_el.qm
+share/featherpad/translations/featherpad_eo.qm
+share/featherpad/translations/featherpad_es.qm
+share/featherpad/translations/featherpad_fa.qm
+share/featherpad/translations/featherpad_fr.qm
+share/featherpad/translations/featherpad_hu.qm
+share/featherpad/translations/featherpad_id.qm
+share/featherpad/translations/featherpad_it.qm
+share/featherpad/translations/featherpad_ja.qm
+share/featherpad/translations/featherpad_lt.qm
+share/featherpad/translations/featherpad_nb_NO.qm
+share/featherpad/translations/featherpad_nl.qm
+share/featherpad/translations/featherpad_pl.qm
+share/featherpad/translations/featherpad_pt_BR.qm
+share/featherpad/translations/featherpad_pt_PT.qm
+share/featherpad/translations/featherpad_ru.qm
+share/featherpad/translations/featherpad_sk_SK.qm
+share/featherpad/translations/featherpad_tr.qm
+share/featherpad/translations/featherpad_zh_CN.qm
+share/featherpad/translations/featherpad_zh_TW.qm
+share/icons/hicolor/scalable/apps/featherpad.svg
diff --git a/featherpad/distinfo b/featherpad/distinfo
new file mode 100644
index 0000000000..b4669ef3ba
--- /dev/null
+++ b/featherpad/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (FeatherPad-V0.13.1.tar.gz) = a6c1ba9e52c41eef559517dc7a9cd7471d1c7646
+RMD160 (FeatherPad-V0.13.1.tar.gz) = d19b098bef004e77c9cd2d5846e3d79b29a6e5ba
+SHA512 (FeatherPad-V0.13.1.tar.gz) = 287a97907baba93a760751f8f28472b12d6c65ebb0855fcf684e126d8635adbc4e00b2fb4703bbabdc182b8a337dd9281b5b2c97add4b571fca976d90ecc7db9
+Size (FeatherPad-V0.13.1.tar.gz) = 822687 bytes
Home |
Main Index |
Thread Index |
Old Index