[Midnightbsd-cvs] mports [22456] trunk/devel: add py-libpeas
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 14 14:03:52 EDT 2017
Revision: 22456
http://svnweb.midnightbsd.org/mports/?rev=22456
Author: laffer1
Date: 2017-05-14 14:03:52 -0400 (Sun, 14 May 2017)
Log Message:
-----------
add py-libpeas
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-libpeas/
trunk/devel/py-libpeas/Makefile
trunk/devel/py-libpeas/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2017-05-13 21:09:21 UTC (rev 22455)
+++ trunk/devel/Makefile 2017-05-14 18:03:52 UTC (rev 22456)
@@ -446,6 +446,7 @@
SUBDIR += py-gobject3
SUBDIR += py-gyp-devel
SUBDIR += py-jmespath
+SUBDIR += py-libpeas
SUBDIR += py-iso8601
SUBDIR += py-isodate
SUBDIR += py-lxml
Added: trunk/devel/py-libpeas/Makefile
===================================================================
--- trunk/devel/py-libpeas/Makefile (rev 0)
+++ trunk/devel/py-libpeas/Makefile 2017-05-14 18:03:52 UTC (rev 22456)
@@ -0,0 +1,23 @@
+# Created by: Koop Mast <kwm at FreeBSD.org>
+# $FreeBSD: head/devel/py-libpeas/Makefile 412346 2016-04-01 14:00:51Z mat $
+# $MidnightBSD$
+
+PORTNAME= libpeas
+PORTREVISION= 0
+CATEGORIES= devel gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+COMMENT= libpeas Python 2 support
+
+LIB_DEPENDS+= libpeas-1.0.so:devel/libpeas
+
+LIBPEAS_SLAVE= python2
+
+BUILD_WRKSRC= ${WRKSRC}/loaders/python
+INSTALL_WRKSRC= ${WRKSRC}/loaders/python
+
+MASTERDIR= ${.CURDIR}/../../devel/libpeas/
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/py-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/py-libpeas/pkg-plist
===================================================================
--- trunk/devel/py-libpeas/pkg-plist (rev 0)
+++ trunk/devel/py-libpeas/pkg-plist 2017-05-14 18:03:52 UTC (rev 22456)
@@ -0,0 +1 @@
+lib/libpeas-1.0/loaders/libpythonloader.so
Property changes on: trunk/devel/py-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