aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-06-26 12:53:10 +0800
committermiwi <miwi@FreeBSD.org>2011-06-26 12:53:10 +0800
commite34ca0482525b54c71c334ee8afbf6a620d835b1 (patch)
treedebbc98cfcae0ccdea2fe4c02d86840ee19f35d4 /sysutils
parent4e29bcbcfe6a30ee2698f65fea73fa091e3e3991 (diff)
downloadfreebsd-ports-gnome-e34ca0482525b54c71c334ee8afbf6a620d835b1.tar.gz
freebsd-ports-gnome-e34ca0482525b54c71c334ee8afbf6a620d835b1.tar.zst
freebsd-ports-gnome-e34ca0482525b54c71c334ee8afbf6a620d835b1.zip
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/pbimaker/Makefile25
-rw-r--r--sysutils/pbimaker/distinfo2
-rw-r--r--sysutils/pbimaker/pkg-descr7
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index b837b1c09941..ce8b7af8430d 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -608,6 +608,7 @@
SUBDIR += pam_mount
SUBDIR += parallel
SUBDIR += pax-utils
+ SUBDIR += pbimaker
SUBDIR += pbreg
SUBDIR += pcfclock
SUBDIR += pciutils
diff --git a/sysutils/pbimaker/Makefile b/sysutils/pbimaker/Makefile
new file mode 100644
index 000000000000..19212d34ffcb
--- /dev/null
+++ b/sysutils/pbimaker/Makefile
@@ -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>
diff --git a/sysutils/pbimaker/distinfo b/sysutils/pbimaker/distinfo
new file mode 100644
index 000000000000..53fa29fd69b3
--- /dev/null
+++ b/sysutils/pbimaker/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pbimaker-1.1.tar.gz) = 8d919a51a54e76f3a69f5d7eca5a347d1fface67c2e51438683a0eac106338cb
+SIZE (pbimaker-1.1.tar.gz) = 10714
diff --git a/sysutils/pbimaker/pkg-descr b/sysutils/pbimaker/pkg-descr
new file mode 100644
index 000000000000..39524238e519
--- /dev/null
+++ b/sysutils/pbimaker/pkg-descr
@@ -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/