diff options
author | rene <rene@FreeBSD.org> | 2011-06-02 05:55:13 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-06-02 05:55:13 +0800 |
commit | 737e9f6837c759dd659dd1ce112d3bb359a69cb7 (patch) | |
tree | fdb4d0114fa41a35e6997ad2be822adc13975a8a /german | |
parent | 4e96158311d25d23e886e83f8ad3a1f4ead373d7 (diff) | |
download | freebsd-ports-gnome-737e9f6837c759dd659dd1ce112d3bb359a69cb7.tar.gz freebsd-ports-gnome-737e9f6837c759dd659dd1ce112d3bb359a69cb7.tar.zst freebsd-ports-gnome-737e9f6837c759dd659dd1ce112d3bb359a69cb7.zip |
Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10"
2011-05-01 japanese/citrix_xenapp: "crashes with f10"
2011-05-01 net/citrix_xenapp: "crashes with f10"
2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default
2011-05-01 java/gj: Upstream disapear and distfile is no more available
2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available
2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore.
2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available
2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes)
2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build.
2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken
2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/citrix_xenapp/Makefile | 103 | ||||
-rw-r--r-- | german/citrix_xenapp/distinfo | 3 | ||||
-rw-r--r-- | german/citrix_xenapp/files/patch-linuxx86::hinst | 70 | ||||
-rw-r--r-- | german/citrix_xenapp/files/patch-setupwfc | 11 | ||||
-rw-r--r-- | german/citrix_xenapp/files/wfcmgr.in | 3 | ||||
-rw-r--r-- | german/citrix_xenapp/files/wfica.in | 3 | ||||
-rw-r--r-- | german/citrix_xenapp/pkg-descr | 16 | ||||
-rw-r--r-- | german/citrix_xenapp/pkg-plist | 212 |
9 files changed, 0 insertions, 422 deletions
diff --git a/german/Makefile b/german/Makefile index 752d05adc843..c69094bd4864 100644 --- a/german/Makefile +++ b/german/Makefile @@ -12,7 +12,6 @@ SUBDIR += bsdforen-firefox-searchplugin SUBDIR += bsdgroup-firefox-searchplugin SUBDIR += bsdpaste - SUBDIR += citrix_xenapp SUBDIR += dict SUBDIR += digibux SUBDIR += ding diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile deleted file mode 100644 index 41170d280281..000000000000 --- a/german/citrix_xenapp/Makefile +++ /dev/null @@ -1,103 +0,0 @@ -# New ports collection makefile for: Citrix(R) ICA(R) Client -# Date created: 12 Dez 2000 -# Whom: mblapp -# -# $FreeBSD$ -# - -PORTNAME= citrix_xenapp -PORTVERSION= 11.100.158406 -CATEGORIES= german net comms linux -MASTER_SITES= -DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Access virtual applications and desktops - -ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes -USE_LINUX_APPS= openmotif jpeg png -RESTRICTED= License prohibits redistribution -IS_INTERACTIVE= "Noisy license agreement ignores stdin" -BROKEN= crashes with f10 -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2011-05-01 - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -CDIR= ${PREFIX}/ICAClient -BINDIR= ${PREFIX}/bin -CERTDIR= ${CDIR}/keystore/cacerts - -PLIST_SUB= MOZILLA_HOME=${MOZILLA_HOME} -.if defined(ICA_CERTS) -PLIST_SUB+= HAVE_ICA_CERTS="" ICA_CERTS="${ICA_CERTS}" CERTDIR="${CERTDIR}" -.else -PLIST_SUB+= HAVE_ICA_CERTS="@comment " -.endif - -SUB_FILES= wfcmgr wfica -SUB_LIST= CDIR=${CDIR} - -.include <bsd.port.pre.mk> - -.if defined(BATCH) || defined(PACKAGE_BUILDING) -IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions.' -.endif - -do-fetch: -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) - @${ECHO} "" - @${ECHO} "You have to fetch the file manually from" - @${ECHO} "" - @${ECHO} "http://www.citrix.com/English/SS/downloads/details.asp?downloadID=3323" - @${ECHO} "" - @${ECHO} "Once the tarball has been downloaded move it to" - @${ECHO} "${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} and restart the build." - @${ECHO} "" - @${FALSE} -.endif - -.if defined(ICA_CERTS) -pre-fetch: -.for f in ${ICA_CERTS} - @echo "Checking ${f}" -.if !exists(${DISTDIR}/${f}) - @echo "Cert ${f} not found." - @exit 1 -.endif -.endfor -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|DefaultInstallDir=/usr/lib/ICAClient|DefaultInstallDir=${PREFIX}/ICAClient|' ${WRKSRC}/linuxx86/hinst - -do-install: - @if (test -d "${CDIR}") ; \ - then \ - ${ECHO} "-----------------------------------------------------------" ; \ - ${ECHO} "" ; \ - ${ECHO} "A ${CDIR} installation does already exist." ; \ - ${ECHO} "Please move it away or delete the old port" ; \ - ${ECHO} "" ; \ - ${ECHO} "-----------------------------------------------------------" ; \ - ${FALSE} ; \ - fi - cd ${WRKSRC} && ${SH} -c './setupwfc' - ${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${PREFIX}/bin/wfcmgr - ${INSTALL_SCRIPT} ${WRKDIR}/wfica ${PREFIX}/bin/wfica - ${MKDIR} ${LINUXBASE}/dev -# XXX: This is missing a "${BRANDELF} -t Linux <executables>". - -.if defined(ICA_CERTS) -.for f in ${ICA_CERTS} - ${INSTALL_DATA} ${DISTDIR}/${f} ${CERTDIR} -.endfor -.endif - -post-install: - ${RM} ${CDIR}/nls/C - ${LN} -s ${CDIR}/nls/de ${CDIR}/nls/C - -.include <bsd.port.post.mk> diff --git a/german/citrix_xenapp/distinfo b/german/citrix_xenapp/distinfo deleted file mode 100644 index c2169bc9c858..000000000000 --- a/german/citrix_xenapp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (citrix_xenapp-linuxx86-11.100.158406.tar.gz) = 069bb3337791b0b55cbbf666c95403e5 -SHA256 (citrix_xenapp-linuxx86-11.100.158406.tar.gz) = 0ae716d40ed9320c3280ea31e2a2f4caa283a4eb9c15cb7e95f80f1206d4dc46 -SIZE (citrix_xenapp-linuxx86-11.100.158406.tar.gz) = 2823074 diff --git a/german/citrix_xenapp/files/patch-linuxx86::hinst b/german/citrix_xenapp/files/patch-linuxx86::hinst deleted file mode 100644 index d545ac6f69e7..000000000000 --- a/german/citrix_xenapp/files/patch-linuxx86::hinst +++ /dev/null @@ -1,70 +0,0 @@ ---- linuxx86/hinst.orig 2009-02-26 04:22:26.000000000 -0500 -+++ linuxx86/hinst 2009-06-14 00:56:20.000000000 -0400 -@@ -256,11 +256,9 @@ - then - echo LANG=$LANG - fi -- if [ -z "$LANG" ] -- then -- LANG="en" -- # echo LANG missing, using en -- fi -+ -+ LANG="de" -+ - Lang=`echo $LANG | sed -n -e 's/[_\.].*//' -e 'p'` - Territory=`echo $LANG | sed -n -e 's/\(.*\)\..*/\1/' -e 's/.*_\(.*\)/\1/p'` - CodeSet=`echo $LANG | sed -n -e 's/.*\.\(.*\)/\1/p'` -@@ -1965,7 +1963,7 @@ - then - : - else -- /bin/false -+ false - return - fi - -@@ -2090,7 +2088,7 @@ - fi - fi - -- /bin/true -+ true - } - - #!/bin/sh -@@ -2191,19 +2189,12 @@ - found_netscape - else - search_ok=0 -- EXTRA_BROWSERS=`find_browsers` -- -- if test -d "/usr/lib/netscape"\ -- || test -d "/usr/local/netscape"\ -- || test -d "/opt/netscape"\ -- || test -d "/usr/local/lib/netscape"\ -- || test -d "/usr/dt/appconfig/netscape"\ -- || test "$MOZILLA_HOME" != "" -a -d "$MOZILLA_HOME"\ -- || test "$EXTRA_BROWSERS" != "" -- then -+ case ${FOUND_NS} in -+ TRUE) - user_echo $integrate_netscape3 - found_netscape -- else -+ ;; -+ *) - user_prompt "$integrate_netscape2" - getyesno $INSTALLER_NO - if [ "$ANSWER" = "$INSTALLER_YES" ] -@@ -2212,8 +2203,9 @@ - else - user_echo $integrate_netscape6 - fi -+ ;; -+ esac - fi -- fi - - # Create utility script files in install root. - create_wfica_script diff --git a/german/citrix_xenapp/files/patch-setupwfc b/german/citrix_xenapp/files/patch-setupwfc deleted file mode 100644 index 9b09f664e4b2..000000000000 --- a/german/citrix_xenapp/files/patch-setupwfc +++ /dev/null @@ -1,11 +0,0 @@ ---- setupwfc.orig Fri Apr 8 13:52:46 2005 -+++ setupwfc Mon Jan 22 10:10:48 2007 -@@ -396,7 +396,7 @@ - *BSD) - # Assume Free/Net/Open BSD on an X86 with Linux emulation. - -- if uname -m | grep 86 2>&1 >/dev/null ; then -+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then - PLATFORM=linuxx86 - DISP_PLATFORM="Linux (x86)" - echo diff --git a/german/citrix_xenapp/files/wfcmgr.in b/german/citrix_xenapp/files/wfcmgr.in deleted file mode 100644 index 6c28ad601484..000000000000 --- a/german/citrix_xenapp/files/wfcmgr.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -export ICAROOT=%%CDIR%% -exec $ICAROOT/wfcmgr diff --git a/german/citrix_xenapp/files/wfica.in b/german/citrix_xenapp/files/wfica.in deleted file mode 100644 index d120da57817a..000000000000 --- a/german/citrix_xenapp/files/wfica.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -export ICAROOT=%%CDIR%% -exec $ICAROOT/wfica "$@" diff --git a/german/citrix_xenapp/pkg-descr b/german/citrix_xenapp/pkg-descr deleted file mode 100644 index dd930efc5d96..000000000000 --- a/german/citrix_xenapp/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Citrix XenApp (TM) is a Windows (R) application delivery system that manages -applications in the datacenter and delivers them as an on-demand -service to users anywhere using any device. XenApp reduces the cost -of application management by up to 50 percent, delivers any application -instantly to users anywhere and improves application and data -security. - -you can copy the certificate to /usr/ports/distfiles and add the -following line to your /etc/make.conf: - - ICA_CERTS=mycert.crt - -It will then automatically be installed and removed with the normal -FreeBSD package tools. - -WWW: http://www.citrix.com/English/ps2/products/product.asp?contentID=186 diff --git a/german/citrix_xenapp/pkg-plist b/german/citrix_xenapp/pkg-plist deleted file mode 100644 index 594e6b68d138..000000000000 --- a/german/citrix_xenapp/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -@unexec for dir in /usr/local/libexec/netscape /usr/local/libexec/netscape-linux /usr/local/netscape /usr/local/netscape-linux /usr/local/lib/netscape /usr/local/lib/netscape-linux %%MOZILLA_HOME%% %D/lib/netscape-linux; do if [ -f ${dir}/mime.types ]; then (/bin/cat ${dir}/mime.types | /usr/bin/grep -v "application/x-ica" > ${dir}/mime.types.tmp; mv ${dir}/mime.types.tmp ${dir}/mime.types); fi ; done -@unexec for dir in /usr/local/libexec/netscape /usr/local/libexec/netscape-linux /usr/local/netscape /usr/local/netscape-linux /usr/local/lib/netscape /usr/local/lib/netscape-linux %%MOZILLA_HOME%% %D/lib/netscape-linux; do if [ -f ${dir}/mailcap ]; then (/bin/cat ${dir}/mailcap | /usr/bin/grep -v "application/x-ica" > ${dir}/mailcap.tmp; /bin/mv ${dir}/mailcap.tmp ${dir}/mailcap); fi ; done -@unexec for dir in /usr/local/libexec/netscape /usr/local/libexec/netscape-linux /usr/local/netscape /usr/local/netscape-linux /usr/local/lib/netscape /usr/local/lib/netscape-linux %%MOZILLA_HOME%% %D/lib/netscape-linux; do if [ -e ${dir}/plugins/npica.so ]; then (/bin/rm ${dir}/plugins/npica.so); fi ; done -%%HAVE_ICA_CERTS%%@unexec for f in %%ICA_CERTS%%; do rm %%CERTDIR%%/${f}; done -ICAClient/ADPCM.DLL -ICAClient/CHARICONV.DLL -ICAClient/NDS.DLL -ICAClient/Npica -ICAClient/Npica.ad -ICAClient/PDCRYPT1.DLL -ICAClient/PDCRYPT2.DLL -ICAClient/SPEEX.DLL -ICAClient/TW1.DLL -ICAClient/VDHSSPI.DLL -ICAClient/VDMM.DLL -ICAClient/VDMSSPI.DLL -ICAClient/VDSCARD.DLL -ICAClient/VDSPMIKE.DLL -ICAClient/VORBIS.DLL -ICAClient/config/.server -ICAClient/config/All_Regions.ini -ICAClient/config/Trusted_Region.ini -ICAClient/config/Unknown_Region.ini -ICAClient/config/Untrusted_Region.ini -ICAClient/config/appsrv.ini -ICAClient/config/canonicalization.ini -ICAClient/config/module.ini -ICAClient/config/plugin.ini -ICAClient/config/regions.ini -ICAClient/config/usertemplate/All_Regions.ini -ICAClient/config/usertemplate/Trusted_Region.ini -ICAClient/config/usertemplate/Unknown_Region.ini -ICAClient/config/usertemplate/Untrusted_Region.ini -ICAClient/config/wfclient.ini -ICAClient/desktop/wfcmgr.desktop -ICAClient/eula.txt -ICAClient/help/index.htm -ICAClient/icons/manager.png -ICAClient/icons/session.xpm -ICAClient/keyboard/age2.kbd -ICAClient/keyboard/agex2.kbd -ICAClient/keyboard/automatic.kbd -ICAClient/keyboard/dcint401.kbd -ICAClient/keyboard/dcintpcx.kbd -ICAClient/keyboard/dcus401.kbd -ICAClient/keyboard/dcuspcx.kbd -ICAClient/keyboard/dec401.kbd -ICAClient/keyboard/dec401uk.kbd -ICAClient/keyboard/decpcx.kbd -ICAClient/keyboard/decpcxuk.kbd -ICAClient/keyboard/dg.kbd -ICAClient/keyboard/dgfr.kbd -ICAClient/keyboard/dggr.kbd -ICAClient/keyboard/dguk.kbd -ICAClient/keyboard/dgus.kbd -ICAClient/keyboard/hp101.kbd -ICAClient/keyboard/hpfritf.kbd -ICAClient/keyboard/hpgritf.kbd -ICAClient/keyboard/hpint101.kbd -ICAClient/keyboard/hpintps2.kbd -ICAClient/keyboard/hpitf.kbd -ICAClient/keyboard/hpps2.kbd -ICAClient/keyboard/hpuk101.kbd -ICAClient/keyboard/hpukitf.kbd -ICAClient/keyboard/hpukps2.kbd -ICAClient/keyboard/hpus101.kbd -ICAClient/keyboard/hpusitf.kbd -ICAClient/keyboard/hpusps2.kbd -ICAClient/keyboard/ibm.kbd -ICAClient/keyboard/keyboard.ini -ICAClient/keyboard/linux-ja.kbd -ICAClient/keyboard/linux.kbd -ICAClient/keyboard/mac101.kbd -ICAClient/keyboard/ncdn-101.kbd -ICAClient/keyboard/ncdn-102.kbd -ICAClient/keyboard/netbsd.kbd -ICAClient/keyboard/scoos5.kbd -ICAClient/keyboard/scouw2.kbd -ICAClient/keyboard/sg.kbd -ICAClient/keyboard/sgindy.kbd -ICAClient/keyboard/sgindyfr.kbd -ICAClient/keyboard/sgindygr.kbd -ICAClient/keyboard/sgindyuk.kbd -ICAClient/keyboard/sgindyus.kbd -ICAClient/keyboard/sngr.kbd -ICAClient/keyboard/sparc3.kbd -ICAClient/keyboard/sparc4.kbd -ICAClient/keyboard/sparc5.kbd -ICAClient/keyboard/sparc6usb.kbd -ICAClient/keyboard/sparcfr4.kbd -ICAClient/keyboard/sparcfr5.kbd -ICAClient/keyboard/sparcgr4.kbd -ICAClient/keyboard/sparcgr5.kbd -ICAClient/keyboard/sparcuk4.kbd -ICAClient/keyboard/sparcuk5.kbd -ICAClient/keyboard/sparcus3.kbd -ICAClient/keyboard/sparcus4.kbd -ICAClient/keyboard/sparcus5.kbd -ICAClient/keyboard/trimodal.kbd -ICAClient/keystore/cacerts/BTCTRoot.crt -ICAClient/keystore/cacerts/Class3PCA_G2_v2.crt -ICAClient/keystore/cacerts/Class4PCA_G2_v2.crt -ICAClient/keystore/cacerts/GTECTGlobalRoot.crt -ICAClient/keystore/cacerts/Pcs3ss_v4.crt -ICAClient/keystore/cacerts/SecureServer.crt -ICAClient/libctxssl.so -ICAClient/libproxy.so -ICAClient/nls/C -ICAClient/nls/de/Npica -ICAClient/nls/de/Npica.ad -ICAClient/nls/de/UTF-8/Wfcmgr -ICAClient/nls/de/UTF-8/Wfica -ICAClient/nls/de/UTF-8/XCapture -ICAClient/nls/de/UTF-8/XCapture.ad -ICAClient/nls/de/UTF-8/eula.txt -ICAClient/nls/de/UTF-8/pna.nls -ICAClient/nls/de/UTF-8/setupwfc.msg -ICAClient/nls/de/Wfcmgr -ICAClient/nls/de/Wfica -ICAClient/nls/de/XCapture -ICAClient/nls/de/XCapture.ad -ICAClient/nls/de/appsrv.ini -ICAClient/nls/de/eula.txt -ICAClient/nls/de/hinst.msg -ICAClient/nls/de/index.htm -ICAClient/nls/de/module.ini -ICAClient/nls/de/pna.nls -ICAClient/nls/de/setupwfc.msg -ICAClient/nls/de/wfclient.ini -ICAClient/nls/en/Npica -ICAClient/nls/en/Npica.ad -ICAClient/nls/en/UTF-8/Wfcmgr -ICAClient/nls/en/UTF-8/Wfica -ICAClient/nls/en/UTF-8/XCapture -ICAClient/nls/en/UTF-8/XCapture.ad -ICAClient/nls/en/UTF-8/eula.txt -ICAClient/nls/en/UTF-8/pna.nls -ICAClient/nls/en/UTF-8/setupwfc.msg -ICAClient/nls/en/Wfcmgr -ICAClient/nls/en/Wfica -ICAClient/nls/en/XCapture -ICAClient/nls/en/XCapture.ad -ICAClient/nls/en/appsrv.ini -ICAClient/nls/en/eula.txt -ICAClient/nls/en/hinst.msg -ICAClient/nls/en/index.htm -ICAClient/nls/en/module.ini -ICAClient/nls/en/pna.nls -ICAClient/nls/en/setupwfc.msg -ICAClient/nls/en/wfclient.ini -ICAClient/nls/ja/Npica -ICAClient/nls/ja/Npica.ad -ICAClient/nls/ja/UTF-8/Wfcmgr -ICAClient/nls/ja/UTF-8/Wfica -ICAClient/nls/ja/UTF-8/XCapture -ICAClient/nls/ja/UTF-8/XCapture.ad -ICAClient/nls/ja/UTF-8/eula.txt -ICAClient/nls/ja/UTF-8/pna.nls -ICAClient/nls/ja/UTF-8/setupwfc.msg -ICAClient/nls/ja/Wfcmgr -ICAClient/nls/ja/Wfica -ICAClient/nls/ja/XCapture -ICAClient/nls/ja/XCapture.ad -ICAClient/nls/ja/appsrv.ini -ICAClient/nls/ja/eula.txt -ICAClient/nls/ja/hinst.msg -ICAClient/nls/ja/index.htm -ICAClient/nls/ja/module.ini -ICAClient/nls/ja/pna.nls -ICAClient/nls/ja/setupwfc.msg -ICAClient/nls/ja/wfclient.ini -ICAClient/npica.so -ICAClient/pkginf/F.core.linuxx86 -ICAClient/pkginf/Ver.core.linuxx86 -ICAClient/pkginf/changeno.dat -ICAClient/setupwfc -ICAClient/util/echo_cmd -ICAClient/util/gst_play -ICAClient/util/hinst -ICAClient/util/icalicense.sh -ICAClient/util/libgstflatstm.so -ICAClient/util/nslaunch -ICAClient/util/pac.js -ICAClient/util/pacexec -ICAClient/util/pnabrowse -ICAClient/util/sunraymac.sh -ICAClient/util/what -ICAClient/util/xcapture -ICAClient/wfcmgr -ICAClient/wfica -ICAClient/wfica.sh -ICAClient/wfica_assoc.sh -bin/wfcmgr -bin/wfica -@dirrm ICAClient/util -@dirrm ICAClient/pkginf -@dirrm ICAClient/nls/ja/UTF-8 -@dirrm ICAClient/nls/ja -@dirrm ICAClient/nls/en/UTF-8 -@dirrm ICAClient/nls/en -@dirrm ICAClient/nls/de/UTF-8 -@dirrm ICAClient/nls/de -@dirrm ICAClient/nls -@dirrm ICAClient/keystore/cacerts -@dirrm ICAClient/keystore -@dirrm ICAClient/keyboard -@dirrm ICAClient/icons -@dirrm ICAClient/help -@dirrm ICAClient/desktop -@dirrm ICAClient/config/usertemplate -@dirrm ICAClient/config -@dirrm ICAClient |