[csw-devel] SF.net SVN: gar:[10222] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Jun 15 15:30:45 CEST 2010
Revision: 10222
http://gar.svn.sourceforge.net/gar/?rev=10222&view=rev
Author: dmichelsen
Date: 2010-06-15 13:30:45 +0000 (Tue, 15 Jun 2010)
Log Message:
-----------
x3270: Initial commit, still a lot missing
Added Paths:
-----------
csw/mgar/pkg/x3270/
csw/mgar/pkg/x3270/branches/
csw/mgar/pkg/x3270/tags/
csw/mgar/pkg/x3270/trunk/
csw/mgar/pkg/x3270/trunk/Makefile
csw/mgar/pkg/x3270/trunk/checksums
csw/mgar/pkg/x3270/trunk/files/
Property changes on: csw/mgar/pkg/x3270/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/x3270/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x3270/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/x3270/trunk/Makefile 2010-06-15 13:30:45 UTC (rev 10222)
@@ -0,0 +1,35 @@
+# $Id$
+GARNAME = x3270
+GARVERSION = 3.3.10ga5
+CATEGORIES = apps
+
+DESCRIPTION = An IBM 3270 terminal emulator
+define BLURB
+endef
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES = suite3270-$(GARVERSION)-src.tgz
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)-src.tar.gz
+
+VENDOR_URL = http://x3270.sourceforge.net/
+
+BASEREL = 3.3
+# wc3270 = windows console, we don't need that.
+# wpr3270 = MinGW
+# ws3270 = MinGW
+# SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 wc3270 wpr3287 ws3270 x3270
+SUBSYSTEMS = c3270 pr3287 s3270 tcl3270 x3270
+
+WORKSRC = $(WORKDIR)
+CONFIGURE_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/configure)
+CONFIGURE_ARGS = $(DIRPATHS)
+
+BUILD_SCRIPTS = $(foreach S,$(SUBSYSTEMS),$(WORKDIR)/$S-$(BASEREL)/Makefile)
+TEST_SCRIPTS =
+INSTALL_SCRIPTS = $(BUILD_SCRIPTS)
+
+
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/x3270/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/x3270/trunk/checksums
===================================================================
--- csw/mgar/pkg/x3270/trunk/checksums (rev 0)
+++ csw/mgar/pkg/x3270/trunk/checksums 2010-06-15 13:30:45 UTC (rev 10222)
@@ -0,0 +1 @@
+d373e5657d688d3e5ce35eb226ab19e8 suite3270-3.3.10ga5-src.tgz
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