From owner-cvs-ports@FreeBSD.ORG Sun Jun 26 04:53:10 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9F141065674; Sun, 26 Jun 2011 04:53:10 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB2458FC18; Sun, 26 Jun 2011 04:53:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5Q4rA9k052746; Sun, 26 Jun 2011 04:53:10 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5Q4rAxf052745; Sun, 26 Jun 2011 04:53:10 GMT (envelope-from miwi) Message-Id: <201106260453.p5Q4rAxf052745@repoman.freebsd.org> From: Martin Wilke Date: Sun, 26 Jun 2011 04:53:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pbimaker Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2011 04:53:10 -0000 miwi 2011-06-26 04:53:10 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/pbimaker Makefile distinfo pkg-descr Log: The Make-A-PBI program takes a port from the FreeBSD Ports tree and creates from it a PBI module. This module can then be used to create PBI packages. Make-A-PBI automates most aspects of the module creating process, setting up the required files and directories and collecting information from the port. WWW: http://makeapbi.sourceforge.net/ PR: ports/158209 Submitted by: Jesse Revision Changes Path 1.1300 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/pbimaker/Makefile (new) 1.1 +2 -0 ports/sysutils/pbimaker/distinfo (new) 1.1 +7 -0 ports/sysutils/pbimaker/pkg-descr (new)