packages feed

augeas 0.3.2 → 0.3.3

raw patch · 8 files changed

+47/−15 lines, 8 files

Files

ChangeLog view
@@ -1,4 +1,8 @@+2010-10-24  Jude Nagurney  <jude@pwan.org> +	* Released version 0.3.3+	* Added testroot files to the sdist+	* Updated README to tell uses to chmod +x configure  2010-10-17  Jude Nagurney  <jude@pwan.org> 
Makefile view
@@ -47,7 +47,7 @@ 	rm -rf autom4te.cache  sdist:-	runghc Setup sdist+	runghc Setup.hs sdist  test: library 	runghc Setup.hs test
README view
@@ -1,6 +1,7 @@ Enjoy your Haskell bindings for Augeas. To build the library: +> chmod a+x ./configure > ./configure > make test > sudo make install
augeas.cabal view
@@ -1,5 +1,5 @@ Name: augeas-Version: 0.3.2+Version: 0.3.3 Synopsis:  A Haskell FFI wrapper for the Augeas API Description: A Haskell FFI wrapper for the Augeas API Author: Jude Nagurney@@ -7,12 +7,12 @@ Cabal-Version: >= 1.2 License: GPL License-File: LICENSE-Data-Files: AUTHORS, README, THANKS, ChangeLog-Build-Type: Custom+Data-Files: AUTHORS, README, THANKS, ChangeLog, testroot/etc/hosts, testroot/etc/hosts.reload+Build-Type: Configure Category: System Stability: Alpha HomePage: http://trac.haskell.org/augeas-Extra-Source-Files: Makefile, configure.ac, ./configure+Extra-Source-Files: Makefile, configure.ac, configure  library          Exposed-Modules: System.Augeas
configure view
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles.-# Generated by GNU Autoconf 2.65 for haskell-augeas 0.3.2.+# Generated by GNU Autoconf 2.65 for haskell-augeas 0.3.3. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,@@ -549,8 +549,8 @@ # Identity of this package. PACKAGE_NAME='haskell-augeas' PACKAGE_TARNAME='haskell-augeas'-PACKAGE_VERSION='0.3.2'-PACKAGE_STRING='haskell-augeas 0.3.2'+PACKAGE_VERSION='0.3.3'+PACKAGE_STRING='haskell-augeas 0.3.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1196,7 +1196,7 @@   # Omit some internal or obsolete options to make the list less imposing.   # This message is too long to be a string in the A/UX 3.1 sh.   cat <<_ACEOF-\`configure' configures haskell-augeas 0.3.2 to adapt to many kinds of systems.+\`configure' configures haskell-augeas 0.3.3 to adapt to many kinds of systems.  Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1257,7 +1257,7 @@  if test -n "$ac_init_help"; then   case $ac_init_help in-     short | recursive ) echo "Configuration of haskell-augeas 0.3.2:";;+     short | recursive ) echo "Configuration of haskell-augeas 0.3.3:";;    esac   cat <<\_ACEOF @@ -1342,7 +1342,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then   cat <<\_ACEOF-haskell-augeas configure 0.3.2+haskell-augeas configure 0.3.3 generated by GNU Autoconf 2.65  Copyright (C) 2009 Free Software Foundation, Inc.@@ -1640,7 +1640,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by haskell-augeas $as_me 0.3.2, which was+It was created by haskell-augeas $as_me 0.3.3, which was generated by GNU Autoconf 2.65.  Invocation command line was    $ $0 $@@@ -4940,7 +4940,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log="-This file was extended by haskell-augeas $as_me 0.3.2, which was+This file was extended by haskell-augeas $as_me 0.3.3, which was generated by GNU Autoconf 2.65.  Invocation command line was    CONFIG_FILES    = $CONFIG_FILES@@ -4993,7 +4993,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\-haskell-augeas config.status 0.3.2+haskell-augeas config.status 0.3.3 configured by $0, generated by GNU Autoconf 2.65,   with options \\"\$ac_cs_config\\" 
configure.ac view
@@ -1,5 +1,5 @@ AC_PREREQ(2.65)-AC_INIT([haskell-augeas],[0.3.2])+AC_INIT([haskell-augeas],[0.3.3]) AC_CONFIG_SRCDIR(Setup.hs) AC_CONFIG_HEADERS([Config.h]) 
+ testroot/etc/hosts view
@@ -0,0 +1,12 @@+127.0.0.1	localhost+127.0.1.1	ubuntu.sys76.lan	ubuntu++192.168.0.202	freerunner.home++# The following lines are desirable for IPv6 capable hosts+::1     ip6-localhost ip6-loopback+fe00::0 ip6-localnet+ff00::0 ip6-mcastprefix+ff02::1 ip6-allnodes+ff02::2 ip6-allrouters+ff02::3 ip6-allhosts
+ testroot/etc/hosts.reload view
@@ -0,0 +1,15 @@+127.0.0.1	localhost+127.0.1.1	ubuntu.sys76.lan	ubuntu++192.168.0.202	freerunner.home++192.168.0.203 testload.haskell-augeas.org++# The following lines are desirable for IPv6 capable hosts+::1     ip6-localhost ip6-loopback+fe00::0 ip6-localnet+ff00::0 ip6-mcastprefix+ff02::1 ip6-allnodes+ff02::2 ip6-allrouters+ff02::3 ip6-allhosts+