Index: openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl,v diff -u -N -r1.32.2.11 -r1.32.2.12 --- openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 18 Oct 2023 08:59:57 -0000 1.32.2.11 +++ openacs-4/packages/acs-admin/tcl/apm-admin-procs.tcl 18 Oct 2023 15:00:37 -0000 1.32.2.12 @@ -401,7 +401,7 @@ package_type summary description \ release_date vendor_url vendor \ maturity maturity_text \ - license license_url + license license_url download_url set work_dirs [list ${work_dir}openacs-4/packages ${work_dir}openacs-4/contrib/packages ] foreach packages_dir $work_dirs { @@ -451,13 +451,6 @@ append manifest " \n" } - template::multirow append packages \ - $package_path $package_key $pkg_info(name) $pkg_info(package-name) \ - $pkg_info(package.type) $pkg_info(summary) $pkg_info(description) \ - $pkg_info(release-date) $pkg_info(vendor.url) $pkg_info(vendor) \ - $pkg_info(maturity) $pkg_info(maturity_text) \ - $pkg_info(license) $pkg_info(license.url) - set apm_file "${channel_dir}${pkg_info(package.key)}-${pkg_info(name)}.apm" ns_log Notice "Repository: Building package $package_key for channel $channel" @@ -497,6 +490,13 @@ set apm_url "${repository_url}$channel/$pkg_info(package.key)-$pkg_info(name).apm" + template::multirow append packages \ + $package_path $package_key $pkg_info(name) $pkg_info(package-name) \ + $pkg_info(package.type) $pkg_info(summary) $pkg_info(description) \ + $pkg_info(release-date) $pkg_info(vendor.url) $pkg_info(vendor) \ + $pkg_info(maturity) $pkg_info(maturity_text) \ + $pkg_info(license) $pkg_info(license.url) $apm_url + append manifest " $apm_url\n" foreach elm $pkg_info(provides) { append manifest " \n" } - template::multirow append packages \ - $package_path $package_key $pkg_info(name) $pkg_info(package-name) \ - $pkg_info(package.type) $pkg_info(summary) $pkg_info(description) \ - $pkg_info(release-date) $pkg_info(vendor.url) $pkg_info(vendor) \ - $pkg_info(maturity) $pkg_info(maturity_text) \ - $pkg_info(license) $pkg_info(license.url) - set apm_file "${channel_dir}${pkg_info(package.key)}-${pkg_info(name)}.apm" ns_log Notice "Repository: Building package $package_key for channel $channel" @@ -1370,6 +1445,13 @@ set apm_url "${repository_url}$channel/$pkg_info(package.key)-$pkg_info(name).apm" + template::multirow append packages \ + $package_path $package_key $pkg_info(name) $pkg_info(package-name) \ + $pkg_info(package.type) $pkg_info(summary) $pkg_info(description) \ + $pkg_info(release-date) $pkg_info(vendor.url) $pkg_info(vendor) \ + $pkg_info(maturity) $pkg_info(maturity_text) \ + $pkg_info(license) $pkg_info(license.url) $apm_url + append manifest " $apm_url\n" foreach elm $pkg_info(provides) { append manifest " - @pkgs.package_key@ + @pkgs.package_key@ @pkgs.pretty_name@:
@pkgs.summary@ @@ -22,6 +22,8 @@ by @pkgs.vendor@
@pkgs.maturity@: @pkgs.maturity_text@
+
+ Download Package