summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/Makefile1
-rw-r--r--comms/vrflash/Makefile28
-rw-r--r--comms/vrflash/distinfo1
-rw-r--r--comms/vrflash/pkg-comment1
-rw-r--r--comms/vrflash/pkg-descr17
-rw-r--r--comms/vrflash/pkg-plist5
6 files changed, 53 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 020c26b03af6..c51fb60701fc 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -29,6 +29,7 @@
SUBDIR += tkhylafax
SUBDIR += viewfax
SUBDIR += vpb2
+ SUBDIR += vrflash
SUBDIR += xcept
SUBDIR += yaps
SUBDIR += yawmppp
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile
new file mode 100644
index 000000000000..d2a2bbd7c4c3
--- /dev/null
+++ b/comms/vrflash/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: vrflash
+# Date created: 07.Jul 2001
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= vrflash
+PORTVERSION= 0.20
+CATEGORIES= comms
+MASTER_SITES= http://www.apex.net/~jeff/agenda-utils/vrflash-unix/
+
+MAINTAINER= dinoex@FreeBSD.org
+
+GNU_CONFIGURE= YES
+DOCS= agenda-flashing-overview.txt troubleshooting.txt \
+ pmon-protect-unprotect.txt usage.txt
+
+do-install:
+ ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+.for i in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/${PORTNAME}/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/comms/vrflash/distinfo b/comms/vrflash/distinfo
new file mode 100644
index 000000000000..461f37f2b320
--- /dev/null
+++ b/comms/vrflash/distinfo
@@ -0,0 +1 @@
+MD5 (vrflash-0.20.tar.gz) = b4b7c0c6a5a8611f9e28abff7345f17c
diff --git a/comms/vrflash/pkg-comment b/comms/vrflash/pkg-comment
new file mode 100644
index 000000000000..4f27b9e5ba93
--- /dev/null
+++ b/comms/vrflash/pkg-comment
@@ -0,0 +1 @@
+flash kernels and romdisks to the Agenda VR3
diff --git a/comms/vrflash/pkg-descr b/comms/vrflash/pkg-descr
new file mode 100644
index 000000000000..7f9ec6c3f09a
--- /dev/null
+++ b/comms/vrflash/pkg-descr
@@ -0,0 +1,17 @@
+ The purpose of this utility is to provide an easy way to flash
+ kernels and romdisks to the Agenda VR3.
+
+FEATURES
+
+ o Direct serial access (w/o minicom)
+ o Built-in Xmodem (send) support
+ o Built-in Etxack (send) support (c/o Brad @ Agenda)
+ o Progress meters
+ o Capture file
+ o PMON over-write detection/protection
+
+LATEST VERSION
+
+ You can always get the latest version of this utility from:
+
+WWW: http://www.apex.net/~jeff/agenda-utils/
diff --git a/comms/vrflash/pkg-plist b/comms/vrflash/pkg-plist
new file mode 100644
index 000000000000..3419c5c689ea
--- /dev/null
+++ b/comms/vrflash/pkg-plist
@@ -0,0 +1,5 @@
+bin/vrflash
+%%PORTDOCS%%share/doc/vrflash/agenda-flashing-overview.txt
+%%PORTDOCS%%share/doc/vrflash/troubleshooting.txt
+%%PORTDOCS%%share/doc/vrflash/pmon-protect-unprotect.txt
+%%PORTDOCS%%share/doc/vrflash/usage.txt