From 0ed6d16f6ec9b867f2e52dadd75734403c48c6a9 Mon Sep 17 00:00:00 2001 From: Daniel Harris Date: Sun, 27 May 2001 17:22:39 +0000 Subject: Add xin 1.0.0, splits standard input and pipes into a command. PR: 27566 Submitted by: Mark Pulford --- sysutils/xin/Makefile | 22 ++++++++++++++++++++++ sysutils/xin/distinfo | 1 + sysutils/xin/pkg-comment | 1 + sysutils/xin/pkg-descr | 5 +++++ sysutils/xin/pkg-plist | 1 + 5 files changed, 30 insertions(+) create mode 100644 sysutils/xin/Makefile create mode 100644 sysutils/xin/distinfo create mode 100644 sysutils/xin/pkg-comment create mode 100644 sysutils/xin/pkg-descr create mode 100644 sysutils/xin/pkg-plist (limited to 'sysutils/xin') 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 +# +# $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 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 -- cgit v1.2.3