pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/acr
Module name: wip
Committed by: poppnk
Date: Fri Sep 23 05:25:41 UTC 2005
Modified Files:
wip/acr: Makefile PLIST distinfo
Log Message:
>> update to 0.4
Changelog from 0.3 to 0.4:
0.4 - 20050921
#-overview-#
- added 'else'
- support for contexts
- added a reverse engineering tool to recover .acr files from the final
script generated by acr.
- progressbar added
- lot of fixes
- better documentation
- more debugging information
- possibility to get the value of the target variable
- enhaced java support
- add ruby language support
- adopt GNU like crosscompile
- add CHECK_ENDIAN
- support for multiple library checks
- now SUBDIRS supports files.acr as targets
- syntax highlighting for VIM
- acr -D creates the dist tarball of the project
- new command: install-acr
- support for standard variable definitions (VAR = VALUE)
#-detailed-#
- ppc -> powerpc
- install script for vim syntax highlighting scripts
- autodetect GNU systems in $GNU variable (-gnu)
- add -w flag
- support for "" and '' values (null string value)
- force strict new standard variable definitions
- add checks before creating files (clean crash)
- support for standard variable definitions (VAR = VALUE)
- add install-acr manpage
- type some install-acr stuff.
- doc+man CHECK command
- initial import of install-acr
- order help flags in manpage
- add '-D' flag --dist . creates a tar.gz from a configure.acr project
- fix '-n' flag.
- create src/vim to store the VIM syntax highlighting plugin
- add REPORT in manpage!!
- fix manpage PKG_CONFIG -> PKGCONFIG
- doc SUBDIRS+files, dislike SUBST_FILES :P
- alphabetically ordened --help flags.
- add .PHONY in /acr -m/ mode and Makefile
- fix 'command not found' in EXEC when command is not found.
- DIE works for "1" and non "0" strings, DIENOT for "0" and ""
- also allow --r flag as --report alias
- add sunos, syllable on USE_DL
- fi'smiley-ascii art %)
- check for dupped USE_DL
- SUBDIRS support for target files
- do not overwrite on failed attempts (src/acr)
- add INSTALL_LIB and INSTALL_MAN envwords
- <- operator fixed
- add INCLUDEDIR into the ENVWORDS
- allows multiple libs checks CHKLIB c+m
- support for multiple libs checks
- LD_LIBS -> DL_LIBS
- conditional bugs fix
- update autogen.sh to do things well
- change --version message
- add doc for endiannes checks with ACR. (doc/endian)
- fixes the use of '*' in SIZEOF kw
- crosspath+vpath+subst_files bug fixed. (read doc/crosspath-build FMI)
- add ENDIAN | CHECK_ENDIAN keywords
- awk -> expr for sums optimizations
- all language bindings renamed from CHK to CHK_
- add [!] mode for each CHK_
- add RUBY extensions check support
- add RUBY support
- adopt GNU like crosscompile (thx2jemarch ;)
- fix cpp 2.9x problem
- fix relative path bug for VPATH
- fix VPATH bug for subdirs. (thx sepharad)
- fix gnu-awk warnings
- drop external program executions
- use_pthread requires lang_c
- drop cats from the house. (optimization)
- use_pthreads requires lang_c
- fix OS-X eval bug
- autoexport cflags-ldflags on pkgconfig
- added automatic context switching ( local inside {} )
- add_envword fixups and optimization
- changelog separation in overview/detailed
- more integration in context and nested concepts.
- add }{ and }ELSE{ aliases to branch alternative conditionals.
- fix 102% bug :)
- optimize progressbar
- better syntax documentation
- documentate contexts
- add LOCAL and GLOBAL contexts to manage definitions ( =,+=...)
- documentate IFEQVAL
- documentate nested conditionals
- add nested conditionals '{' and '}' keywords.
- hide last NOP command in debug
- fix mktemp portability bug
- drop CVS tags from dist file
- catch control-c in acr (remove tmp file)
- update make test to use -p
- add CSHARP example (may help someone :)
- add progressbar (-p|--progress-bar)
- split gmake into env_gmake and use_gmake
- fix MAKE stuff, GMAKE=0|1
- add REPORT_TOOLS
- new debug output format
- use numberline in errors
- add -n|--do-nothing flag into acr
- add wordcounter for better debugging
- add <- operator.
- allow to get value of variables (<-VAR)
- one word comments support '#.*' (manpage)
- add embed support to acr-recover
- add -e|--embed to acr
- add acr-recover manpage
- add metadatas for acr -r
- add_envword cleanup
- show prefix in ./configure output
- initial import of acr-recover
- update software signature in acr
- add -r|--recovery flag into acr
- add -o|--output flag into acr
- documentate sizeof, add example, update manpage
- fix whitespace before ';' in manpages
- add SIZEOF command
- add '((' '))' comments
- add <- definition. (get value of varname xx)
- add warnings for dupped exported variables
- add warnings for common typos
- add doc/make-tips
- add SUBST alias for SUBST_FILES
- fix REPORT_CXX
- fine get environment procedure (add_envword)
- move ENDSCRIPT before IFSCRIPTS
- split SEDFLAGS into different args (to be POSIX compliant)
- use mv -f to avoid user interactivity
- make pkg-config continue when no executable or package found.
- add EXPORT_DEFINED - to export only the defined variables (!""||0)
- fix EOF bug when configure.acr ends with one-word keyword.
- add NOP keyword.
- fix .h creation when VPATH is used.
- Be autodetected by url2pkg from pkgsrc.
- add CHECK_CLASSPATH_REQUIRED
- fix sub -> gsub (reported by sepharad)
- add syntax tips into configure.acr
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/acr/PLIST
cvs -z3 rdiff -u -r1.2 -r1.3 wip/acr/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/acr/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index