pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Remove arqiver and featherpad, imported into main



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sun Mar 15 07:18:10 2020 +0100
Changeset:	dac8a200e9e7eb6049e18349de4d14db2e9f1e19

Modified Files:
	Makefile
Removed Files:
	arqiver/DESCR
	arqiver/Makefile
	arqiver/PLIST
	arqiver/distinfo
	featherpad/DESCR
	featherpad/Makefile
	featherpad/PLIST
	featherpad/distinfo

Log Message:
Remove arqiver and featherpad, imported into main

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dac8a200e9e7eb6049e18349de4d14db2e9f1e19

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |  2 --
 arqiver/DESCR       | 11 -----------
 arqiver/Makefile    | 47 -----------------------------------------------
 arqiver/PLIST       |  8 --------
 arqiver/distinfo    |  6 ------
 featherpad/DESCR    | 18 ------------------
 featherpad/Makefile | 35 -----------------------------------
 featherpad/PLIST    | 32 --------------------------------
 featherpad/distinfo |  6 ------
 9 files changed, 165 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b17f256bcb..c56ad68516 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,6 @@ SUBDIR+=	arora
 SUBDIR+=	arpdig
 SUBDIR+=	arphic-ukai-ttf
 SUBDIR+=	arphic-uming-ttf
-SUBDIR+=	arqiver
 SUBDIR+=	artemis
 SUBDIR+=	ascii2binary
 SUBDIR+=	aspell-dictionaries
@@ -791,7 +790,6 @@ SUBDIR+=	fbpanel
 SUBDIR+=	fbsd2pkg
 SUBDIR+=	fceux
 SUBDIR+=	feathercoin
-SUBDIR+=	featherpad
 SUBDIR+=	felt
 SUBDIR+=	festvox-awb
 SUBDIR+=	festvox-bdl
diff --git a/arqiver/DESCR b/arqiver/DESCR
deleted file mode 100644
index 18ade63f78..0000000000
--- a/arqiver/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-Arqiver is a simple Qt5 archive manager as a front-end for libarchive
-(bsdtar), gzip and 7z.
-
-	*Arqiver can extract, create and edit archives that are supported by its
-	 back-ends.
-	*It can open archives by drag-and-drop. Its listed items can be viewed
-	 separately or dragged and dropped into appropriate applications.
-	 With 7z, it also supports password protection.
-
-Arqiver was started from lumina-archiver, belonging to Lumina
-(<https://github.com/lumina-desktop/lumina>).
diff --git a/arqiver/Makefile b/arqiver/Makefile
deleted file mode 100644
index 3205758d4a..0000000000
--- a/arqiver/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD$
-
-VERSION=	0.4.0
-DISTNAME=	Arqiver-V${VERSION}
-PKGNAME=	arqiver-${VERSION}
-CATEGORIES=	archivers
-MASTER_SITES=	${MASTER_SITE_GITHUB:=tsujan/}
-GITHUB_TAG=	V${PKGVERSION_NOREV}
-
-MAINTAINER=	voidpin%protonmail.com@localhost
-HOMEPAGE=	https://github.com/tsujan/Arqiver/
-COMMENT=	Simple Qt5 archive manager
-LICENSE=	gnu-gpl-v3
-
-WRKSRC=		${WRKDIR}/Arqiver-0.4.0
-USE_LANGUAGES=	c++
-USE_TOOLS+=	pkg-config bsdtar:run gzip:run 7za:run
-
-INSTALL_MAKE_FLAGS+=	INSTALL_ROOT=${DESTDIR}
-
-SUBST_CLASSES+=		prefix
-SUBST_MESSAGE.prefix=	Fixing paths.
-SUBST_STAGE.prefix=	pre-configure
-SUBST_FILES.prefix=	backends.cpp
-SUBST_SED.prefix=	-e 's,"tar","${TOOLS_PATH.bsdtar}",g'
-SUBST_SED.prefix+=	-e 's,"bsdtar","${TOOLS_PATH.bsdtar}",g'
-SUBST_SED.prefix+=	-e 's,"gzip","${TOOLS_PATH.gzip}",g'
-SUBST_SED.prefix+=	-e 's,"7z","${TOOLS_PATH.7za}",g'
-# (Can't include closing double-quotes below, as there are varying
-# character sequences following the command references.)
-SUBST_SED.prefix+=	-e 's,"xdg-open,"${PREFIX}/bin/xdg-open,g'
-
-do-configure:
-	cd ${WRKSRC} && \
-	${SETENV} ${CONFIGURE_ENV} \
-	${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
-
-# Either needs misc/xdg-utils for xdg-open or devel/glib2 for gio.
-# Upstream prefers glib2, but xdg-utils is a lot smaller, so use
-# that for now.
-DEPENDS+=	xdg-utils-[0-9]*:../../misc/xdg-utils
-TOOL_DEPENDS+=	qt5-qttools-[0-9]*:../../x11/qt5-qttools
-
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-.include "../../x11/qt5-qtx11extras/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/arqiver/PLIST b/arqiver/PLIST
deleted file mode 100644
index ae44eb9712..0000000000
--- a/arqiver/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-bin/arqiver
-share/applications/arqiver.desktop
-share/arqiver/translations/arqiver_eo.qm
-share/arqiver/translations/arqiver_nl.qm
-share/arqiver/translations/arqiver_pl.qm
-share/arqiver/translations/arqiver_pt_BR.qm
-share/arqiver/translations/arqiver_ru.qm
diff --git a/arqiver/distinfo b/arqiver/distinfo
deleted file mode 100644
index b2013b902e..0000000000
--- a/arqiver/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (Arqiver-V0.4.0.tar.gz) = 6ac3e335851db9d628bfe423ccda31c9d33325a4
-RMD160 (Arqiver-V0.4.0.tar.gz) = 6a1e49f912ec79ba445386fe3e74e53e827f7b53
-SHA512 (Arqiver-V0.4.0.tar.gz) = c2c8ac67b0aebe74c22795d2493177c95858bd5afe50dc76aafc62b2d2ba60fa7a1a8519811a0325aabfec8cd48ea31f0c6f6d1c712c9a89bf41441008551ad1
-Size (Arqiver-V0.4.0.tar.gz) = 118725 bytes
diff --git a/featherpad/DESCR b/featherpad/DESCR
deleted file mode 100644
index 15ec4205b2..0000000000
--- a/featherpad/DESCR
+++ /dev/null
@@ -1,18 +0,0 @@
-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
deleted file mode 100644
index 615114c2fd..0000000000
--- a/featherpad/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $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
deleted file mode 100644
index 2ba43ee00e..0000000000
--- a/featherpad/PLIST
+++ /dev/null
@@ -1,32 +0,0 @@
-@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
deleted file mode 100644
index b4669ef3ba..0000000000
--- a/featherpad/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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