summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /x11-fm/nautilus
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r--x11-fm/nautilus/Makefile55
-rw-r--r--x11-fm/nautilus/distinfo3
-rw-r--r--x11-fm/nautilus/files/patch-Makefile.in10
-rw-r--r--x11-fm/nautilus/files/patch-configure22
-rw-r--r--x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c12
-rw-r--r--x11-fm/nautilus/pkg-descr5
-rw-r--r--x11-fm/nautilus/pkg-plist228
7 files changed, 0 insertions, 335 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
deleted file mode 100644
index 33fee89e7..000000000
--- a/x11-fm/nautilus/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: nautilus2
-# Date created: 28th August 2000
-# Whom: ade, archie
-#
-# $FreeBSD$
-# $MCom: ports/x11-fm/nautilus/Makefile,v 1.141 2007/08/27 17:15:32 marcus Exp $
-#
-
-PORTNAME= nautilus
-PORTVERSION= 2.20.0
-CATEGORIES= x11-fm gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= File manager for the GNOME desktop
-
-LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
-
-INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_XLIB= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \
- librsvg2 desktopfileutils ltverhack
-GNOME_DESKTOP_VERSION=2
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \
- LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
-CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
- --with-freetype2-include-place=${LOCALBASE}/include/freetype2 \
- --enable-static
-MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
-
-OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off
-
-GCONF_SCHEMAS= apps_nautilus_preferences.schemas
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_TRACKER)
-LIB_DEPENDS+= trackerclient.0:${PORTSDIR}/sysutils/tracker
-.else
-CONFIGURE_ARGS+=--disable-tracker
-.endif
-
-post-install:
- ${MKDIR} ${PREFIX}/lib/nautilus/extensions-1.0
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
diff --git a/x11-fm/nautilus/distinfo b/x11-fm/nautilus/distinfo
deleted file mode 100644
index 9a778b2a0..000000000
--- a/x11-fm/nautilus/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/nautilus-2.20.0.tar.bz2) = 3856ec2ffeba786d12f8f6622e398c33
-SHA256 (gnome2/nautilus-2.20.0.tar.bz2) = 98f9d9f7bc89db67cbcc4c7d08ec72175b8c9b3eb9489f7869c5cec9f16feb08
-SIZE (gnome2/nautilus-2.20.0.tar.bz2) = 4916284
diff --git a/x11-fm/nautilus/files/patch-Makefile.in b/x11-fm/nautilus/files/patch-Makefile.in
deleted file mode 100644
index a4f79ca6b..000000000
--- a/x11-fm/nautilus/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.orig Wed Nov 24 13:14:21 2004
-+++ Makefile.in Wed Nov 24 13:14:47 2004
-@@ -183,7 +183,6 @@
- libbackground \
- libnautilus-private \
- src \
-- test \
- po \
- data \
- icons \
diff --git a/x11-fm/nautilus/files/patch-configure b/x11-fm/nautilus/files/patch-configure
deleted file mode 100644
index 4a9390ced..000000000
--- a/x11-fm/nautilus/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Mon May 14 20:47:58 2007
-+++ configure Mon May 14 20:52:42 2007
-@@ -23611,9 +23611,7 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
- #include <unistd.h>
-- #ifdef HAVE_SYS_PARAM_H
- #include <sys/param.h>
-- #endif
- #ifdef HAVE_SYS_VFS_H
- #include <sys/vfs.h>
- #endif
-@@ -23674,9 +23672,7 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
- #include <unistd.h>
-- #ifdef HAVE_SYS_PARAM_H
- #include <sys/param.h>
-- #endif
- #ifdef HAVE_SYS_VFS_H
- #include <sys/vfs.h>
- #endif
diff --git a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c b/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c
deleted file mode 100644
index d709dec1e..000000000
--- a/x11-fm/nautilus/files/patch-src_file-manager_fm-properties-window.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/file-manager/fm-properties-window.c.orig Mon May 14 20:58:01 2007
-+++ src/file-manager/fm-properties-window.c Mon May 14 20:58:42 2007
-@@ -89,9 +89,7 @@
- #if HAVE_SYS_VFS_H
- #include <sys/vfs.h>
- #elif HAVE_SYS_MOUNT_H
--#if HAVE_SYS_PARAM_H
- #include <sys/param.h>
--#endif
- #include <sys/mount.h>
- #endif
-
diff --git a/x11-fm/nautilus/pkg-descr b/x11-fm/nautilus/pkg-descr
deleted file mode 100644
index b4f3fd678..000000000
--- a/x11-fm/nautilus/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Nautilus is a file manager tightly integrated into the GNOME destkop.
-It is also responsible for desktop and icon management, and provides
-an intuitive interface for accessing files and webpages.
-
-WWW: http://www.gnome.org/projects/nautilus/
diff --git a/x11-fm/nautilus/pkg-plist b/x11-fm/nautilus/pkg-plist
deleted file mode 100644
index 1e031e1ad..000000000
--- a/x11-fm/nautilus/pkg-plist
+++ /dev/null
@@ -1,228 +0,0 @@
-bin/nautilus
-bin/nautilus-connect-server
-bin/nautilus-file-management-properties
-include/nautilus/libnautilus-extension/nautilus-column-provider.h
-include/nautilus/libnautilus-extension/nautilus-column.h
-include/nautilus/libnautilus-extension/nautilus-extension-types.h
-include/nautilus/libnautilus-extension/nautilus-file-info.h
-include/nautilus/libnautilus-extension/nautilus-info-provider.h
-include/nautilus/libnautilus-extension/nautilus-location-widget-provider.h
-include/nautilus/libnautilus-extension/nautilus-menu-item.h
-include/nautilus/libnautilus-extension/nautilus-menu-provider.h
-include/nautilus/libnautilus-extension/nautilus-menu.h
-include/nautilus/libnautilus-extension/nautilus-property-page-provider.h
-include/nautilus/libnautilus-extension/nautilus-property-page.h
-lib/libnautilus-extension.a
-lib/libnautilus-extension.la
-lib/libnautilus-extension.so
-lib/libnautilus-extension.so.1
-libdata/bonobo/servers/Nautilus_shell.server
-libdata/pkgconfig/libnautilus-extension.pc
-share/applications/nautilus-computer.desktop
-share/applications/nautilus-file-management-properties.desktop
-share/applications/nautilus-folder-handler.desktop
-share/applications/nautilus-home.desktop
-share/applications/nautilus.desktop
-share/applications/network-scheme.desktop
-share/icons/hicolor/16x16/apps/nautilus.png
-share/icons/hicolor/22x22/apps/nautilus.png
-share/icons/hicolor/24x24/apps/nautilus.png
-share/icons/hicolor/32x32/apps/nautilus.png
-share/icons/hicolor/scalable/apps/nautilus.svg
-share/locale/af/LC_MESSAGES/nautilus.mo
-share/locale/am/LC_MESSAGES/nautilus.mo
-share/locale/ar/LC_MESSAGES/nautilus.mo
-share/locale/as/LC_MESSAGES/nautilus.mo
-share/locale/az/LC_MESSAGES/nautilus.mo
-share/locale/be/LC_MESSAGES/nautilus.mo
-share/locale/be@latin/LC_MESSAGES/nautilus.mo
-share/locale/bg/LC_MESSAGES/nautilus.mo
-share/locale/bn/LC_MESSAGES/nautilus.mo
-share/locale/bn_IN/LC_MESSAGES/nautilus.mo
-share/locale/br/LC_MESSAGES/nautilus.mo
-share/locale/bs/LC_MESSAGES/nautilus.mo
-share/locale/ca/LC_MESSAGES/nautilus.mo
-share/locale/cs/LC_MESSAGES/nautilus.mo
-share/locale/cy/LC_MESSAGES/nautilus.mo
-share/locale/da/LC_MESSAGES/nautilus.mo
-share/locale/de/LC_MESSAGES/nautilus.mo
-share/locale/dz/LC_MESSAGES/nautilus.mo
-share/locale/el/LC_MESSAGES/nautilus.mo
-share/locale/en_CA/LC_MESSAGES/nautilus.mo
-share/locale/en_GB/LC_MESSAGES/nautilus.mo
-share/locale/eo/LC_MESSAGES/nautilus.mo
-share/locale/es/LC_MESSAGES/nautilus.mo
-share/locale/et/LC_MESSAGES/nautilus.mo
-share/locale/eu/LC_MESSAGES/nautilus.mo
-share/locale/fa/LC_MESSAGES/nautilus.mo
-share/locale/fi/LC_MESSAGES/nautilus.mo
-share/locale/fr/LC_MESSAGES/nautilus.mo
-share/locale/ga/LC_MESSAGES/nautilus.mo
-share/locale/gl/LC_MESSAGES/nautilus.mo
-share/locale/gu/LC_MESSAGES/nautilus.mo
-share/locale/he/LC_MESSAGES/nautilus.mo
-share/locale/hi/LC_MESSAGES/nautilus.mo
-share/locale/hr/LC_MESSAGES/nautilus.mo
-share/locale/hu/LC_MESSAGES/nautilus.mo
-share/locale/hy/LC_MESSAGES/nautilus.mo
-share/locale/id/LC_MESSAGES/nautilus.mo
-share/locale/is/LC_MESSAGES/nautilus.mo
-share/locale/it/LC_MESSAGES/nautilus.mo
-share/locale/ja/LC_MESSAGES/nautilus.mo
-share/locale/ka/LC_MESSAGES/nautilus.mo
-share/locale/km/LC_MESSAGES/nautilus.mo
-share/locale/kn/LC_MESSAGES/nautilus.mo
-share/locale/ko/LC_MESSAGES/nautilus.mo
-share/locale/ku/LC_MESSAGES/nautilus.mo
-share/locale/li/LC_MESSAGES/nautilus.mo
-share/locale/lt/LC_MESSAGES/nautilus.mo
-share/locale/lv/LC_MESSAGES/nautilus.mo
-share/locale/mg/LC_MESSAGES/nautilus.mo
-share/locale/mi/LC_MESSAGES/nautilus.mo
-share/locale/mk/LC_MESSAGES/nautilus.mo
-share/locale/ml/LC_MESSAGES/nautilus.mo
-share/locale/mn/LC_MESSAGES/nautilus.mo
-share/locale/ms/LC_MESSAGES/nautilus.mo
-share/locale/nb/LC_MESSAGES/nautilus.mo
-share/locale/ne/LC_MESSAGES/nautilus.mo
-share/locale/nl/LC_MESSAGES/nautilus.mo
-share/locale/nn/LC_MESSAGES/nautilus.mo
-share/locale/nso/LC_MESSAGES/nautilus.mo
-share/locale/oc/LC_MESSAGES/nautilus.mo
-share/locale/or/LC_MESSAGES/nautilus.mo
-share/locale/pa/LC_MESSAGES/nautilus.mo
-share/locale/pl/LC_MESSAGES/nautilus.mo
-share/locale/pt/LC_MESSAGES/nautilus.mo
-share/locale/pt_BR/LC_MESSAGES/nautilus.mo
-share/locale/ro/LC_MESSAGES/nautilus.mo
-share/locale/ru/LC_MESSAGES/nautilus.mo
-share/locale/rw/LC_MESSAGES/nautilus.mo
-share/locale/si/LC_MESSAGES/nautilus.mo
-share/locale/sk/LC_MESSAGES/nautilus.mo
-share/locale/sl/LC_MESSAGES/nautilus.mo
-share/locale/sq/LC_MESSAGES/nautilus.mo
-share/locale/sr/LC_MESSAGES/nautilus.mo
-share/locale/sr@Latn/LC_MESSAGES/nautilus.mo
-share/locale/sr@ije/LC_MESSAGES/nautilus.mo
-share/locale/sv/LC_MESSAGES/nautilus.mo
-share/locale/ta/LC_MESSAGES/nautilus.mo
-share/locale/te/LC_MESSAGES/nautilus.mo
-share/locale/th/LC_MESSAGES/nautilus.mo
-share/locale/tk/LC_MESSAGES/nautilus.mo
-share/locale/tr/LC_MESSAGES/nautilus.mo
-share/locale/uk/LC_MESSAGES/nautilus.mo
-share/locale/vi/LC_MESSAGES/nautilus.mo
-share/locale/wa/LC_MESSAGES/nautilus.mo
-share/locale/xh/LC_MESSAGES/nautilus.mo
-share/locale/yi/LC_MESSAGES/nautilus.mo
-share/locale/zh_CN/LC_MESSAGES/nautilus.mo
-share/locale/zh_HK/LC_MESSAGES/nautilus.mo
-share/locale/zh_TW/LC_MESSAGES/nautilus.mo
-share/locale/zu/LC_MESSAGES/nautilus.mo
-share/mime/application/x-gnome-saved-search.xml
-share/mime/packages/nautilus.xml
-%%DATADIR%%/browser.xml
-%%DATADIR%%/glade/nautilus-bookmarks-window.glade
-%%DATADIR%%/glade/nautilus-file-management-properties.glade
-%%DATADIR%%/nautilus-extras.placeholder
-%%DATADIR%%/nautilus-suggested.placeholder
-%%DATADIR%%/patterns/blue_gray_rough.png
-%%DATADIR%%/patterns/blue_ridge.png
-%%DATADIR%%/patterns/blue_type.png
-%%DATADIR%%/patterns/brushed_metal.png
-%%DATADIR%%/patterns/burlap.jpg
-%%DATADIR%%/patterns/camouflage.png
-%%DATADIR%%/patterns/chalk.jpg
-%%DATADIR%%/patterns/cork.png
-%%DATADIR%%/patterns/countertop.png
-%%DATADIR%%/patterns/dark-gnome.jpg
-%%DATADIR%%/patterns/dots.png
-%%DATADIR%%/patterns/fibers.png
-%%DATADIR%%/patterns/fleur_de_lis.png
-%%DATADIR%%/patterns/floral.png
-%%DATADIR%%/patterns/fossil.png
-%%DATADIR%%/patterns/gnome.jpg
-%%DATADIR%%/patterns/green_weave.png
-%%DATADIR%%/patterns/ice.png
-%%DATADIR%%/patterns/manila_paper.png
-%%DATADIR%%/patterns/moss_ridge.png
-%%DATADIR%%/patterns/numbers.png
-%%DATADIR%%/patterns/ocean_stripes.png
-%%DATADIR%%/patterns/purple_marble.png
-%%DATADIR%%/patterns/reset.png
-%%DATADIR%%/patterns/ridged_paper.png
-%%DATADIR%%/patterns/rough_paper.png
-%%DATADIR%%/patterns/sky_ridge.png
-%%DATADIR%%/patterns/snow_ridge.png
-%%DATADIR%%/patterns/stucco.jpg
-%%DATADIR%%/patterns/terracotta.png
-%%DATADIR%%/patterns/wavy_white.png
-%%DATADIR%%/ui/nautilus-desktop-icon-view-ui.xml
-%%DATADIR%%/ui/nautilus-directory-view-ui.xml
-%%DATADIR%%/ui/nautilus-icon-view-ui.xml
-%%DATADIR%%/ui/nautilus-list-view-ui.xml
-%%DATADIR%%/ui/nautilus-navigation-window-ui.xml
-%%DATADIR%%/ui/nautilus-shell-ui.xml
-%%DATADIR%%/ui/nautilus-spatial-window-ui.xml
-share/pixmaps/nautilus/audio.svg
-share/pixmaps/nautilus/backgrounds.png
-share/pixmaps/nautilus/chit_frame.png
-share/pixmaps/nautilus/colors.png
-share/pixmaps/nautilus/emblems.png
-share/pixmaps/nautilus/erase.png
-share/pixmaps/nautilus/knob.png
-share/pixmaps/nautilus/note-indicator.png
-share/pixmaps/nautilus/thumbnail_frame.png
-@dirrm share/pixmaps/nautilus
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/patterns
-@dirrm %%DATADIR%%/glade
-@dirrm %%DATADIR%%
-@exec /bin/mkdir -p %D/lib/nautilus/extensions-1.0
-@dirrmtry lib/nautilus/extensions-1.0
-@dirrmtry lib/nautilus
-@dirrm include/nautilus/libnautilus-extension
-@dirrm include/nautilus
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@dirrmtry share/locale/zu/LC_MESSAGES
-@dirrmtry share/locale/zu
-@dirrmtry share/locale/zh_HK/LC_MESSAGES
-@dirrmtry share/locale/zh_HK
-@dirrmtry share/locale/yi/LC_MESSAGES
-@dirrmtry share/locale/yi
-@dirrmtry share/locale/xh/LC_MESSAGES
-@dirrmtry share/locale/xh
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@ije/LC_MESSAGES
-@dirrmtry share/locale/sr@ije
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nso/LC_MESSAGES
-@dirrmtry share/locale/nso
-@dirrmtry share/locale/mi/LC_MESSAGES
-@dirrmtry share/locale/mi
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/km/LC_MESSAGES
-@dirrmtry share/locale/km
-@dirrmtry share/locale/hy/LC_MESSAGES
-@dirrmtry share/locale/hy
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
-@dirrmtry share/applications