summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-11 04:44:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-11 04:44:34 +0800
commite391de7e45e41af8133ab8e525dd7917ffb516c0 (patch)
treeba2166822cdb10d611423b7d830a776aa09d7935 /devel
parentd2928f7b0a4b9764c32baed5a31377efb9d99b8d (diff)
downloadmarcuscom-ports-e391de7e45e41af8133ab8e525dd7917ffb516c0.tar
marcuscom-ports-e391de7e45e41af8133ab8e525dd7917ffb516c0.tar.gz
marcuscom-ports-e391de7e45e41af8133ab8e525dd7917ffb516c0.tar.bz2
marcuscom-ports-e391de7e45e41af8133ab8e525dd7917ffb516c0.tar.lz
marcuscom-ports-e391de7e45e41af8133ab8e525dd7917ffb516c0.tar.xz
marcuscom-ports-e391de7e45e41af8133ab8e525dd7917ffb516c0.tar.zst
marcuscom-ports-e391de7e45e41af8133ab8e525dd7917ffb516c0.zip
Add gnomevfs-extras, and update to 0.99.12.
Submitted by: Koop Mast <einekoai@chello.nl> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1450 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gnomevfs-extras/Makefile30
-rw-r--r--devel/gnomevfs-extras/distinfo1
-rw-r--r--devel/gnomevfs-extras/files/patch-Makefile.in11
-rw-r--r--devel/gnomevfs-extras/files/patch-configure28
-rw-r--r--devel/gnomevfs-extras/files/patch-smb.desktop.in9
-rw-r--r--devel/gnomevfs-extras/pkg-descr14
-rw-r--r--devel/gnomevfs-extras/pkg-plist37
7 files changed, 130 insertions, 0 deletions
diff --git a/devel/gnomevfs-extras/Makefile b/devel/gnomevfs-extras/Makefile
new file mode 100644
index 000000000..0532f5047
--- /dev/null
+++ b/devel/gnomevfs-extras/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: gnomevfs-extras
+# Date created: 20 January 2003
+# Whom: Koop Mast <einekoai@chello.nl>
+#
+# $FreeBSD: ports/devel/gnomevfs-extras/Makefile,v 1.7 2003/11/17 12:28:54 trevor Exp $
+#
+
+PORTNAME= gnomevfs-extras
+PORTVERSION= 0.99.12
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-vfs-extras/0.99
+DISTNAME= gnome-vfs-extras-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= einekoai@chello.nl
+COMMENT= A plugin for gnomevfs2 to browse smb shares with nautilus2
+
+LIB_DEPENDS= smbclient.0:${PORTSDIR}/net/samba-libsmbclient
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomevfs2
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --without-rio500
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/devel/gnomevfs-extras/distinfo b/devel/gnomevfs-extras/distinfo
new file mode 100644
index 000000000..cf9253826
--- /dev/null
+++ b/devel/gnomevfs-extras/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/gnome-vfs-extras-0.99.12.tar.bz2) = c3e3956b52097bb92fcc2a65ed22161f
diff --git a/devel/gnomevfs-extras/files/patch-Makefile.in b/devel/gnomevfs-extras/files/patch-Makefile.in
new file mode 100644
index 000000000..804a69ceb
--- /dev/null
+++ b/devel/gnomevfs-extras/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Feb 7 22:14:28 2003
++++ Makefile.in Fri Feb 7 22:16:50 2003
+@@ -149,7 +150,7 @@
+ modulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules
+ modulesconf_DATA = extra-modules.conf
+
+-desktopdir = $(datadir)/network
++desktopdir = $(datadir)/apps/Applications
+ desktop_in_files = smb.desktop.in
+ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+
diff --git a/devel/gnomevfs-extras/files/patch-configure b/devel/gnomevfs-extras/files/patch-configure
new file mode 100644
index 000000000..9bc0fc672
--- /dev/null
+++ b/devel/gnomevfs-extras/files/patch-configure
@@ -0,0 +1,28 @@
+--- configure.orig Thu Feb 6 11:37:10 2003
++++ configure Sun Feb 9 21:03:39 2003
+@@ -7129,6 +7129,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'
+@@ -7751,7 +7752,7 @@
+ echo "${ECHO_T}$with_rio500" >&6
+
+ LDFLAGS="-L$with_rio500/lib -L/usr/local/lib $LDFLAGS"
+-CPPFLAGS="-I$with_rio500/include/rio500 -I/usr/local/include/rio500 $CFLAGS"
++CPPFLAGS="-I$with_rio500/include/rio500 -I/usr/local/include/rio500 $CPPFLAGS $CFLAGS"
+
+ else
+
+@@ -7759,7 +7760,7 @@
+ echo "${ECHO_T}none" >&6
+
+ LDFLAGS="-L/usr/local/lib $LDFLAGS"
+-CPPFLAGS="-I/usr/include/rio500 -I/usr/local/include/rio500 $CFLAGS"
++CPPFLAGS="-I/usr/include/rio500 -I/usr/local/include/rio500 $CPPFLAGS $CFLAGS"
+
+ fi;
+
diff --git a/devel/gnomevfs-extras/files/patch-smb.desktop.in b/devel/gnomevfs-extras/files/patch-smb.desktop.in
new file mode 100644
index 000000000..717ae2b38
--- /dev/null
+++ b/devel/gnomevfs-extras/files/patch-smb.desktop.in
@@ -0,0 +1,9 @@
+--- smb.desktop.in.orig Wed Feb 12 18:20:27 2003
++++ smb.desktop.in Thu Feb 13 20:01:32 2003
+@@ -3,5 +3,5 @@
+ Type=Link
+ _Name=Network neighborhood
+ _Comment=Windows Shares in your local network
+-URL=smb:
++URL=smb:///
+ Icon=gnome-fs-smb
diff --git a/devel/gnomevfs-extras/pkg-descr b/devel/gnomevfs-extras/pkg-descr
new file mode 100644
index 000000000..d9265092a
--- /dev/null
+++ b/devel/gnomevfs-extras/pkg-descr
@@ -0,0 +1,14 @@
+[sniped from readme]
+
+ This lets you browse the "network neighbourhood" like in windows
+ by entering the location smb:// in Nautilus. This lists the
+ workgroups on your local network, and you can browse around servers
+ and shares.
+
+ You can also go directly to smb servers by entering the location
+ smb://server/, where server is the NMB (windows) name, the dns name
+ or the ip address. By using ip you can reach machines outside your
+ local subnet.
+
+ If the password popup doesn't appear you can use:
+ smb://user:password@server/share/ notation.
diff --git a/devel/gnomevfs-extras/pkg-plist b/devel/gnomevfs-extras/pkg-plist
new file mode 100644
index 000000000..12710331c
--- /dev/null
+++ b/devel/gnomevfs-extras/pkg-plist
@@ -0,0 +1,37 @@
+etc/gnome-vfs-2.0/modules/extra-modules.conf
+lib/gnome-vfs-2.0/modules/libsmb.so
+share/gnome/apps/Applications/smb.desktop
+share/locale/am/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/az/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/bg/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/ca/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/cs/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/da/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/de/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/el/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/en_GB/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/es/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/fr/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/ga/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/hi/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/hu/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/it/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/ja/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/ko/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/lt/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/lv/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/ml/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/ms/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/nl/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/no/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/pl/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/pt/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/sk/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/sr/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/sv/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/vi/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/wa/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-vfs-extras.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-vfs-extras.mo