Browse Source

Alejandro Mery <amery@geeks.cl>:

links-2.1pre13: enabling graphic mode if directfb, svgalib or xfree86 
are X'ed.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1970 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
453ff5f09c
4 changed files with 109 additions and 0 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +35
    -0
      package/mnemoc/links/links.cache
  3. +27
    -0
      package/mnemoc/links/links.conf
  4. +46
    -0
      package/mnemoc/links/links.desc

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -7,6 +7,7 @@
mod_mono, gtk-sharp
- updated subversion (0.34.0)
- added default bdb selection to the apache config.in (defaults to 42)
- Alejandro Mery: added links package
*) 2003-12-11 (2.0.0-rc3 - 2.0.0-rc4)

+ 35
- 0
package/mnemoc/links/links.cache

@ -0,0 +1,35 @@
[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/mnemoc/links/links.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 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 ---
[TIMESTAMP] 1068324797 Sat Nov 8 20:53:17 2003
[CONFIG-ID] 2.0.0-rc3-x86-pentium4-32-mnemosyne-expert
[ROCKVER] 2.0.0-rc3
[LOGS] 5-links.log 9-links.log
[BUILDTIME] 9363 (9)
[SIZE] 2.90 MB, 28 files
[DEP] autoconf automake bash binutils bzip2 coreutils diffutils directfb
[DEP] findutils gcc33 glibc23 grep libjpeg libpng libtiff linux24-header
[DEP] make mktemp net-tools openssl perl5 sed sysfiles tar texinfo zlib

+ 27
- 0
package/mnemoc/links/links.conf

@ -0,0 +1,27 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/mnemoc/links/links.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append confopt ' ' '--enable-javascript'
if pkgcheck directfb X || pkgcheck svgalib X || pkgcheck xfree86 X; then
var_append confopt ' ' '--enable-graphics'
fi

+ 46
- 0
package/mnemoc/links/links.desc

@ -0,0 +1,46 @@
[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/mnemoc/links/links.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 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] A text and graphics mode portable WWW browser
[T] Links is graphics and text mode WWW browser, similar to Lynx. It displays
[T] tables, frames, downloads on background, uses HTTP/1.1 keepalive
[T] connections, and features Javascript. In graphics mode it displays PNG,
[T] JPEG, GIF, TIFF, and XBM pictures, runs external bindings on other types,
[T] and features anti-aliased font, smooth image zooming, 48-bit dithering,
[T] and gamma and aspect ratio correction.
[U] http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
[A] Twibright Labs <mikulas@twibright.com>
[M] Alejandro Mery <amery@geeks.cl>
[C] extra/network
[L] GPL
[S] Stable
[V] 2.1pre13
[P] X -----5---9 800.000
[D] 538749012 links-2.1pre13.tar.bz2 http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/

|||||||
100:0
Loading…
Cancel
Save