SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
42
devel/py-gobject/Makefile
Normal file
42
devel/py-gobject/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
PORTROACH= limit:^2\.28
|
||||
|
||||
COMMENT= Python bindings for glib2 gobject (deprecated)
|
||||
|
||||
GNOME_PROJECT= pygobject
|
||||
GNOME_VERSION= 2.28.7
|
||||
|
||||
PKGNAME= py-gobject-${GNOME_VERSION}
|
||||
EPOCH= 0
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
SHARED_LIBS += pyglib-2.0-python${MODPY_VERSION} 2.0 # .0.0
|
||||
|
||||
HOMEPAGE= http://www.pygtk.org/
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB = ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += iconv intl pcre2-8 pthread z
|
||||
|
||||
MODULES= lang/python \
|
||||
x11/gnome
|
||||
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
|
||||
|
||||
LIB_DEPENDS= devel/glib2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
|
||||
TEST_IS_INTERACTIVE= x11
|
||||
|
||||
post-install:
|
||||
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
|
||||
${PREFIX}/share/pygobject/2.0/codegen
|
||||
rm ${WRKINST}/${MODPY_SITEPKG}/*/{,*}/*.{a,la}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-gobject/distinfo
Normal file
2
devel/py-gobject/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pygobject-2.28.7.tar.xz) = u50lo0Qsp1EThafAGwV0kglcJjeE7zEjH/5YnYOpalo=
|
||||
SIZE (pygobject-2.28.7.tar.xz) = 744584
|
3
devel/py-gobject/pkg/DESCR
Normal file
3
devel/py-gobject/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This package contains bindings for the GObject, to be used in Python.
|
||||
It is a fairly complete set of bindings, it's already rather useful, and
|
||||
is usable to write moderately complex programs.
|
189
devel/py-gobject/pkg/PLIST
Normal file
189
devel/py-gobject/pkg/PLIST
Normal file
|
@ -0,0 +1,189 @@
|
|||
@conflict py-gtk2-2.8.6*
|
||||
bin/pygobject-codegen-2.0
|
||||
include/pygtk-2.0/
|
||||
include/pygtk-2.0/pyglib.h
|
||||
include/pygtk-2.0/pygobject.h
|
||||
lib/libpyglib-2.0-python${MODPY_VERSION}.a
|
||||
lib/libpyglib-2.0-python${MODPY_VERSION}.la
|
||||
@lib lib/libpyglib-2.0-python${MODPY_VERSION}.so.${LIBpyglib-2.0-python${MODPY_VERSION}_VERSION}
|
||||
lib/pkgconfig/pygobject-2.0.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/__init__.${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/_glib.so
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/option.py
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/option.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/glib/option.${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/__init__.${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/_gobject.so
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/constants.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/constants.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/constants.${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/propertyhelper.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/propertyhelper.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gobject/propertyhelper.${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/dsextras.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/dsextras.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/dsextras.${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/gio/
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/gio/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/gio/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/gio/__init__.${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/gio/_gio.so
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/gio/unix.so
|
||||
lib/python${MODPY_VERSION}/site-packages/pygtk.pth
|
||||
lib/python${MODPY_VERSION}/site-packages/pygtk.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pygtk.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pygtk.${MODPY_PYOEXTENSION}
|
||||
share/gtk-doc/html/pygobject/
|
||||
share/gtk-doc/html/pygobject/class-gioappinfo.html
|
||||
share/gtk-doc/html/pygobject/class-gioapplaunchcontext.html
|
||||
share/gtk-doc/html/pygobject/class-gioasyncresult.html
|
||||
share/gtk-doc/html/pygobject/class-giobufferedinputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giobufferedoutputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giocancellable.html
|
||||
share/gtk-doc/html/pygobject/class-giodatainputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giodataoutputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giodrive.html
|
||||
share/gtk-doc/html/pygobject/class-gioemblem.html
|
||||
share/gtk-doc/html/pygobject/class-gioemblemedicon.html
|
||||
share/gtk-doc/html/pygobject/class-giofile.html
|
||||
share/gtk-doc/html/pygobject/class-giofileattributeinfo.html
|
||||
share/gtk-doc/html/pygobject/class-giofileenumerator.html
|
||||
share/gtk-doc/html/pygobject/class-giofileicon.html
|
||||
share/gtk-doc/html/pygobject/class-giofileinfo.html
|
||||
share/gtk-doc/html/pygobject/class-giofileinputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giofilemonitor.html
|
||||
share/gtk-doc/html/pygobject/class-giofileoutputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giofilterinputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giofilteroutputstream.html
|
||||
share/gtk-doc/html/pygobject/class-gioicon.html
|
||||
share/gtk-doc/html/pygobject/class-gioinputstream.html
|
||||
share/gtk-doc/html/pygobject/class-gioloadableicon.html
|
||||
share/gtk-doc/html/pygobject/class-giomemoryinputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giomemoryoutputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giomount.html
|
||||
share/gtk-doc/html/pygobject/class-giomountoperation.html
|
||||
share/gtk-doc/html/pygobject/class-giooutputstream.html
|
||||
share/gtk-doc/html/pygobject/class-gioseekable.html
|
||||
share/gtk-doc/html/pygobject/class-giosimpleasyncresult.html
|
||||
share/gtk-doc/html/pygobject/class-giothemedicon.html
|
||||
share/gtk-doc/html/pygobject/class-giounixinputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giounixoutputstream.html
|
||||
share/gtk-doc/html/pygobject/class-giovolume.html
|
||||
share/gtk-doc/html/pygobject/class-giovolumemonitor.html
|
||||
share/gtk-doc/html/pygobject/class-glibmaincontext.html
|
||||
share/gtk-doc/html/pygobject/class-glibmainloop.html
|
||||
share/gtk-doc/html/pygobject/class-gobject.html
|
||||
share/gtk-doc/html/pygobject/class-gobjectgboxed.html
|
||||
share/gtk-doc/html/pygobject/class-gobjectginterface.html
|
||||
share/gtk-doc/html/pygobject/class-gobjectgpointer.html
|
||||
share/gtk-doc/html/pygobject/gio-class-reference.html
|
||||
share/gtk-doc/html/pygobject/gio-constants.html
|
||||
share/gtk-doc/html/pygobject/gio-functions.html
|
||||
share/gtk-doc/html/pygobject/giounix-class-reference.html
|
||||
share/gtk-doc/html/pygobject/glib-class-reference.html
|
||||
share/gtk-doc/html/pygobject/glib-constants.html
|
||||
share/gtk-doc/html/pygobject/glib-functions.html
|
||||
share/gtk-doc/html/pygobject/gobject-class-reference.html
|
||||
share/gtk-doc/html/pygobject/gobject-constants.html
|
||||
share/gtk-doc/html/pygobject/gobject-functions.html
|
||||
share/gtk-doc/html/pygobject/index.html
|
||||
share/gtk-doc/html/pygobject/index.sgml
|
||||
share/gtk-doc/html/pygobject/pygobject-introduction.html
|
||||
share/gtk-doc/html/pygobject/pygobject.devhelp
|
||||
share/gtk-doc/html/pygobject/style.css
|
||||
share/pygobject/
|
||||
share/pygobject/2.0/
|
||||
share/pygobject/2.0/codegen/
|
||||
share/pygobject/2.0/codegen/__init__.py
|
||||
share/pygobject/2.0/codegen/__init__.pyc
|
||||
share/pygobject/2.0/codegen/__init__.${MODPY_PYOEXTENSION}
|
||||
share/pygobject/2.0/codegen/argtypes.py
|
||||
share/pygobject/2.0/codegen/argtypes.pyc
|
||||
share/pygobject/2.0/codegen/argtypes.${MODPY_PYOEXTENSION}
|
||||
share/pygobject/2.0/codegen/code-coverage.py
|
||||
share/pygobject/2.0/codegen/code-coverage.pyc
|
||||
share/pygobject/2.0/codegen/codegen.py
|
||||
share/pygobject/2.0/codegen/codegen.pyc
|
||||
share/pygobject/2.0/codegen/createdefs.py
|
||||
share/pygobject/2.0/codegen/createdefs.pyc
|
||||
share/pygobject/2.0/codegen/definitions.py
|
||||
share/pygobject/2.0/codegen/definitions.pyc
|
||||
share/pygobject/2.0/codegen/definitions.${MODPY_PYOEXTENSION}
|
||||
share/pygobject/2.0/codegen/defsconvert.py
|
||||
share/pygobject/2.0/codegen/defsconvert.pyc
|
||||
share/pygobject/2.0/codegen/defsgen.py
|
||||
share/pygobject/2.0/codegen/defsgen.pyc
|
||||
share/pygobject/2.0/codegen/defsparser.py
|
||||
share/pygobject/2.0/codegen/defsparser.pyc
|
||||
share/pygobject/2.0/codegen/defsparser.${MODPY_PYOEXTENSION}
|
||||
share/pygobject/2.0/codegen/docextract.py
|
||||
share/pygobject/2.0/codegen/docextract.pyc
|
||||
share/pygobject/2.0/codegen/docextract.${MODPY_PYOEXTENSION}
|
||||
share/pygobject/2.0/codegen/docextract_to_xml.py
|
||||
share/pygobject/2.0/codegen/docextract_to_xml.pyc
|
||||
share/pygobject/2.0/codegen/docgen.py
|
||||
share/pygobject/2.0/codegen/docgen.pyc
|
||||
share/pygobject/2.0/codegen/h2def.py
|
||||
share/pygobject/2.0/codegen/h2def.pyc
|
||||
share/pygobject/2.0/codegen/mergedefs.py
|
||||
share/pygobject/2.0/codegen/mergedefs.pyc
|
||||
share/pygobject/2.0/codegen/missingdefs.py
|
||||
share/pygobject/2.0/codegen/missingdefs.pyc
|
||||
share/pygobject/2.0/codegen/mkskel.py
|
||||
share/pygobject/2.0/codegen/mkskel.pyc
|
||||
share/pygobject/2.0/codegen/override.py
|
||||
share/pygobject/2.0/codegen/override.pyc
|
||||
share/pygobject/2.0/codegen/override.${MODPY_PYOEXTENSION}
|
||||
share/pygobject/2.0/codegen/reversewrapper.py
|
||||
share/pygobject/2.0/codegen/reversewrapper.pyc
|
||||
share/pygobject/2.0/codegen/reversewrapper.${MODPY_PYOEXTENSION}
|
||||
share/pygobject/2.0/codegen/scanvirtuals.py
|
||||
share/pygobject/2.0/codegen/scanvirtuals.pyc
|
||||
share/pygobject/2.0/codegen/scmexpr.py
|
||||
share/pygobject/2.0/codegen/scmexpr.pyc
|
||||
share/pygobject/2.0/defs/
|
||||
share/pygobject/2.0/defs/gappinfo.override
|
||||
share/pygobject/2.0/defs/gapplaunchcontext.override
|
||||
share/pygobject/2.0/defs/gbufferedinputstream.override
|
||||
share/pygobject/2.0/defs/gcancellable.override
|
||||
share/pygobject/2.0/defs/gdatainputstream.override
|
||||
share/pygobject/2.0/defs/gdrive.override
|
||||
share/pygobject/2.0/defs/gfile.override
|
||||
share/pygobject/2.0/defs/gfileattribute.override
|
||||
share/pygobject/2.0/defs/gfileenumerator.override
|
||||
share/pygobject/2.0/defs/gfileinfo.override
|
||||
share/pygobject/2.0/defs/gfileinputstream.override
|
||||
share/pygobject/2.0/defs/gfileiostream.override
|
||||
share/pygobject/2.0/defs/gfileoutputstream.override
|
||||
share/pygobject/2.0/defs/gicon.override
|
||||
share/pygobject/2.0/defs/ginputstream.override
|
||||
share/pygobject/2.0/defs/gio-types.defs
|
||||
share/pygobject/2.0/defs/gio.defs
|
||||
share/pygobject/2.0/defs/gio.override
|
||||
share/pygobject/2.0/defs/giostream.override
|
||||
share/pygobject/2.0/defs/gmemoryinputstream.override
|
||||
share/pygobject/2.0/defs/gmemoryoutputstream.override
|
||||
share/pygobject/2.0/defs/gmount.override
|
||||
share/pygobject/2.0/defs/goutputstream.override
|
||||
share/pygobject/2.0/defs/gresolver.override
|
||||
share/pygobject/2.0/defs/gsocket.override
|
||||
share/pygobject/2.0/defs/gvolume.override
|
||||
share/pygobject/2.0/defs/gvolumemonitor.override
|
||||
share/pygobject/2.0/defs/unix-types.defs
|
||||
share/pygobject/2.0/defs/unix.defs
|
||||
share/pygobject/2.0/defs/unix.override
|
||||
share/pygobject/xsl/
|
||||
share/pygobject/xsl/common.xsl
|
||||
share/pygobject/xsl/devhelp.xsl
|
||||
share/pygobject/xsl/fixxref.py
|
||||
share/pygobject/xsl/html.xsl
|
||||
share/pygobject/xsl/pdf-style.xsl
|
||||
share/pygobject/xsl/pdf.xsl
|
||||
share/pygobject/xsl/ref-html-style.xsl
|
Loading…
Add table
Add a link
Reference in a new issue