import of lxsplit-1.0pre

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.

ok naddy@
This commit is contained in:
jolan 2003-06-23 00:40:57 +00:00
parent 676edddfdb
commit f75138777b
5 changed files with 42 additions and 0 deletions

View File

@ -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 <jolan@openbsd.org>
# GPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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:

View File

@ -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.

View File

@ -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