Revision: 3856
          http://gar.svn.sourceforge.net/gar/?rev=3856&view=rev
Author:   wahwah
Date:     2009-03-21 23:24:53 +0000 (Sat, 21 Mar 2009)

Log Message:
-----------
rxvt-unicode, CSWurxvt, using gcc-4, first commit

Added Paths:
-----------
    csw/mgar/pkg/urxvt/
    csw/mgar/pkg/urxvt/Makefile
    csw/mgar/pkg/urxvt/branches/
    csw/mgar/pkg/urxvt/tags/
    csw/mgar/pkg/urxvt/trunk/
    csw/mgar/pkg/urxvt/trunk/Makefile
    csw/mgar/pkg/urxvt/trunk/checksums
    csw/mgar/pkg/urxvt/trunk/files/
    csw/mgar/pkg/urxvt/trunk/files/CSWurxvt.gspec

Added: csw/mgar/pkg/urxvt/Makefile
===================================================================
--- csw/mgar/pkg/urxvt/Makefile                         (rev 0)
+++ csw/mgar/pkg/urxvt/Makefile 2009-03-21 23:24:53 UTC (rev 3856)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+       @echo "You are in the pkg/ directory."
+
+%:
+       $(MAKE) -C trunk $* 
+
+paranoid-%:
+       $(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+       $(MAKE) -C trunk $* || echo "   *** make $* in $$i failed ***" >> 
$(BUILDLOG) 

Added: csw/mgar/pkg/urxvt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/urxvt/trunk/Makefile                           (rev 0)
+++ csw/mgar/pkg/urxvt/trunk/Makefile   2009-03-21 23:24:53 UTC (rev 3856)
@@ -0,0 +1,39 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+GARNAME = rxvt-unicode
+GARVERSION = 9.06
+CATEGORIES = apps
+
+DESCRIPTION = (ouR XVT, unicode) - a VT102 emulator for the X window system
+define BLURB
+  rxvt-unicode, is a colour vt102 terminal emulator intended as an xterm(1)
+  replacement for users who do not require features such as Tektronix 4014
+  emulation and toolkit-style configurability. As a result, rxvt-unicode uses
+  much less swap space -- a significant advantage on a machine serving many
+  X sessions.
+
+  Documentation is available at:
+  http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
+endef
+
+MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES += $(call admfiles,CSWurxvt,)
+
+# We define upstream file regex so we can be notifed of new upstream software
+# release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+
+SPKG_SOURCEURL = http://software.schmorp.de/pkg/rxvt-unicode.html
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-perl
+
+GARCOMPILER = GNU
+
+REQUIRED_PKGS_CSWurxvt = CSWfconfig CSWftype2 CSWlibxft2 CSWlibxrender CSWzlib
+TEST_SCRIPTS =
+
+include gar/category.mk

Added: csw/mgar/pkg/urxvt/trunk/checksums
===================================================================
--- csw/mgar/pkg/urxvt/trunk/checksums                          (rev 0)
+++ csw/mgar/pkg/urxvt/trunk/checksums  2009-03-21 23:24:53 UTC (rev 3856)
@@ -0,0 +1,2 @@
+4cb9330e99fc0b0b05cebf3581557dd8  download/rxvt-unicode-9.06.tar.bz2
+c108ec3aafeb40526dfe1868937f9030  download/CSWurxvt.gspec

Added: csw/mgar/pkg/urxvt/trunk/files/CSWurxvt.gspec
===================================================================
--- csw/mgar/pkg/urxvt/trunk/files/CSWurxvt.gspec                               
(rev 0)
+++ csw/mgar/pkg/urxvt/trunk/files/CSWurxvt.gspec       2009-03-21 23:24:53 UTC 
(rev 3856)
@@ -0,0 +1,4 @@
+%var            bitname urxvt
+%var            pkgname CSWurxvt
+%include        url file://%{PKGLIB}/csw_dyndepend.gspec
+%copyright      url file://%{WORKSRC}/COPYING


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to