loader | 26 Sep 2009 16:47
Favicon

How about add something to auto populate OTHERPORT?


I think it can reduce the work of maintaining copy-files
when put some ports into a bundle pbi, something like
mutt+getmail/fetchmail+msmtp+procmail+gnupg+...

Regards,
loader

--- 3.makepbi.sh.orig	2009-09-20 20:19:07.000000000 +0800
+++ 3.makepbi.sh	2009-09-21 15:16:09.000000000 +0800
 <at>  <at>  -41,6 +41,7  <at>  <at> 
 # Unset the PBIVERSION
 PBIVERSION="" ; export PBIVERSION
 PBIAUTOPOPULATE="" ; export PBIAUTOPOPULATE
+PBIAUTOPOPULATE_OTHERPORT="" ; export PBIAUTOPOPULATE_OTHERPORT
 INMATEVER="" ; export INMATEVER
 BUILDINMATE="" ; export BUILDINMATE

 <at>  <at>  -123,6 +124,19  <at>  <at> 
   else
     /autopopulate.sh "${PKGNAME}" "${PBILOCALBASE}" "${PBIDIR}"
   fi
+
+  # Perform PBI auto-population for OTHERPORT
+  if [ "${PBIAUTOPOPULATE_OTHERPORT}" = "YES" -o "${PBIAUTOPOPULATE_OTHER}" = "ON" ]
+  then
+    while read line
+    do
+      if [ ! -z "$line" -a "$line" != " " ]
+      then
(Continue reading)

Kris Moore | 29 Sep 2009 15:01
Gravatar

Re: How about add something to auto populate OTHERPORT?


Loader,

Awesome! I'm going to do some testing with it and get a new version of the pbi-builder made with
it soon :)

--
Kris Moore
PC-BSD Software

On Sat, 26 Sep 2009, loader wrote:

>
> I think it can reduce the work of maintaining copy-files
> when put some ports into a bundle pbi, something like
> mutt+getmail/fetchmail+msmtp+procmail+gnupg+...
>
> Regards,
> loader
>
> --- 3.makepbi.sh.orig	2009-09-20 20:19:07.000000000 +0800
> +++ 3.makepbi.sh	2009-09-21 15:16:09.000000000 +0800
>  <at>  <at>  -41,6 +41,7  <at>  <at> 
> # Unset the PBIVERSION
> PBIVERSION="" ; export PBIVERSION
> PBIAUTOPOPULATE="" ; export PBIAUTOPOPULATE
> +PBIAUTOPOPULATE_OTHERPORT="" ; export PBIAUTOPOPULATE_OTHERPORT
> INMATEVER="" ; export INMATEVER
> BUILDINMATE="" ; export BUILDINMATE
>
(Continue reading)

loader | 30 Sep 2009 10:52
Favicon

Re: How about add something to auto populate OTHERPORT?

Kris Moore <kris@...> wrote:

> Loader,
>
> Awesome! I'm going to do some testing with it and get a new version of the pbi-builder made with
> it soon :)

Thank you Kris.

Regards,
loader
Kris Moore | 30 Sep 2009 19:46
Gravatar

Re: How about add something to auto populate OTHERPORT?


I've uploaded / posted the new 2.4 version of the PBI builder now, which includes your idea,
along with another variable so you can specify which ports to include in the PBI :)

--
Kris Moore
PC-BSD Software

On Wed, 30 Sep 2009, loader wrote:

> Kris Moore <kris@...> wrote:
>
>> Loader,
>>
>> Awesome! I'm going to do some testing with it and get a new version of the pbi-builder made with
>> it soon :)
>
> Thank you Kris.
>
> Regards,
> loader
> _______________________________________________
> Pbi-dev mailing list
> Pbi-dev@...
> http://lists.pcbsd.org/mailman/listinfo/pbi-dev
>
> !DSPAM:1,4ac31c8f14807462815451!
>
>
>
(Continue reading)


Gmane