[Midnightbsd-cvs] mports [19363] trunk/devel: add gnome common

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 6 20:14:28 EDT 2015


Revision: 19363
          http://svnweb.midnightbsd.org/mports/?rev=19363
Author:   laffer1
Date:     2015-06-06 20:14:28 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
add gnome common

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/gnome-common/
    trunk/devel/gnome-common/Makefile
    trunk/devel/gnome-common/distinfo
    trunk/devel/gnome-common/pkg-descr
    trunk/devel/gnome-common/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-06-07 00:12:28 UTC (rev 19362)
+++ trunk/devel/Makefile	2015-06-07 00:14:28 UTC (rev 19363)
@@ -107,6 +107,7 @@
 SUBDIR += glibmm
 SUBDIR += gmake
 SUBDIR += gmake-lite
+SUBDIR += gnome-common
 SUBDIR += gnome-js-common
 SUBDIR += gnome-vfs
 SUBDIR += gnustep

Added: trunk/devel/gnome-common/Makefile
===================================================================
--- trunk/devel/gnome-common/Makefile	                        (rev 0)
+++ trunk/devel/gnome-common/Makefile	2015-06-07 00:14:28 UTC (rev 19363)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME=	gnome-common
+PORTVERSION=	3.14.0
+CATEGORIES=	devel
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome2
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Common automake macros for GNOME 3
+
+LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gmake pkgconfig tar:xz
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/gnome-common/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/devel/gnome-common/distinfo
===================================================================
--- trunk/devel/gnome-common/distinfo	                        (rev 0)
+++ trunk/devel/gnome-common/distinfo	2015-06-07 00:14:28 UTC (rev 19363)
@@ -0,0 +1,2 @@
+SHA256 (gnome2/gnome-common-3.14.0.tar.xz) = 4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c
+SIZE (gnome2/gnome-common-3.14.0.tar.xz) = 156320


Property changes on: trunk/devel/gnome-common/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/devel/gnome-common/pkg-descr
===================================================================
--- trunk/devel/gnome-common/pkg-descr	                        (rev 0)
+++ trunk/devel/gnome-common/pkg-descr	2015-06-07 00:14:28 UTC (rev 19363)
@@ -0,0 +1,4 @@
+This is a collection of automake macros used for developing new GNOME
+or GNOME 2.0 applications.
+
+WWW: http://www.gnome.org/


Property changes on: trunk/devel/gnome-common/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/devel/gnome-common/pkg-plist
===================================================================
--- trunk/devel/gnome-common/pkg-plist	                        (rev 0)
+++ trunk/devel/gnome-common/pkg-plist	2015-06-07 00:14:28 UTC (rev 19363)
@@ -0,0 +1,9 @@
+bin/gnome-autogen.sh
+bin/gnome-doc-common
+share/aclocal/ax_check_enable_debug.m4
+share/aclocal/ax_code_coverage.m4
+share/aclocal/gnome-code-coverage.m4
+share/aclocal/gnome-common.m4
+share/aclocal/gnome-compiler-flags.m4
+%%DATADIR%%/data/omf.make
+%%DATADIR%%/data/xmldocs.make


Property changes on: trunk/devel/gnome-common/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