summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-02-18 23:53:35 +0000
committernaddy <naddy@FreeBSD.org>2003-02-18 23:53:35 +0000
commit230bdc63fb06dd27f85dc919904d7d2a4c41f268 (patch)
tree156dcbddfa99ede986fb5c32477c8ab48f9f211f /misc
parentd404eb82e615e16369791449e1844023334f5780 (diff)
downloadFreeBSD-ports-230bdc63fb06dd27f85dc919904d7d2a4c41f268.zip
FreeBSD-ports-230bdc63fb06dd27f85dc919904d7d2a4c41f268.tar.gz
Import ftdi-eeprom 1.1.
ftdi-eeprom writes the contents of the configuration eeproms for FTDI usb chips.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/ftdi-eeprom/Makefile21
-rw-r--r--misc/ftdi-eeprom/distinfo1
-rw-r--r--misc/ftdi-eeprom/pkg-descr2
-rw-r--r--misc/ftdi-eeprom/pkg-plist2
5 files changed, 27 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index cb4e14a..0e87460 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -81,6 +81,7 @@
SUBDIR += fortune-mod-futurama
SUBDIR += fortuneit
SUBDIR += freedialog
+ SUBDIR += ftdi-eeprom
SUBDIR += ftree
SUBDIR += gctpc
SUBDIR += geekcode
diff --git a/misc/ftdi-eeprom/Makefile b/misc/ftdi-eeprom/Makefile
new file mode 100644
index 0000000..cb82788
--- /dev/null
+++ b/misc/ftdi-eeprom/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ftdi-eeprom
+# Date created: 2003-02-15
+# Whom: Christian Weisgerber <naddy@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ftdi-eeprom
+PORTVERSION= 1.1
+CATEGORIES= misc
+MASTER_SITES= http://www.bwct.de/
+
+COMMENT= A tool to programm the eeprom on FTDI usb devices
+
+MAKE_ARGS= BINDIR="${PREFIX}/sbin" \
+ MANDIR="${PREFIX}/man/man"
+
+MAN8= ftdi-eeprom.8
+MANCOMPRESSED= maybe
+
+.include <bsd.port.mk>
diff --git a/misc/ftdi-eeprom/distinfo b/misc/ftdi-eeprom/distinfo
new file mode 100644
index 0000000..ae0d132
--- /dev/null
+++ b/misc/ftdi-eeprom/distinfo
@@ -0,0 +1 @@
+MD5 (ftdi-eeprom-1.1.tar.gz) = 6210fc86a779329ac87447ccff740b4f
diff --git a/misc/ftdi-eeprom/pkg-descr b/misc/ftdi-eeprom/pkg-descr
new file mode 100644
index 0000000..27cad28
--- /dev/null
+++ b/misc/ftdi-eeprom/pkg-descr
@@ -0,0 +1,2 @@
+ftdi-eeprom writes the contents of the configuration eeproms for
+FTDI usb chips.
diff --git a/misc/ftdi-eeprom/pkg-plist b/misc/ftdi-eeprom/pkg-plist
new file mode 100644
index 0000000..04a08c9
--- /dev/null
+++ b/misc/ftdi-eeprom/pkg-plist
@@ -0,0 +1,2 @@
+@comment $FreeBSD$
+sbin/ftdi-eeprom
OpenPOWER on IntegriCloud