[csw-devel] SF.net SVN: gar:[3708] csw/mgar/pkg
hson at users.sourceforge.net
hson at users.sourceforge.net
Wed Mar 11 05:44:26 CET 2009
Revision: 3708
http://gar.svn.sourceforge.net/gar/?rev=3708&view=rev
Author: hson
Date: 2009-03-11 04:44:26 +0000 (Wed, 11 Mar 2009)
Log Message:
-----------
w3m: Initial commit
Added Paths:
-----------
csw/mgar/pkg/w3m/
csw/mgar/pkg/w3m/branches/
csw/mgar/pkg/w3m/tags/
csw/mgar/pkg/w3m/trunk/
csw/mgar/pkg/w3m/trunk/Makefile
csw/mgar/pkg/w3m/trunk/checksums
csw/mgar/pkg/w3m/trunk/files/
Property changes on: csw/mgar/pkg/w3m/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/w3m/trunk/Makefile
===================================================================
--- csw/mgar/pkg/w3m/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/w3m/trunk/Makefile 2009-03-11 04:44:26 UTC (rev 3708)
@@ -0,0 +1,38 @@
+GARNAME = w3m
+GARVERSION = 0.5.2
+CATEGORIES = apps
+
+DESCRIPTION = Text-based web browser
+define BLURB
+ w3m is a text-based web browser as well as a pager like `more' or `less'.
+ With w3m you can browse web pages through a terminal emulator window (xterm,
+ rxvt or something like that). Moreover, w3m can be used as a text formatting
+ tool which typesets HTML into plain text.
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+
+SPKG_SOURCEURL = http://w3m.sourceforge.net/
+
+REQUIRED_PKGS += CSWggettextrt CSWlibgc CSWosslrt CSWzlib
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=39518
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+#LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib -R/usr/openwin/lib
+#export LD_OPTIONS
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-gc=$(BUILD_PREFIX)
+CONFIGURE_ARGS += --enable-image=no_
+
+TEST_TARGET =
+
+include gar/category.mk
Added: csw/mgar/pkg/w3m/trunk/checksums
===================================================================
--- csw/mgar/pkg/w3m/trunk/checksums (rev 0)
+++ csw/mgar/pkg/w3m/trunk/checksums 2009-03-11 04:44:26 UTC (rev 3708)
@@ -0,0 +1 @@
+ba06992d3207666ed1bf2dcf7c72bf58 download/w3m-0.5.2.tar.gz
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