<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hey guys.... Any feedback? :D<br>
<br>
<br>
On 22.04.2009 19:25, <a class="moz-txt-link-abbreviated" href="mailto:yerenkow@uct.ua">yerenkow@uct.ua</a> wrote:
<blockquote cite="mid:49EF450C.4080005@uct.ua" type="cite">Hello Guys!
<br>
I sent to you two java classes;
<br>
you could use it by editing them and comment (with // ) package;
<br>
after you commented this, you could compile it with:
<br>
javac CreateModule.java
<br>
and after that you could run it with:
<br>
java CreateModule
<br>
<br>
<br>
So, what it's doing.
<br>
1. If you have pbi-builder, you could launch CreateModule util;
<br>
For create stub config for needed port.
<br>
java CreateModule audio/ardour
<br>
<br>
You've missed some parameters, make sure it's intended:
<br>
%%VST%%
<br>
%%NO_VST%%
<br>
%%DISTVERSION%%
<br>
<br>
O well, we've missed params; we need no VST, and version we have 2.7.1
<br>
(it's not get out from Makefile automagically, so get it with your
hands);
<br>
<br>
java CreateModule audio/ardour NO_VST DISTVERSION=2.7.1
<br>
<br>
You've missed some parameters, make sure it's intended:
<br>
%%VST%%
<br>
<br>
<br>
Okay, that's what we need here;
<br>
<br>
<br>
going to modules/ardour and see there pbi.conf.sample and
copy-files.sample
<br>
<br>
Great, we have created here config for simple port easily :)
<br>
<br>
2. LibsUtil
<br>
get some shell, and tweak copy-files to have only files per-line
<br>
specified, without targets;
<br>
launch LibsUtil with parameter - this file.
<br>
<br>
What it do:
<br>
For each file, specified in list it checks it's type, and for every
<br>
FreeBSD/Linux executable/shared finds dependency libs.
<br>
It searches all dependency recursively, so I think all should be found.
<br>
If some file not exist at your HDD, it marks as "not found" and outputs
<br>
in the end of proceeding.
<br>
<br>
3.Goal of this letter - make Kris look into this, and make similar
<br>
things in shell, so PBI creation should be a bit easier.
<br>
<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dev@lists.pcbsd.org">Dev@lists.pcbsd.org</a>
<a class="moz-txt-link-freetext" href="http://lists.pcbsd.org/mailman/listinfo/dev">http://lists.pcbsd.org/mailman/listinfo/dev</a>
</pre>
</blockquote>
<br>
</body>
</html>