From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- textproc/makeztxt/DESCR | 14 ++++++++++++++ textproc/makeztxt/PLIST | 6 ++++++ textproc/makeztxt/pkg/DESCR | 14 -------------- textproc/makeztxt/pkg/PLIST | 6 ------ 4 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 textproc/makeztxt/DESCR create mode 100644 textproc/makeztxt/PLIST delete mode 100644 textproc/makeztxt/pkg/DESCR delete mode 100644 textproc/makeztxt/pkg/PLIST (limited to 'textproc/makeztxt') diff --git a/textproc/makeztxt/DESCR b/textproc/makeztxt/DESCR new file mode 100644 index 00000000000..fbd9cd8e84d --- /dev/null +++ b/textproc/makeztxt/DESCR @@ -0,0 +1,14 @@ + makeztxt is a simple commandline program that takes a plain ASCII text +file and compresses it into a zTXT Palm database. It doesn't like the DOS +style CR/LF line breaks, so the input file should be first run through a +conversion program such as dos2unix if it contains such characters. +makeztxt will remove newline characters at the end of lines that contain +text so that the paragraphs flow better on the Palm screen. + + The best feature of makeztxt, however, is its ability to use regular +expressions to search the input text for bookmark spots. This is done +with the command line options -l and -r: + + -l will list all the bookmarks that are generated. + -r takes a regex as an argument to generate one or more + bookmarks. You can have as many -r options as you want. diff --git a/textproc/makeztxt/PLIST b/textproc/makeztxt/PLIST new file mode 100644 index 00000000000..e668f08efd3 --- /dev/null +++ b/textproc/makeztxt/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:26 zuntum Exp $ +bin/makeztxt +share/doc/makeztxt/COPYING +share/doc/makeztxt/ChangeLog +share/doc/makeztxt/README +@dirrm share/doc/makeztxt diff --git a/textproc/makeztxt/pkg/DESCR b/textproc/makeztxt/pkg/DESCR deleted file mode 100644 index fbd9cd8e84d..00000000000 --- a/textproc/makeztxt/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ - makeztxt is a simple commandline program that takes a plain ASCII text -file and compresses it into a zTXT Palm database. It doesn't like the DOS -style CR/LF line breaks, so the input file should be first run through a -conversion program such as dos2unix if it contains such characters. -makeztxt will remove newline characters at the end of lines that contain -text so that the paragraphs flow better on the Palm screen. - - The best feature of makeztxt, however, is its ability to use regular -expressions to search the input text for bookmark spots. This is done -with the command line options -l and -r: - - -l will list all the bookmarks that are generated. - -r takes a regex as an argument to generate one or more - bookmarks. You can have as many -r options as you want. diff --git a/textproc/makeztxt/pkg/PLIST b/textproc/makeztxt/pkg/PLIST deleted file mode 100644 index ebbcee7ee22..00000000000 --- a/textproc/makeztxt/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/21 22:44:16 rh Exp $ -bin/makeztxt -share/doc/makeztxt/COPYING -share/doc/makeztxt/ChangeLog -share/doc/makeztxt/README -@dirrm share/doc/makeztxt -- cgit v1.2.3