- Update net/simicq to 0.8.3

PR:		56142
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-08-29 20:15:01 +00:00
parent 57c03b88a9
commit c7988d67cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88001
12 changed files with 174 additions and 81 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= simicq
PORTVERSION= 0.8.2
PORTVERSION= 0.8.3
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
@ -18,17 +18,17 @@ USE_GMAKE= yes
USE_QT_VER= 3
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
.else
CONFIGURE_ARGS+=--disable-openssl
.endif
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_KDE)
CONFIGURE_ARGS+= --disable-kde --enable-mt
USE_REINPLACE= yes
.else
USE_KDELIBS_VER= 3
.endif
@ -38,5 +38,6 @@ post-patch:
${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," \
${WRKSRC}/configure
.endif
${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sim-0.8.2.tar.gz) = c04ecb5569746df71dd330d71eed89f0
MD5 (sim-0.8.3.tar.gz) = a981b7aa4330bf050a46e144942d2726

View File

@ -18,6 +18,3 @@ Special Features
* message forwarding
WWW: http://sim-icq.sourceforge.net/
Josef El-Rayes
j.el-rayes@daemon.li

View File

@ -2,46 +2,79 @@ bin/sim
bin/simctrl
lib/menu/sim-kde.menu
share/applnk/Internet/sim.desktop
share/icons/locolor/32x32/apps/sim.png
share/icons/locolor/16x16/apps/sim.png
share/apps/sim/pict/splash.png
share/apps/sim/sounds/alert.wav
share/apps/sim/sounds/auth.wav
share/apps/sim/sounds/chat.wav
share/apps/sim/sounds/file.wav
share/apps/sim/sounds/filedone.wav
share/apps/sim/sounds/message.wav
share/apps/sim/sounds/sms.wav
share/apps/sim/sounds/startup.wav
share/apps/sim/sounds/url.wav
share/icons/hicolor/16x16/apps/sim.png
share/icons/hicolor/32x32/apps/sim.png
share/icons/locolor/16x16/apps/sim.png
share/icons/locolor/32x32/apps/sim.png
share/locale/bg/LC_MESSAGES/sim.mo
share/locale/cs/LC_MESSAGES/sim.mo
share/locale/de/LC_MESSAGES/sim.mo
share/locale/es/LC_MESSAGES/sim.mo
share/locale/he/LC_MESSAGES/sim.mo
share/locale/fr/LC_MESSAGES/sim.mo
share/locale/he/LC_MESSAGES/sim.mo
share/locale/it/LC_MESSAGES/sim.mo
share/locale/nl/LC_MESSAGES/sim.mo
share/locale/pl/LC_MESSAGES/sim.mo
share/locale/sk/LC_MESSAGES/sim.mo
share/locale/ru/LC_MESSAGES/sim.mo
share/locale/sk/LC_MESSAGES/sim.mo
share/locale/tr/LC_MESSAGES/sim.mo
share/locale/uk/LC_MESSAGES/sim.mo
share/locale/zh_TW/LC_MESSAGES/sim.mo
share/apps/sim/sounds/auth.wav
share/apps/sim/sounds/message.wav
share/apps/sim/sounds/url.wav
share/apps/sim/sounds/alert.wav
share/apps/sim/sounds/sms.wav
share/apps/sim/sounds/file.wav
share/apps/sim/sounds/filedone.wav
share/apps/sim/sounds/chat.wav
share/apps/sim/sounds/startup.wav
share/apps/sim/pict/splash.png
@dirrm lib/menu
@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/uk 2>/dev/null || true
@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/tr 2>/dev/null || true
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/ru 2>/dev/null || true
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/it 2>/dev/null || true
@unexec rmdir %D/share/locale/he/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/he 2>/dev/null || true
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/es 2>/dev/null || true
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/de 2>/dev/null || true
@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/cs 2>/dev/null || true
@unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/bg 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
@unexec rmdir %D/share/icons 2>/dev/null || true
@dirrm share/apps/sim/sounds
@dirrm share/apps/sim/pict
@dirrm share/apps/sim/icons
@dirrm share/apps/sim
@unexec rmdir %D/share/apps 2>/dev/null || true
@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true
@dirrm lib/menu

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= simicq
PORTVERSION= 0.8.2
PORTVERSION= 0.8.3
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
@ -18,17 +18,17 @@ USE_GMAKE= yes
USE_QT_VER= 3
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
.else
CONFIGURE_ARGS+=--disable-openssl
.endif
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_KDE)
CONFIGURE_ARGS+= --disable-kde --enable-mt
USE_REINPLACE= yes
.else
USE_KDELIBS_VER= 3
.endif
@ -38,5 +38,6 @@ post-patch:
${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," \
${WRKSRC}/configure
.endif
${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sim-0.8.2.tar.gz) = c04ecb5569746df71dd330d71eed89f0
MD5 (sim-0.8.3.tar.gz) = a981b7aa4330bf050a46e144942d2726

View File

@ -18,6 +18,3 @@ Special Features
* message forwarding
WWW: http://sim-icq.sourceforge.net/
Josef El-Rayes
j.el-rayes@daemon.li

View File

@ -2,46 +2,79 @@ bin/sim
bin/simctrl
lib/menu/sim-kde.menu
share/applnk/Internet/sim.desktop
share/icons/locolor/32x32/apps/sim.png
share/icons/locolor/16x16/apps/sim.png
share/apps/sim/pict/splash.png
share/apps/sim/sounds/alert.wav
share/apps/sim/sounds/auth.wav
share/apps/sim/sounds/chat.wav
share/apps/sim/sounds/file.wav
share/apps/sim/sounds/filedone.wav
share/apps/sim/sounds/message.wav
share/apps/sim/sounds/sms.wav
share/apps/sim/sounds/startup.wav
share/apps/sim/sounds/url.wav
share/icons/hicolor/16x16/apps/sim.png
share/icons/hicolor/32x32/apps/sim.png
share/icons/locolor/16x16/apps/sim.png
share/icons/locolor/32x32/apps/sim.png
share/locale/bg/LC_MESSAGES/sim.mo
share/locale/cs/LC_MESSAGES/sim.mo
share/locale/de/LC_MESSAGES/sim.mo
share/locale/es/LC_MESSAGES/sim.mo
share/locale/he/LC_MESSAGES/sim.mo
share/locale/fr/LC_MESSAGES/sim.mo
share/locale/he/LC_MESSAGES/sim.mo
share/locale/it/LC_MESSAGES/sim.mo
share/locale/nl/LC_MESSAGES/sim.mo
share/locale/pl/LC_MESSAGES/sim.mo
share/locale/sk/LC_MESSAGES/sim.mo
share/locale/ru/LC_MESSAGES/sim.mo
share/locale/sk/LC_MESSAGES/sim.mo
share/locale/tr/LC_MESSAGES/sim.mo
share/locale/uk/LC_MESSAGES/sim.mo
share/locale/zh_TW/LC_MESSAGES/sim.mo
share/apps/sim/sounds/auth.wav
share/apps/sim/sounds/message.wav
share/apps/sim/sounds/url.wav
share/apps/sim/sounds/alert.wav
share/apps/sim/sounds/sms.wav
share/apps/sim/sounds/file.wav
share/apps/sim/sounds/filedone.wav
share/apps/sim/sounds/chat.wav
share/apps/sim/sounds/startup.wav
share/apps/sim/pict/splash.png
@dirrm lib/menu
@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/uk 2>/dev/null || true
@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/tr 2>/dev/null || true
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/ru 2>/dev/null || true
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/it 2>/dev/null || true
@unexec rmdir %D/share/locale/he/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/he 2>/dev/null || true
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/es 2>/dev/null || true
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/de 2>/dev/null || true
@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/cs 2>/dev/null || true
@unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/bg 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
@unexec rmdir %D/share/icons 2>/dev/null || true
@dirrm share/apps/sim/sounds
@dirrm share/apps/sim/pict
@dirrm share/apps/sim/icons
@dirrm share/apps/sim
@unexec rmdir %D/share/apps 2>/dev/null || true
@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true
@dirrm lib/menu

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= simicq
PORTVERSION= 0.8.2
PORTVERSION= 0.8.3
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/mi/m-i/}
@ -18,17 +18,17 @@ USE_GMAKE= yes
USE_QT_VER= 3
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
.if !defined(WITHOUT_SSL)
USE_OPENSSL= yes
.else
CONFIGURE_ARGS+=--disable-openssl
.endif
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(WITHOUT_KDE)
CONFIGURE_ARGS+= --disable-kde --enable-mt
USE_REINPLACE= yes
.else
USE_KDELIBS_VER= 3
.endif
@ -38,5 +38,6 @@ post-patch:
${REINPLACE_CMD} -e "s,qtlib=\"qt\",qtlib=\"qt-mt -pthread\"," \
${WRKSRC}/configure
.endif
${REINPLACE_CMD} -e 's/-O2//g' ${CONFIGURE_WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (sim-0.8.2.tar.gz) = c04ecb5569746df71dd330d71eed89f0
MD5 (sim-0.8.3.tar.gz) = a981b7aa4330bf050a46e144942d2726

View File

@ -18,6 +18,3 @@ Special Features
* message forwarding
WWW: http://sim-icq.sourceforge.net/
Josef El-Rayes
j.el-rayes@daemon.li

View File

@ -2,46 +2,79 @@ bin/sim
bin/simctrl
lib/menu/sim-kde.menu
share/applnk/Internet/sim.desktop
share/icons/locolor/32x32/apps/sim.png
share/icons/locolor/16x16/apps/sim.png
share/apps/sim/pict/splash.png
share/apps/sim/sounds/alert.wav
share/apps/sim/sounds/auth.wav
share/apps/sim/sounds/chat.wav
share/apps/sim/sounds/file.wav
share/apps/sim/sounds/filedone.wav
share/apps/sim/sounds/message.wav
share/apps/sim/sounds/sms.wav
share/apps/sim/sounds/startup.wav
share/apps/sim/sounds/url.wav
share/icons/hicolor/16x16/apps/sim.png
share/icons/hicolor/32x32/apps/sim.png
share/icons/locolor/16x16/apps/sim.png
share/icons/locolor/32x32/apps/sim.png
share/locale/bg/LC_MESSAGES/sim.mo
share/locale/cs/LC_MESSAGES/sim.mo
share/locale/de/LC_MESSAGES/sim.mo
share/locale/es/LC_MESSAGES/sim.mo
share/locale/he/LC_MESSAGES/sim.mo
share/locale/fr/LC_MESSAGES/sim.mo
share/locale/he/LC_MESSAGES/sim.mo
share/locale/it/LC_MESSAGES/sim.mo
share/locale/nl/LC_MESSAGES/sim.mo
share/locale/pl/LC_MESSAGES/sim.mo
share/locale/sk/LC_MESSAGES/sim.mo
share/locale/ru/LC_MESSAGES/sim.mo
share/locale/sk/LC_MESSAGES/sim.mo
share/locale/tr/LC_MESSAGES/sim.mo
share/locale/uk/LC_MESSAGES/sim.mo
share/locale/zh_TW/LC_MESSAGES/sim.mo
share/apps/sim/sounds/auth.wav
share/apps/sim/sounds/message.wav
share/apps/sim/sounds/url.wav
share/apps/sim/sounds/alert.wav
share/apps/sim/sounds/sms.wav
share/apps/sim/sounds/file.wav
share/apps/sim/sounds/filedone.wav
share/apps/sim/sounds/chat.wav
share/apps/sim/sounds/startup.wav
share/apps/sim/pict/splash.png
@dirrm lib/menu
@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
@unexec rmdir %D/share/locale/uk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/uk 2>/dev/null || true
@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/tr 2>/dev/null || true
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
@unexec rmdir %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/ru 2>/dev/null || true
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
@unexec rmdir %D/share/locale/nl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/nl 2>/dev/null || true
@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/it 2>/dev/null || true
@unexec rmdir %D/share/locale/he/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/he 2>/dev/null || true
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/es 2>/dev/null || true
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/de 2>/dev/null || true
@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/cs 2>/dev/null || true
@unexec rmdir %D/share/locale/bg/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/bg 2>/dev/null || true
@unexec rmdir %D/share/locale 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
@unexec rmdir %D/share/icons 2>/dev/null || true
@dirrm share/apps/sim/sounds
@dirrm share/apps/sim/pict
@dirrm share/apps/sim/icons
@dirrm share/apps/sim
@unexec rmdir %D/share/apps 2>/dev/null || true
@unexec rmdir %D/share/applnk/Internet 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true
@dirrm lib/menu