Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2008 11:19:54 GMT
From:      Anselm Strauss <strauss@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 144266 for review
Message-ID:  <200806291119.m5TBJs6H028302@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=144266

Change 144266 by strauss@strauss_marvelman on 2008/06/29 11:19:50

	- README/TODO cleanup
	- added small autotools example (unrelated to libarchive)

Affected files ...

.. //depot/projects/soc2008/strauss_libarchive/GSOC2008#2 edit
.. //depot/projects/soc2008/strauss_libarchive/README#8 edit
.. //depot/projects/soc2008/strauss_libarchive/TODO#3 edit
.. //depot/projects/soc2008/strauss_libarchive/misc/README#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/AUTHORS#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/COPYING#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/ChangeLog#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/INSTALL#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/Makefile.am#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/Makefile.in#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/NEWS#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/README#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/TODO#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/aclocal.m4#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/config.aux/config.guess#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/config.aux/config.sub#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/config.aux/depcomp#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/config.aux/install-sh#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/config.aux/ltmain.sh#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/config.aux/missing#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/config.h.in#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/configure#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/configure.ac#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/hello/Makefile.am#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/hello/Makefile.in#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/hello/hello.c#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/libhello/Makefile.am#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/libhello/Makefile.in#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/libhello/libhello.c#1 add
.. //depot/projects/soc2008/strauss_libarchive/misc/autotools-example/src/libhello/libhello.h#1 add

Differences ...

==== //depot/projects/soc2008/strauss_libarchive/GSOC2008#2 (text+ko) ====

@@ -1,15 +1,11 @@
-Changed files:
-
- * README: added header
-
+Added:
 
-Added files:
-
  * This file
  * TODO: for todos management
+ * Stuff in misc/
 
 
-Removed files:
+Removed:
 
  * FreeBSD Makefiles, will/cannot manage them for now:
    * cpio/Makefile

==== //depot/projects/soc2008/strauss_libarchive/README#8 (text+ko) ====

@@ -5,7 +5,8 @@
 information see http://wiki.freebsd.org/AnselmStrauss/LibArchive.
 
 Changes within the scope of GSOC 2008 are made by Anselm Strauss
-<amsibamsi@gmail.com> and should all be listed in the GSOC2008 file.
+<amsibamsi@gmail.com>. Important changes in the file/directory structure
+should all be listed in the GSOC2008 file.
 
 This distribution bundle includes the following components:
 

==== //depot/projects/soc2008/strauss_libarchive/TODO#3 (text+ko) ====

@@ -1,12 +1,12 @@
 To Be Done
 ==========
 
-- Build does not work outside source dir
 - Not all P4 keywords do expand (tested on OS X and FreeBSD)
 
 
 Already Done
 ============
 
+- Build does not work outside source dir
 - Enable P4 keyword expansion and adapt all source files
 - What version will this branch carry, how to update?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806291119.m5TBJs6H028302>