[Midnightbsd-cvs] mports [19814] trunk/devel: add libpeas py3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 18 21:27:28 EDT 2015


Revision: 19814
          http://svnweb.midnightbsd.org/mports/?rev=19814
Author:   laffer1
Date:     2015-08-18 21:27:28 -0400 (Tue, 18 Aug 2015)
Log Message:
-----------
add libpeas py3

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

Added Paths:
-----------
    trunk/devel/py3-libpeas/
    trunk/devel/py3-libpeas/Makefile
    trunk/devel/py3-libpeas/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-08-19 01:26:08 UTC (rev 19813)
+++ trunk/devel/Makefile	2015-08-19 01:27:28 UTC (rev 19814)
@@ -416,6 +416,7 @@
 SUBDIR += py-yaml
 SUBDIR += py3-dbus
 SUBDIR += py3-gobject3
+SUBDIR += py3-libpeas
 SUBDIR += py3-xdg
 SUBDIR += pydbus-common
 SUBDIR += pygobject3-common

Added: trunk/devel/py3-libpeas/Makefile
===================================================================
--- trunk/devel/py3-libpeas/Makefile	                        (rev 0)
+++ trunk/devel/py3-libpeas/Makefile	2015-08-19 01:27:28 UTC (rev 19814)
@@ -0,0 +1,23 @@
+# Created by: Koop Mast <kwm at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/devel/py3-libpeas/Makefile 389277 2015-06-12 15:14:18Z kwm $
+
+PORTNAME=	libpeas
+PORTREVISION=	0
+CATEGORIES=	devel gnome
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome3
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+COMMENT=	libpeas Python 3 support
+
+LIB_DEPENDS+=	libpeas-1.0.so:${PORTSDIR}/devel/libpeas
+
+LIBPEAS_SLAVE=	python3
+
+BUILD_WRKSRC=	${WRKSRC}/loaders/python3
+INSTALL_WRKSRC=	${WRKSRC}/loaders/python3
+
+MASTERDIR=	${.CURDIR}/../../devel/libpeas/
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/py3-libpeas/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/py3-libpeas/pkg-plist
===================================================================
--- trunk/devel/py3-libpeas/pkg-plist	                        (rev 0)
+++ trunk/devel/py3-libpeas/pkg-plist	2015-08-19 01:27:28 UTC (rev 19814)
@@ -0,0 +1 @@
+lib/libpeas-1.0/loaders/libpython3loader.so


Property changes on: trunk/devel/py3-libpeas/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