diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xin/Makefile | 22 | ||||
-rw-r--r-- | sysutils/xin/distinfo | 1 | ||||
-rw-r--r-- | sysutils/xin/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/xin/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/xin/pkg-plist | 1 |
6 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index e02b570..5927f60 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -168,6 +168,7 @@ SUBDIR += xcpustate SUBDIR += xdu SUBDIR += xfsm + SUBDIR += xin SUBDIR += xloadface SUBDIR += xlogmaster SUBDIR += xosview diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile new file mode 100644 index 0000000..7cff60d --- /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 0000000..52e8e5f --- /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 0000000..67f0f59 --- /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 0000000..7f827b3 --- /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 0000000..1588d35 --- /dev/null +++ b/sysutils/xin/pkg-plist @@ -0,0 +1 @@ +bin/xin |