diff --git a/archivers/lxsplit/Makefile b/archivers/lxsplit/Makefile new file mode 100644 index 00000000000..9267a7e22b8 --- /dev/null +++ b/archivers/lxsplit/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/06/23 00:40:57 jolan Exp $ + +COMMENT= "file joiner/splitter" +DISTNAME= lxsplit-1.0-pre +PKGNAME= lxsplit-1.0pre +CATEGORIES= archivers +MASTER_SITES= http://lithely.net/distfiles/ + +MAINTAINER= Jolan Luff + +# GPL +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes + +NO_REGRESS= Yes + +.include diff --git a/archivers/lxsplit/distinfo b/archivers/lxsplit/distinfo new file mode 100644 index 00000000000..d96e69c63e3 --- /dev/null +++ b/archivers/lxsplit/distinfo @@ -0,0 +1,3 @@ +MD5 (lxsplit-1.0-pre.tar.gz) = c37d09f27236e6fc6989cf8c6e5e6483 +RMD160 (lxsplit-1.0-pre.tar.gz) = 2f8634fb7137bcd905ea07c0e4ef16dec541e892 +SHA1 (lxsplit-1.0-pre.tar.gz) = 98237d93785111662ecbb8ebfd604992ff53b5b9 diff --git a/archivers/lxsplit/patches/patch-Makefile b/archivers/lxsplit/patches/patch-Makefile new file mode 100644 index 00000000000..bd0a198b61d --- /dev/null +++ b/archivers/lxsplit/patches/patch-Makefile @@ -0,0 +1,12 @@ +$OpenBSD: patch-Makefile,v 1.1.1.1 2003/06/23 00:40:57 jolan Exp $ +--- Makefile.orig Sat Jun 7 09:36:04 2003 ++++ Makefile Sat Jun 7 14:21:39 2003 +@@ -49,7 +49,7 @@ clean: + + install: + install -c -p $(TARGET) $(INSTALL_PATH) +- install -c -p -d -m 644 $(PREFIX)/share/doc/lxsplit ++ install -d -m 755 $(PREFIX)/share/doc/lxsplit + install -c -p -m 644 README $(PREFIX)/share/doc/lxsplit + + uninstall: diff --git a/archivers/lxsplit/pkg/DESCR b/archivers/lxsplit/pkg/DESCR new file mode 100644 index 00000000000..74cb97b6e86 --- /dev/null +++ b/archivers/lxsplit/pkg/DESCR @@ -0,0 +1,4 @@ +lxsplit is a utility that facilitates join and split operations on +files. It basically performs the same functions as cat(1) and +split(1), but has useful features such as warning if all parts aren't +available for a join operation. diff --git a/archivers/lxsplit/pkg/PLIST b/archivers/lxsplit/pkg/PLIST new file mode 100644 index 00000000000..3888fbc3670 --- /dev/null +++ b/archivers/lxsplit/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/23 00:40:57 jolan Exp $ +bin/lxsplit +share/doc/lxsplit/README +@dirrm share/doc/lxsplit