[csw-devel] SF.net SVN: gar:[8838] csw/mgar/pkg/lynx/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Feb 26 15:39:27 CET 2010
Revision: 8838
http://gar.svn.sourceforge.net/gar/?rev=8838&view=rev
Author: dmichelsen
Date: 2010-02-26 14:39:27 +0000 (Fri, 26 Feb 2010)
Log Message:
-----------
lynx: Update to mGAR v2 and 2.8.7
Modified Paths:
--------------
csw/mgar/pkg/lynx/trunk/Makefile
csw/mgar/pkg/lynx/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lynx/trunk/files/COPYING
Removed Paths:
-------------
csw/mgar/pkg/lynx/trunk/files/CSWlynx.depend
csw/mgar/pkg/lynx/trunk/files/CSWlynx.gspec
csw/mgar/pkg/lynx/trunk/files/CSWlynx.prototype
Property Changed:
----------------
csw/mgar/pkg/lynx/trunk/
Property changes on: csw/mgar/pkg/lynx/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/lynx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lynx/trunk/Makefile 2010-02-26 14:37:15 UTC (rev 8837)
+++ csw/mgar/pkg/lynx/trunk/Makefile 2010-02-26 14:39:27 UTC (rev 8838)
@@ -1,5 +1,5 @@
GARNAME = lynx
-GARVERSION = 2.8.6
+GARVERSION = 2.8.7
CATEGORIES = net
DESCRIPTION = lynx - text browser for the World Wide Web
@@ -13,14 +13,16 @@
MASTER_SITES = http://lynx.isc.org/release/
DISTFILES = $(GARNAME)$(GARVERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWlynx,depend)
+DISTFILES += COPYING
+DEP_PKGS = CSWbzip2 CSWncurses CSWosslrt CSWzlib
+
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
WORKSRC = $(WORKDIR)/$(subst .,-,$(GARNAME)$(GARVERSION))
-#LIBDEPS += lib/ncurses lib/openssl
+sysconfdir = /etc/opt/csw
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-screen=ncurses --enable-default-colors
@@ -28,16 +30,14 @@
CONFIGURE_ARGS += --disable-finger --disable-gopher --disable-news
CONFIGURE_ARGS += --enable-cgi-links --enable-exec-links --enable-exec-scripts
+MIGRATE_FILES = lynx.lss lynx.cfg
+PRESERVECONF = /etc/opt/csw/lynx.lss
+PRESERVECONF += /etc/opt/csw/lynx.cfg
+
# This ensures that Lynx picks up its own entities.h, not the one installed
# in one of the system directories, i. e. /opt/csw (that one's part of GD).
SUN_CPP_FLAGS = -I./chrtrans
-#CONFIGURE_ARGS = --prefix=/opt/csw \
-# --libdir=/opt/csw/share/lynx \
-# --mandir=/opt/csw/share/man \
-# --infodir=/opt/csw/share/info \
-# --with-nls-datadir=/opt/csw/share \
-# --with-ssl=/opt/csw \
# --enable-prettysrc \
# --with-zlib \
# --enable-gzip-help \
Modified: csw/mgar/pkg/lynx/trunk/checksums
===================================================================
--- csw/mgar/pkg/lynx/trunk/checksums 2010-02-26 14:37:15 UTC (rev 8837)
+++ csw/mgar/pkg/lynx/trunk/checksums 2010-02-26 14:39:27 UTC (rev 8838)
@@ -1,3 +1,2 @@
-ec2186504f6141e87bac3783b1208db1 download/lynx2.8.6.tar.bz2
-64b0af38bea081ad0ec099405b5957b9 download/CSWlynx.gspec
-96e6a2f626bdea332a17a0b0e9213cc2 download/CSWlynx.depend
+8d3f03612be5f6b135124e4c06573e94 COPYING
+493af4c77ef6761e3f0157cd1be033a0 lynx2.8.7.tar.bz2
Added: csw/mgar/pkg/lynx/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/lynx/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/lynx/trunk/files/COPYING 2010-02-26 14:39:27 UTC (rev 8838)
@@ -0,0 +1,14 @@
+ Lynx is distributed under the GNU General Public License (GPL) without
+ restrictions on usage or redistribution. The Lynx copyright statement,
+ "COPYHEADER", and GNU GPL, "COPYING", are included in the top-level
+ directory of the distribution. Lynx is supported by the Lynx user
+ community, an entirely volunteer (and unofficial) organization.
+
+ Certain portions of the Lynx source distribution were originally
+ created by CERN and have been modified during the development of
+ Lynx. See WWW/FreeofCharge.html for copyright info regarding CERN
+ products used in Lynx.
+
+ Note that Lynx is not self-contained; typically it is built with a
+ variety of add-on libraries, including those for compression, IPv6,
+ SOCKS and SSL support.
Deleted: csw/mgar/pkg/lynx/trunk/files/CSWlynx.depend
===================================================================
--- csw/mgar/pkg/lynx/trunk/files/CSWlynx.depend 2010-02-26 14:37:15 UTC (rev 8837)
+++ csw/mgar/pkg/lynx/trunk/files/CSWlynx.depend 2010-02-26 14:39:27 UTC (rev 8838)
@@ -1,4 +0,0 @@
-P CSWbzip2 bzip2 - a high-quality block-sorting file compressor
-P CSWncurses ncurses - ncurses library and utilities
-P CSWosslrt openssl_rt - Openssl runtime libraries
-P CSWzlib zlib - Zlib Data Compression Library
Deleted: csw/mgar/pkg/lynx/trunk/files/CSWlynx.gspec
===================================================================
--- csw/mgar/pkg/lynx/trunk/files/CSWlynx.gspec 2010-02-26 14:37:15 UTC (rev 8837)
+++ csw/mgar/pkg/lynx/trunk/files/CSWlynx.gspec 2010-02-26 14:39:27 UTC (rev 8838)
@@ -1,4 +0,0 @@
-%var bitname lynx
-%var pkgname CSWlynx
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
Deleted: csw/mgar/pkg/lynx/trunk/files/CSWlynx.prototype
===================================================================
--- csw/mgar/pkg/lynx/trunk/files/CSWlynx.prototype 2010-02-26 14:37:15 UTC (rev 8837)
+++ csw/mgar/pkg/lynx/trunk/files/CSWlynx.prototype 2010-02-26 14:39:27 UTC (rev 8838)
@@ -1,26 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/lynx 0755 root bin
-d none /opt/csw/etc 0755 root bin
-f none /opt/csw/etc/lynx.cfg 0644 root bin
-f none /opt/csw/etc/lynx.lss 0644 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/locale 0755 root bin
-d none /opt/csw/share/locale/de 0755 root bin
-d none /opt/csw/share/locale/de/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/et 0755 root bin
-d none /opt/csw/share/locale/et/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/fr 0755 root bin
-d none /opt/csw/share/locale/fr/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/ru 0755 root bin
-d none /opt/csw/share/locale/ru/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/sv 0755 root bin
-d none /opt/csw/share/locale/sv/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/locale/tr 0755 root bin
-d none /opt/csw/share/locale/tr/LC_MESSAGES 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/lynx.1 0644 root bin
-d none /opt/csw/share/man/man5 0755 root bin
-i copyright=CSWlynx.copyright
-i depend=CSWlynx.depend
-i pkginfo=CSWlynx.pkginfo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list