diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 04:44:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 04:44:23 +0800 |
commit | 425a42abc5694265a96e1a08c0d954713b0ce706 (patch) | |
tree | 4352748feb92a92b569627b426c69adc148dfe8f /x11 | |
parent | 91ab43745a8c7ab658da620f21eb7c3cf3d30703 (diff) | |
download | marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.gz marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.bz2 marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.lz marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.xz marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.zst marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.zip |
Add gnometerminal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@26 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 36 | ||||
-rw-r--r-- | x11/gnome-terminal/distinfo | 1 | ||||
-rw-r--r-- | x11/gnome-terminal/files/patch-configure | 10 | ||||
-rw-r--r-- | x11/gnome-terminal/pkg-comment | 1 | ||||
-rw-r--r-- | x11/gnome-terminal/pkg-descr | 3 | ||||
-rw-r--r-- | x11/gnome-terminal/pkg-plist | 72 | ||||
-rw-r--r-- | x11/gnometerminal/Makefile | 36 | ||||
-rw-r--r-- | x11/gnometerminal/distinfo | 1 | ||||
-rw-r--r-- | x11/gnometerminal/files/patch-configure | 10 | ||||
-rw-r--r-- | x11/gnometerminal/pkg-comment | 1 | ||||
-rw-r--r-- | x11/gnometerminal/pkg-descr | 3 | ||||
-rw-r--r-- | x11/gnometerminal/pkg-plist | 72 |
12 files changed, 246 insertions, 0 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile new file mode 100644 index 000000000..75742d9cf --- /dev/null +++ b/x11/gnome-terminal/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnometerminal +# Date created: 1 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnometerminal/Makefile,v 1.10 2002/09/20 17:07:49 marcus Exp $ +# + +PORTNAME= gnometerminal +PORTVERSION= 2.1.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-terminal/2.1 +DISTNAME= gnome-terminal-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \ + gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo new file mode 100644 index 000000000..67682d255 --- /dev/null +++ b/x11/gnome-terminal/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-terminal-2.1.0.tar.bz2) = 68bd06b1283572b7f5c9a4e8656745ef diff --git a/x11/gnome-terminal/files/patch-configure b/x11/gnome-terminal/files/patch-configure new file mode 100644 index 000000000..b393b3039 --- /dev/null +++ b/x11/gnome-terminal/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu May 2 00:36:18 2002 ++++ configure Thu May 2 00:37:15 2002 +@@ -6414,6 +6414,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' diff --git a/x11/gnome-terminal/pkg-comment b/x11/gnome-terminal/pkg-comment new file mode 100644 index 000000000..c6ad4a4a6 --- /dev/null +++ b/x11/gnome-terminal/pkg-comment @@ -0,0 +1 @@ +Terminal component for the GNOME 2.0 Desktop diff --git a/x11/gnome-terminal/pkg-descr b/x11/gnome-terminal/pkg-descr new file mode 100644 index 000000000..eca945789 --- /dev/null +++ b/x11/gnome-terminal/pkg-descr @@ -0,0 +1,3 @@ +Terminal component for the GNOME 2.0 Desktop. + +WWW: http://www.gnome.org/ diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist new file mode 100644 index 000000000..b1f2d059a --- /dev/null +++ b/x11/gnome-terminal/pkg-plist @@ -0,0 +1,72 @@ +bin/gnome-terminal +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default/%gconf.xml +etc/gconf/schemas/gnome-terminal.schemas +libdata/bonobo/servers/gnome-terminal.server +share/gnome/applications/gnome-terminal.desktop +share/gnome/gnome-terminal/glade/gnome-terminal.glade2 +share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png +share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png +share/gnome/help/gnome-terminal/C/figures/terminal_window.png +share/gnome/help/gnome-terminal/C/gnome-terminal.xml +share/gnome/help/gnome-terminal/C/legal.xml +share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png +share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png +share/gnome/help/gnome-terminal/ro/figures/terminal_window.png +share/gnome/help/gnome-terminal/ro/gnome-terminal.xml +share/gnome/help/gnome-terminal/ro/legal.xml +share/gnome/omf/gnome-terminal/gnome-terminal-C.omf +share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf +share/gnome/pixmaps/gnome-terminal.png +share/locale/bg/LC_MESSAGES/gnome-terminal.mo +share/locale/ca/LC_MESSAGES/gnome-terminal.mo +share/locale/cs/LC_MESSAGES/gnome-terminal.mo +share/locale/da/LC_MESSAGES/gnome-terminal.mo +share/locale/de/LC_MESSAGES/gnome-terminal.mo +share/locale/el/LC_MESSAGES/gnome-terminal.mo +share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo +share/locale/es/LC_MESSAGES/gnome-terminal.mo +share/locale/et/LC_MESSAGES/gnome-terminal.mo +share/locale/fi/LC_MESSAGES/gnome-terminal.mo +share/locale/fr/LC_MESSAGES/gnome-terminal.mo +share/locale/gl/LC_MESSAGES/gnome-terminal.mo +share/locale/hu/LC_MESSAGES/gnome-terminal.mo +share/locale/ko/LC_MESSAGES/gnome-terminal.mo +share/locale/ja/LC_MESSAGES/gnome-terminal.mo +share/locale/lt/LC_MESSAGES/gnome-terminal.mo +share/locale/ms/LC_MESSAGES/gnome-terminal.mo +share/locale/no/LC_MESSAGES/gnome-terminal.mo +share/locale/pl/LC_MESSAGES/gnome-terminal.mo +share/locale/pt/LC_MESSAGES/gnome-terminal.mo +share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo +share/locale/ro/LC_MESSAGES/gnome-terminal.mo +share/locale/ru/LC_MESSAGES/gnome-terminal.mo +share/locale/sk/LC_MESSAGES/gnome-terminal.mo +share/locale/sl/LC_MESSAGES/gnome-terminal.mo +share/locale/sv/LC_MESSAGES/gnome-terminal.mo +share/locale/tr/LC_MESSAGES/gnome-terminal.mo +share/locale/uk/LC_MESSAGES/gnome-terminal.mo +share/locale/vi/LC_MESSAGES/gnome-terminal.mo +share/locale/wa/LC_MESSAGES/gnome-terminal.mo +share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo +share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo +@dirrm share/gnome/help/gnome-terminal/ro/figures +@dirrm share/gnome/help/gnome-terminal/ro +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile new file mode 100644 index 000000000..75742d9cf --- /dev/null +++ b/x11/gnometerminal/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnometerminal +# Date created: 1 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/x11/gnometerminal/Makefile,v 1.10 2002/09/20 17:07:49 marcus Exp $ +# + +PORTNAME= gnometerminal +PORTVERSION= 2.1.0 +CATEGORIES= x11 gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-terminal/2.1 +DISTNAME= gnome-terminal-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \ + gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/x11/gnometerminal/distinfo b/x11/gnometerminal/distinfo new file mode 100644 index 000000000..67682d255 --- /dev/null +++ b/x11/gnometerminal/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-terminal-2.1.0.tar.bz2) = 68bd06b1283572b7f5c9a4e8656745ef diff --git a/x11/gnometerminal/files/patch-configure b/x11/gnometerminal/files/patch-configure new file mode 100644 index 000000000..b393b3039 --- /dev/null +++ b/x11/gnometerminal/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu May 2 00:36:18 2002 ++++ configure Thu May 2 00:37:15 2002 +@@ -6414,6 +6414,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' diff --git a/x11/gnometerminal/pkg-comment b/x11/gnometerminal/pkg-comment new file mode 100644 index 000000000..c6ad4a4a6 --- /dev/null +++ b/x11/gnometerminal/pkg-comment @@ -0,0 +1 @@ +Terminal component for the GNOME 2.0 Desktop diff --git a/x11/gnometerminal/pkg-descr b/x11/gnometerminal/pkg-descr new file mode 100644 index 000000000..eca945789 --- /dev/null +++ b/x11/gnometerminal/pkg-descr @@ -0,0 +1,3 @@ +Terminal component for the GNOME 2.0 Desktop. + +WWW: http://www.gnome.org/ diff --git a/x11/gnometerminal/pkg-plist b/x11/gnometerminal/pkg-plist new file mode 100644 index 000000000..b1f2d059a --- /dev/null +++ b/x11/gnometerminal/pkg-plist @@ -0,0 +1,72 @@ +bin/gnome-terminal +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/%gconf.xml +etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/%gconf.xml +etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default/%gconf.xml +etc/gconf/schemas/gnome-terminal.schemas +libdata/bonobo/servers/gnome-terminal.server +share/gnome/applications/gnome-terminal.desktop +share/gnome/gnome-terminal/glade/gnome-terminal.glade2 +share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png +share/gnome/help/gnome-terminal/C/figures/gnome-terminal-tabbed.png +share/gnome/help/gnome-terminal/C/figures/terminal_window.png +share/gnome/help/gnome-terminal/C/gnome-terminal.xml +share/gnome/help/gnome-terminal/C/legal.xml +share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-default.png +share/gnome/help/gnome-terminal/ro/figures/gnome-terminal-tabbed.png +share/gnome/help/gnome-terminal/ro/figures/terminal_window.png +share/gnome/help/gnome-terminal/ro/gnome-terminal.xml +share/gnome/help/gnome-terminal/ro/legal.xml +share/gnome/omf/gnome-terminal/gnome-terminal-C.omf +share/gnome/omf/gnome-terminal/gnome-terminal-ro.omf +share/gnome/pixmaps/gnome-terminal.png +share/locale/bg/LC_MESSAGES/gnome-terminal.mo +share/locale/ca/LC_MESSAGES/gnome-terminal.mo +share/locale/cs/LC_MESSAGES/gnome-terminal.mo +share/locale/da/LC_MESSAGES/gnome-terminal.mo +share/locale/de/LC_MESSAGES/gnome-terminal.mo +share/locale/el/LC_MESSAGES/gnome-terminal.mo +share/locale/en_GB/LC_MESSAGES/gnome-terminal.mo +share/locale/es/LC_MESSAGES/gnome-terminal.mo +share/locale/et/LC_MESSAGES/gnome-terminal.mo +share/locale/fi/LC_MESSAGES/gnome-terminal.mo +share/locale/fr/LC_MESSAGES/gnome-terminal.mo +share/locale/gl/LC_MESSAGES/gnome-terminal.mo +share/locale/hu/LC_MESSAGES/gnome-terminal.mo +share/locale/ko/LC_MESSAGES/gnome-terminal.mo +share/locale/ja/LC_MESSAGES/gnome-terminal.mo +share/locale/lt/LC_MESSAGES/gnome-terminal.mo +share/locale/ms/LC_MESSAGES/gnome-terminal.mo +share/locale/no/LC_MESSAGES/gnome-terminal.mo +share/locale/pl/LC_MESSAGES/gnome-terminal.mo +share/locale/pt/LC_MESSAGES/gnome-terminal.mo +share/locale/pt_BR/LC_MESSAGES/gnome-terminal.mo +share/locale/ro/LC_MESSAGES/gnome-terminal.mo +share/locale/ru/LC_MESSAGES/gnome-terminal.mo +share/locale/sk/LC_MESSAGES/gnome-terminal.mo +share/locale/sl/LC_MESSAGES/gnome-terminal.mo +share/locale/sv/LC_MESSAGES/gnome-terminal.mo +share/locale/tr/LC_MESSAGES/gnome-terminal.mo +share/locale/uk/LC_MESSAGES/gnome-terminal.mo +share/locale/vi/LC_MESSAGES/gnome-terminal.mo +share/locale/wa/LC_MESSAGES/gnome-terminal.mo +share/locale/zh_CN/LC_MESSAGES/gnome-terminal.mo +share/locale/zh_TW/LC_MESSAGES/gnome-terminal.mo +@dirrm share/gnome/help/gnome-terminal/ro/figures +@dirrm share/gnome/help/gnome-terminal/ro +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles/Default +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/profiles +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/keybindings +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal/global +@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-terminal +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles/Default +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/profiles +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/keybindings +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal/global +@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-terminal |