Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
fafa261ff8
2 changed files with 87 additions and 0 deletions
  1. +48
    -0
      package/stf/libcaca/libcaca.desc
  2. +39
    -0
      package/stf/libcaca/man-pages.patch

+ 48
- 0
package/stf/libcaca/libcaca.desc

@ -0,0 +1,48 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/stf/libzvbi/libzvbi.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Colour AsCii Art library
[T] The libcaca library is a graphics library that outputs text instead of
[T] pixels, so that it can work on older video cards or text terminals. It is
[T] not unlike the famous AAlib library. libcaca needs a terminal to work, thus
[T] it should work on all Unix systems (including Mac OS X) using either the
[T] slang library or the ncurses library, on DOS using the <conio.h> library,
[T] and on Windows systems using either slang or ncurses (through Cygwin
[T] emulation) or <conio.h>.
[U] http://sam.zoy.org/libcaca/
[A] Sam Hocevar <sam@zoy.org> { main programmer }
[A] Jean-Yves Lamoureux <jylam@lnxscene.org> { cacaball }
[M] Stefan Fiedler <stefan.fiedler@students.jku.at>
[C] extra/multimedia
[L] LGPL
[S] Beta
[V] 0.9
[P] X -?---5---9 170.000
[D] 2977192033 libcaca-0.9.tar.bz2 http://sam.zoy.org/libcaca/

+ 39
- 0
package/stf/libcaca/man-pages.patch

@ -0,0 +1,39 @@
diff -dur libcaca-0.9/doc/doxygen.cfg.in libcaca-0.9-p/doc/doxygen.cfg.in
--- libcaca-0.9/doc/doxygen.cfg.in 2004-02-02 04:00:20.000000000 +0100
+++ libcaca-0.9-p/doc/doxygen.cfg.in 2005-09-18 08:52:22.000000000 +0200
@@ -138,7 +138,7 @@
#---------------------------------------------------------------------------
GENERATE_MAN = YES
MAN_OUTPUT = man
-MAN_EXTENSION = .3caca
+MAN_EXTENSION = .3
MAN_LINKS = YES
#---------------------------------------------------------------------------
# configuration options related to the XML output
Nur in libcaca-0.9-p/doc: doxygen.cfg.in~.
diff -dur libcaca-0.9/doc/Makefile.am libcaca-0.9-p/doc/Makefile.am
--- libcaca-0.9/doc/Makefile.am 2004-02-02 04:00:20.000000000 +0100
+++ libcaca-0.9-p/doc/Makefile.am 2005-09-18 09:02:08.000000000 +0200
@@ -45,7 +45,7 @@
cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \
$(DESTDIR)$(datadir)/doc/libcaca-dev/html
$(mkinstalldirs) $(DESTDIR)$(mandir)/man3
- cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3
+ cp man/man3/*.3 $(DESTDIR)$(mandir)/man3
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
rm -f $(DESTDIR)$(mandir)/man1/cacaball.1
ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1
Nur in libcaca-0.9-p/doc: Makefile.am~.
diff -dur libcaca-0.9/doc/Makefile.in libcaca-0.9-p/doc/Makefile.in
--- libcaca-0.9/doc/Makefile.in 2004-02-02 04:00:44.000000000 +0100
+++ libcaca-0.9-p/doc/Makefile.in 2005-09-18 09:02:18.000000000 +0200
@@ -405,7 +405,7 @@
@BUILD_DOCUMENTATION_TRUE@ cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \
@BUILD_DOCUMENTATION_TRUE@ $(DESTDIR)$(datadir)/doc/libcaca-dev/html
@BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
-@BUILD_DOCUMENTATION_TRUE@ cp man/man3/*.3caca $(DESTDIR)$(mandir)/man3
+@BUILD_DOCUMENTATION_TRUE@ cp man/man3/*.3 $(DESTDIR)$(mandir)/man3
@BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
@BUILD_DOCUMENTATION_TRUE@ rm -f $(DESTDIR)$(mandir)/man1/cacaball.1
@BUILD_DOCUMENTATION_TRUE@ ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1
Nur in libcaca-0.9-p/doc: Makefile.in~.

Loading…
Cancel
Save