diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 16:51:31 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 16:51:31 +0800 |
commit | a86199c3fc0e4029ecc628ff686e4c405aa6d934 (patch) | |
tree | 03519bad6628b2fc176b7b091c540c7eb5cf849d /devel/mm-common | |
parent | 0186078c73399b59dc89eabdb0ef3a8080a09151 (diff) | |
download | marcuscom-ports-a86199c3fc0e4029ecc628ff686e4c405aa6d934.tar marcuscom-ports-a86199c3fc0e4029ecc628ff686e4c405aa6d934.tar.gz marcuscom-ports-a86199c3fc0e4029ecc628ff686e4c405aa6d934.tar.bz2 marcuscom-ports-a86199c3fc0e4029ecc628ff686e4c405aa6d934.tar.lz marcuscom-ports-a86199c3fc0e4029ecc628ff686e4c405aa6d934.tar.xz marcuscom-ports-a86199c3fc0e4029ecc628ff686e4c405aa6d934.tar.zst marcuscom-ports-a86199c3fc0e4029ecc628ff686e4c405aa6d934.zip |
Bring in mm-common and update it to 0.9.7 while it gets its way back
to the ports tree
Update pygobject3-common-3.14.0 and friends to 3.14.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19953 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/mm-common')
-rw-r--r-- | devel/mm-common/Makefile | 18 | ||||
-rw-r--r-- | devel/mm-common/distinfo | 2 | ||||
-rw-r--r-- | devel/mm-common/pkg-descr | 14 | ||||
-rw-r--r-- | devel/mm-common/pkg-plist | 22 |
4 files changed, 56 insertions, 0 deletions
diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile new file mode 100644 index 000000000..4b031ca16 --- /dev/null +++ b/devel/mm-common/Makefile @@ -0,0 +1,18 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD: head/devel/mm-common/Makefile 363392 2014-07-29 21:07:39Z adamw $ +# $MCom$ + +PORTNAME= mm-common +PORTVERSION= 0.9.7 +CATEGORIES= devel gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Common build infrastructure for the GNOME C++ binding libraries + +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl + +USES= gmake pathfix tar:xz +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/mm-common/distinfo b/devel/mm-common/distinfo new file mode 100644 index 000000000..85b6781f3 --- /dev/null +++ b/devel/mm-common/distinfo @@ -0,0 +1,2 @@ +SHA256 (mm-common-0.9.7.tar.xz) = 78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e +SIZE (mm-common-0.9.7.tar.xz) = 262420 diff --git a/devel/mm-common/pkg-descr b/devel/mm-common/pkg-descr new file mode 100644 index 000000000..ec53b63e0 --- /dev/null +++ b/devel/mm-common/pkg-descr @@ -0,0 +1,14 @@ +This module is part of the GNOME C++ bindings effort <http://www.gtkmm.org/>. + +The mm-common module provides the build infrastructure and utilities +shared among the GNOME C++ binding libraries. It is only a required +dependency for building the C++ bindings from the gnome.org version +control repository. An installation of mm-common is not required for +building tarball releases, unless configured to use maintainer-mode. + +Release archives of mm-common include the Doxygen tag file for the +GNU C++ Library reference documentation. It is covered by the same +licence as the source code it was extracted from. More information +is available at <http://gcc.gnu.org/onlinedocs/libstdc++/>. + +WWW: http://www.gtkmm.org diff --git a/devel/mm-common/pkg-plist b/devel/mm-common/pkg-plist new file mode 100644 index 000000000..5ea8bb734 --- /dev/null +++ b/devel/mm-common/pkg-plist @@ -0,0 +1,22 @@ +bin/mm-common-prepare +libdata/pkgconfig/mm-common-util.pc +man/man1/mm-common-prepare.1.gz +share/aclocal/mm-common.m4 +share/aclocal/mm-dietlib.m4 +share/aclocal/mm-doc.m4 +share/aclocal/mm-module.m4 +share/aclocal/mm-pkg.m4 +share/aclocal/mm-warnings.m4 +share/doc/mm-common/README +share/doc/mm-common/skeletonmm.tar.gz +share/mm-common/build/compile-binding.am +share/mm-common/build/dist-changelog.am +share/mm-common/build/doc-reference.am +share/mm-common/build/generate-binding.am +share/mm-common/doctags/libstdc++.tag +share/mm-common/doctool/doc-install.pl +share/mm-common/doctool/doc-postprocess.pl +share/mm-common/doctool/doxygen-extra.css +share/mm-common/doctool/doxygen.css +share/mm-common/doctool/tagfile-to-devhelp2.xsl +libdata/pkgconfig/mm-common-libstdc++.pc |