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

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Tue Jul 3 14:04:34 CEST 2012


Revision: 18619
          http://gar.svn.sourceforge.net/gar/?rev=18619&view=rev
Author:   pfelecan
Date:     2012-07-03 12:04:34 +0000 (Tue, 03 Jul 2012)
Log Message:
-----------
tex_metauml/trunk: migrated from a private recipe to a GAR based recipe

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

Added: csw/mgar/pkg/tex_metauml/Makefile
===================================================================
--- csw/mgar/pkg/tex_metauml/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tex_metauml/Makefile	2012-07-03 12:04:34 UTC (rev 18619)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


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


Added: csw/mgar/pkg/tex_metauml/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tex_metauml/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/tex_metauml/trunk/Makefile	2012-07-03 12:04:34 UTC (rev 18619)
@@ -0,0 +1,73 @@
+# $Id$
+
+NAME = tex_metauml
+VERSION = 0.2.5
+GARTYPE = v2
+CATEGORIES = xtra
+
+DESCRIPTION = MetaPost library for typesetting UML diagrams using a human-friendly textual notation
+define BLURB
+  MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams, using a human-friendly textual notation.
+endef
+
+DISTNAME		=	metauml_lib_$(VERSION)
+WORKSRC			=	$(WORKDIR)/metauml_lib
+PATCHDIR		=	$(WORKSRC)
+MASTER_SITES	=	$(SF_MIRRORS)
+SF_PROJ			=	metauml
+DISTFILES		=	$(DISTNAME).tgz
+
+CONFIGURE_SCRIPTS	=
+BUILD_SCRIPTS		=
+TEST_SCRIPTS		=
+INSTALL_SCRIPTS		=	custom
+
+PACKAGES							=	CSWtex-metauml
+SPKG_DESC_CSWtex-metauml			=	$(DESCRIPTION)
+CATALOG_NAMEtex-metauml				=	tex_metauml
+RUNTIME_DEP_PKGS					=	CSWtetex
+CHECKPKG_OVERRIDES_CSWtex-metauml	+=	surplus-dependency|CSWtetex
+ARCHALL								=	1
+LICENCE								=	License
+
+include gar/category.mk
+
+install-custom: pkgtexmf = $(texmflocaldir)/metapost/metauml
+install-custom: pkgdoc = $(docdir)/$(NAME)
+install-custom: source = $(WORKSRC)/thrunk
+install-custom:
+	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_activity.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_base.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_behavioral_common.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class_assoc.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class_clipart.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_class_relations.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_defaults.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_instance.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_links.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_note.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_package.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_package_relations.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_paths.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_skin_simple.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_state.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_stereotype.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_templates.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_usecase.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/metauml_usecase_clipart.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_commons.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_group.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_infrastructure.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_log.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_margins.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_object.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_picture.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_picture_stack.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_positioning.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/util_shade.mp $(DESTDIR)/$(pkgtexmf)
+	ginstall --directory --mode=u=rwx,go=rx $(DESTDIR)/$(pkgdoc)
+	ginstall --preserve-timestamps --mode=u=rwx,go=r $(source)/version.txt $(DESTDIR)/$(pkgdoc)
+	$(MAKECOOKIE)


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

Added: csw/mgar/pkg/tex_metauml/trunk/checksums
===================================================================
--- csw/mgar/pkg/tex_metauml/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/tex_metauml/trunk/checksums	2012-07-03 12:04:34 UTC (rev 18619)
@@ -0,0 +1 @@
+3dabc2acafe41d19e5fc24a25dc0972a  metauml_lib_0.2.5.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