[csw-devel] SF.net SVN: gar:[4278] csw/mgar/pkg/elinks/trunk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Apr 12 00:51:25 CEST 2009
Revision: 4278
http://gar.svn.sourceforge.net/gar/?rev=4278&view=rev
Author: chninkel
Date: 2009-04-11 22:51:24 +0000 (Sat, 11 Apr 2009)
Log Message:
-----------
elinks: updated to gar v2
Modified Paths:
--------------
csw/mgar/pkg/elinks/trunk/Makefile
csw/mgar/pkg/elinks/trunk/checksums
csw/mgar/pkg/elinks/trunk/files/changelog.CSW
Removed Paths:
-------------
csw/mgar/pkg/elinks/trunk/files/CSWelinks.depend
csw/mgar/pkg/elinks/trunk/files/CSWelinks.gspec
Property Changed:
----------------
csw/mgar/pkg/elinks/trunk/
Property changes on: csw/mgar/pkg/elinks/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/elinks/trunk/Makefile
===================================================================
--- csw/mgar/pkg/elinks/trunk/Makefile 2009-04-11 22:09:49 UTC (rev 4277)
+++ csw/mgar/pkg/elinks/trunk/Makefile 2009-04-11 22:51:24 UTC (rev 4278)
@@ -1,5 +1,19 @@
+#####################################################################
+# OpenCSW build recipe for elinks
+#
+# Copyright 2009 Yann Rouillard <yann at pleiades.fr.eu.org>
+# All rights reserved. Use is subject to license terms.
+#
+# Redistribution and/or use, with or without modification, is
+# permitted. This software is without warranty of any kind. The
+# author(s) shall not be liable in the event that use of the
+# software causes damage.
+#####################################################################
+
+###### Package information #######
+
GARNAME = elinks
-GARVERSION = 0.11.5
+GARVERSION = 0.11.6
CATEGORIES = net
DESCRIPTION = An advanced text mode web browser
@@ -10,25 +24,36 @@
scripts. It has limited support for CSS and Javascript.
endef
+PACKAGES = CSWelinks
+
+REQUIRED_PKGS = CSWbzip2
+REQUIRED_PKGS += CSWexpat
+REQUIRED_PKGS += CSWiconv
+REQUIRED_PKGS += CSWlibidn
+REQUIRED_PKGS += CSWosslrt
+REQUIRED_PKGS += CSWzlib
+
+
+###### Upstream and opencsw files information #######
+
MASTER_SITES = http://elinks.cz/download/
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
-DISTFILES += $(call admfiles,CSWelinks,prototype depend)
+DISTFILES = CSWelinks.prototype
DISTFILES += changelog.CSW
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
-# suppress the rdynamic test which doesn't
-# work correctly
-# PATCHFILES = configure_no_rdynamic.patch
-
# Debian security path for CVE-2007-2027
PATCHFILES += elinks-417789.diff
+
+##### Build and installation information #####
+
# we use bash instead of sh as the Makefiles
# use "test -e" unsupported with sun sh
CONFIG_SHELL = /bin/bash
@@ -52,6 +77,6 @@
touch $(WORKSRC)/configure
touch $(WORKSRC)/config.status
-post-install:
- @ginstall -D $(WORKDIR)/changelog.CSW $(DESTDIR)$(docdir)/$(GARNAME)/changelog.CSW
+post-merge:
+ @ginstall -D $(WORKDIR_FIRSTMOD)/changelog.CSW $(PKGROOT)$(docdir)/$(GARNAME)/changelog.CSW
Modified: csw/mgar/pkg/elinks/trunk/checksums
===================================================================
--- csw/mgar/pkg/elinks/trunk/checksums 2009-04-11 22:09:49 UTC (rev 4277)
+++ csw/mgar/pkg/elinks/trunk/checksums 2009-04-11 22:51:24 UTC (rev 4278)
@@ -1,6 +1,3 @@
-7dccdb6568d7eeda68912f6541496b7e download/elinks-0.11.5.tar.bz2
-69fa3fff33f6f6e3cbff0861f7ba7443 download/CSWelinks.gspec
9998467007acbd4cb8e46db6e5a9b306 download/CSWelinks.prototype
-b928e13fa7db10428293f776939b4859 download/CSWelinks.depend
-fcf32c4251bf50795365aa4f5c89dc03 download/changelog.CSW
+14b871e8361937a10490cf1018d6f218 download/changelog.CSW
858331d6cc6c8459b2dba5e24f0c8cc3 download/elinks-417789.diff
Deleted: csw/mgar/pkg/elinks/trunk/files/CSWelinks.depend
===================================================================
--- csw/mgar/pkg/elinks/trunk/files/CSWelinks.depend 2009-04-11 22:09:49 UTC (rev 4277)
+++ csw/mgar/pkg/elinks/trunk/files/CSWelinks.depend 2009-04-11 22:51:24 UTC (rev 4278)
@@ -1,6 +0,0 @@
-P CSWbzip2 bzip2 - a high-quality block-sorting file compressor
-P CSWexpat expat - XML Parser Toolkit
-P CSWiconv libiconv - GNU iconv library
-P CSWlibidn libidn - Implementation of the Stringprep, Punycode and IDNA
-P CSWosslrt openssl - The Open Source toolkit for SSL and TLS.
-P CSWzlib zlib - Zlib Data Compression Library
Deleted: csw/mgar/pkg/elinks/trunk/files/CSWelinks.gspec
===================================================================
--- csw/mgar/pkg/elinks/trunk/files/CSWelinks.gspec 2009-04-11 22:09:49 UTC (rev 4277)
+++ csw/mgar/pkg/elinks/trunk/files/CSWelinks.gspec 2009-04-11 22:51:24 UTC (rev 4278)
@@ -1,4 +0,0 @@
-%var bitname elinks
-%var pkgname CSWelinks
-%include url file://%{PKGLIB}/csw_dyndepend.gspec
-%copyright url file://%{WORKSRC}/COPYING
Modified: csw/mgar/pkg/elinks/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/elinks/trunk/files/changelog.CSW 2009-04-11 22:09:49 UTC (rev 4277)
+++ csw/mgar/pkg/elinks/trunk/files/changelog.CSW 2009-04-11 22:51:24 UTC (rev 4278)
@@ -1,3 +1,9 @@
+elinks (0.11.6,REV=2009.03.22) unstable
+
+ * New upstream version.
+
+ -- Yann Rouillard <yann at opencsw.org> Sun, 22 Mar 2009 10:34:39 +0100
+
elinks (0.11.5,REV=2008.10.04) unstable
* New upstream version.
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