Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 14:42:48 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40834: New port: net/linux-jigdo
Message-ID:  <200207211242.g6LCgmpu074693@alaska.cert.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         40834
>Category:       ports
>Synopsis:       New port: net/linux-jigdo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 21 05:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Jul 20 09:51:36 CEST 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


>Description:

This is a port for the jigdo software, the new method of the Debian project
to distribute their images. As I have a debian mirror on a FreeBSD machine
I needed that to generate the debian 3.0 iso images here.

The sources of jigdo are available but do not work out of the box, so I
decided to go with the static binaries in linux-emulation.

>How-To-Repeat:
>Fix:

diff -ruN --exclude=CVS /usr/tmp/Makefile linux-jigdo/Makefile
--- /usr/tmp/Makefile	Thu Jan  1 01:00:00 1970
+++ linux-jigdo/Makefile	Sun Jul 21 14:29:09 2002
@@ -0,0 +1,46 @@
+# ex:ts=8
+# Ports collection makefile for:  linux-jigdo
+# Date created:			  21 July 2002
+# Whom:				  Udo Schweigert
+#
+# $FreeBSD$
+#
+
+PORTNAME=	jigdo
+PORTVERSION=	0.6.8
+#PORTREVISION?=	0
+CATEGORIES=	net
+MASTER_SITES=	http://home.in.tum.de/~atterer/jigdo/
+PKGNAMEPREFIX=	linux-
+DISTNAME=	jigdo-bin-${PORTVERSION}
+
+MAINTAINER=	udo.schweigert@siemens.com
+
+RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
+
+ONLY_FOR_ARCHS=	i386
+USE_BZIP2=	YES
+USE_LINUX=	yes
+NO_BUILD=	yes
+STRIP=
+
+PROGRAMS=	jigdo-file
+SCRIPTS=	jigdo-lite jigdo-mirror
+
+MAN1=		jigdo-file.1 jigdo-lite.1 jigdo-mirror.1
+
+pre-install:
+	@brandelf -t Linux ${WRKSRC}/jigdo-file
+
+do-install:
+.for i in ${PROGRAMS}
+	@${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin
+.endfor
+.for i in ${SCRIPTS}
+	@${INSTALL_SCRIPT} ${WRKSRC}/$i ${PREFIX}/bin
+.endfor
+.for i in ${PROGRAMS} ${SCRIPTS}
+	@${INSTALL_MAN} ${WRKSRC}/$i.1 ${PREFIX}/man/man1
+.endfor
+
+.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/tmp/distinfo linux-jigdo/distinfo
--- /usr/tmp/distinfo	Thu Jan  1 01:00:00 1970
+++ linux-jigdo/distinfo	Sun Jul 21 12:04:45 2002
@@ -0,0 +1 @@
+MD5 (jigdo-bin-0.6.8.tar.bz2) = 633d2f6371097256f12e264ac9c6952f
diff -ruN --exclude=CVS /usr/tmp/pkg-comment linux-jigdo/pkg-comment
--- /usr/tmp/pkg-comment	Thu Jan  1 01:00:00 1970
+++ linux-jigdo/pkg-comment	Sun Jul 21 12:43:33 2002
@@ -0,0 +1 @@
+A tool designed to ease the distribution of very large files
diff -ruN --exclude=CVS /usr/tmp/pkg-descr linux-jigdo/pkg-descr
--- /usr/tmp/pkg-descr	Thu Jan  1 01:00:00 1970
+++ linux-jigdo/pkg-descr	Sun Jul 21 14:26:58 2002
@@ -0,0 +1,12 @@
+Jigsaw Download, or short jigdo, is a tool designed to ease the distribution
+of very large files over the internet, for example CD or DVD images. Its aim
+is to make downloading the images as easy for users as a click on a direct
+download link in a browser, while avoiding all the problems that server
+administrators have with hosting such large files.
+
+At the moment this port is only tested to work for building the iso images
+of the Debian GNU/Linux distribution.
+
+WWW: http://home.in.tum.de/~atterer/jigdo/
+
+	-- Udo		(udo.schweigert@siemens.com)
diff -ruN --exclude=CVS /usr/tmp/pkg-plist linux-jigdo/pkg-plist
--- /usr/tmp/pkg-plist	Thu Jan  1 01:00:00 1970
+++ linux-jigdo/pkg-plist	Sun Jul 21 14:36:46 2002
@@ -0,0 +1,4 @@
+@comment $FreeBSD$
+bin/jigdo-file
+bin/jigdo-lite
+bin/jigdo-mirror
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207211242.g6LCgmpu074693>