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
This commit is contained in:
Martin Wilke 2011-06-26 04:53:10 +00:00
parent d00d7c139c
commit 729f4fa8a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276414
4 changed files with 35 additions and 0 deletions

View file

@ -608,6 +608,7 @@
SUBDIR += pam_mount
SUBDIR += parallel
SUBDIR += pax-utils
SUBDIR += pbimaker
SUBDIR += pbreg
SUBDIR += pcfclock
SUBDIR += pciutils

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: pbimaker
# Date created: June 23, 2011
# Whom: Jesse
#
# $FreeBSD$
#
PORTNAME= pbimaker
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= SF/makeapbi/makeapbi/
MAINTAINER= jessefrgsmith@yahoo.ca
COMMENT= A program to convert ports into PBI modules
LICENSE= BSD
NO_COFIGURE= yes
WRKSRC= ${WRKDIR}/PBIMaker
PLIST_FILES= bin/pbimaker
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pbimaker-1.1.tar.gz) = 8d919a51a54e76f3a69f5d7eca5a347d1fface67c2e51438683a0eac106338cb
SIZE (pbimaker-1.1.tar.gz) = 10714

View file

@ -0,0 +1,7 @@
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/