1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Kick ftp/junglemoneky to fix the index after

net/gnet removal
This commit is contained in:
Martin Wilke 2011-02-28 00:36:49 +00:00
parent cde129929d
commit 1bd09725d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269942
7 changed files with 0 additions and 109 deletions

View File

@ -46,7 +46,6 @@
SUBDIR += hsftp
SUBDIR += jftp
SUBDIR += jftpgw
SUBDIR += junglemonkey
SUBDIR += kasablanca
SUBDIR += kbear
SUBDIR += kftpgrabber

View File

@ -1,37 +0,0 @@
# New ports collection makefile for: junglemonkey
# Date created: 21st April 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= junglemonkey
PORTVERSION= 0.1.11
PORTREVISION= 11
CATEGORIES= ftp gnome
MASTER_SITES= http://www.gizmolabs.org/~dhelder/junglemonkey/src/
DISTNAME= jm-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A distributed file sharing program for GNOME
DEPRECATED= It's no longer maintained since 2003, and its dependencies can't be fetched
EXPIRATION_DATE= 2011-03-27
LIB_DEPENDS= gnet.7:${PORTSDIR}/net/gnet
USE_GNOME= gnomehack gnomeprefix libglade
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gnome=yes --enable-debug=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= jm.1 jmlite.1 mtprendezvous.1
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (jm-0.1.11.tar.gz) = 0493d7bdbdaeda9c9a033edab4be56f6
SHA256 (jm-0.1.11.tar.gz) = 98fe7d7593d39a6c42b714811a4d5b59f69092ee07cb48abdb573c303f7431ac
SIZE (jm-0.1.11.tar.gz) = 725549

View File

@ -1,16 +0,0 @@
--- doc/C/Makefile.in.orig Sat Jun 1 01:45:57 2002
+++ doc/C/Makefile.in Sat Jun 1 02:08:53 2002
@@ -314,13 +314,9 @@
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(jm_helpdir)/images
- $(mkinstalldirs) $(DESTDIR)$(jm_helpdir)/stylesheet-images
-for file in $(srcdir)/jm/*.html $(srcdir)/jm/*.css; do \
basefile=`basename $$file`; \
$(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/$$basefile; \
- done
- -for file in $(srcdir)/jm/stylesheet-images/*; do \
- $(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/stylesheet-images;\
done
-for file in $(srcdir)/images/*.png; do \
$(INSTALL_DATA) $$file $(DESTDIR)$(jm_helpdir)/images;\

View File

@ -1,11 +0,0 @@
--- src/util/sha_cache.c.orig 2007-12-17 23:04:06.000000000 +0100
+++ src/util/sha_cache.c 2007-12-17 23:09:16.000000000 +0100
@@ -213,7 +213,7 @@
g_return_if_fail (sha_cache);
g_return_if_fail (file);
- g_hash_table_foreach (sha_cache->path_to_sha, write_hfunc, file);
+ if(sha_cache) g_hash_table_foreach (sha_cache->path_to_sha, write_hfunc, file);
}

View File

@ -1,7 +0,0 @@
Jungle Monkey (JM) is a distributed file sharing program.
You join channels where people offer files for download.
You can offer your own files and create your own channels as well.
Once you download a file, others can connect to you to get that file.
You can also search for files.
WWW: http://www.gizmolabs.org/~dhelder/junglemonkey/

View File

@ -1,34 +0,0 @@
bin/jm
bin/jmlite
bin/mtprendezvous
share/gnome/apps/Internet/jm.desktop
share/gnome/help/jm/C/images/channels.png
share/gnome/help/jm/C/images/download.png
share/gnome/help/jm/C/images/general.png
share/gnome/help/jm/C/images/netpref.png
share/gnome/help/jm/C/images/search.png
share/gnome/help/jm/C/images/telephone.png
share/gnome/help/jm/C/jm.html
share/gnome/help/jm/C/t1.html
share/gnome/help/jm/C/topic.dat
share/gnome/help/jm/C/x122.html
share/gnome/help/jm/C/x346.html
share/gnome/help/jm/C/x352.html
share/gnome/help/jm/C/x49.html
share/gnome/help/jm/C/x534.html
share/gnome/help/jm/C/x552.html
share/gnome/help/jm/C/x557.html
share/gnome/help/jm/C/x89.html
share/jm/glade/jm-gnome.glade
share/jm/glade/jm.glade
share/jm/glade/master_popup.glade
share/jm/glade/preferences_dialog.glade
share/jm/glade/properties_dialog.glade
share/pixmaps/jm-logo.png
share/locale/de/LC_MESSAGES/jm.mo
share/locale/fr/LC_MESSAGES/jm.mo
@dirrm share/gnome/help/jm/C/images
@dirrm share/gnome/help/jm/C
@dirrm share/gnome/help/jm
@dirrm share/jm/glade
@dirrm share/jm