pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/metauml Import textproc/metauml version 0.2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db8dbf69483f
branches:  trunk
changeset: 538214:db8dbf69483f
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Fri Feb 01 20:41:37 2008 +0000

description:
Import textproc/metauml version 0.2.5

MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams, using a
human-friendly textual notation.

Here's what you can do with MetaUML (also see the FAQ):
- Create UML diagrams readily usable in a LaTeX article or book.
- Create independent PDF-s
- Create jpeg-s, png-s etc.

MetaUML offers support for class diagrams, package diagrams, activity diagrams,
state machine diagrams use case diagrams and component diagrams.

diffstat:

 textproc/metauml/DESCR    |  10 ++++++++++
 textproc/metauml/Makefile |  24 ++++++++++++++++++++++++
 textproc/metauml/PLIST    |  35 +++++++++++++++++++++++++++++++++++
 textproc/metauml/distinfo |   5 +++++
 4 files changed, 74 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r 65533cea43a7 -r db8dbf69483f textproc/metauml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/metauml/DESCR    Fri Feb 01 20:41:37 2008 +0000
@@ -0,0 +1,10 @@
+MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams, using a
+human-friendly textual notation.
+
+Here's what you can do with MetaUML (also see the FAQ):
+- Create UML diagrams readily usable in a LaTeX article or book.
+- Create independent PDF-s
+- Create jpeg-s, png-s etc.
+
+MetaUML offers support for class diagrams, package diagrams, activity diagrams,
+state machine diagrams use case diagrams and component diagrams.
diff -r 65533cea43a7 -r db8dbf69483f textproc/metauml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/metauml/Makefile Fri Feb 01 20:41:37 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/02/01 20:41:37 tonio Exp $
+#
+
+DISTNAME=      metauml_lib_0.2.5
+PKGNAME=       ${DISTNAME:S/_lib_/-/}
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=metauml/}
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    tonio%NetBSD.org@localhost
+HOMEPAGE=      http://metauml.sourceforge.net/
+COMMENT=       MetaPost library for typesetting UML diagrams
+
+NO_BUILD=      yes
+WRKSRC=                ${WRKDIR}/${PKGBASE}_lib
+MPDIR=         ${PKG_LOCALTEXMFPREFIX}/metapost/${PKGBASE}
+PLIST_SUBST+=  MPDIR=${MPDIR:C|^${PREFIX}/||}
+INSTALLATION_DIRS+=    ${MPDIR}
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/thrunk/*.mp ${MPDIR}
+
+.include "../../print/teTeX/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 65533cea43a7 -r db8dbf69483f textproc/metauml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/metauml/PLIST    Fri Feb 01 20:41:37 2008 +0000
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/01 20:41:37 tonio Exp $
+${MPDIR}/metauml.mp
+${MPDIR}/metauml_activity.mp
+${MPDIR}/metauml_base.mp
+${MPDIR}/metauml_behavioral_common.mp
+${MPDIR}/metauml_class.mp
+${MPDIR}/metauml_class_assoc.mp
+${MPDIR}/metauml_class_clipart.mp
+${MPDIR}/metauml_class_relations.mp
+${MPDIR}/metauml_component.mp
+${MPDIR}/metauml_component_relations.mp
+${MPDIR}/metauml_defaults.mp
+${MPDIR}/metauml_instance.mp
+${MPDIR}/metauml_links.mp
+${MPDIR}/metauml_note.mp
+${MPDIR}/metauml_package.mp
+${MPDIR}/metauml_package_relations.mp
+${MPDIR}/metauml_paths.mp
+${MPDIR}/metauml_skin_simple.mp
+${MPDIR}/metauml_state.mp
+${MPDIR}/metauml_stereotype.mp
+${MPDIR}/metauml_templates.mp
+${MPDIR}/metauml_usecase.mp
+${MPDIR}/metauml_usecase_clipart.mp
+${MPDIR}/util_commons.mp
+${MPDIR}/util_group.mp
+${MPDIR}/util_infrastructure.mp
+${MPDIR}/util_log.mp
+${MPDIR}/util_margins.mp
+${MPDIR}/util_object.mp
+${MPDIR}/util_picture.mp
+${MPDIR}/util_picture_stack.mp
+${MPDIR}/util_positioning.mp
+${MPDIR}/util_shade.mp
+@dirrm ${MPDIR}
diff -r 65533cea43a7 -r db8dbf69483f textproc/metauml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/metauml/distinfo Fri Feb 01 20:41:37 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/02/01 20:41:37 tonio Exp $
+
+SHA1 (metauml_lib_0.2.5.tgz) = fd53e104ffc301ca05bb639ec076207c638675fb
+RMD160 (metauml_lib_0.2.5.tgz) = d4b0ca50c1879eee53f4380a7a20b049f699d432
+Size (metauml_lib_0.2.5.tgz) = 35462 bytes



Home | Main Index | Thread Index | Old Index