summaryrefslogtreecommitdiff
path: root/sysutils/libieee1284
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-01-16 16:29:43 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-01-16 16:29:43 +0000
commite193ef460f12fb0412c8af9b284c5e6366d9232b (patch)
tree6f1a0f89238c0ff9809c34f83e6cf445e909be71 /sysutils/libieee1284
parentUpdate to 2.1.10 (diff)
- Add new ports sysutils/libieee1284
IEEE1284 communications library
Notes
Notes: svn path=/head/; revision=126598
Diffstat (limited to 'sysutils/libieee1284')
-rw-r--r--sysutils/libieee1284/Makefile49
-rw-r--r--sysutils/libieee1284/distinfo2
-rw-r--r--sysutils/libieee1284/pkg-descr3
3 files changed, 54 insertions, 0 deletions
diff --git a/sysutils/libieee1284/Makefile b/sysutils/libieee1284/Makefile
new file mode 100644
index 000000000000..cbba13c6cf56
--- /dev/null
+++ b/sysutils/libieee1284/Makefile
@@ -0,0 +1,49 @@
+# New ports collection makefile for: libieee1284
+# Date created: 2004-12-29
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libieee1284
+PORTVERSION= 0.2.8
+CATEGORIES= sysutils
+MASTER_SITES= http://cyberelk.net/tim/data/libieee1284/stable/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= IEEE1284 communications library
+
+USE_BZIP2= yes
+USE_LIBTOOL_VER=15
+INSTALLS_SHLIB= yes
+
+PORTDOCS= README.FreeBSD README
+MAN3= libieee1284.3 parport.3 parport_list.3 ieee1284_find_ports.3 \
+ ieee1284_free_ports.3 ieee1284_get_deviceid.3 ieee1284_open.3 \
+ ieee1284_close.3 ieee1284_ref.3 ieee1284_unref.3 ieee1284_claim.3 \
+ ieee1284_release.3 ieee1284_read_data.3 ieee1284_write_data.3 \
+ ieee1284_data_dir.3 ieee1284_wait_data.3 ieee1284_read_status.3 \
+ ieee1284_wait_status.3 ieee1284_read_control.3 ieee1284_write_control.3 \
+ ieee1284_frob_control.3 ieee1284_do_nack_handshake.3 ieee1284_negotiate.3 \
+ ieee1284_terminate.3 ieee1284_ecp_fwd_to_rev.3 ieee1284_ecp_rev_to_fwd.3 \
+ ieee1284_nibble_read.3 ieee1284_compat_write.3 ieee1284_byte_read.3 \
+ ieee1284_epp_read_data.3 ieee1284_epp_write_data.3 ieee1284_epp_read_addr.3 \
+ ieee1284_epp_write_addr.3 ieee1284_ecp_read_data.3 ieee1284_ecp_write_data.3 \
+ ieee1284_ecp_read_addr.3 ieee1284_ecp_write_addr.3 ieee1284_get_irq_fd.3 \
+ ieee1284_set_timeout.3
+
+PLIST_FILES= bin/libieee1284_test \
+ include/ieee1284.h \
+ lib/libieee1284.a \
+ lib/libieee1284.so \
+ lib/libieee1284.so.5
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for doc in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/sysutils/libieee1284/distinfo b/sysutils/libieee1284/distinfo
new file mode 100644
index 000000000000..58665b5e3224
--- /dev/null
+++ b/sysutils/libieee1284/distinfo
@@ -0,0 +1,2 @@
+MD5 (libieee1284-0.2.8.tar.bz2) = 4bf1d9d15d2ecf0ea797becd29dbae75
+SIZE (libieee1284-0.2.8.tar.bz2) = 203750
diff --git a/sysutils/libieee1284/pkg-descr b/sysutils/libieee1284/pkg-descr
new file mode 100644
index 000000000000..1b05633b64a6
--- /dev/null
+++ b/sysutils/libieee1284/pkg-descr
@@ -0,0 +1,3 @@
+IEEE1284 communications library
+
+WWW: http://cyberelk.net/tim/libieee1284/