mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add gconfmm, the C++ bindings for GConf2.
This commit is contained in:
parent
1adc953979
commit
01b7ecf0ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83060
13 changed files with 167 additions and 0 deletions
|
@ -203,6 +203,7 @@
|
|||
SUBDIR += gaa
|
||||
SUBDIR += gconf
|
||||
SUBDIR += gconf2
|
||||
SUBDIR += gconfmm
|
||||
SUBDIR += gcvs
|
||||
SUBDIR += gdb52
|
||||
SUBDIR += gdb53
|
||||
|
|
28
devel/gconfmm/Makefile
Normal file
28
devel/gconfmm/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: gconfmm
|
||||
# Date created: 22 May 2003
|
||||
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gconfmm
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gtkmm
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= bland@mail.ru
|
||||
COMMENT= C++ wrapper for gconf2 API library
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gconf2
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gconfmm/distinfo
Normal file
1
devel/gconfmm/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gnome2/gconfmm-2.0.1.tar.gz) = 9d8f9da08c021344ad94b10d1c962894
|
10
devel/gconfmm/files/patch-configure
Normal file
10
devel/gconfmm/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Wed May 21 12:55:00 2003
|
||||
+++ configure Wed May 21 12:55:29 2003
|
||||
@@ -7850,6 +7850,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
11
devel/gconfmm/files/patch-gconf::Makefile.in
Normal file
11
devel/gconfmm/files/patch-gconf::Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- gconf/Makefile.in.orig Wed May 21 12:57:07 2003
|
||||
+++ gconf/Makefile.in Wed May 21 12:57:58 2003
|
||||
@@ -153,7 +153,7 @@
|
||||
gconfmm_configdir = $(libdir)/gconfmm-2.0/include
|
||||
gconfmm_config_DATA = gconfmmconfig.h
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = gconfmm-2.0.pc
|
||||
subdir = gconf
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
|
3
devel/gconfmm/pkg-descr
Normal file
3
devel/gconfmm/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a set of thin C++ wrappers for GConf v2 API library.
|
||||
|
||||
WWW: http://gtkmm.sourceforge.net/
|
30
devel/gconfmm/pkg-plist
Normal file
30
devel/gconfmm/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
|||
include/gconfmm-2.0/gconfmm/callback.h
|
||||
include/gconfmm-2.0/gconfmm/changeset.h
|
||||
include/gconfmm-2.0/gconfmm/client.h
|
||||
include/gconfmm-2.0/gconfmm/entry.h
|
||||
include/gconfmm-2.0/gconfmm/init.h
|
||||
include/gconfmm-2.0/gconfmm/private/changeset_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/client_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/entry_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/schema_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/value_p.h
|
||||
include/gconfmm-2.0/gconfmm/schema.h
|
||||
include/gconfmm-2.0/gconfmm/setinterface.h
|
||||
include/gconfmm-2.0/gconfmm/value.h
|
||||
include/gconfmm-2.0/gconfmm/value_listhelpers.h
|
||||
include/gconfmm-2.0/gconfmm/wrap_init.h
|
||||
include/gconfmm-2.0/gconfmm.h
|
||||
lib/gconfmm-2.0/include/gconfmmconfig.h
|
||||
lib/gconfmm-2.0/proc/m4/convert.m4
|
||||
lib/gconfmm-2.0/proc/m4/convert_gconfmm.m4
|
||||
lib/libgconfmm-2.0.a
|
||||
lib/libgconfmm-2.0.so
|
||||
lib/libgconfmm-2.0.so.1
|
||||
libdata/pkgconfig/gconfmm-2.0.pc
|
||||
@dirrm lib/gconfmm-2.0/include
|
||||
@dirrm lib/gconfmm-2.0/proc/m4
|
||||
@dirrm lib/gconfmm-2.0/proc
|
||||
@dirrm lib/gconfmm-2.0
|
||||
@dirrm include/gconfmm-2.0/gconfmm/private
|
||||
@dirrm include/gconfmm-2.0/gconfmm
|
||||
@dirrm include/gconfmm-2.0
|
28
devel/gconfmm26/Makefile
Normal file
28
devel/gconfmm26/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: gconfmm
|
||||
# Date created: 22 May 2003
|
||||
# Whom: Alexander Nedotsukov <bland@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gconfmm
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gtkmm
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= bland@mail.ru
|
||||
COMMENT= C++ wrapper for gconf2 API library
|
||||
|
||||
LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gconf2
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/gconfmm26/distinfo
Normal file
1
devel/gconfmm26/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gnome2/gconfmm-2.0.1.tar.gz) = 9d8f9da08c021344ad94b10d1c962894
|
10
devel/gconfmm26/files/patch-configure
Normal file
10
devel/gconfmm26/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Wed May 21 12:55:00 2003
|
||||
+++ configure Wed May 21 12:55:29 2003
|
||||
@@ -7850,6 +7850,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
11
devel/gconfmm26/files/patch-gconf::Makefile.in
Normal file
11
devel/gconfmm26/files/patch-gconf::Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- gconf/Makefile.in.orig Wed May 21 12:57:07 2003
|
||||
+++ gconf/Makefile.in Wed May 21 12:57:58 2003
|
||||
@@ -153,7 +153,7 @@
|
||||
gconfmm_configdir = $(libdir)/gconfmm-2.0/include
|
||||
gconfmm_config_DATA = gconfmmconfig.h
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = gconfmm-2.0.pc
|
||||
subdir = gconf
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
|
3
devel/gconfmm26/pkg-descr
Normal file
3
devel/gconfmm26/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This is a set of thin C++ wrappers for GConf v2 API library.
|
||||
|
||||
WWW: http://gtkmm.sourceforge.net/
|
30
devel/gconfmm26/pkg-plist
Normal file
30
devel/gconfmm26/pkg-plist
Normal file
|
@ -0,0 +1,30 @@
|
|||
include/gconfmm-2.0/gconfmm/callback.h
|
||||
include/gconfmm-2.0/gconfmm/changeset.h
|
||||
include/gconfmm-2.0/gconfmm/client.h
|
||||
include/gconfmm-2.0/gconfmm/entry.h
|
||||
include/gconfmm-2.0/gconfmm/init.h
|
||||
include/gconfmm-2.0/gconfmm/private/changeset_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/client_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/entry_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/schema_p.h
|
||||
include/gconfmm-2.0/gconfmm/private/value_p.h
|
||||
include/gconfmm-2.0/gconfmm/schema.h
|
||||
include/gconfmm-2.0/gconfmm/setinterface.h
|
||||
include/gconfmm-2.0/gconfmm/value.h
|
||||
include/gconfmm-2.0/gconfmm/value_listhelpers.h
|
||||
include/gconfmm-2.0/gconfmm/wrap_init.h
|
||||
include/gconfmm-2.0/gconfmm.h
|
||||
lib/gconfmm-2.0/include/gconfmmconfig.h
|
||||
lib/gconfmm-2.0/proc/m4/convert.m4
|
||||
lib/gconfmm-2.0/proc/m4/convert_gconfmm.m4
|
||||
lib/libgconfmm-2.0.a
|
||||
lib/libgconfmm-2.0.so
|
||||
lib/libgconfmm-2.0.so.1
|
||||
libdata/pkgconfig/gconfmm-2.0.pc
|
||||
@dirrm lib/gconfmm-2.0/include
|
||||
@dirrm lib/gconfmm-2.0/proc/m4
|
||||
@dirrm lib/gconfmm-2.0/proc
|
||||
@dirrm lib/gconfmm-2.0
|
||||
@dirrm include/gconfmm-2.0/gconfmm/private
|
||||
@dirrm include/gconfmm-2.0/gconfmm
|
||||
@dirrm include/gconfmm-2.0
|
Loading…
Add table
Reference in a new issue