diff options
author | bms <bms@FreeBSD.org> | 2008-10-03 08:50:49 +0800 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2008-10-03 08:50:49 +0800 |
commit | 64469bf2f19f1371bce78d1a2ec8dc9eca23ec0f (patch) | |
tree | 5236039d4ac6a727bf82702f33ebb604e9ef5a48 | |
parent | 2de638cbac03b15ada81e5c71bd9f3666f1561da (diff) | |
download | freebsd-ports-gnome-64469bf2f19f1371bce78d1a2ec8dc9eca23ec0f.tar.gz freebsd-ports-gnome-64469bf2f19f1371bce78d1a2ec8dc9eca23ec0f.tar.zst freebsd-ports-gnome-64469bf2f19f1371bce78d1a2ec8dc9eca23ec0f.zip |
Add port upslug, used to upload firmware to Linksys NSLU2 units.
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/upslug/Makefile | 27 | ||||
-rw-r--r-- | devel/upslug/distinfo | 3 | ||||
-rw-r--r-- | devel/upslug/pkg-descr | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index daa86abc728b..e155c35a1468 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2543,6 +2543,7 @@ SUBDIR += upnp SUBDIR += upp SUBDIR += uppaal + SUBDIR += upslug SUBDIR += urjtag SUBDIR += ustl SUBDIR += valide diff --git a/devel/upslug/Makefile b/devel/upslug/Makefile new file mode 100644 index 000000000000..58ee25e995a7 --- /dev/null +++ b/devel/upslug/Makefile @@ -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> diff --git a/devel/upslug/distinfo b/devel/upslug/distinfo new file mode 100644 index 000000000000..96e49203636d --- /dev/null +++ b/devel/upslug/distinfo @@ -0,0 +1,3 @@ +MD5 (upslug2-11.tar.gz) = e135bc8a390b65573bbc8ff4628e490c +SHA256 (upslug2-11.tar.gz) = 24859c992fb58f0bf4840e1378da91b942c73263b0213096e6755436af8d16bc +SIZE (upslug2-11.tar.gz) = 129619 diff --git a/devel/upslug/pkg-descr b/devel/upslug/pkg-descr new file mode 100644 index 000000000000..6d949788549b --- /dev/null +++ b/devel/upslug/pkg-descr @@ -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 |