Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2019 21:26:08 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517149 - in head/x11: . mere-about
Message-ID:  <201911092126.xA9LQ8Nh033901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Nov  9 21:26:08 2019
New Revision: 517149
URL: https://svnweb.freebsd.org/changeset/ports/517149

Log:
  New port -- x11/mere-about: A tiny dialog app to show information of mere software suite
  
  About me, mere!
  It's a very simple and tiny application that provides its' user information
  about the mere software suite, and the system it is running on.
  
  WWW: http://about.merelab.io/
  
  PR:		241653
  Submitted by:	Bhuiyan Mohammad Iklash <bhuiyan.mohammad.iklash@gmail.com>

Added:
  head/x11/mere-about/
  head/x11/mere-about/Makefile   (contents, props changed)
  head/x11/mere-about/distinfo   (contents, props changed)
  head/x11/mere-about/pkg-descr   (contents, props changed)
  head/x11/mere-about/pkg-plist   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sat Nov  9 21:20:40 2019	(r517148)
+++ head/x11/Makefile	Sat Nov  9 21:26:08 2019	(r517149)
@@ -219,6 +219,7 @@
     SUBDIR += menu-cache
     SUBDIR += menulibre
     SUBDIR += metalock
+    SUBDIR += mere-about
     SUBDIR += mere-utils
     SUBDIR += metisse
     SUBDIR += mkcomposecache

Added: head/x11/mere-about/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/mere-about/Makefile	Sat Nov  9 21:26:08 2019	(r517149)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	mere-about
+DISTVERSIONPREFIX=v
+DISTVERSION=	0.0.1b
+CATEGORIES=	x11
+
+MAINTAINER=	bhuiyan.mohammad.iklash@gmail.com
+COMMENT=	About me, mere!
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		compiler:c++11-lang gl qmake qt:5
+USE_QT=		core gui widgets \
+		buildtools_build linguisttools_build
+
+USE_GL=		gl
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	merelab
+
+.include <bsd.port.mk>

Added: head/x11/mere-about/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/mere-about/distinfo	Sat Nov  9 21:26:08 2019	(r517149)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1573331230
+SHA256 (merelab-mere-about-v0.0.1b_GH0.tar.gz) = a1c6e7da2e94a91769cd249f0a3a02dc35541ba3ac5c05da418a81fb6d6ffca7
+SIZE (merelab-mere-about-v0.0.1b_GH0.tar.gz) = 38648

Added: head/x11/mere-about/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/mere-about/pkg-descr	Sat Nov  9 21:26:08 2019	(r517149)
@@ -0,0 +1,5 @@
+About me, mere!
+It's a very simple and tiny application that provides its' user information
+about the mere software suite, and the system it is running on.
+
+WWW: http://about.merelab.io/

Added: head/x11/mere-about/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/mere-about/pkg-plist	Sat Nov  9 21:26:08 2019	(r517149)
@@ -0,0 +1,4 @@
+bin/mere-about
+share/applications/mere-about.desktop
+share/mere/mere-about/i18n/mere-about_bn.qm
+share/mere/mere-about/i18n/mere-about_en.qm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911092126.xA9LQ8Nh033901>