aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/jigdo/Makefile50
-rw-r--r--ftp/jigdo/distinfo3
-rw-r--r--ftp/jigdo/pkg-descr24
-rw-r--r--ftp/jigdo/pkg-plist15
-rw-r--r--ftp/jigdo/scripts/configure.jigdo73
6 files changed, 0 insertions, 166 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index f204fdb2ed6a..74cc72090985 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -40,7 +40,6 @@
SUBDIR += hsftp
SUBDIR += jftp
SUBDIR += jftpgw
- SUBDIR += jigdo
SUBDIR += jmirror
SUBDIR += junglemonkey
SUBDIR += kasablanca
diff --git a/ftp/jigdo/Makefile b/ftp/jigdo/Makefile
deleted file mode 100644
index 06e672cd2d9d..000000000000
--- a/ftp/jigdo/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# ports collection makefile for: jigdo
-# Date created: 23 July 2002
-# Whom: Attila Nagy <bra@fsn.hu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= jigdo
-PORTVERSION= 0.7.1
-CATEGORIES= ftp
-MASTER_SITES= http://atterer.net/jigdo/
-
-MAINTAINER= bra@fsn.hu
-COMMENT= A utility used to retrieve very large files over the Internet
-
-BUILD_DEPENDS= libwww-config:${PORTSDIR}/www/libwww \
- ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
-
-MAN1= jigdo-file.1 jigdo-lite.1 jigdo-mirror.1
-
-USE_BZIP2= yes
-USE_SUBMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-libdb --disable-nls --without-gui
-USE_GMAKE= yes
-
-SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
- TOUCH="${TOUCH}" \
- MKDIR="${MKDIR}" \
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-NOT_FOR_ARCHS+= alpha
-.endif
-
-pre-fetch:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.jigdo
-
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/jigdo-file
-
-post-clean:
- @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.include <bsd.port.post.mk>
diff --git a/ftp/jigdo/distinfo b/ftp/jigdo/distinfo
deleted file mode 100644
index 747a8d47a83f..000000000000
--- a/ftp/jigdo/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (jigdo-0.7.1.tar.bz2) = aa9aa42923af90d09b6ff4a878b8d53a
-SHA256 (jigdo-0.7.1.tar.bz2) = f8d0f86e85cf7ce2e01d1cf3e98d3e2eb656a3691f78550925e925a9d1f99851
-SIZE (jigdo-0.7.1.tar.bz2) = 599969
diff --git a/ftp/jigdo/pkg-descr b/ftp/jigdo/pkg-descr
deleted file mode 100644
index 7cf9c4862c8b..000000000000
--- a/ftp/jigdo/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-This is a port of Jigsaw Download (AKA jigdo) which is a tool designed to
-ease the distribution of very large files over the Internet, for example
-CD or DVD images.
-
-Main features:
- - The large images does not need to be stored on the server, instead only
- the small files contained in the images (works with CD, DVD images,
- uncompressed zip files, tar archives...)
- - In spite of the above, jigdo creates a bit-exact copy of the image on the
- user's machine (to achieve this, the directory data, boot block, etc. of
- the image is stored in a special .template file which is distributes
- alongside the .jigdo file)
- - There is full control over where jigdo-lite will download the individual
- parts. It is possible to define mirrors, so users can choose the nearest
- one.
- - jigdo relies on standard HTTP/FTP, no special protocols needed.
- - jigdo-lite supports resuming aborted downloads, or continuing the
- download with another mirror if the current one is slow.
- - It is possible to "upgrade" the CD image, only the changed data will be
- downloaded.
-
-WWW: http://www.atterer.net/jigdo/
-
-Attila Nagy <bra@fsn.hu>
diff --git a/ftp/jigdo/pkg-plist b/ftp/jigdo/pkg-plist
deleted file mode 100644
index c3ac2f2d036a..000000000000
--- a/ftp/jigdo/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/jigdo-file
-bin/jigdo-lite
-bin/jigdo-mirror
-%%SUB_GUI%%bin/jigdo
-share/jigdo/debian-mirrors.jigdo
-%%SUB_GUI%%share/jigdo/COPYING
-%%SUB_GUI%%share/jigdo/pixmaps/close.png
-%%SUB_GUI%%share/jigdo/pixmaps/jigdo-logo.png
-%%SUB_GUI%%share/jigdo/pixmaps/pause.png
-%%SUB_GUI%%share/jigdo/pixmaps/progress-green.png
-%%SUB_GUI%%share/jigdo/pixmaps/restart.png
-%%SUB_GUI%%share/jigdo/pixmaps/start.png
-%%SUB_GUI%%share/jigdo/pixmaps/stop.png
-%%SUB_GUI%%@dirrm share/jigdo/pixmaps
-@dirrm share/jigdo
diff --git a/ftp/jigdo/scripts/configure.jigdo b/ftp/jigdo/scripts/configure.jigdo
deleted file mode 100644
index 43bc6df6319e..000000000000
--- a/ftp/jigdo/scripts/configure.jigdo
+++ /dev/null
@@ -1,73 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
- exit
-fi
-
-tempfile=`mktemp -t checklist`
-
-if [ "${BATCH}" = "yes" ]; then
- set \"DB3\"
-else
- dialog --title "Jigsaw Download configuration options" \
- --clear --checklist "\n\
-Please select desired options:" -1 -1 16 \
-GUI "Graphical User Interface (experimental)" OFF \
-DB3 "Berkeley DB3 (used for jigdo-file's cache)" ON \
-NLS "Native Language Support (no language files yet)" OFF \
-2> $tempfile
-
- retval=$?
-
- if [ -s $tempfile ]; then
- set `cat $tempfile`
- fi
- rm -f $tempfile
-
- case $retval in
- 0) if [ -z "$*" ]; then
- echo "Nothing selected"
- fi
- ;;
- 1) echo "Cancel pressed."
- exit 1
- ;;
- esac
-fi
-
-${MKDIR} ${WRKDIRPREFIX}${CURDIR}
-exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
-
-echo "PREFIX= ${PREFIX}"
-
-SUB_GUI="@comment "
-
-while [ "$1" ]; do
- case $1 in
- \"GUI\")
- echo "CONFIGURE_ARGS+= --with-gui"
- echo "LIB_DEPENDS+= gtk-x11-2.0:\${PORTSDIR}/x11-toolkits/gtk20"
- echo "MAN1+= jigdo.1"
- SUB_GUI=""
- ;;
- \"DB3\")
- echo "CONFIGURE_ARGS+= --with-libdb=-ldb3"
- echo "CONFIGURE_ENV+= \
- CPPFLAGS=\"-I\${LOCALBASE}/include/db3\" \
- LIBS=\"-L\${LOCALBASE}/lib\" LDFLAGS+=\"-ldb3\""
- echo "LIB_DEPENDS= db3:\${PORTSDIR}/databases/db3"
- ;;
- \"NLS\")
- echo "CONFIGURE_ARGS+= --enable-nls=${LOCALBASE}/include"
- ;;
- *)
- echo "Invalid option(s): $*" > /dev/stderr
- rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- exit 1
- ;;
- esac
- shift
-done
-
-echo "PLIST_SUB+= SUB_GUI=\"${SUB_GUI}\""