From owner-cvs-all Sun Oct 20 16:10:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 322A537B401; Sun, 20 Oct 2002 16:10:42 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C1443E97; Sun, 20 Oct 2002 16:10:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9KNAGmV089630; Sun, 20 Oct 2002 16:10:16 -0700 (PDT) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9KNAGmX089627; Sun, 20 Oct 2002 16:10:16 -0700 (PDT) Message-Id: <200210202310.g9KNAGmX089627@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 20 Oct 2002 16:10:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm Makefile ports/palm/makeztxt Makefile distinfo pkg-comment pkg-descr pkg-plist ports/palm/makeztxt/files patch-Makefile patch-libztxt::ztxt.h patch-libztxt::ztxt_generate_db.c patch-libztxt::ztxt_init.c patch-libztxt::ztxt_list_bookmarks.c patch-libztxt::ztxt_process.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/10/20 16:10:16 PDT Modified files: palm Makefile Added files: palm/makeztxt Makefile distinfo pkg-comment pkg-descr pkg-plist palm/makeztxt/files patch-Makefile patch-libztxt::ztxt.h patch-libztxt::ztxt_generate_db.c patch-libztxt::ztxt_init.c patch-libztxt::ztxt_list_bookmarks.c patch-libztxt::ztxt_process.c patch-libztxt::ztxt_set.c Log: makeztxt is a simple command line program that takes a plain ASCII text file and compresses it into a zTXT database. makeztxt will remove newline characters at the end of lines that contain text so that the paragraphs flow better on the Palm screen. Submitted by: Roman Shterenzon Revision Changes Path 1.35 +1 -0 ports/palm/Makefile 1.1 +23 -0 ports/palm/makeztxt/Makefile (new) 1.1 +1 -0 ports/palm/makeztxt/distinfo (new) 1.1 +31 -0 ports/palm/makeztxt/files/patch-Makefile (new) 1.1 +10 -0 ports/palm/makeztxt/files/patch-libztxt::ztxt.h (new) 1.1 +10 -0 ports/palm/makeztxt/files/patch-libztxt::ztxt_generate_db.c (new) 1.1 +10 -0 ports/palm/makeztxt/files/patch-libztxt::ztxt_init.c (new) 1.1 +10 -0 ports/palm/makeztxt/files/patch-libztxt::ztxt_list_bookmarks.c (new) 1.1 +10 -0 ports/palm/makeztxt/files/patch-libztxt::ztxt_process.c (new) 1.1 +10 -0 ports/palm/makeztxt/files/patch-libztxt::ztxt_set.c (new) 1.1 +1 -0 ports/palm/makeztxt/pkg-comment (new) 1.1 +6 -0 ports/palm/makeztxt/pkg-descr (new) 1.1 +1 -0 ports/palm/makeztxt/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message