From owner-cvs-all@FreeBSD.ORG Mon Aug 9 08:18:49 2004 Return-Path: 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 7E3B316A4CE; Mon, 9 Aug 2004 08:18:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D6CB43D2D; Mon, 9 Aug 2004 08:18:49 +0000 (GMT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i798InpE048911; Mon, 9 Aug 2004 08:18:49 GMT (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i798Inc4048910; Mon, 9 Aug 2004 08:18:49 GMT (envelope-from krion) Message-Id: <200408090818.i798Inc4048910@repoman.freebsd.org> From: Kirill Ponomarew Date: Mon, 9 Aug 2004 08:18:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/pft Makefile distinfo pkg-descr pkg-plist ports/security/pft/files patch-Makefile patch-commands.h patch-exceptions.h patch-fxstrings.cpp patch-fxstrings.h patch-llist.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 08:18:49 -0000 krion 2004-08-09 08:18:49 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/pft Makefile distinfo pkg-descr pkg-plist security/pft/files patch-Makefile patch-commands.h patch-exceptions.h patch-fxstrings.cpp patch-fxstrings.h patch-llist.cpp patch-llist.h patch-pft:Makefile patch-pft:main.cpp patch-pjllists.cpp patch-pjllists.h patch-pjlsession.cpp patch-pjlsession.h patch-rawmem.cpp patch-rawmem.h patch-tcpcon.cpp patch-tcpcon.h Log: Add pft 1.2, libPJL- Printer Job Language library A library and a command-line tool to use PJL- HP Printer Job Language PR: ports/69382 Submitted by: Yonatan Revision Changes Path 1.537 +1 -0 ports/security/Makefile 1.1 +29 -0 ports/security/pft/Makefile (new) 1.1 +2 -0 ports/security/pft/distinfo (new) 1.1 +11 -0 ports/security/pft/files/patch-Makefile (new) 1.1 +8 -0 ports/security/pft/files/patch-commands.h (new) 1.1 +8 -0 ports/security/pft/files/patch-exceptions.h (new) 1.1 +45 -0 ports/security/pft/files/patch-fxstrings.cpp (new) 1.1 +8 -0 ports/security/pft/files/patch-fxstrings.h (new) 1.1 +17 -0 ports/security/pft/files/patch-llist.cpp (new) 1.1 +8 -0 ports/security/pft/files/patch-llist.h (new) 1.1 +9 -0 ports/security/pft/files/patch-pft:Makefile (new) 1.1 +127 -0 ports/security/pft/files/patch-pft:main.cpp (new) 1.1 +15 -0 ports/security/pft/files/patch-pjllists.cpp (new) 1.1 +8 -0 ports/security/pft/files/patch-pjllists.h (new) 1.1 +412 -0 ports/security/pft/files/patch-pjlsession.cpp (new) 1.1 +21 -0 ports/security/pft/files/patch-pjlsession.h (new) 1.1 +27 -0 ports/security/pft/files/patch-rawmem.cpp (new) 1.1 +8 -0 ports/security/pft/files/patch-rawmem.h (new) 1.1 +158 -0 ports/security/pft/files/patch-tcpcon.cpp (new) 1.1 +17 -0 ports/security/pft/files/patch-tcpcon.h (new) 1.1 +6 -0 ports/security/pft/pkg-descr (new) 1.1 +2 -0 ports/security/pft/pkg-plist (new)