- update bouml to 4.22.1

This commit is contained in:
jasper 2010-07-05 10:42:48 +00:00
parent 73bf5a8fc2
commit 42226d70d3
4 changed files with 28 additions and 17 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.5 2009/12/22 15:31:26 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.6 2010/07/05 10:42:48 jasper Exp $
COMMENT-main= free UML builder with extensions
COMMENT-docs= bouml documentation
V= 4.13.1
V= 4.22.1
DISTNAME= bouml_$V
PKGNAME= bouml-$V
PKGNAME-main= bouml-$Vp0
PKGNAME-main= bouml-$V
PKGNAME-docs= bouml-docs-$V
CATEGORIES= devel x11
@ -26,7 +26,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
MULTI_PACKAGES= -main -docs
WANTLIB-main= X11 Xext c m pthread pthread-stubs stdc++ xcb
WANTLIB-main= X11 Xext c m pthread stdc++
RUN_DEPENDS-main= ::devel/desktop-file-utils

View File

@ -1,10 +1,10 @@
MD5 (bouml_4.13.1.tar.gz) = jlI4YmqHQ2km16mRKh04OQ==
MD5 (bouml_4.22.1.tar.gz) = 4vcYmSbPofAf7CnQC6YlmQ==
MD5 (doc4.9.tar.gz) = bh1WFG8F5GGzU6zlwKqlQg==
RMD160 (bouml_4.13.1.tar.gz) = FkT4Nmr6kaIwcaG2Qet88ygLTeA=
RMD160 (bouml_4.22.1.tar.gz) = UJ92wpubd0E8zmL8tV6Qax+3wTc=
RMD160 (doc4.9.tar.gz) = vD2YUtjw6KeOkbeUlMt4ER8KInA=
SHA1 (bouml_4.13.1.tar.gz) = FAFpFxkp1wEMjtHfbfh98/3saxY=
SHA1 (bouml_4.22.1.tar.gz) = /FepBTDzzVH23rZqSEKtlMXhC3M=
SHA1 (doc4.9.tar.gz) = 90JX5CUIPECsNj9tePl9H014VkU=
SHA256 (bouml_4.13.1.tar.gz) = dHXsunvsncnp+sNG87l4wRQ72JJLXlsCwEpnm2T1j34=
SHA256 (bouml_4.22.1.tar.gz) = bXvrxS3CDxrKmTdfMWag5bbBPwdfBwRLVRIshm9Hx54=
SHA256 (doc4.9.tar.gz) = Fvyl/+7PyK9hTlBOlELfPhXZLJbISFe/ibee+an41V8=
SIZE (bouml_4.13.1.tar.gz) = 5180729
SIZE (bouml_4.22.1.tar.gz) = 5471987
SIZE (doc4.9.tar.gz) = 17144493

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-Makefile,v 1.2 2009/09/01 09:35:28 jasper Exp $
$OpenBSD: patch-Makefile,v 1.3 2010/07/05 10:42:48 jasper Exp $
Use INSTALL_DATA/INSTALL_PROGRAM here to make sure we end up with the correct
permissions being set (cp -p).
--- Makefile.orig Wed Jun 10 22:25:38 2009
+++ Makefile Tue Sep 1 09:57:54 2009
--- Makefile.orig Sat Dec 26 11:00:56 2009
+++ Makefile Mon Jul 5 10:34:21 2010
@@ -1,19 +1,19 @@
# The directory where all the bouml files will be installed, you
# can change it for instance because you don't have root permission
@ -38,7 +38,7 @@ permissions being set (cp -p).
SRC_DIRS = src \
src/CppGenerator \
@@ -109,9 +109,9 @@ install:
@@ -111,9 +111,9 @@ install:
then \
for i in 16 32 48 64; do \
mkdir -p "$(DESTDIR)$(BOUML_ICONS_PREFIX_DIR)/$$i"x"$$i/apps"; \
@ -51,22 +51,26 @@ permissions being set (cp -p).
done; \
fi
if test -n "$(BOUML_UNIX_PIXMAPS_DIR)"; then \
@@ -120,13 +120,8 @@ install:
@@ -122,16 +122,9 @@ install:
cp -f projectControl.48.png "$(DESTDIR)$(BOUML_UNIX_PIXMAPS_DIR)/projectControl.png"; \
cp -f projectSynchro.48.png "$(DESTDIR)$(BOUML_UNIX_PIXMAPS_DIR)/projectSynchro.png"; \
fi
- cp -p *.lang "$(DESTDIR)$(BOUML_LIB)"
- for i in $(PROGS); do cp -p $$i "$(DESTDIR)$(BOUML_LIB)" ; done
+ ${BSD_INSTALL_PROGRAM} *.lang "$(DESTDIR)$(BOUML_LIB)"
+ for i in $(PROGS); do ${BSD_INSTALL_PROGRAM} $$i "$(DESTDIR)$(BOUML_DIR)" ; done
cd plugouts ; tar cf - empty genpro html rose singleton cpp_utilities xmi xmi2 xmi2import sm_generator usecase_wizard sort uml_projection FileControl deploy GlobalChange | (cd $(DESTDIR)$(BOUML_LIB); tar xf -)
- echo "#!/bin/sh" >$(DESTDIR)$(BOUML_DIR)/bouml
- echo "PATH=$(BOUML_LIB):$$"PATH >>$(DESTDIR)$(BOUML_DIR)/bouml
- echo "BOUML_LIB_DIR=$(BOUML_LIB)" >>$(DESTDIR)$(BOUML_DIR)/bouml
- echo "export PATH" >>$(DESTDIR)$(BOUML_DIR)/bouml
- echo "export BOUML_LIB_DIR" >>$(DESTDIR)$(BOUML_DIR)/bouml
- echo "exec $(BOUML_LIB)/bouml \"$$"@"\"" >>$(DESTDIR)$(BOUML_DIR)/bouml
- chmod +x "$(DESTDIR)$(BOUML_DIR)/bouml"
cd $(DESTDIR)$(BOUML_DIR) ; rm -f projectControl ; ln -s $(BOUML_LIB)/projectControl
cd $(DESTDIR)$(BOUML_DIR) ; rm -f projectSynchro ; ln -s $(BOUML_LIB)/projectSynchro
if test -n "$(BOUML_DESKTOP_DIR)" ; \
@@ -146,7 +141,7 @@ install:
@@ -151,7 +144,7 @@ install:
echo "Name=Project Control" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectControl.desktop" ; \
echo "Type=Application" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectControl.desktop" ; \
echo "Comment=Bouml project's files control" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectControl.desktop" ; \
@ -75,7 +79,7 @@ permissions being set (cp -p).
echo "TryExec=projectControl" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectControl.desktop" ; \
echo "Icon=projectControl" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectControl.desktop" ; \
echo "Categories=Development;" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectControl.desktop" ; \
@@ -155,7 +150,7 @@ install:
@@ -160,7 +153,7 @@ install:
echo "Name=Project Synchro" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectSynchro.desktop" ; \
echo "Type=Application" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectSynchro.desktop" ; \
echo "Comment=Bouml project's files synchronization" >> "$(DESTDIR)$(BOUML_DESKTOP_DIR)/projectSynchro.desktop" ; \

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST-main,v 1.4 2009/12/22 15:31:26 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.5 2010/07/05 10:42:48 jasper Exp $
@bin bin/bouml
@bin bin/browsersort
@bin bin/cpp_generator
@bin bin/cpp_reverse
@bin bin/cpp_roundtrip
@bin bin/cpp_util
@bin bin/deplcl
@bin bin/file_control
@ -400,6 +401,7 @@ share/bouml/cpp_utilities/java_imports
share/bouml/cpp_utilities/python_imports
share/bouml/cpp_utilities/stereotypes
share/bouml/cpp_utilities/tools
share/bouml/de.lang
share/bouml/deploy/
share/bouml/deploy/1024.bodies
share/bouml/deploy/1152.bodies
@ -680,6 +682,8 @@ share/bouml/empty/java_imports
share/bouml/empty/python_imports
share/bouml/empty/stereotypes
share/bouml/empty/tools
share/bouml/es.lang
share/bouml/fr.lang
share/bouml/genpro/
share/bouml/genpro/1024.bodies
share/bouml/genpro/1152.bodies
@ -962,6 +966,7 @@ share/bouml/html/java_imports
share/bouml/html/python_imports
share/bouml/html/stereotypes
share/bouml/html/tools
share/bouml/pt_br.lang
share/bouml/rose/
share/bouml/rose/1024.bodies
share/bouml/rose/1152.bodies
@ -1947,11 +1952,13 @@ share/bouml/xmi2import/129794.diagram
share/bouml/xmi2import/129920.bodies
share/bouml/xmi2import/130050.bodies
share/bouml/xmi2import/130176.bodies
share/bouml/xmi2import/130306.bodies
share/bouml/xmi2import/130432.bodies
share/bouml/xmi2import/130434.diagram
share/bouml/xmi2import/130562.bodies
share/bouml/xmi2import/130688.bodies
share/bouml/xmi2import/130944.bodies
share/bouml/xmi2import/131074.bodies
share/bouml/xmi2import/131200.bodies
share/bouml/xmi2import/131456.bodies
share/bouml/xmi2import/131712.bodies