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

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Tue Jun 19 13:45:13 CEST 2012


Revision: 18457
          http://gar.svn.sourceforge.net/gar/?rev=18457&view=rev
Author:   pfelecan
Date:     2012-06-19 11:45:13 +0000 (Tue, 19 Jun 2012)
Log Message:
-----------
migrated from a private recipe to a GAR based one; not for release:
the splitting is not done yet.

Added Paths:
-----------
    csw/mgar/pkg/plotutils/
    csw/mgar/pkg/plotutils/Makefile
    csw/mgar/pkg/plotutils/branches/
    csw/mgar/pkg/plotutils/tags/
    csw/mgar/pkg/plotutils/trunk/
    csw/mgar/pkg/plotutils/trunk/Makefile
    csw/mgar/pkg/plotutils/trunk/checksums
    csw/mgar/pkg/plotutils/trunk/files/

Added: csw/mgar/pkg/plotutils/Makefile
===================================================================
--- csw/mgar/pkg/plotutils/Makefile	                        (rev 0)
+++ csw/mgar/pkg/plotutils/Makefile	2012-06-19 11:45:13 UTC (rev 18457)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/plotutils/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/plotutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/plotutils/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/plotutils/trunk/Makefile	2012-06-19 11:45:13 UTC (rev 18457)
@@ -0,0 +1,51 @@
+# $Id$
+
+NAME = plotutils
+VERSION = 2.6
+GARTYPE = v2
+CATEGORIES = lib
+
+DESCRIPTION = the GNU plotutils (plotting utilities) package
+define BLURB
+  The GNU plotutils package contains software for both programmers and
+  technical users. Its centerpiece is libplot, a powerful C/C++ function
+  library for exporting 2-D vector graphics in many file formats, both
+  vector and bitmap. On the X Window System, it can also do 2-D vector
+  graphics animations.
+endef
+
+MASTER_SITES	=	$(GNU_MIRROR)
+DISTFILES		=	$(DISTNAME).tar.gz
+
+GARCOMPILER			=	GNU
+
+CONFIGURE_ARGS	=	$(DIRPATHS)
+CONFIGURE_ARGS	+=	--enable-libplotter
+CONFIGURE_ARGS	+=	--enable-libxmi
+CONFIGURE_ARGS	+=	--enable-lj-fonts-in-x
+CONFIGURE_ARGS	+=	--enable-ps-fonts-in-pcl
+CONFIGURE_ARGS	+=	--enable-lj-fonts-in-ps
+
+INSTALL_ARGS	=	datadir=$(docdir)/$(NAME)
+
+TEST_SCRIPTS = custom
+
+BUILD_DEP_PKGS		+=	CSWlibpng-dev
+BUILD_DEP_PKGS		+=	CSWlibz-dev
+
+RUNTIME_DEP_PKGS	+=	CSWlibgcc-s1
+RUNTIME_DEP_PKGS	+=	CSWlibpng12-0
+RUNTIME_DEP_PKGS	+=	CSWlibstdc++6
+RUNTIME_DEP_PKGS	+=	CSWlibz1
+
+include gar/category.mk
+
+# there are test failing (plot2hpgl.test and plot2pcl.test) and I
+# choose to ignore them as the remaining ones pass.
+test-custom:
+	-$(MAKE) -k -C $(WORKSRC) check
+	$(MAKECOOKIE)
+
+# this is private and not available publicly
+mydependencies:
+	$(HOME)/bin/ocswdeplist --package $(NAME)


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

Added: csw/mgar/pkg/plotutils/trunk/checksums
===================================================================
--- csw/mgar/pkg/plotutils/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/plotutils/trunk/checksums	2012-06-19 11:45:13 UTC (rev 18457)
@@ -0,0 +1 @@
+c08a424bd2438c80a786a7f4b5bb6a40  plotutils-2.6.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