summaryrefslogtreecommitdiff
path: root/sysutils/xin
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2001-05-27 17:22:39 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2001-05-27 17:22:39 +0000
commit0ed6d16f6ec9b867f2e52dadd75734403c48c6a9 (patch)
tree6fd75cc206cc36499483e20e07a66b165a6a908f /sysutils/xin
parentadd missing @dirrm (diff)
Add xin 1.0.0, splits standard input and pipes into a command.
PR: 27566 Submitted by: Mark Pulford <mark@kyne.com.au>
Notes
Notes: svn path=/head/; revision=43157
Diffstat (limited to 'sysutils/xin')
-rw-r--r--sysutils/xin/Makefile22
-rw-r--r--sysutils/xin/distinfo1
-rw-r--r--sysutils/xin/pkg-comment1
-rw-r--r--sysutils/xin/pkg-descr5
-rw-r--r--sysutils/xin/pkg-plist1
5 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile
new file mode 100644
index 000000000000..7cff60d38bc5
--- /dev/null
+++ b/sysutils/xin/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xin
+# Date created: Apr 27, 2001
+# Whom: Mark Pulford <mark@kyne.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xin
+PORTVERSION= 1.0.0
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= utils/file
+
+MAINTAINER= mark@kyne.com.au
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+MAN1= xin.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/xin/distinfo b/sysutils/xin/distinfo
new file mode 100644
index 000000000000..52e8e5fa3354
--- /dev/null
+++ b/sysutils/xin/distinfo
@@ -0,0 +1 @@
+MD5 (xin-1.0.0.tar.gz) = 26735ccdfdd5295c2fb344038cad9d30
diff --git a/sysutils/xin/pkg-comment b/sysutils/xin/pkg-comment
new file mode 100644
index 000000000000..67f0f590f8f3
--- /dev/null
+++ b/sysutils/xin/pkg-comment
@@ -0,0 +1 @@
+Splits standard input and pipes into a command
diff --git a/sysutils/xin/pkg-descr b/sysutils/xin/pkg-descr
new file mode 100644
index 000000000000..7f827b32adf4
--- /dev/null
+++ b/sysutils/xin/pkg-descr
@@ -0,0 +1,5 @@
+Xin reads from standard input and splits the data up into sections,
+piping each section to a separate command. Optionally it can pad each
+section with zeros.
+
+WWW: http://www.kyne.com.au/~mark/software/xin.php
diff --git a/sysutils/xin/pkg-plist b/sysutils/xin/pkg-plist
new file mode 100644
index 000000000000..1588d35f1f36
--- /dev/null
+++ b/sysutils/xin/pkg-plist
@@ -0,0 +1 @@
+bin/xin