From owner-cvs-all@FreeBSD.ORG Fri Aug 29 18:59:34 2003 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 C17CC16A4BF; Fri, 29 Aug 2003 18:59:34 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5366443FDF; Fri, 29 Aug 2003 18:59:34 -0700 (PDT) (envelope-from edwin@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 h7U1xY0U079410; Fri, 29 Aug 2003 18:59:34 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7U1xYdf079409; Fri, 29 Aug 2003 18:59:34 -0700 (PDT) Message-Id: <200308300159.h7U1xYdf079409@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 29 Aug 2003 18:59:34 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang Makefile ports/lang/fpl Makefile distinfo pkg-descr pkg-plist ports/lang/fpl/files patch-aa 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: Sat, 30 Aug 2003 01:59:34 -0000 edwin 2003/08/29 18:59:34 PDT FreeBSD ports repository Modified files: lang Makefile Added files: lang/fpl Makefile distinfo pkg-descr pkg-plist lang/fpl/files patch-aa Log: new port: net/fpl FPL is a complete script programming language _very_ similar to C. If you are a software developer and plans to add any kind of macro/script control, consider the FPL alternative! FPL library lets the software programmer define functions and variables that FPL should accept. The library will call a function in the software whenever any of these functions are used or variables are read in an FPL program. PR: ports/46756 Submitted by: Dominic Marks Revision Changes Path 1.357 +1 -0 ports/lang/Makefile 1.1 +34 -0 ports/lang/fpl/Makefile (new) 1.1 +1 -0 ports/lang/fpl/distinfo (new) 1.1 +11 -0 ports/lang/fpl/files/patch-aa (new) 1.1 +10 -0 ports/lang/fpl/pkg-descr (new) 1.1 +4 -0 ports/lang/fpl/pkg-plist (new)