# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gnome2 # gnome2/CVS # gnome2/CVS/Root # gnome2/CVS/Repository # gnome2/CVS/Entries # gnome2/Makefile # gnome2/pkg-descr # gnome2/pkg-install # gnome2/pkg-message # gnome2/pkg-plist # gnome2/Makefile.versions # echo c - gnome2 mkdir -p gnome2 > /dev/null 2>&1 echo c - gnome2/CVS mkdir -p gnome2/CVS > /dev/null 2>&1 echo x - gnome2/CVS/Root sed 's/^X//' >gnome2/CVS/Root << 'END-of-gnome2/CVS/Root' Xahze@marcuscom.com:/space/cvs/marcuscom-cvs END-of-gnome2/CVS/Root echo x - gnome2/CVS/Repository sed 's/^X//' >gnome2/CVS/Repository << 'END-of-gnome2/CVS/Repository' Xports/x11/gnome2 END-of-gnome2/CVS/Repository echo x - gnome2/CVS/Entries sed 's/^X//' >gnome2/CVS/Entries << 'END-of-gnome2/CVS/Entries' X/Makefile/1.133/Fri Feb 3 05:53:28 2006// X/pkg-descr/1.12/Thu Apr 28 08:01:35 2005// X/pkg-install/1.19/Thu Apr 28 08:01:35 2005// X/pkg-message/1.7/Thu Apr 28 08:01:35 2005// X/pkg-plist/1.11/Thu Apr 28 08:01:35 2005// XD END-of-gnome2/CVS/Entries echo x - gnome2/Makefile sed 's/^X//' >gnome2/Makefile << 'END-of-gnome2/Makefile' X# New ports collection makefile for: gnome2 X# Date created: 21 May 2002 X# Whom: Joe Marcus Clarke X# X# $FreeBSD$ X# $MCom: ports/x11/gnome2/Makefile,v 1.133 2006/02/03 05:53:28 marcus Exp $ X# X XPORTNAME= gnome2 XPORTVERSION= 2.13.90 XPORTREVISION?= 0 XCATEGORIES?= x11 gnome XMASTER_SITES= # empty XDISTFILES= # empty XEXTRACT_ONLY= # empty X XMAINTAINER= gnome@FreeBSD.org XCOMMENT?= The "meta-port" for the GNOME 2 integrated X11 desktop X X X#GNOME_DEPENDS?= gnomeapplets2 gnomemedia2 gnomeutils2 eog gconf-editor \ X# gnomegames2 gedit gnometerminal gnomesession bugbuddy \ X# gnomesystemmonitor nautilus2 yelp gdm gnomeuserdocs2 \ X# gnomeaudio2 libgail-gnome fileroller gnome-themes gok \ X# nautilus-cd-burner gcalctool gucharmap zenity bitstream-vera \ X# gnopernicus gnomenetstatus dasher evolution evolution-webcal \ X# gnomesystemtools gnomenettool vino evolution-exchange \ X# gstreamer-plugins-core gstreamer-plugins-gconf totem-gstreamer \ X# gnomecontrolcenter2 gnome-backgrounds sound-juicer gnomekeyringmanager \ X# libgtkhtml evince fast-user-switch-applet deskbar-applet X XGNOME_DEPENDS?= gnomeapplets2 gnomemedia2 Xgnomeapplets2_DEPENDS= x11/gnomeapplets2 Xgnomemedia2_DEPENDS= audio/gnomemedia2 X XNO_BUILD= yes X X.if !defined(GNOME_SLAVE) XUSE_PYTHON= yes X.endif X X.if !defined(BATCH) && !defined(PACKAGE_BUILDING) && !defined(GNOME_SLAVE) Xpre-configure: X @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL X.endif X X.if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite" XOPTIONS= GNOME_SCREENSAVER "Use gnome-screensaver as screensaver app" off X.endif X Xdo-install: # empty X X.include X X.if !defined(GNOME_SLAVE) X.if ${ARCH} == "i386" || ${OSVERSION} > 500035 X#GNOME_DEPENDS+= epiphany X.endif X.endif X X.if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite" X.if defined(WITH_XSCREENSAVER) X#GNOME_DEPENDS+= xscreensaver-gnome X.else X#GNOME_DEPENDS+= gnome-screensaver X.endif X.endif X X_update-gnome-versions: X ${MV} Makefile.versions Makefile.versions.bak X.for depend in ${GNOME_DEPENDS} X cd ${PORTSDIR}/${${depend}_DEPENDS} && \ X ${ECHO_CMD} "RUN_DEPENDS+=${depend}>="`${MAKE} -V PORTVERSION`":${PORTSDIR}/${${depend}_DEPENDS}" >> ${.CURDIR}/Makefile.versions X.endfor X.include "${.CURDIR}/Makefile.versions" X.include END-of-gnome2/Makefile echo x - gnome2/pkg-descr sed 's/^X//' >gnome2/pkg-descr << 'END-of-gnome2/pkg-descr' XGNU Network Object Model Environment X XThis metaport installs the entire GNOME 2 desktop, including Xthe the most common user applications. Other popular GNOME Xapplications can be installed from the other GNOME 2 metaports: X X * x11/gnome2-fifth-toe X * x11/gnome2-power-tools X * editors/gnome2-office X * devel/gnome2-hacker-tools X XWWW: http://www.FreeBSD.org/gnome/ END-of-gnome2/pkg-descr echo x - gnome2/pkg-install sed 's/^X//' >gnome2/pkg-install << 'END-of-gnome2/pkg-install' X#!/bin/sh X XPATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH} Xexport PATH X Xtmp_pkg_info=`mktemp -t gnome_install_pkg_info` Xtrap "rm -f ${tmp_pkg_info}" 0 X Xpkg_info > ${tmp_pkg_info} X Xif [ "$2" = "PRE-INSTALL" ]; then X GNOME_ONE_DESKTOP="gnomecore gnomeapplets gnomemedia gnomeutils gtop libgtop sawfish nautilus xalf gnomegames gnomeaudio" X for package in ${GNOME_ONE_DESKTOP}; do X if grep "^${package}-[0-9]" ${tmp_pkg_info} >/dev/null 2>&1; then X echo "${package} was detected on the system. This package is part of the GNOME 1.x" X echo "desktop, and cannot coexist with the GNOME 2.2 desktop." X echo "" X echo "Please deinstall the GNOME 1.x desktop before installing this package." X false X fi X done Xfi END-of-gnome2/pkg-install echo x - gnome2/pkg-message sed 's/^X//' >gnome2/pkg-message << 'END-of-gnome2/pkg-message' X************************************************************************** XCongratulations! GNOME 2 has been successfully installed on your system. XFor help on starting it up, as well as answers to common questions, and Xsome known issues, please see the FreeBSD GNOME homepage at: X X http://www.FreeBSD.org/gnome/ X X************************************************************************** END-of-gnome2/pkg-message echo x - gnome2/pkg-plist sed 's/^X//' >gnome2/pkg-plist << 'END-of-gnome2/pkg-plist' X@comment this plist intentionally left empty END-of-gnome2/pkg-plist echo x - gnome2/Makefile.versions sed 's/^X//' >gnome2/Makefile.versions << 'END-of-gnome2/Makefile.versions' XRUN_DEPENDS+=gnomeapplets2>=2.13.3:/usr/ports/x11/gnomeapplets2 XRUN_DEPENDS+=gnomemedia2>=2.13.91:/usr/ports/audio/gnomemedia2 END-of-gnome2/Makefile.versions exit