Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1 @@
This package provides the gdbus-codegen utility.

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.8 2013/06/10 18:54:42 joerg Exp $
.include "../../devel/glib2/Makefile.common"
PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/}
PKGREVISION= 1
CATEGORIES= devel gnome
COMMENT= Generate code and/or documentation for one or more D-Bus interfaces
NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-*
USE_TOOLS+= pkg-config msgfmt perl:run
BUILD_DIRS= gio/gdbus-2.0/codegen
INSTALL_DIRS= ${BUILD_DIRS}
REPLACE_PYTHON+= gio/gdbus-2.0/codegen/gdbus-codegen.in
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.include "../../devel/glib2/modules.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

26
devel/gdbus-codegen/PLIST Normal file
View File

@@ -0,0 +1,26 @@
@comment $NetBSD: PLIST,v 1.2 2013/04/19 22:21:41 prlw1 Exp $
bin/gdbus-codegen
share/glib-2.0/codegen/__init__.py
share/glib-2.0/codegen/__init__.pyc
share/glib-2.0/codegen/__init__.pyo
share/glib-2.0/codegen/codegen.py
share/glib-2.0/codegen/codegen.pyc
share/glib-2.0/codegen/codegen.pyo
share/glib-2.0/codegen/codegen_docbook.py
share/glib-2.0/codegen/codegen_docbook.pyc
share/glib-2.0/codegen/codegen_docbook.pyo
share/glib-2.0/codegen/codegen_main.py
share/glib-2.0/codegen/codegen_main.pyc
share/glib-2.0/codegen/codegen_main.pyo
share/glib-2.0/codegen/config.py
share/glib-2.0/codegen/config.pyc
share/glib-2.0/codegen/config.pyo
share/glib-2.0/codegen/dbustypes.py
share/glib-2.0/codegen/dbustypes.pyc
share/glib-2.0/codegen/dbustypes.pyo
share/glib-2.0/codegen/parser.py
share/glib-2.0/codegen/parser.pyc
share/glib-2.0/codegen/parser.pyo
share/glib-2.0/codegen/utils.py
share/glib-2.0/codegen/utils.pyc
share/glib-2.0/codegen/utils.pyo

View File

@@ -0,0 +1,20 @@
# $NetBSD: hacks.mk,v 1.2 2013/03/18 14:01:24 jperkin Exp $
.if !defined(GDBUS_CODEGEN_HACKS_MK)
GDBUS_CODEGEN_HACKS_MK= # defined
.if ${OPSYS} == "Darwin"
CHECK_BUILTIN.libiconv:= yes
. include "../../converters/libiconv/builtin.mk"
CHECK_BUILTIN.libiconv:= no
. if !empty(USE_BUILTIN.iconv:M[Yy][Ee][Ss])
PKG_HACKS+= darwin-iconv
SUBST_CLASSES+= iconv
SUBST_STAGE.iconv= pre-configure
SUBST_MESSAGE.iconv= Changing libiconv_open to iconv_open.
SUBST_FILES.iconv= configure
SUBST_SED.iconv= -e 's,libiconv_open,iconv_open,g'
. endif
.endif
.endif