acr 2.1.2-1 source package in Ubuntu

Changelog

acr (2.1.2-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
  * debian/control: updated long description.
  * debian/copyright: updated upstream copyright date.
  * debian/patches/001_fix-acr-install-man.patch:
      - Updated patch with new lines from source code.
      - Fix typos in manpages (acr-wrap.1 and configure.acr.5).

 -- Thiago Marques Siqueira <email address hidden>  Sun, 13 Aug 2023 16:03:33 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
acr_2.1.2-1.dsc 1.8 KiB 4b413a4666f51b3415be3397891fd876f3f0616119a3de9f744fe6db1fb516c5
acr_2.1.2.orig.tar.gz 78.0 KiB adb089930299948752a481092e4cd88ed845ca567a083e9e009d902e340cede1
acr_2.1.2-1.debian.tar.xz 4.5 KiB e78a97b198d52e9cd1c64648421d6fc0c1090ee2c3f9b765200705479f777220

Available diffs

No changes file available.

Binary packages built by this source

acr: autoconf like tool

 ACR (Auto Conf Replacement) is an autoconf like tool that allows you to create
 configure scripts for your programs. The main aim of this tool is to teach
 developers how to create portable builds of their tools, just using generic
 functions wrapped by acr to generate portable shellscript.
 .
 Pros:
   * Easy to learn / implement.
   * Faster/smaller final configure script.
   * Own syntax, not complex m4 macros.
   * Reverse engineering tool to recover .acr files from the final configure
     script.
   * Good documentation and tutorials.
   * vim syntax highlighting for configure.acr files
     ($PREFIX/share/acr/vim/install.sh)
   * Debugging support (-d)
   * Integrated support for java, bash, perl, Tcl, c, c++, ruby and Python.
   * Recursive configure script calls.
   * Progress bar in generation stage.
 .
 Cons:
   * Not recommended for huge projects
   * Slow script generation parsing huge configuration files
   * No automake replace. (just type clean makefiles and acr substs)
   * Not enough tested (only on free operating systems (Open|Net|Free|Dfly)BSD,
     GNU systems, and Darwin).
 .
 This package provides the following components:
   * acr : generate configure scripts.
   * acr-cat : show configure.acr file from a generated configure script.
   * acr-install: '/usr/bin/install' program wrapper.
   * acr-sh : acr configure script generator.
   * acr-wrap : generate a makefile from a meson wrap file.
   * amr : generate sample/final Makefiles.