diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-10-19 13:22:26 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-10-19 13:22:26 +0800 |
commit | 5aa616f04bec8c29a46dc1ad34ac31fe63dca628 (patch) | |
tree | 1f627dc892a2bce7f4970f181b421c3c75f29dbe | |
parent | bfb85153183c849414bf5229846be9d792c0d475 (diff) | |
download | freebsd-ports-gnome-5aa616f04bec8c29a46dc1ad34ac31fe63dca628.tar.gz freebsd-ports-gnome-5aa616f04bec8c29a46dc1ad34ac31fe63dca628.tar.zst freebsd-ports-gnome-5aa616f04bec8c29a46dc1ad34ac31fe63dca628.zip |
net-p2p/amule2|net-p2p/amule|2010-10-05|Split to -devel and non-devel ports
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/amule2/Makefile | 203 | ||||
-rw-r--r-- | net-p2p/amule2/Makefile.man | 52 | ||||
-rw-r--r-- | net-p2p/amule2/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/amule2/files/amuled.sh.in | 69 | ||||
-rw-r--r-- | net-p2p/amule2/pkg-descr | 6 | ||||
-rw-r--r-- | net-p2p/amule2/pkg-plist | 179 |
8 files changed, 1 insertions, 513 deletions
@@ -4643,3 +4643,4 @@ net/samba33||2010-10-18|Has expired: Unsupported by the upstream. Please, consid japanese/samba3||2010-10-18|Has expired: Unsupported by the upstream. Please, consider to upgrade. net/py-samba||2010-10-18|Has expired: Unsupported by the upstream. Please, consider to upgrade. security/samba-vscan||2010-10-18|Removed +net-p2p/amule2|net-p2p/amule|2010-10-05|Split to -devel and non-devel ports diff --git a/net-p2p/Makefile b/net-p2p/Makefile index f2fc9881468f..d11abc80dc4a 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -3,7 +3,6 @@ COMMENT = peer-to-peer network applications - SUBDIR += amule2 SUBDIR += apollon SUBDIR += azureus SUBDIR += azureus2 diff --git a/net-p2p/amule2/Makefile b/net-p2p/amule2/Makefile deleted file mode 100644 index 077324f14f40..000000000000 --- a/net-p2p/amule2/Makefile +++ /dev/null @@ -1,203 +0,0 @@ -# New ports collection makefile for: amule2 -# Date created: Wed Nov 05 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.org> -# -# $FreeBSD$ -# - -PORTNAME= amule -PORTVERSION= 10275 -CATEGORIES= net-p2p -MASTER_SITES= LOCAL/pav \ - http://repo.or.cz/w/${PORTNAME}.git/snapshot/ -DISTNAME= ${PORTNAME}-svn-r${PORTVERSION} - -MAINTAINER= swell.k@gmail.com -COMMENT= The all-platform eMule p2p client - -BUILD_DEPENDS= ${FLEX}:${PORTSDIR}/textproc/flex \ - ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp - -LATEST_LINK= amule2 -CONFLICTS= aMule-[0-9]* aMule-devel-[0-9]* ed2k-hash-[0-9]* - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_GNOME= pkgconfig -USE_GMAKE= yes -USE_KDE4= # empty -USE_QT_VER= 4 -USE_WX= 2.8 -WX_CONF_ARGS= absolute -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-denoise-level=0 - -CONFIGURE_ENV= LEX="${FLEX}" PKG_CONFIG="${PKG_CONFIG}" \ - docdir='$${prefix}/${DOCSDIR_REL}' \ - LDFLAGS="${LDFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib - -OPTIONS= ALC "Compile aMule Link Creator (+GUI)" on \ - AMULECMD "Compile aMule command line client" on \ - AMULEDAEMON "Compile aMule daemon version" on \ - AMULEGUI "Compile aMule remote GUI (EXPERIMENTAL)" on \ - CAS "Compile C aMule Statistics (+GUI)" on \ - ED2K "Compile aMule ed2k links handler" on \ - GEOIP "Enable GeoIP IP2Country support" off \ - MMAP "Enable using mapped memory" off \ - PLASMAMULE "Compile aMule plasma applet and engine" off \ - UPNP "Enable Universal Plug and Play support" off \ - WEBSERVER "Compile aMule WebServer" on \ - WXUNICODE "Enable Unicode support" on \ - XAS "Install XChat2 plugin" on - -PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt \ - ED2K-Links.HOWTO INSTALL README TODO \ - amule-win32.HOWTO.txt amulesig.txt license.txt socks4.protocol - -FLEX?= ${LOCALBASE}/bin/flex -PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config - -.include <bsd.port.pre.mk> - -.if !defined(WITH_DEBUG) -CONFIGURE_ARGS+=--disable-debug -.endif - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if !defined(WITHOUT_ALC) -CONFIGURE_ARGS+= --enable-alc --enable-alcc -PLIST_SUB+= ALC="" -.else -CONFIGURE_ARGS+= --disable-alc --disable-alcc -PLIST_SUB+= ALC="@comment " -.endif - -.if !defined(WITHOUT_AMULECMD) -CONFIGURE_ARGS+= --enable-amulecmd -PLIST_SUB+= AMULECMD="" -.else -CONFIGURE_ARGS+= --disable-amulecmd -PLIST_SUB+= AMULECMD="@comment " -.endif - -.if !defined(WITHOUT_AMULEDAEMON) -CONFIGURE_ARGS+= --enable-amule-daemon -PLIST_SUB+= AMULEDAEMON="" -USE_RC_SUBR= amuled.sh -.else -CONFIGURE_ARGS+= --disable-amule-daemon -PLIST_SUB+= AMULEDAEMON="@comment " -.endif - -.if !defined(WITHOUT_AMULEGUI) -CONFIGURE_ARGS+= --enable-amule-gui -PLIST_SUB+= AMULEGUI="" -.else -CONFIGURE_ARGS+= --disable-amule-gui -PLIST_SUB+= AMULEGUI="@comment " -.endif - -.if !defined(WITHOUT_CAS) -CONFIGURE_ARGS+= --enable-cas --enable-wxcas -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd -PLIST_SUB+= CAS="" -.else -CONFIGURE_ARGS+= --disable-cas --disable-wxcas -PLIST_SUB+= CAS="@comment " -.endif - -.if !defined(WITHOUT_ED2K) -CONFIGURE_ARGS+= --enable-ed2k -PLIST_SUB+= ED2K="" -.else -CONFIGURE_ARGS+= --disable-ed2k -PLIST_SUB+= ED2K="@comment " -.endif - -.if !defined(WITHOUT_GEOIP) -CONFIGURE_ARGS+= --enable-geoip -LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP -.else -CONFIGURE_ARGS+= --disable-geoip -.endif - -.if !defined(WITHOUT_MMAP) -CONFIGURE_ARGS+= --enable-mmap -.else -CONFIGURE_ARGS+= --disable-mmap -.endif - -.if !defined(WITHOUT_PLASMAMULE) -CONFIGURE_ENV+= ac_cv_path_KDE4_CONFIG=${KDE4_PREFIX}/bin/kde4-config -CONFIGURE_ARGS+= --enable-plasmamule -USE_KDE4+= kdelibs -QT_COMPONENTS+= dbus gui moc_build -PLIST_SUB+= PLASMAMULE="" -.else -CONFIGURE_ARGS+= --disable-plasmamule -PLIST_SUB+= PLASMAMULE="@comment " -.endif - -.if !defined(WITHOUT_UPNP) -LIB_DEPENDS+= upnp.3:${PORTSDIR}/devel/upnp -.else -CONFIGURE_ARGS+= --disable-upnp -.endif - -.if !defined(WITHOUT_WEBSERVER) -CONFIGURE_ARGS+= --enable-webserver -PLIST_SUB+= WEBSERVER="" -.else -CONFIGURE_ARGS+= --disable-webserver -PLIST_SUB+= WEBSERVER="@comment " -.endif - -.if !defined(WITHOUT_WXUNICODE) -WX_UNICODE= yes -.endif - -.if !defined(WITHOUT_XAS) -CONFIGURE_ARGS+= --enable-xas -PLIST_SUB+= XAS="" -.else -CONFIGURE_ARGS+= --disable-xas -PLIST_SUB+= XAS="@comment " -.endif - -# Man pages management -.include "Makefile.man" - -post-patch: .SILENT - ${REINPLACE_CMD} -e '/LDFLAGS/s/-lpthread/${PTHREAD_LIBS}/' \ - -e 's/test.*-print-file-name.*`/true/' \ - ${WRKSRC}/configure -.if defined(NOPORTDOCS) - ${REINPLACE_CMD} 's/install-data-am:.*/install-data-am:/' ${WRKSRC}/docs/Makefile.in -.endif -.if !defined(WITHOUT_PLASMAMULE) - ${REINPLACE_CMD} -e 's|@prefix@|${KDE4_PREFIX}|' \ - -e 's|LDFLAGS =|& -L${KDE4_PREFIX}/lib |' \ - -e '/plasma.*feeder.*LDFLAGS/s/=/& -lQtDBus /' \ - -e 's/\(plasmamule_so_\)LDFLAGS/\1CXXFLAGS/' \ - ${WRKSRC}/src/utils/plasmamule/Makefile.in -.endif - -post-install: -.if !defined(WITHOUT_PLASMAMULE) - -update-desktop-database ${KDE4_PREFIX}/share/applications - -update-mime-database ${KDE4_PREFIX}/share/mime -.endif - -update-desktop-database ${PREFIX}/share/applications - -.include <bsd.port.post.mk> diff --git a/net-p2p/amule2/Makefile.man b/net-p2p/amule2/Makefile.man deleted file mode 100644 index 24ae456e5b5e..000000000000 --- a/net-p2p/amule2/Makefile.man +++ /dev/null @@ -1,52 +0,0 @@ -# TODO : Add fr here when pages are complete -MANLANG= "" de es eu fr hu it -#MANCOMPRESSED= no - -.if !defined(WITHOUT_NLS) -MAN1+= amule.1 -. if !defined(WITHOUT_ALC) -MAN1_EN+= alc.1 alcc.1 -MAN1_DE+= alc.1 alcc.1 -MAN1_ES+= alc.1 alcc.1 -MAN1_EU+= alc.1 alcc.1 -MAN1_FR+= alcc.1 -MAN1_HU+= alc.1 alcc.1 -MAN1_IT+= alc.1 alcc.1 -. endif -. if !defined(WITHOUT_AMULECMD) -MAN1+= amulecmd.1 -. endif -. if !defined(WITHOUT_AMULEDAEMON) -MAN1+= amuled.1 -. endif -. if !defined(WITHOUT_AMULEGUI) -MAN1_EN+= amulegui.1 -MAN1_DE+= amulegui.1 -MAN1_ES+= amulegui.1 -MAN1_HU+= amulegui.1 -MAN1_IT+= amulegui.1 -. endif -. if !defined(WITHOUT_CAS) -MAN1_EN+= cas.1 wxcas.1 -MAN1_DE+= cas.1 wxcas.1 -MAN1_ES+= cas.1 wxcas.1 -MAN1_EU+= cas.1 wxcas.1 -MAN1_HU+= cas.1 wxcas.1 -MAN1_IT+= cas.1 wxcas.1 -. endif -. if !defined(WITHOUT_ED2K) -MAN1+= ed2k.1 -. endif -. if !defined(WITHOUT_WEBSERVER) -MAN1+= amuleweb.1 -. endif -.endif # !WITHOUT_NLS - -.if !defined(WITHOUT_XAS) -MAN1_EN+= xas.1 -MAN1_DE+= xas.1 -MAN1_ES+= xas.1 -MAN1_EU+= xas.1 -MAN1_HU+= xas.1 -MAN1_IT+= xas.1 -.endif diff --git a/net-p2p/amule2/distinfo b/net-p2p/amule2/distinfo deleted file mode 100644 index b0cf410dcf9d..000000000000 --- a/net-p2p/amule2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (amule-svn-r10275.tar.gz) = 892753e2ce41c0be0c47c2168fc2415d -SHA256 (amule-svn-r10275.tar.gz) = 24807b9ce7cfdd311a96feb988a8580b93570746ba957035dba8112532f7119b -SIZE (amule-svn-r10275.tar.gz) = 5950845 diff --git a/net-p2p/amule2/files/amuled.sh.in b/net-p2p/amule2/files/amuled.sh.in deleted file mode 100644 index d3dae43db169..000000000000 --- a/net-p2p/amule2/files/amuled.sh.in +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh -# -# aMule RCng startup script -# Ogirinal work from Gabriele Cecchetti (amule.org forum) -# - -# PROVIDE: amuled -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable amuled at startup -# amuled (bool): Set to "NO" by default. -# Set it to "YES" to enable amuled -# amuled_user (str): Set to user running amuled -# (default 'aMule') -# amuled_home (str): Set to home directory of user running amuled -# (default /home/${amuled_user}) -# -. /etc/rc.subr - -name="amuled" -rcvar=`set_rcvar` - -load_rc_config $name - -[ -z "$amuled_enable" ] && amuled_enable="NO" -[ -z "$amuled_user" ] && amuled_user="aMule" -[ -z "$amuled_home" ] && amuled_home="/home/${amuled_user}" - -required_dirs=${amuled_home} -required_files="${amuled_home}/.aMule/amule.conf" - -start_cmd="${name}_start" -stop_cmd="${name}_stop" - -amuled_start() -{ - if [ ! -f /var/run/${name}.run ] - then - su -l ${amuled_user} -c "amuled &" 2>>/var/log/${name}.log >>/var/log/${name}.log && touch /var/run/${name}.run - echo "Started ${name}." - echo `date` : "Started ${name}." >> /var/log/${name}.log - else - echo "${name} seems to be already running -- remove /var/run/${name}.run manually if needed." - fi -} - -amuled_stop() -{ - if [ -f /var/run/${name}.run ] - then - # The following line is much better, but doesn't stop totally amuled - # su -l ${amuled_user} -c "amulecmd -c Shutdown" 2>>/var/log/${name}.log >>/var/log/${name}.log - # Since amuled catches SIGTERM, this way is preferred for now - killall -TERM amuled 2>>/var/log/${name}.log >>/var/log/${name}.log ; sleep 3 - killall -KILL amuled 2>>/var/log/${name}.log >>/var/log/${name}.log - # Also kill amuleweb if needed - killall -KILL amuleweb 2>/dev/null >/dev/null - rm -f /var/run/${name}.run - echo "Stopped ${name}." - echo `date` : "Stopped ${name}." >> /var/log/${name}.log - else - echo "${name} doesn't seem to be running -- create /var/run/${name}.run if needed." - fi -} - -run_rc_command "$1" diff --git a/net-p2p/amule2/pkg-descr b/net-p2p/amule2/pkg-descr deleted file mode 100644 index afd986a280da..000000000000 --- a/net-p2p/amule2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -aMule, the all-platform eMule p2p client - -aMule is a multiplatform fork of xMule -client using wxWindows class library. - -WWW: http://www.amule.org diff --git a/net-p2p/amule2/pkg-plist b/net-p2p/amule2/pkg-plist deleted file mode 100644 index bb481de6b17d..000000000000 --- a/net-p2p/amule2/pkg-plist +++ /dev/null @@ -1,179 +0,0 @@ -%%PLASMAMULE%%@cwd %%KDE4_PREFIX%% -%%PLASMAMULE%%bin/plasmamule-engine-feeder -%%PLASMAMULE%%lib/kde4/plasma-applet-plasmamule.so -%%PLASMAMULE%%lib/kde4/plasma-engine-plasmamule.so -%%PLASMAMULE%%share/applications/plasmamule-engine-feeder.desktop -%%PLASMAMULE%%share/icons/hicolor/scalable/mimetypes/application-x-emulecollection.svg -%%PLASMAMULE%%share/kde4/services/ed2k.protocol -%%PLASMAMULE%%share/kde4/services/magnet.protocol -%%PLASMAMULE%%share/kde4/services/plasma-applet-plasmamule.desktop -%%PLASMAMULE%%share/kde4/services/plasma-engine-plasmamule.desktop -%%PLASMAMULE%%share/mime/amule.xml -%%PLASMAMULE%%@exec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true -%%PLASMAMULE%%@unexec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true -%%PLASMAMULE%%@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime 2>/dev/null || true -%%PLASMAMULE%%@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime 2>/dev/null || true -%%PLASMAMULE%%@cwd -%%ALC%%bin/alc -%%ALC%%bin/alcc -bin/amule -%%AMULECMD%%bin/amulecmd -%%AMULEDAEMON%%bin/amuled -%%AMULEGUI%%bin/amulegui -%%WEBSERVER%%bin/amuleweb -%%XAS%%bin/autostart-xas -%%CAS%%bin/cas -%%ED2K%%bin/ed2k -%%CAS%%bin/wxcas -%%XAS%%lib/xchat/plugins/xas.pl -%%DATADIR%%/skins/Mac_Gray.zip -%%DATADIR%%/skins/gnome.zip -%%DATADIR%%/skins/kde4.zip -%%DATADIR%%/skins/priscilla.zip -%%DATADIR%%/skins/tango.zip -%%DATADIR%%/skins/xfce.zip -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-dload.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-kad.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-log.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-prefs.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-search.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-servers.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-shared.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-stats.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/black.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/blank1x1.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/blue1.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/blue2.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/blue3.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/blue4.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/blue5.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/blue6.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/cancel.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/close.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/col.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/connect.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/down.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/edkserv_0.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/edkserv_1.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/favicon.ico -%%WEBSERVER%%%%DATADIR%%/webserver/default/filter.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/fond.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/fond_haut.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/footer.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/index.html -%%WEBSERVER%%%%DATADIR%%/webserver/default/log.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/login.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/loginfond.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/loginfond_haut.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/loginlogo.jpg -%%WEBSERVER%%%%DATADIR%%/webserver/default/loginlogo.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/logo.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/maquette.dwt -%%WEBSERVER%%%%DATADIR%%/webserver/default/ok.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/pause.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/play.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/red.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/refresh.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/search_0.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/search_1.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/shared_0.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/shared_1.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/sheserv_0.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/sheserv_1.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/stats.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/stats_0.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/stats_1.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/stats_tree.php -%%WEBSERVER%%%%DATADIR%%/webserver/default/style.css -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_bottom.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_bottom_left.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_bottom_right.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_left.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_right.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_top.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_top_left.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tab_top_right.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/transf_0.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/transf_1.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/tree-closed.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/tree-leaf.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/tree-open.gif -%%WEBSERVER%%%%DATADIR%%/webserver/default/up.png -%%WEBSERVER%%%%DATADIR%%/webserver/default/yellow.gif -%%ALC%%share/applications/alc.desktop -share/applications/amule.desktop -%%AMULEGUI%%share/applications/amulegui.desktop -%%CAS%%share/applications/wxcas.desktop -%%CAS%%share/cas/stat.png -%%CAS%%share/cas/tmp.html -%%NLS%%share/locale/ar/LC_MESSAGES/amule.mo -%%NLS%%share/locale/ast/LC_MESSAGES/amule.mo -%%NLS%%share/locale/bg/LC_MESSAGES/amule.mo -%%NLS%%share/locale/ca/LC_MESSAGES/amule.mo -%%NLS%%share/locale/cs/LC_MESSAGES/amule.mo -%%NLS%%share/locale/da/LC_MESSAGES/amule.mo -%%NLS%%share/locale/de/LC_MESSAGES/amule.mo -%%NLS%%share/locale/el/LC_MESSAGES/amule.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/amule.mo -%%NLS%%share/locale/es/LC_MESSAGES/amule.mo -%%NLS%%share/locale/et_EE/LC_MESSAGES/amule.mo -%%NLS%%share/locale/eu/LC_MESSAGES/amule.mo -%%NLS%%share/locale/fi/LC_MESSAGES/amule.mo -%%NLS%%share/locale/fr/LC_MESSAGES/amule.mo -%%NLS%%share/locale/gl/LC_MESSAGES/amule.mo -%%NLS%%share/locale/he/LC_MESSAGES/amule.mo -%%NLS%%share/locale/hr/LC_MESSAGES/amule.mo -%%NLS%%share/locale/hu/LC_MESSAGES/amule.mo -%%NLS%%share/locale/it/LC_MESSAGES/amule.mo -%%NLS%%share/locale/it_CH/LC_MESSAGES/amule.mo -%%NLS%%share/locale/ja/LC_MESSAGES/amule.mo -%%NLS%%share/locale/ko_KR/LC_MESSAGES/amule.mo -%%NLS%%share/locale/lt/LC_MESSAGES/amule.mo -%%NLS%%share/locale/nl/LC_MESSAGES/amule.mo -%%NLS%%share/locale/nn/LC_MESSAGES/amule.mo -%%NLS%%share/locale/pl/LC_MESSAGES/amule.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/amule.mo -%%NLS%%share/locale/pt_PT/LC_MESSAGES/amule.mo -%%NLS%%share/locale/ro/LC_MESSAGES/amule.mo -%%NLS%%share/locale/ru/LC_MESSAGES/amule.mo -%%NLS%%share/locale/sl/LC_MESSAGES/amule.mo -%%NLS%%share/locale/sq/LC_MESSAGES/amule.mo -%%NLS%%share/locale/sv/LC_MESSAGES/amule.mo -%%NLS%%share/locale/tr/LC_MESSAGES/amule.mo -%%NLS%%share/locale/uk/LC_MESSAGES/amule.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/amule.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/amule.mo -%%ALC%%share/pixmaps/alc.xpm -share/pixmaps/amule.xpm -%%AMULEGUI%%share/pixmaps/amulegui.xpm -%%CAS%%share/pixmaps/wxcas.xpm -%%XAS%%@dirrmtry lib/xchat/plugins -%%XAS%%@dirrmtry lib/xchat -@dirrmtry man/de/man1 -@dirrmtry man/de -@dirrmtry man/es/man1 -@dirrmtry man/es -@dirrmtry man/eu/man1 -@dirrmtry man/eu -@dirrmtry man/fr/man1 -@dirrmtry man/fr -@dirrmtry man/hu/man1 -@dirrmtry man/hu -@dirrmtry man/it/man1 -@dirrmtry man/it -@dirrm %%DATADIR%%/skins -%%WEBSERVER%%@dirrm %%DATADIR%%/webserver/default -%%WEBSERVER%%@dirrm %%DATADIR%%/webserver -@dirrm %%DATADIR%% -@dirrmtry share/applications -%%CAS%%@dirrmtry share/cas -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast -%%NLS%%@dirrmtry share/locale/et_EE/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/et_EE -%%NLS%%@dirrmtry share/locale/it_CH/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/it_CH -%%NLS%%@dirrmtry share/locale/ko_KR/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ko_KR -@exec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true -@unexec %%LOCALBASE%%/bin/update-desktop-database %D/share/applications 2>/dev/null || true |