Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
d561e58247
2 changed files with 57 additions and 0 deletions
  1. +14
    -0
      package/base/htdig/gcc4.patch
  2. +43
    -0
      package/base/htdig/htdig.desc

+ 14
- 0
package/base/htdig/gcc4.patch

@ -0,0 +1,14 @@
--- ./htsearch/Collection.h~ 2004-05-28 15:15:24.000000000 +0200
+++ ./htsearch/Collection.h 2007-09-22 20:34:06.000000000 +0200
@@ -36,9 +36,9 @@
const char *docExcerpt);
~Collection();
- void Collection::Open();
+ void Open();
- void Collection::Close();
+ void Close();
char *getWordFile() { return wordFile.get(); }
DocumentRef *getDocumentRef(int id);

+ 43
- 0
package/base/htdig/htdig.desc

@ -0,0 +1,43 @@
[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/base/htdig/htdig.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2007 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] WWW Search Engine Software
[T] ht://Dig is a world-wide-web search system for an intranet or small
[T] internet.
[U] http://www.htdig.org/
[A] The ht://Dig Group
[M] Stefan Fiedler <stefan.fiedler at students.jku.at>
[C] extra/text extra/tool
[F] CORE
[L] GPL
[S] Beta
[V] 3.2.0b6
[P] X -----5---9 800.000
[D] 1144078426 htdig-3.2.0b6.tar.gz http://www.htdig.org/files/

Loading…
Cancel
Save