1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Add port upslug, used to upload firmware to Linksys NSLU2 units.

This commit is contained in:
Bruce M Simpson 2008-10-03 00:50:49 +00:00
parent 59d463b83c
commit 9343070429
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221145
4 changed files with 40 additions and 0 deletions

View File

@ -2543,6 +2543,7 @@
SUBDIR += upnp
SUBDIR += upp
SUBDIR += uppaal
SUBDIR += upslug
SUBDIR += urjtag
SUBDIR += ustl
SUBDIR += valide

27
devel/upslug/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: upslug
# Date created: 1 October 2008
# Whom: Bruce M. Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= upslug
PORTVERSION= 2.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nslu
DISTNAME= upslug2-11
MAINTAINER= bms@FreeBSD.org
COMMENT= Firmware upload tool for Linksys NSLU2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libpcap
NO_MAN= defined
PLIST_FILES= sbin/upslug2
.include <bsd.port.mk>

3
devel/upslug/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (upslug2-11.tar.gz) = e135bc8a390b65573bbc8ff4628e490c
SHA256 (upslug2-11.tar.gz) = 24859c992fb58f0bf4840e1378da91b942c73263b0213096e6755436af8d16bc
SIZE (upslug2-11.tar.gz) = 129619

9
devel/upslug/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
UpSlug is a tool to flash your NSLU2 from an external computer on
the same subnet (direct Ethernet access is needed; it won't work
if you have routers or NAT devices between you and the NSLU2, though
WiFi? via a wireless router is OK).
WWW: http://www.nslu2-linux.org/wiki/Main/UpSlug
Bruce
bms@FreeBSD.org