pkgsrc-WIP-changes archive

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

New package, arqiver-0.3.2



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jan 24 21:59:13 2020 +0100
Changeset:	0034e25ce0131a8636ab4692004c37ecdda486ca

Added Files:
	arqiver/DESCR
	arqiver/Makefile
	arqiver/PLIST
	arqiver/distinfo

Log Message:
New package, arqiver-0.3.2

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

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

diffstat:
 arqiver/DESCR    | 11 +++++++++++
 arqiver/Makefile | 28 ++++++++++++++++++++++++++++
 arqiver/PLIST    |  2 ++
 arqiver/distinfo |  6 ++++++
 4 files changed, 47 insertions(+)

diffs:
diff --git a/arqiver/DESCR b/arqiver/DESCR
new file mode 100644
index 0000000000..18ade63f78
--- /dev/null
+++ b/arqiver/DESCR
@@ -0,0 +1,11 @@
+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
new file mode 100644
index 0000000000..de8f50f633
--- /dev/null
+++ b/arqiver/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	Arqiver-V0.3.2
+PKGNAME=	arqiver-0.3.2
+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.3.2
+USE_LANGUAGES=	c++
+USE_TOOLS=	pkg-config
+
+INSTALLATION_DIRS+=	bin
+
+do-configure:
+	cd ${WRKSRC} && \
+	${SETENV} ${CONFIGURE_ENV} \
+	${QTDIR}/bin/qmake -o Makefile PREFIX=${PREFIX}
+
+.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
new file mode 100644
index 0000000000..26916ee27c
--- /dev/null
+++ b/arqiver/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/arqiver
diff --git a/arqiver/distinfo b/arqiver/distinfo
new file mode 100644
index 0000000000..5c0f475648
--- /dev/null
+++ b/arqiver/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Arqiver-V0.3.2.tar.gz) = 01ede799c05b637301f18a1323c04316a877d6db
+RMD160 (Arqiver-V0.3.2.tar.gz) = ac03e0c2d86a534612e00c141c2c01e92d680445
+SHA512 (Arqiver-V0.3.2.tar.gz) = d00400ed783cc15c106b33d1054aebbca7ed77ebee5d536612df84ee9088f2067ca5ff73275e90e50c7e50702e97cd887c94d6e1b64d4cadeacdd63f50442ef7
+Size (Arqiver-V0.3.2.tar.gz) = 113479 bytes


Home | Main Index | Thread Index | Old Index