aboutsummaryrefslogtreecommitdiff
path: root/www/opera-devel
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-14 22:30:49 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-14 22:30:49 +0000
commit4eb5b88d9eb1a88094ac3ae85f20e29e7510e97b (patch)
tree07820ebb6104ca954e4d94f3a2fdb93d78912435 /www/opera-devel
parentb49d99567f90be4113da01b6a7ef65427d682653 (diff)
downloadports-4eb5b88d9eb1a88094ac3ae85f20e29e7510e97b.tar.gz
ports-4eb5b88d9eb1a88094ac3ae85f20e29e7510e97b.zip
Notes
Diffstat (limited to 'www/opera-devel')
-rw-r--r--www/opera-devel/Makefile98
-rw-r--r--www/opera-devel/distinfo8
-rw-r--r--www/opera-devel/files/operapluginwrapper22
-rw-r--r--www/opera-devel/files/patch-install.sh48
-rw-r--r--www/opera-devel/pkg-descr10
-rw-r--r--www/opera-devel/pkg-message15
-rw-r--r--www/opera-devel/pkg-plist280
7 files changed, 0 insertions, 481 deletions
diff --git a/www/opera-devel/Makefile b/www/opera-devel/Makefile
deleted file mode 100644
index 356e6e8ee1a6..000000000000
--- a/www/opera-devel/Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-# New ports collection makefile for: opera-devel
-# Date created: April 24th 2008
-# Whom: Arjan van Leeuwen
-#
-# $FreeBSD$
-#
-
-PORTNAME= opera
-PORTVERSION= ${OPERA_VER}.${OPERA_MINVER}
-PORTREVISION= 2
-PORTEPOCH= 1
-CATEGORIES= www ipv6
-MASTER_SITES= http://snapshot.opera.com/unix/snapshot-${OPERA_BUILD}/${OPERA_ARCH}-freebsd/ \
- http://T32.TecNik93.com/FreeBSD/others_ports/${PORTNAME}${PKGNAMESUFFIX}/sources/
-PKGNAMESUFFIX= -devel
-DISTNAME= ${PORTNAME}-${OPERA_VER}.${OPERA_MINVER}-${OPERA_BUILD}.freebsd${OPERA_TYPE}-${OPERA_LIB}-qt3.${ARCH}
-
-MAINTAINER= freebsd-maintainer@opera.com
-COMMENT= Blazingly fast, full-featured, standards-compliant browser, devel version
-
-FORBIDDEN= Vulnerable since 2010-06-25, http://portaudit.freebsd.org/77b9f9bc-7fdf-11df-8a8d-0008743bf21a.html
-EXPIRATION_DATE= 2011-10-14
-
-OPERA_VER= 10
-OPERA_MINVER= 20
-OPERA_BUILD= 4744
-#MASTER_SITES_VER_PATH= unix/freebsd/${OPERA_VER}${OPERA_MINVER}${OPERA_REL}/en/${OPERA_ARCH}/${OPERA_LIB}/
-WRKSRC= ${WRKDIR}/${PORTNAME}-${OPERA_VER}.${OPERA_MINVER}-${OPERA_BUILD}.freebsd${OPERA_TYPE}-${OPERA_LIB}-qt3.${ARCH}
-# opera-10.20-4744.freebsd7-shared-qt3.i386
-
-DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
-
-USE_BZIP2= yes
-USE_QT_VER= 3
-
-MAN1= ${PORTNAME}.1
-
-NO_BUILD= yes
-
-OPTIONS= ASPELL "Use the aspell library for spell checking" on
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700000 && ${ARCH} == "amd64"
-BROKEN= does not fetch
-.endif
-
-OPERA_ARCH= ${ARCH:S,i386,intel,}
-
-ONLY_FOR_ARCHS= i386 amd64
-
-.if ${OSVERSION} >= 700000
-OPERA_TYPE= 7
-OPERA_LIB= shared
-.else
-OPERA_TYPE= 6
-OPERA_LIB= shared
-.endif
-
-.if ${OSVERSION} >= 800105
-RUN_DEPENDS+= compat7x-${ARCH}>=0:${PORTSDIR}/misc/compat7x
-.endif
-
-.if !defined(WITHOUT_ASPELL)
-LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/X11R6/lib/browser_plugins|${LOCALBASE}/lib/browser_plugins/symlinks/opera-devel|g' \
- ${WRKSRC}/usr/local/share/opera/defaults/pluginpath.ini
-.ifdef NOPORTDOCS
- @${REINPLACE_CMD} '/LICENSE/s/[[:space:]]*part_install/#&/' \
- ${WRKSRC}/install.sh
-.endif
-
-do-install:
- @(cd ${WRKSRC} && ./install.sh --prefix=${PREFIX} --docdir=${DOCSDIR} --sharedir=${DATADIR} --exec_prefix=${DATADIR}/bin --plugindir=${DATADIR}/plugins)
- @${CP} ${DATADIR}/bin/operapluginwrapper ${DATADIR}/bin/operapluginwrapper.freebsd
- @${INSTALL_SCRIPT} ${PATCHDIR}/operapluginwrapper ${DATADIR}/bin
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/usr/share/man/man1/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
- @${CAT} ${PKGMESSAGE}
-
-# maintainer
-make-distinfo:
- @(for _arch in ${ONLY_FOR_ARCHS}; do \
- for _osver in 600000 700000; do \
- echo "generating distinfo for $${_arch} $${_osver}"; \
- cd ${.CURDIR} && \
- make ARCH=$${_arch} OSVERSION=$${_osver} makesum && \
- ${MV} distinfo distinfo.$${_arch}.$${_osver}; \
- done \
- done && \
- ${CAT} distinfo.* > distinfo && ${RM} distinfo.*)
-
-.include <bsd.port.post.mk>
diff --git a/www/opera-devel/distinfo b/www/opera-devel/distinfo
deleted file mode 100644
index 6366406a13f0..000000000000
--- a/www/opera-devel/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-SHA256 (opera-10.20-4744.freebsd6-shared-qt3.amd64.tar.bz2) = dbe6c42650c4e95f5f206cafcb252ec2381f254c49ac649fd82a7ee3697af1b6
-SIZE (opera-10.20-4744.freebsd6-shared-qt3.amd64.tar.bz2) = 9423872
-SHA256 (opera-10.20-4744.freebsd7-shared-qt3.amd64.tar.bz2) = 7865fd415dfe791369042ea8ac4b1580f81d223d5a6d168c44bfabc26aec5aa3
-SIZE (opera-10.20-4744.freebsd7-shared-qt3.amd64.tar.bz2) = 12598764
-SHA256 (opera-10.20-4744.freebsd6-shared-qt3.i386.tar.bz2) = 04b16dbf4a9e1fdb1cbcf1b8116d955253ab5d69deab17ed1408447f764903f3
-SIZE (opera-10.20-4744.freebsd6-shared-qt3.i386.tar.bz2) = 11804475
-SHA256 (opera-10.20-4744.freebsd7-shared-qt3.i386.tar.bz2) = 62ef02f0c509106670b12706803bdbbcbb0201f64e4c4f793751e0f83272ed59
-SIZE (opera-10.20-4744.freebsd7-shared-qt3.i386.tar.bz2) = 11804487
diff --git a/www/opera-devel/files/operapluginwrapper b/www/opera-devel/files/operapluginwrapper
deleted file mode 100644
index fcec17e85d80..000000000000
--- a/www/opera-devel/files/operapluginwrapper
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-if [ -n "$5" ]; then
- ELFTYPE=`brandelf $5`
-elif [ -n "$4" ]; then
- ELFTYPE=`brandelf $4`
-elif [ -n "$3" ]; then
- ELFTYPE=`brandelf $3`
-fi
-
-WRAPPER="freebsd"
-
-case "${ELFTYPE}" in
- *SVR4*|*Linux*)
- if [ -x "$0.linux" ]; then
- WRAPPER="linux"
- fi
- ;;
-esac
-
-exec $0.$WRAPPER $@
-
diff --git a/www/opera-devel/files/patch-install.sh b/www/opera-devel/files/patch-install.sh
deleted file mode 100644
index db8de6119f8a..000000000000
--- a/www/opera-devel/files/patch-install.sh
+++ /dev/null
@@ -1,48 +0,0 @@
---- install.sh.orig 2008-04-22 16:06:18.000000000 +0200
-+++ install.sh 2008-04-24 13:49:24.470507835 +0200
-@@ -865,7 +865,7 @@
- error 'os'
- ;;
- esac
-- wrapper_file="${wrapper_dir}/opera"
-+ wrapper_file="${wrapper_dir}/opera-devel"
-
- wrapper_contain="#!/bin/sh
-
-@@ -877,6 +877,10 @@
- OPERA_BINARYDIR=${str_localdirexec}
- export OPERA_BINARYDIR
-
-+# Location of Opera personal dir
-+OPERA_PERSONALDIR=\${HOME}/.opera-devel
-+export OPERA_PERSONALDIR
-+
- # Parse commandline parameters
- toset=
- _QTSTYLE_FROM_CMDLINE_='NO'
-@@ -1259,7 +1263,6 @@
- manifest_contains operapluginwrapper-native && part_install "`manifest_path operapluginwrapper-native`" "$exec_dir" Binaries
- manifest_contains operapluginwrapper-ia32-linux && part_install "`manifest_path operapluginwrapper-ia32-linux`" "$exec_dir" Binaries
- part_install "`manifest_path LICENSE`" "$doc_dir" Documentation
-- part_install "`manifest_path man1/opera.1`" "$man_dir" "Manual page"
-
- share_src="`manifest_path 'html40_entities\.dtd'`"
- part_install "$share_src" "$share_dir" "Shared resources"
-@@ -1268,15 +1271,14 @@
- mkdir $mkdirv $mkdirp $plugin_dir/
-
- # Wrapper
-- backup ${wrapper_dir}/opera opera
- debug_msg 1 "Wrapper"
- mkdir $mkdirv $mkdirp $wrapper_dir/
-
- #cp $cpv $cpf wrapper.sh $wrapper_dir/opera
- generate_wrapper
-- chmod $chmodv 755 $wrapper_dir/opera
-+ chmod $chmodv 755 $wrapper_dir/opera-devel
-
-- if test -z "$OPERADESTDIR"
-+ if false
- then
- # System wide configuration files
- case $os in AnyBSD|OpenBSD) config_dir="/usr/local/etc";; *) config_dir="/etc";; esac
diff --git a/www/opera-devel/pkg-descr b/www/opera-devel/pkg-descr
deleted file mode 100644
index 639f77ae9ea0..000000000000
--- a/www/opera-devel/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The most full-featured Internet power tool on the market, Opera includes
-pop-up blocking, tabbed browsing, integrated searches, and advanced functions
-like Opera's groundbreaking E-mail program, RSS Newsfeeds and IRC chat. And
-because we know that our users have different needs, you can customize
-the look and content of your Opera browser with a few clicks of the mouse.
-
-This port contains the devel/beta version, for the stable one please use
-www/opera.
-
-WWW: http://www.opera.com/
diff --git a/www/opera-devel/pkg-message b/www/opera-devel/pkg-message
deleted file mode 100644
index f9bf08be138a..000000000000
--- a/www/opera-devel/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-###########################################################################
-
-This is a beta version of Opera. It is likely to contain bugs, and should
-not be relied on for daily use.
-
-Instead of your normal profile, it will by default use the profile in
-~/.opera-devel, so that you can use both a stable version and a development
-version of Opera in parallel.
-
-Please report any bugs you find at https://bugs.opera.com/wizard/.
-
-Have fun!
-- The Opera Desktop Team
-
-###########################################################################
diff --git a/www/opera-devel/pkg-plist b/www/opera-devel/pkg-plist
deleted file mode 100644
index 062adfa04d03..000000000000
--- a/www/opera-devel/pkg-plist
+++ /dev/null
@@ -1,280 +0,0 @@
-bin/opera-devel
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%DATADIR%%/bin/missingsyms.so
-%%DATADIR%%/bin/opera
-%%DATADIR%%/bin/operaplugincleaner
-%%DATADIR%%/bin/operapluginwrapper
-%%DATADIR%%/bin/operapluginwrapper.freebsd
-%%DATADIR%%/bin/spellcheck.so
-%%DATADIR%%/bin/works
-%%DATADIR%%/defaults/bookmarks.adr
-%%DATADIR%%/defaults/feedreaders.ini
-%%DATADIR%%/defaults/filehandler.ini
-%%DATADIR%%/defaults/font.ini
-%%DATADIR%%/defaults/license.txt
-%%DATADIR%%/defaults/mailproviders.xml
-%%DATADIR%%/defaults/pluginpath.ini
-%%DATADIR%%/defaults/search.ini
-%%DATADIR%%/defaults/standard_speeddial.ini
-%%DATADIR%%/defaults/standard_trusted_repositories.ini
-%%DATADIR%%/defaults/webmailproviders.ini
-%%DATADIR%%/defaults/xmlentities.ini
-%%DATADIR%%/encoding.bin
-%%DATADIR%%/extra/missingplugin.svg
-%%DATADIR%%/extra/missingpluginhover.svg
-%%DATADIR%%/extra/svg-mo.dat
-%%DATADIR%%/extra/svg-mobd.dat
-%%DATADIR%%/extra/svg-sa.dat
-%%DATADIR%%/extra/svg-sabd.dat
-%%DATADIR%%/extra/svg-se.dat
-%%DATADIR%%/extra/svg-sebd.dat
-%%DATADIR%%/html40_entities.dtd
-%%DATADIR%%/java/opera.jar
-%%DATADIR%%/java/opera.policy
-%%DATADIR%%/lngcode.txt
-%%DATADIR%%/locale/be/be.lng
-%%DATADIR%%/locale/be/bookmarks.adr
-%%DATADIR%%/locale/be/search.ini
-%%DATADIR%%/locale/be/standard_speeddial.ini
-%%DATADIR%%/locale/bg/bg.lng
-%%DATADIR%%/locale/cs/cs.lng
-%%DATADIR%%/locale/da/da.lng
-%%DATADIR%%/locale/de/bookmarks.adr
-%%DATADIR%%/locale/de/de.lng
-%%DATADIR%%/locale/de/search.ini
-%%DATADIR%%/locale/de/standard_speeddial.ini
-%%DATADIR%%/locale/el/el.lng
-%%DATADIR%%/locale/en-GB/bookmarks.adr
-%%DATADIR%%/locale/en-GB/en-GB.lng
-%%DATADIR%%/locale/en-GB/search.ini
-%%DATADIR%%/locale/en-GB/standard_speeddial.ini
-%%DATADIR%%/locale/en/bookmarks.adr
-%%DATADIR%%/locale/en/en.lng
-%%DATADIR%%/locale/en/en.zip
-%%DATADIR%%/locale/en/license.txt
-%%DATADIR%%/locale/en/search.ini
-%%DATADIR%%/locale/en/standard_speeddial.ini
-%%DATADIR%%/locale/es-ES/bookmarks.adr
-%%DATADIR%%/locale/es-ES/es-ES.lng
-%%DATADIR%%/locale/es-ES/search.ini
-%%DATADIR%%/locale/es-ES/standard_speeddial.ini
-%%DATADIR%%/locale/es-LA/es-LA.lng
-%%DATADIR%%/locale/et/et.lng
-%%DATADIR%%/locale/fi/fi.lng
-%%DATADIR%%/locale/fr-CA/fr-CA.lng
-%%DATADIR%%/locale/fr/bookmarks.adr
-%%DATADIR%%/locale/fr/fr.lng
-%%DATADIR%%/locale/fr/search.ini
-%%DATADIR%%/locale/fr/standard_speeddial.ini
-%%DATADIR%%/locale/fy/fy.lng
-%%DATADIR%%/locale/hi/hi.lng
-%%DATADIR%%/locale/hi/standard_speeddial.ini
-%%DATADIR%%/locale/hr/hr.lng
-%%DATADIR%%/locale/hu/hu.lng
-%%DATADIR%%/locale/id/bookmarks.adr
-%%DATADIR%%/locale/id/id.lng
-%%DATADIR%%/locale/id/standard_speeddial.ini
-%%DATADIR%%/locale/it/bookmarks.adr
-%%DATADIR%%/locale/it/it.lng
-%%DATADIR%%/locale/it/search.ini
-%%DATADIR%%/locale/it/standard_speeddial.ini
-%%DATADIR%%/locale/ja/bookmarks.adr
-%%DATADIR%%/locale/ja/ja.lng
-%%DATADIR%%/locale/ja/license.txt
-%%DATADIR%%/locale/ja/search.ini
-%%DATADIR%%/locale/ja/standard_speeddial.ini
-%%DATADIR%%/locale/ka/ka.lng
-%%DATADIR%%/locale/ko/ko.lng
-%%DATADIR%%/locale/lt/lt.lng
-%%DATADIR%%/locale/mk/mk.lng
-%%DATADIR%%/locale/nb/bookmarks.adr
-%%DATADIR%%/locale/nb/nb.lng
-%%DATADIR%%/locale/nb/search.ini
-%%DATADIR%%/locale/nb/standard_speeddial.ini
-%%DATADIR%%/locale/nl/nl.lng
-%%DATADIR%%/locale/nn/nn.lng
-%%DATADIR%%/locale/pl/bookmarks.adr
-%%DATADIR%%/locale/pl/pl.lng
-%%DATADIR%%/locale/pl/search.ini
-%%DATADIR%%/locale/pl/standard_speeddial.ini
-%%DATADIR%%/locale/pt-BR/pt-BR.lng
-%%DATADIR%%/locale/pt/pt.lng
-%%DATADIR%%/locale/ro/ro.lng
-%%DATADIR%%/locale/ru/bookmarks.adr
-%%DATADIR%%/locale/ru/ru.lng
-%%DATADIR%%/locale/ru/search.ini
-%%DATADIR%%/locale/ru/standard_speeddial.ini
-%%DATADIR%%/locale/sk/sk.lng
-%%DATADIR%%/locale/sr/sr.lng
-%%DATADIR%%/locale/sv/sv.lng
-%%DATADIR%%/locale/ta/ta.lng
-%%DATADIR%%/locale/te/te.lng
-%%DATADIR%%/locale/tr/tr.lng
-%%DATADIR%%/locale/uk/bookmarks.adr
-%%DATADIR%%/locale/uk/search.ini
-%%DATADIR%%/locale/uk/standard_speeddial.ini
-%%DATADIR%%/locale/uk/uk.lng
-%%DATADIR%%/locale/zh-cn/bookmarks.adr
-%%DATADIR%%/locale/zh-cn/browser.js
-%%DATADIR%%/locale/zh-cn/search.ini
-%%DATADIR%%/locale/zh-cn/standard_speeddial.ini
-%%DATADIR%%/locale/zh-cn/turbosettings.xml
-%%DATADIR%%/locale/zh-cn/zh-cn.lng
-%%DATADIR%%/locale/zh-hk/browser.js
-%%DATADIR%%/locale/zh-hk/turbosettings.xml
-%%DATADIR%%/locale/zh-tw/browser.js
-%%DATADIR%%/locale/zh-tw/turbosettings.xml
-%%DATADIR%%/locale/zh-tw/zh-tw.lng
-%%DATADIR%%/package/lib/binprint.sh
-%%DATADIR%%/package/lib/layout_common.sh
-%%DATADIR%%/package/lib/layout_deb.sh
-%%DATADIR%%/package/lib/layout_tar.sh
-%%DATADIR%%/package/lib/main.sh
-%%DATADIR%%/package/lib/normalize.sh
-%%DATADIR%%/package/lib/package_deb.sh
-%%DATADIR%%/package/lib/package_rpm.sh
-%%DATADIR%%/package/lib/package_tar.sh
-%%DATADIR%%/package/lib/xml.sh
-%%DATADIR%%/package/main.sh
-%%DATADIR%%/scripts/common.js
-%%DATADIR%%/scripts/substance.js
-%%DATADIR%%/skin/standard_skin.zip
-%%DATADIR%%/styles/about.css
-%%DATADIR%%/styles/cache.css
-%%DATADIR%%/styles/certinfo.css
-%%DATADIR%%/styles/config.css
-%%DATADIR%%/styles/contentblock.css
-%%DATADIR%%/styles/debug.css
-%%DATADIR%%/styles/dir.css
-%%DATADIR%%/styles/error.css
-%%DATADIR%%/styles/history.css
-%%DATADIR%%/styles/im.css
-%%DATADIR%%/styles/image.css
-%%DATADIR%%/styles/images/Opera_256x256.png
-%%DATADIR%%/styles/images/bar.png
-%%DATADIR%%/styles/images/bullet.png
-%%DATADIR%%/styles/images/center.png
-%%DATADIR%%/styles/images/customize.gif
-%%DATADIR%%/styles/images/darkBox.png
-%%DATADIR%%/styles/images/defaultFavicon.png
-%%DATADIR%%/styles/images/error.png
-%%DATADIR%%/styles/images/file.png
-%%DATADIR%%/styles/images/flag.png
-%%DATADIR%%/styles/images/folder.png
-%%DATADIR%%/styles/images/header-expanded.png
-%%DATADIR%%/styles/images/header.png
-%%DATADIR%%/styles/images/opera.png
-%%DATADIR%%/styles/images/page-bot.png
-%%DATADIR%%/styles/images/red_center.png
-%%DATADIR%%/styles/images/red_left.png
-%%DATADIR%%/styles/images/red_right.png
-%%DATADIR%%/styles/images/root.png
-%%DATADIR%%/styles/images/section.png
-%%DATADIR%%/styles/images/smartGroup.png
-%%DATADIR%%/styles/images/top.png
-%%DATADIR%%/styles/images/warning.png
-%%DATADIR%%/styles/info.css
-%%DATADIR%%/styles/m2_welcome_message.mbs
-%%DATADIR%%/styles/mail.css
-%%DATADIR%%/styles/mathml.css
-%%DATADIR%%/styles/message.css
-%%DATADIR%%/styles/mime.css
-%%DATADIR%%/styles/opera.css
-%%DATADIR%%/styles/plugins.css
-%%DATADIR%%/styles/search.css
-%%DATADIR%%/styles/unstyledxml.css
-%%DATADIR%%/styles/user/accessibility.css
-%%DATADIR%%/styles/user/altdebugger.css
-%%DATADIR%%/styles/user/classid.css
-%%DATADIR%%/styles/user/contrastbw.css
-%%DATADIR%%/styles/user/contrastwb.css
-%%DATADIR%%/styles/user/disablebreaks.css
-%%DATADIR%%/styles/user/disablefloats.css
-%%DATADIR%%/styles/user/disableforms.css
-%%DATADIR%%/styles/user/disablepositioning.css
-%%DATADIR%%/styles/user/disabletables.css
-%%DATADIR%%/styles/user/outline.css
-%%DATADIR%%/styles/user/structureblock.css
-%%DATADIR%%/styles/user/structureinline.css
-%%DATADIR%%/styles/user/structuretables.css
-%%DATADIR%%/styles/user/tablelayout.css
-%%DATADIR%%/styles/user/toc.css
-%%DATADIR%%/styles/warning.css
-%%DATADIR%%/styles/webfeeds.html
-%%DATADIR%%/styles/wml.css
-%%DATADIR%%/ui/dialog.ini
-%%DATADIR%%/ui/fastforward.ini
-%%DATADIR%%/ui/standard_keyboard.ini
-%%DATADIR%%/ui/standard_keyboard_compat.ini
-%%DATADIR%%/ui/standard_menu.ini
-%%DATADIR%%/ui/standard_mouse.ini
-%%DATADIR%%/ui/standard_toolbar.ini
-%%DATADIR%%/ui/unix_keyboard.ini
-%%DATADIR%%/unite/fileSharing.ua
-%%DATADIR%%/unite/fridge.ua
-%%DATADIR%%/unite/home.ua
-%%DATADIR%%/unite/mediaPlayer.ua
-%%DATADIR%%/unite/messenger.ua
-%%DATADIR%%/unite/photoSharing.ua
-%%DATADIR%%/unite/webserver.ua
-@dirrm %%DATADIR%%/unite
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/styles/user
-@dirrm %%DATADIR%%/styles/images
-@dirrm %%DATADIR%%/styles
-@dirrm %%DATADIR%%/skin
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/plugins
-@dirrm %%DATADIR%%/package/lib
-@dirrm %%DATADIR%%/package
-@dirrm %%DATADIR%%/locale/zh-tw
-@dirrm %%DATADIR%%/locale/zh-hk
-@dirrm %%DATADIR%%/locale/zh-cn
-@dirrm %%DATADIR%%/locale/uk
-@dirrm %%DATADIR%%/locale/tr
-@dirrm %%DATADIR%%/locale/te
-@dirrm %%DATADIR%%/locale/ta
-@dirrm %%DATADIR%%/locale/sv
-@dirrm %%DATADIR%%/locale/sr
-@dirrm %%DATADIR%%/locale/sk
-@dirrm %%DATADIR%%/locale/ru
-@dirrm %%DATADIR%%/locale/ro
-@dirrm %%DATADIR%%/locale/pt-BR
-@dirrm %%DATADIR%%/locale/pt
-@dirrm %%DATADIR%%/locale/pl
-@dirrm %%DATADIR%%/locale/nn
-@dirrm %%DATADIR%%/locale/nl
-@dirrm %%DATADIR%%/locale/nb
-@dirrm %%DATADIR%%/locale/mk
-@dirrm %%DATADIR%%/locale/lt
-@dirrm %%DATADIR%%/locale/ko
-@dirrm %%DATADIR%%/locale/ka
-@dirrm %%DATADIR%%/locale/ja
-@dirrm %%DATADIR%%/locale/it
-@dirrm %%DATADIR%%/locale/id
-@dirrm %%DATADIR%%/locale/hu
-@dirrm %%DATADIR%%/locale/hr
-@dirrm %%DATADIR%%/locale/hi
-@dirrm %%DATADIR%%/locale/fy
-@dirrm %%DATADIR%%/locale/fr-CA
-@dirrm %%DATADIR%%/locale/fr
-@dirrm %%DATADIR%%/locale/fi
-@dirrm %%DATADIR%%/locale/et
-@dirrm %%DATADIR%%/locale/es-LA
-@dirrm %%DATADIR%%/locale/es-ES
-@dirrm %%DATADIR%%/locale/en-GB
-@dirrm %%DATADIR%%/locale/en
-@dirrm %%DATADIR%%/locale/el
-@dirrm %%DATADIR%%/locale/de
-@dirrm %%DATADIR%%/locale/da
-@dirrm %%DATADIR%%/locale/cs
-@dirrm %%DATADIR%%/locale/bg
-@dirrm %%DATADIR%%/locale/be
-@dirrm %%DATADIR%%/locale
-@dirrm %%DATADIR%%/java
-@dirrm %%DATADIR%%/extra
-@dirrm %%DATADIR%%/defaults
-@dirrm %%DATADIR%%/bin
-@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@exec mkdir -p %D/%%DATADIR%%/plugins