[Midnightbsd-cvs] mports [21027] trunk/sysutils: add mport-manager, the midnightbsd graphical package manager
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Feb 22 08:39:42 EST 2016
Revision: 21027
http://svnweb.midnightbsd.org/mports/?rev=21027
Author: laffer1
Date: 2016-02-22 08:39:41 -0500 (Mon, 22 Feb 2016)
Log Message:
-----------
add mport-manager, the midnightbsd graphical package manager
Modified Paths:
--------------
trunk/sysutils/Makefile
Added Paths:
-----------
trunk/sysutils/mport-manager/
trunk/sysutils/mport-manager/Makefile
trunk/sysutils/mport-manager/distinfo
trunk/sysutils/mport-manager/pkg-descr
trunk/sysutils/mport-manager/pkg-plist
Modified: trunk/sysutils/Makefile
===================================================================
--- trunk/sysutils/Makefile 2016-02-15 18:14:44 UTC (rev 21026)
+++ trunk/sysutils/Makefile 2016-02-22 13:39:41 UTC (rev 21027)
@@ -65,6 +65,7 @@
SUBDIR += mdf2iso
SUBDIR += memtest
SUBDIR += memtest86
+SUBDIR += mport-manager
SUBDIR += munin-common
SUBDIR += munin-master
SUBDIR += munin-node
Added: trunk/sysutils/mport-manager/Makefile
===================================================================
--- trunk/sysutils/mport-manager/Makefile (rev 0)
+++ trunk/sysutils/mport-manager/Makefile 2016-02-22 13:39:41 UTC (rev 21027)
@@ -0,0 +1,26 @@
+# $MidnightBSD$
+
+PORTNAME= mport-manager
+PORTVERSION= 0.1.0
+CATEGORIES= sysutils
+
+MAINTAINER= luke at midnightbsd.org
+COMMENT= Graphical Package Manager for MidnightBSD
+
+LICENSE= bsd2
+#LICENSE_FILE= ${WRKSRC}/../COPYING
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+USES= pkgconfig
+USE_GITHUB= yes
+GH_PROJECT= mport-manager
+GH_ACCOUNT= laffer1
+GH_TAGNAME= ${PORTVERSION}
+GH_COMMIT= 60da404
+USE_CSTD= c99
+
+USE_GNOME= gtk30
+WANT_GNOME= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/sysutils/mport-manager/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/mport-manager/distinfo
===================================================================
--- trunk/sysutils/mport-manager/distinfo (rev 0)
+++ trunk/sysutils/mport-manager/distinfo 2016-02-22 13:39:41 UTC (rev 21027)
@@ -0,0 +1,2 @@
+SHA256 (mport-manager-0.1.0_GH0.tar.gz) = f4d94a9df142065b7e63a7324874ee24c75ebca836e7c6bd4bb2a791a5e5cf01
+SIZE (mport-manager-0.1.0_GH0.tar.gz) = 9231
Property changes on: trunk/sysutils/mport-manager/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/mport-manager/pkg-descr
===================================================================
--- trunk/sysutils/mport-manager/pkg-descr (rev 0)
+++ trunk/sysutils/mport-manager/pkg-descr 2016-02-22 13:39:41 UTC (rev 21027)
@@ -0,0 +1,4 @@
+mport-manager is a graphical package manager for MidnightBSD. It uses
+libmport to manage installed packages.
+
+
Property changes on: trunk/sysutils/mport-manager/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/mport-manager/pkg-plist
===================================================================
--- trunk/sysutils/mport-manager/pkg-plist (rev 0)
+++ trunk/sysutils/mport-manager/pkg-plist 2016-02-22 13:39:41 UTC (rev 21027)
@@ -0,0 +1,4 @@
+ at comment $MidnightBSD: trunk/Mk/components/maintainer.mk 20146 2015-08-30 16:57:21Z laffer1 $
+bin/mport-manager
+share/mport/icon.png
+ at dir share/mport
Property changes on: trunk/sysutils/mport-manager/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list