diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-16 23:50:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-16 23:50:22 +0800 |
commit | dcfd11f5a4e05d26402dfa5878d980504e2c3aca (patch) | |
tree | 30e24ea3856aa169e2fc0e94d09efab550849b05 /devel/mm-common | |
parent | b62a9805db787c807be4b25a85ab8edc610e5979 (diff) | |
download | marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.gz marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.bz2 marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.lz marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.xz marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.tar.zst marcuscom-ports-dcfd11f5a4e05d26402dfa5878d980504e2c3aca.zip |
Update to 0.9.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15489 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/mm-common')
-rw-r--r-- | devel/mm-common/Makefile | 26 | ||||
-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 | 26 |
4 files changed, 68 insertions, 0 deletions
diff --git a/devel/mm-common/Makefile b/devel/mm-common/Makefile new file mode 100644 index 000000000..6a84b6bc4 --- /dev/null +++ b/devel/mm-common/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mm-common +# Date Created: 27 Aug 2009 +# Whom: Koop Mast<kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/mm-common/Makefile,v 1.11 2010/05/03 00:54:20 avl Exp $ +# + +PORTNAME= mm-common +PORTVERSION= 0.9.3 +CATEGORIES= devel gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Common build infrastructure for the GNOME C++ binding libraries + +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl + +USE_GNOME= gnomehack +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +MAN1= mm-common-prepare.1 + +.include <bsd.port.mk> diff --git a/devel/mm-common/distinfo b/devel/mm-common/distinfo new file mode 100644 index 000000000..dda06fccb --- /dev/null +++ b/devel/mm-common/distinfo @@ -0,0 +1,2 @@ +SHA256 (mm-common-0.9.3.tar.bz2) = 65b5b8798027e729b1a0ca165d2da922a3f124d9bfcfef96ae9bb02e16894964 +SIZE (mm-common-0.9.3.tar.bz2) = 640194 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..a26e6e38d --- /dev/null +++ b/devel/mm-common/pkg-plist @@ -0,0 +1,26 @@ +bin/mm-common-prepare +libdata/pkgconfig/mm-common-util.pc +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.css +share/mm-common/doctool/tagfile-to-devhelp2.xsl +libdata/pkgconfig/mm-common-libstdc++.pc +@dirrm share/mm-common/doctool +@dirrm share/mm-common/doctags +@dirrm share/mm-common/build +@dirrm share/mm-common +@dirrm share/doc/mm-common +@dirrmtry share/aclocal |