X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fcaptive%2FCVS.html.pl;h=ffcc66001287cc84f0259e63c4cf96d17f194986;hb=3831d60b7bc5b539134df7746ea961ddcdfd84cc;hp=5ddca3d818779810a31d7f6f470f4bb79d4b0398;hpb=044cb4c8a5be2ae4dc9331d95a4d641252205b6a;p=www.jankratochvil.net.git diff --git a/project/captive/CVS.html.pl b/project/captive/CVS.html.pl index 5ddca3d..ffcc660 100755 --- a/project/captive/CVS.html.pl +++ b/project/captive/CVS.html.pl @@ -67,11 +67,12 @@ my %pkg=( 3=>[qw(captive)], ); my %version=( - map(($_=>["1.1.2","0"]),qw(captive captive-lufs captive-install)), - "lufs"=>["0.9.7","1captive7"], + map(($_=>["1.1.5","0"]),qw(captive captive-lufs captive-install)), + "lufs"=>["0.9.7","1captive8"], "gnome-vfs-httpcaptive"=>["2.3.8captive2","0"], "ntfsprogs"=>["200309071734","1captive1"], "ntfsprogs-gnomevfs"=>["1.0.2","0"], + "build-captive-static"=>"2003-12-14-00", ); my %has_devel=(map(($_=>1),qw( ntfsprogs @@ -102,19 +103,6 @@ my $ntfsprogs_after=sub ($) { my @dist=( { - "name"=>"Debian GNU/Linux
'unstable' i386", - "id"=>"debian", - "out"=>sub { - my($pkg,$version_base,$version_ext)=@_; - $version_ext=~s/^\d+//; - my $file="${pkg}_$version_base".($version_ext=~/^\d+$/ ? "" : $version_ext)."_i386.deb"; - my $r=&$a_href_arch("dist/$file",$file); - (my $filedev=$file)=~s/^\Q$pkg\E_/${pkg}-dev_/; - $r.="
".&$a_href_arch("dist/$filedev",$filedev) if $has_devel{$pkg}; - return $r; - }, - }, - { "name"=>"Sources (.tar.gz)", "id"=>"source", "out"=>sub { @@ -143,11 +131,39 @@ for my $dist (@dist) { print "\n"; } print <<"HERE"; + + 'captive-static' build
system patches for Red Hat 9 Shrike
(never needed for a regular build) + +HERE +my $build_static_basename=(map("$_-".$version{$_}.".tar.gz","build-captive-static"))[0]; +print a_href "dist/$build_static_basename",$build_static_basename; +print <<"HERE"; + + @{[ vskip "3ex" ]} +

Pending Integrations

+ +
+
@{[ a_href $W->{"project_viewcvs"}.'/lufs/','lufs-captive' ]} + [@{[ a_href $W->{"project_viewcvs"}.'/*checkout*/lufs/NEWS.captive?rev=1.1.2.11','NEWS' ]}] +
+

@{[ a_href 'http://lufs.sourceforge.net/lufs/','LUFS' ]} still has not yet integrated + the Captive-developed patches. No integration schedule is currently known.

+ +

The recommended way is to port Captive project to maintained + @{[ a_href 'http://fuse.sourceforge.net/','FUSE' ]}.

+
+
+ +

@{[ a_href './','Back to Captive Main Page' ]}

HERE