[csw-devel] SF.net SVN: gar:[9642] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Apr 14 23:38:03 CEST 2010


Revision: 9642
          http://gar.svn.sourceforge.net/gar/?rev=9642&view=rev
Author:   dmichelsen
Date:     2010-04-14 21:38:03 +0000 (Wed, 14 Apr 2010)

Log Message:
-----------
xfig: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/xfig/
    csw/mgar/pkg/xfig/branches/
    csw/mgar/pkg/xfig/tags/
    csw/mgar/pkg/xfig/trunk/
    csw/mgar/pkg/xfig/trunk/Makefile
    csw/mgar/pkg/xfig/trunk/checksums
    csw/mgar/pkg/xfig/trunk/files/
    csw/mgar/pkg/xfig/trunk/files/0001-Add-missing-define-for-REG_NOERROR.patch


Property changes on: csw/mgar/pkg/xfig/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/xfig/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xfig/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xfig/trunk/Makefile	2010-04-14 21:38:03 UTC (rev 9642)
@@ -0,0 +1,74 @@
+# : Makefile 9089 2010-03-11 08:34:46Z wahwah $
+GARNAME = xfig
+GARVERSION = 3.2.5b
+CATEGORIES = utils
+
+DESCRIPTION = An interactive drawing tool
+define BLURB
+  The purpose of this site is to provide a central Xfig repository for the
+  diverse documentation and programs available on the web. All the components
+  and libraries will be available at this site, in addition to Xfig drawings.
+endef
+
+SF_PROJ = mcj
+MASTER_SITES = $(SF_MIRROR)
+DISTNAME = $(GARNAME).$(GARVERSION)
+DISTFILES  = $(DISTNAME).full.tar.gz
+
+PATCHFILES = 0001-Add-missing-define-for-REG_NOERROR.patch
+
+# File name regex to get notifications about upstream software releases
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).full.tar.gz
+
+VENOR_URL = http://www.xfig.org/
+
+LICENSE = Libraries/GUI/LICENSE
+
+DEP_PKGS = CSWxpm CSWzlib CSWjpeg CSWpng CSWxaw3d
+
+CONFIGURE_SCRIPTS = $(WORKSRC)/Imakefile
+
+BUILD_OVERRIDE_VARS  = PNGLIBDIR PNGINC ZLIBDIR
+BUILD_OVERRIDE_VARS += JPEGLIBDIR JPEGINC
+BUILD_OVERRIDE_VARS += XPMLIBDIR XPMINC
+BUILD_OVERRIDE_VARS += XFIGLIBDIR XFIGDOCDIR
+
+BUILD_OVERRIDE_VAR_PNGLIBDIR = $(libdir)
+BUILD_OVERRIDE_VAR_PNGINC = -I$(includedir)
+BUILD_OVERRIDE_VAR_ZLIBDIR = $(libdir)
+BUILD_OVERRIDE_VAR_JPEGLIBDIR = $(libdir)
+BUILD_OVERRIDE_VAR_JPEGINC = -I$(includedir)
+BUILD_OVERRIDE_VAR_XPMLIBDIR = /usr/openwin/lib
+BUILD_OVERRIDE_VAR_XPMINC = -I/usr/openwin/include/X11
+
+BUILD_OVERRIDE_VAR_XFIGLIBDIR = $(libdir)/xfig
+BUILD_OVERRIDE_VAR_XFIGDOCDIR = $(docdir)/xfig
+
+# -DXFIGLIBDIR=\"/usr/openwin/lib/X11/xfig\" -DXFIGDOCDIR=\"/usr/local/xfig/doc\" -DPRINTCAP=\"/etc/printcap\"
+
+TEST_SCRIPTS =
+
+INSTALL_ARGS = install.man install.html install.libs
+
+INSTALL_OVERRIDE_VARS = BINDIR MANPATH LIBDIR XFIGDOCDIR
+INSTALL_OVERRIDE_VAR_BINDIR = $(bindir)
+INSTALL_OVERRIDE_VAR_MANPATH = $(mandir)
+INSTALL_OVERRIDE_VAR_LIBDIR = $(libdir)
+INSTALL_OVERRIDE_VAR_XFIGDOCDIR = $(docdir)/xfig
+
+# INSTALL_SCRIPTS = custom
+
+include gar/category.mk
+
+post-extract-modulated:
+	-find $(WORKSRC) -type d -exec chmod 755 \{\} \;
+	-find $(WORKSRC) -type f -exec chmod ugo+r \{\} \;
+	@$(MAKECOOKIE)
+
+
+#install-custom:
+#	ginstall -d $(DESTDIR)$(bindir)
+#	ginstall $(WORKSRC)/xearth $(DESTDIR)$(bindir)/xearth
+#	ginstall -d $(DESTDIR)$(mandir)/man1
+#	ginstall $(WORKSRC)/xearth.man $(DESTDIR)$(mandir)/man1/xearth.1
+#	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/xfig/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/xfig/trunk/checksums
===================================================================
--- csw/mgar/pkg/xfig/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xfig/trunk/checksums	2010-04-14 21:38:03 UTC (rev 9642)
@@ -0,0 +1,2 @@
+f07c03aa2c8e449e8fce29b6b4d652c5  0001-Add-missing-define-for-REG_NOERROR.patch
+499b0ce103a6b353453bf7e327f9a3b9  xfig.3.2.5b.full.tar.gz

Added: csw/mgar/pkg/xfig/trunk/files/0001-Add-missing-define-for-REG_NOERROR.patch
===================================================================
--- csw/mgar/pkg/xfig/trunk/files/0001-Add-missing-define-for-REG_NOERROR.patch	                        (rev 0)
+++ csw/mgar/pkg/xfig/trunk/files/0001-Add-missing-define-for-REG_NOERROR.patch	2010-04-14 21:38:03 UTC (rev 9642)
@@ -0,0 +1,25 @@
+From 675687ba7bdf73c0000cc523f5608ec5519b95db Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Wed, 14 Apr 2010 22:22:39 +0200
+Subject: [PATCH] Add missing define for REG_NOERROR
+
+---
+ w_keyboard.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/w_keyboard.c b/w_keyboard.c
+index 6655d08..2168713 100644
+--- a/w_keyboard.c
++++ b/w_keyboard.c
+@@ -41,7 +41,7 @@
+ #define REG_NOERROR REG_OKAY
+ #endif
+ 
+-#if defined(__FreeBSD__) && !defined(REG_NOERROR)
++#if (defined(__FreeBSD__) || defined(__sun)) && !defined(REG_NOERROR)
+ #define REG_NOERROR 0
+ #endif
+ 
+-- 
+1.7.0
+


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