diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
commit | b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e (patch) | |
tree | 8af93908ea781b500c84a3f66c1a7e07b1642782 | |
parent | b272f7cc9d952121fdfd294bd10287e62d113240 (diff) | |
download | ports-b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e.tar.gz ports-b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e.zip |
Notes
175 files changed, 18 insertions, 5366 deletions
@@ -4724,3 +4724,21 @@ devel/icu2|devel/icu|2010-12-16|Removed: now obsolete and unused please use newe devel/icu4|devel/icu|2010-12-17|Removed: devel/icu is now following 4.x version multimedia/flv2mpeg4||2010-12-23|Abandoned upstream databases/mysql55-scripts||2010-12-27|Merged in other mysql ports +databases/p5-sqlrelay||2010-12-31|Has expired: broken and upstream disapeared +devel/php-dbg2||2010-12-31|Has expired: No upstream support +dns/fourcdns||2010-12-31|Has expired: upstream has disapeared +emulators/win4bsd||2010-12-31|Has expired: Development has ceased and distfile is no longer available +french/mozilla-flp||2010-12-31|Has expired: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. +french/xtel||2010-12-31|Has expired: Minitel services will be discontinued at the end of 2010. +ftp/ftpq||2010-12-31|Has expired: upstream has disapeared +graphics/paintlib||2010-12-31|Has expired: does not compile with new tiff and no more maintained upstream +graphics/g3dviewer||2010-12-31|Has expired: does not build with gcc 4.2, upstream disapeared +lang/scriba||2010-12-31|Has expired: Does not compile with gcc 4.2+, looks like abandonware +math/rascal||2010-12-31|Has expired: Broken on every arch since 2008, looks like an abandonware +net-mgmt/nrg||2010-12-31|Has expired: Project has vanished. Use cacti instead. +security/hostsentry||2010-12-31|Has expired: Project is dead. +sysutils/kcube||2010-12-31|Has expired: Project has vanished +www/cybercalendar||2010-12-31|Has expired: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974) +www/flock||2010-12-31|Has expired: Flock 3 moves from Firefox to Chromium +www/linux-flock||2010-12-31|Has expired: Flock 3 moves from Firefox to Chromium +x11-clocks/xtu||2010-12-31|Has expired: Looks like abandonware diff --git a/databases/Makefile b/databases/Makefile index 66c6d1a48047..dd43a4f42d16 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -461,7 +461,6 @@ SUBDIR += p5-mysql-genocide SUBDIR += p5-postgresql-plperl SUBDIR += p5-qdbm - SUBDIR += p5-sqlrelay SUBDIR += p5-tokyotyrant SUBDIR += pear-DB SUBDIR += pear-DBA diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile deleted file mode 100644 index 7b3d30057e43..000000000000 --- a/databases/p5-sqlrelay/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: Perl5 modules for SQL Relay -# Date created: 2 July 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= ${SQLRELAY_PORTNAME} -PORTVERSION= ${SQLRELAY_PORTVERSION} -PORTREVISION= 2 -CATEGORIES= databases perl5 -MASTER_SITES= # none -PKGNAMEPREFIX= p5- -DISTFILES= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 modules to access to SQL Relay, including a DBD interface - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch -LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR} - -DEPRECATED= broken and upstream disapeared -EXPIRATION_DATE= 2010-12-30 -BROKEN= does not build - -USE_PERL5= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= ${SQLRELAY_CONFIGURE_ARGS} \ - --with-pod2man=`which pod2man` \ - --with-perl-prefix="/usr" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - ${SQLRELAY_CONFIGURE_ENV} - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= DBD::SQLRelay.3 SQLRelay::Connection.3 SQLRelay::Cursor.3 - -.include "${.CURDIR}/../sqlrelay/Makefile.common" -.include <bsd.port.pre.mk> - -do-extract: - ${MKDIR} ${WRKDIR} - ${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC} - ${RM} -rf ${WRKSRC}/src/api/perl/CVS - -post-patch: - ${REINPLACE_CMD} -e 's/installman3dir/siteman3dir/g' \ - ${WRKSRC}/src/api/perl/*/Makefile - -do-build: - for dir in ${WRKSRC}/src/api/perl/*; do \ - cd $$dir && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} \ - ${MAKE_ARGS} ${ALL_TARGET}; \ - done - -do-install: - for dir in ${WRKSRC}/src/api/perl/*; do \ - cd $$dir && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} \ - ${MAKE_ARGS} ${INSTALL_TARGET}; \ - done - -.include <bsd.port.post.mk> diff --git a/databases/p5-sqlrelay/pkg-descr b/databases/p5-sqlrelay/pkg-descr deleted file mode 100644 index ba41f340095d..000000000000 --- a/databases/p5-sqlrelay/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides Perl5 modules to access to SQL Relay, including -a DBD interface. - -WWW: http://www.firstworks.com/sqlrelay.html diff --git a/databases/p5-sqlrelay/pkg-plist b/databases/p5-sqlrelay/pkg-plist deleted file mode 100644 index 031fe7fc7819..000000000000 --- a/databases/p5-sqlrelay/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%SITE_PERL%%/DBD/SQLRelay.pm -@dirrmtry %%SITE_PERL%%/DBD -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLRelay/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/SQLRelay -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD -%%SITE_PERL%%/%%PERL_ARCH%%/SQLRelay/Connection.pm -%%SITE_PERL%%/%%PERL_ARCH%%/SQLRelay/Cursor.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Connection/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Connection/Connection.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Connection/Connection.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Connection -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Cursor/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Cursor/Cursor.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Cursor/Cursor.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay/Cursor -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SQLRelay -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/SQLRelay diff --git a/devel/Makefile b/devel/Makefile index d4ee969b2779..d78630406cf2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2614,7 +2614,6 @@ SUBDIR += perlconsole SUBDIR += perltidy SUBDIR += pharmacy - SUBDIR += php-dbg2 SUBDIR += php-java-bridge SUBDIR += php-libawl SUBDIR += php-xdebug diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile deleted file mode 100644 index 67f3148331ac..000000000000 --- a/devel/php-dbg2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: php-dbg2 -# Date created: 19 July 2007 -# Whom: Josh Paetzel <josh@tcbug.org> -# -# $FreeBSD$ -# - -PORTNAME= dbg2 -PORTVERSION= 2.15.5 -CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/dbg/${PORTVERSION} -PKGNAMEPREFIX= php- -DISTNAME= dbg-${PORTVERSION} - -MAINTAINER= jpaetzel@FreeBSD.org -COMMENT= Debugger for PHP - -USE_PHP= yes -USE_PHPIZE= yes -DEFAULT_PHP_VER=5 -CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler \ - --with-php-config=${PREFIX}/bin/php-config \ - --prefix=${PREFIX}/lib/php/${PHP_EXT_DIR} -PKGMESSAGE= pkg-message - -BROKEN= does not compile with PHP 5.3.x or recent versions of 5.2.x -DEPRECATED= No upstream support -EXPIRATION_DATE= 2010-12-30 - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/php-dbg2/distinfo b/devel/php-dbg2/distinfo deleted file mode 100644 index 3a438c157695..000000000000 --- a/devel/php-dbg2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbg-2.15.5.tar.gz) = 1183c5d87635adf77b416787e4916965 -SHA256 (dbg-2.15.5.tar.gz) = 84dc46495610cd6ca96ff32578ee5df75aad672228cb63d593e72796bd11d77a -SIZE (dbg-2.15.5.tar.gz) = 252533 diff --git a/devel/php-dbg2/files/patch-dbg.c b/devel/php-dbg2/files/patch-dbg.c deleted file mode 100644 index 628ca6e75826..000000000000 --- a/devel/php-dbg2/files/patch-dbg.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./dbg.c.orig 2010-04-13 09:40:15.000000000 -0400 -+++ ./dbg.c 2010-04-13 09:41:12.000000000 -0400 -@@ -563,7 +563,7 @@ - } - DBG(is_extension_activated) = 1; - if (DBG(cfgprm_enabled)) { -- CG(extended_info) = 1; -+ CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; - } - } - -@@ -571,7 +571,7 @@ - TSRMLS_FETCH1(C); - - DBG_TRACE(("dbg_deactivate Zend extension\n")); -- CG(extended_info) = 0; -+ CG(compiler_options) = 0; - - /* TS_ALLOC_DTOR_CALL(DBG); */ - } diff --git a/devel/php-dbg2/files/patch-dbg_cmd.c b/devel/php-dbg2/files/patch-dbg_cmd.c deleted file mode 100644 index 20571784315b..000000000000 --- a/devel/php-dbg2/files/patch-dbg_cmd.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./dbg_cmd.c.orig 2010-04-13 09:41:26.000000000 -0400 -+++ ./dbg_cmd.c 2010-04-13 09:41:53.000000000 -0400 -@@ -601,7 +601,7 @@ - - memset(&data, 0, sizeof(data)); - Z_TYPE_P(&data) = IS_STRING; -- data.refcount++; -+ Z_ADDREF(data); - - if (DBG(eval_error)) { - efree(DBG(eval_error)); -@@ -627,7 +627,7 @@ - - memset(&buf, 0, sizeof(buf)); - Z_TYPE_P(&buf) = IS_STRING; -- buf.refcount++; -+ Z_ADDREF(buf); - - if (req->istr!=0 && (!dbg_packet_findstring(inpack, req->istr, &str, &sz) || sz<=0)) return 0; - if (str && strlen(str)==0) str = NULL; diff --git a/devel/php-dbg2/pkg-descr b/devel/php-dbg2/pkg-descr deleted file mode 100644 index c87b7fa15a01..000000000000 --- a/devel/php-dbg2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The DBG Php Debugger is a comprehensive software tool that helps you -debugging your php scripts. - -WWW: http://dd.cron.ru/dbg/ diff --git a/devel/php-dbg2/pkg-message b/devel/php-dbg2/pkg-message deleted file mode 100644 index 1611c96ff6e2..000000000000 --- a/devel/php-dbg2/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -***************************************************************************** -This product includes DBG PHP Debugger, Copyright(C) 1999, 2000, 2001, -2002 Nusphere Corporation, http://www.nusphere.com/dbg - -The php debugger has been installed successful. -Add a line containing - - extension=dbg.so - -to your %%LOCALBASE%%/etc/php/extensions.ini to load it. -If you have the Zend Optimizer installed, add the line - - zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/dbg.so - -to your [zend] section in the php.ini file, too. -Add following section to enable/disable whatever you need from the debugger: - - [Debugger] - debugger.enabled=on - debugger.profiler_enabled=on - debugger.enable_session_cookie=on - debugger.JIT_enabled=on - debugger.JIT_port=7869 - -***************************************************************************** diff --git a/devel/php-dbg2/pkg-plist b/devel/php-dbg2/pkg-plist deleted file mode 100644 index ab9d144b978b..000000000000 --- a/devel/php-dbg2/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/php/%%PHP_EXT_DIR%%/dbg.so -@dirrmtry lib/php/%%PHP_EXT_DIR%% diff --git a/dns/Makefile b/dns/Makefile index d555bdd88fc5..6749dab73413 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -53,7 +53,6 @@ SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns - SUBDIR += fourcdns SUBDIR += fpdns SUBDIR += geta SUBDIR += ghtool diff --git a/dns/fourcdns/Makefile b/dns/fourcdns/Makefile deleted file mode 100644 index a099e20c42b3..000000000000 --- a/dns/fourcdns/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: fourcdns -# Date created: 01 Jan 2007 -# Whom: Ron Scheckelhoff <rscheckelhoff@fourcalorieservers.com> -# -# $FreeBSD$ -# - -PORTNAME= fourcdns -PORTVERSION= 1.1.0 -CATEGORIES= dns -MASTER_SITES= http://www.fourcalorieservers.com/ports/dns/fourcdns/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple DNS server - -DEPRECATED= upstream has disapeared -EXPIRATION_DATE= 2010-12-30 -BROKEN= does not fetch - -PLIST_FILES= bin/fourcdns - -NO_BUILD= yes -USE_LDCONFIG= yes - -MAN7= fourcdns.7 -PORTDOCS= fourcdns.pdf - -# distfile contains i386 binary -ONLY_FOR_ARCHS= i386 - -EXEFILE= fourcdns6 -MGRGUI= fourcdnsmgr6 -LIBWXBASE= wxversion6/libwx_base-2.6.so.0 -LIBWXBASENET= wxversion6/libwx_base_net-2.6.so.0 -LIBWXBASEXML= wxversion6/libwx_base_xml-2.6.so.0 -LIBWXX11UNIVADV= wxversion6/libwx_x11univ_adv-2.6.so.0 -LIBWXX11UNIVCORE= wxversion6/libwx_x11univ_core-2.6.so.0 -LIBWXX11UNIVHTML= wxversion6/libwx_x11univ_html-2.6.so.0 -LIBWXX11UNIVQA= wxversion6/libwx_x11univ_qa-2.6.so.0 -LIBWXX11UNIVXRC= wxversion6/libwx_x11univ_xrc-2.6.so.0 -LIBWXX11UNIVMED= wxversion6/libwx_x11univ_media-2.6.so.0 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${EXEFILE} ${PREFIX}/bin/fourcdns - ${MKDIR} ${PREFIX}/zerocaloriedns - ${INSTALL_PROGRAM} ${WRKSRC}/${MGRGUI} ${PREFIX}/zerocaloriedns/fourcdnsmgr6 - ${INSTALL_PROGRAM} ${WRKSRC}/${MGRGUI} ${PREFIX}/bin/fourcdnsmgr6 - ${INSTALL_PROGRAM} ${WRKSRC}/${EXEFILE} ${PREFIX}/zerocaloriedns/fourcdns - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXBASE} ${PREFIX}/lib/libwx_base-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXBASENET} ${PREFIX}/lib/libwx_base_net-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXBASEXML} ${PREFIX}/lib/libwx_base_xml-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVADV} ${PREFIX}/lib/libwx_x11univ_adv-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVCORE} ${PREFIX}/lib/libwx_x11univ_core-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVHTML} ${PREFIX}/lib/libwx_x11univ_html-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVQA} ${PREFIX}/lib/libwx_x11univ_qa-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVXRC} ${PREFIX}/lib/libwx_x11univ_xrc-2.6.so.0 - ${INSTALL_PROGRAM} ${WRKSRC}/${LIBWXX11UNIVMED} ${PREFIX}/lib/libwx_x11univ_media-2.6.so.0 - ${INSTALL_MAN} ${WRKSRC}/fourcdns.7 ${MAN7PREFIX}/man/man7/fourcdns.7 - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/fourcdns.pdf ${DOCSDIR}/fourcdns.pdf - ${INSTALL_DATA} ${WRKSRC}/index.htm ${PREFIX}/zerocaloriedns/index.htm - ${INSTALL_DATA} ${WRKSRC}/zerocaloriedns.set ${PREFIX}/zerocaloriedns/zerocaloriedns.set - ${INSTALL_DATA} ${WRKSRC}/license.txt ${PREFIX}/zerocaloriedns/license.txt - ${INSTALL_DATA} ${WRKSRC}/wxWidgetsNotes.txt ${PREFIX}/zerocaloriedns/wxWidgetsNotes.txt - ${INSTALL_DATA} ${WRKSRC}/wxWidgetsLicense.txt ${PREFIX}/zerocaloriedns/wxWidgetsLicense.txt - -.include <bsd.port.mk> diff --git a/dns/fourcdns/distinfo b/dns/fourcdns/distinfo deleted file mode 100644 index 439ecbc2bca9..000000000000 --- a/dns/fourcdns/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fourcdns-1.1.0.tar.gz) = 72dc59e51a9fcf5e5291143f1e99efc0 -SHA256 (fourcdns-1.1.0.tar.gz) = 551b7916e9a425f6706bc627a2bf32eeaeac961f8c1491474fae943631ea1d6c -SIZE (fourcdns-1.1.0.tar.gz) = 6180335 diff --git a/dns/fourcdns/pkg-descr b/dns/fourcdns/pkg-descr deleted file mode 100644 index c5c48bf319af..000000000000 --- a/dns/fourcdns/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Four Calorie DNS Server is a very simple dns server that can power a -single one-ip-address domain. It can handle SOA, NS, MX, A, and PTR -requests. The 1.1.0 version includes a nice X windows GUI for management. - -WWW: http://www.fourcalorieservers.com/ diff --git a/dns/fourcdns/pkg-plist b/dns/fourcdns/pkg-plist deleted file mode 100644 index e53c173a930c..000000000000 --- a/dns/fourcdns/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/fourcdnsmgr6 -lib/libwx_base-2.6.so.0 -lib/libwx_base_net-2.6.so.0 -lib/libwx_base_xml-2.6.so.0 -lib/libwx_x11univ_adv-2.6.so.0 -lib/libwx_x11univ_core-2.6.so.0 -lib/libwx_x11univ_html-2.6.so.0 -lib/libwx_x11univ_media-2.6.so.0 -lib/libwx_x11univ_qa-2.6.so.0 -lib/libwx_x11univ_xrc-2.6.so.0 -%%PORTDOCS%%%%DOCSDIR%%/fourcdns.pdf -zerocaloriedns/fourcdns -zerocaloriedns/fourcdnsmgr6 -zerocaloriedns/index.htm -zerocaloriedns/license.txt -zerocaloriedns/wxWidgetsLicense.txt -zerocaloriedns/wxWidgetsNotes.txt -zerocaloriedns/zerocaloriedns.set -@dirrm zerocaloriedns -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/emulators/Makefile b/emulators/Makefile index 82b58c910c9b..82532878cc94 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -187,7 +187,6 @@ SUBDIR += vpce SUBDIR += vxtools SUBDIR += wahcade - SUBDIR += win4bsd SUBDIR += wine SUBDIR += wine-doors SUBDIR += x48 diff --git a/emulators/win4bsd/Makefile b/emulators/win4bsd/Makefile deleted file mode 100644 index c05ab3951eb3..000000000000 --- a/emulators/win4bsd/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection Makefile for: win4bsd -# Date created: 17 Nov 2006 -# Whom: Jason W. Bacon <bacon@smithers.neuro.mcw.edu> -# -# $FreeBSD$ -# - -PORTNAME= win4bsd -PORTVERSION= 1.1 -PORTREVISION= 4 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.v-bridges.com/pub/archive/pro/releases/bsd/pro/${PORTVERSION}/ -DISTNAME= Win4BSD-1.1_63918_i386-freebsd -EXTRACT_SUFX= .tbz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Win4BSD Virtual Machine for Windows under BSD - -LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x -RUN_DEPENDS= kqemu-kmod>1.3.0.p11:${PORTSDIR}/emulators/kqemu-kmod \ - xwininfo:${PORTSDIR}/x11/xwininfo - -BROKEN= does not fetch -DEPRECATED= Development has ceased and distfile is no longer available -EXPIRATION_DATE=2010-12-31 -CONFLICTS= Win4BSD-[0-9]* - -ONLY_FOR_ARCHS= i386 -ONLY_FOR_ARCHS_REASON= installs an i386 binary which requires dependecies -USE_BZIP2= yes -USE_GNOME= gtk12 -USE_LDCONFIG= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes -RESTRICTED= Redistribution is not allowed - -PKGDEINSTALL= ${WRKSRC}/+POST-DEINSTALL - -SUB_FILES= pkg-message - -POST_PATCH_REMOVE_FILES= \ - usr/local/lib/win4bsd/bin/postinstall.sh.orig \ - usr/local/lib/win4bsd/etc/mergepro_rc.orig \ - usr/local/lib/win4bsd/etc/rc.Win4BSD.orig - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/+POST-* \ - ${WRKSRC}/usr/local/lib/win4bsd/bin/postinstall.sh \ - ${WRKSRC}/usr/local/share/applications/kde/*.desktop \ - ${WRKSRC}/usr/local/lib/win4bsd/etc/rc.Win4BSD - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/usr/local/lib/win4bsd/etc/mrgprossv.sh -.for file in ${POST_PATCH_REMOVE_FILES} - @${RM} ${WRKSRC}/${file} -.endfor - -do-install: - ${CP} -R ${WRKSRC}/usr/local/* ${PREFIX} - ${CP} -R ${WRKSRC}/usr/share/* ${PREFIX}/share - -post-install: - @${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD} - -.include <bsd.port.mk> diff --git a/emulators/win4bsd/distinfo b/emulators/win4bsd/distinfo deleted file mode 100644 index 6f52d80ca278..000000000000 --- a/emulators/win4bsd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Win4BSD-1.1_63918_i386-freebsd.tbz) = 5ee07209f889c5e9e81c7420614bdc1a -SHA256 (Win4BSD-1.1_63918_i386-freebsd.tbz) = 432b214b20438374516ba688f8b3932c134d3c82a82d6b998995da6f164b3f19 -SIZE (Win4BSD-1.1_63918_i386-freebsd.tbz) = 7264362 diff --git a/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__bin__postinstall.sh b/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__bin__postinstall.sh deleted file mode 100644 index 7306dc9a38f1..000000000000 --- a/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__bin__postinstall.sh +++ /dev/null @@ -1,28 +0,0 @@ ---- ./usr/local/lib/win4bsd/bin/postinstall.sh.orig 2009-11-13 23:12:52.000000000 -0200 -+++ ./usr/local/lib/win4bsd/bin/postinstall.sh 2009-11-13 23:14:36.000000000 -0200 -@@ -259,25 +259,6 @@ - "%u additional user%U for MergePro" - fi - --# build the KQEMU accelerator module if possible --MERGEPRO_RC_BACK="no" --case "$SYSTEMTYPE" in -- uw7) -- echo "Installing $MERGENAME device driver (kqemu)..." -- echo "NOTE: you may be prompted to reboot your system!" -- echo "If a system reboot is not required, $MERGENAME" -- echo "services will start automatically..." -- set +e -- modadmin -U kqemu >/dev/null 2>&1 -- set -e -- "$STATICMERGE"/etc/Driver.SETUP -- MRGPRO_RC_BACK="yes" # background start in case of init 6 -- ;; -- *) -- KQEMU_NO_FAIL=yes; export KQEMU_NO_FAIL -- "$STATICMERGE"/bin/build_kqemu.sh -- ;; --esac - - # start the Merge Pro service - set -e diff --git a/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__etc__mergepro_rc b/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__etc__mergepro_rc deleted file mode 100644 index 3eb93b4d9744..000000000000 --- a/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__etc__mergepro_rc +++ /dev/null @@ -1,49 +0,0 @@ ---- ./usr/local/lib/win4bsd/etc/mergepro_rc.orig 2009-11-13 23:32:08.000000000 -0200 -+++ ./usr/local/lib/win4bsd/etc/mergepro_rc 2009-11-13 23:32:28.000000000 -0200 -@@ -131,46 +131,6 @@ - "$STATICMERGE"/bin/mergepro-cdahubd - fi - -- # load platform-specific drivers/daemons -- sleep 1 -- case "$SYSTEMTYPE" in -- linux) -- # load the KQEMU module quietly -- "$STATICMERGE/bin/reload_kqemu.sh" -- -- # create the device node for /dev/kqemu -- KQMAJOR=`cat /proc/devices|grep kqemu|cut -d ' ' -f 1` -- if [ "$KQMAJOR" != "" ]; then -- rm -f /dev/kqemu >/dev/null 2>&1 -- mknod -m 0666 /dev/kqemu c $KQMAJOR 0 \ -- >/dev/null 2>&1 -- else -- -- # attempt to build the KQEMU module -- # if it did not load properly -- KQEMU_NO_FAIL="yes" -- KQEMU_NO_REBOOT="yes" -- export KQEMU_NO_FAIL KQEMU_NO_REBOOT -- "$STATICMERGE"/bin/build_kqemu.sh -- fi -- ;; -- bsd) -- # load the KQEMU module quietly -- kldload kqemu >/dev/null 2>&1 -- kldstat -n kqemu >/dev/null 2>&1 -- if [ $? -ne 0 ]; then -- -- # attempt to build the KQEMU module -- # if it did not load properly -- KQEMU_NO_FAIL="yes" -- KQEMU_NO_REBOOT="yes" -- export KQEMU_NO_FAIL KQEMU_NO_REBOOT -- "$STATICMERGE"/bin/build_kqemu.sh -- fi -- ;; -- *) -- ;; -- esac - - exit 0 - ;; diff --git a/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__etc__rc.Win4BSD b/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__etc__rc.Win4BSD deleted file mode 100644 index 23b4c578f0ad..000000000000 --- a/emulators/win4bsd/files/patch-usr__local__lib__win4bsd__etc__rc.Win4BSD +++ /dev/null @@ -1,68 +0,0 @@ ---- ./usr/local/lib/win4bsd/etc/rc.Win4BSD.orig 2006-11-15 18:02:59.000000000 -0200 -+++ ./usr/local/lib/win4bsd/etc/rc.Win4BSD 2009-11-14 00:02:03.000000000 -0200 -@@ -4,19 +4,46 @@ - # - - # PROVIDE: Win4BSD --# REQUIRE: DAEMON -+# REQUIRE: DAEMON kqemu - - . /etc/rc.subr - - name="Win4BSD" - command="/usr/local/lib/win4bsd/etc/mergepro_rc" -+start_precmd="win4bsd_precmd" - start_cmd="win4bsd_start" - stop_cmd="win4bsd_stop" - restart_cmd="win4bsd_restart" - status_cmd="win4bsd_status" - -+local_force_depend() -+{ -+ _depend="$1" -+ if [ -f /usr/local/etc/rc.d/${_depend}.sh ]; then -+ _depend="${_depend}.sh" -+ fi -+ -+ if ! /usr/local/etc/rc.d/${_depend} forcestart; then -+ return 1 -+ fi -+ -+ return 0 -+} -+ -+win4bsd_precmd() -+{ -+ if ! checkyesno kqemu_enable -+ then -+ local_force_depend kqemu || return 1 -+ fi -+} -+ - win4bsd_start() - { -+ if ! checkyesno kqemu_enable ; then -+ return 0 -+ fi -+ - [ -x $command ] && $command start - } - -@@ -27,6 +54,10 @@ - - win4bsd_restart() - { -+ if ! checkyesno kqemu_enable ; then -+ return 0 -+ fi -+ - [ -x $command ] && $command restart - } - -@@ -35,5 +66,6 @@ - [ -x $command ] && $command status - } - -+load_rc_config ${name} - run_rc_command "$1" - diff --git a/emulators/win4bsd/files/pkg-message.in b/emulators/win4bsd/files/pkg-message.in deleted file mode 100644 index c9e69be13aab..000000000000 --- a/emulators/win4bsd/files/pkg-message.in +++ /dev/null @@ -1,19 +0,0 @@ -======================================================================= - -Win4BSD is commercial software. If you do not have a license, this -installation will be fully functional for a limited trial period. -For licensing information, please visit: - - http://www.win4bsd.com/ - -To get started installing Windows, see the documentation at the web. - -For completing the installation, ensure "mergeprod" is not running, -and run the following command for the initial setup: - -$ %%PREFIX%%/lib/win4bsd/bin/postinstall.sh - -Do not forget to enable kqemu on rc.conf before starting -Win4BSD. - -======================================================================= diff --git a/emulators/win4bsd/pkg-descr b/emulators/win4bsd/pkg-descr deleted file mode 100644 index 7fbee84d31c5..000000000000 --- a/emulators/win4bsd/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Win4BSD is a PC emulator that runs Windows as a guest at nearly native -speed under FreeBSD. It is based on QEMU, a partially open, partially -closed source emulator package. However, Win4BSD offers many advantages, -including much greater speed, ease of use, more seamless integration with -the host OS, and "grabless" mouse transition between the host and Windows -guest. - -Win4BSD is the latest port of a product that has previously been known as -Win4lin and SCO Merge. - -This port downloads, extracts and installs the contents of the Win4BSD -package. It will work with or without a Win4BSD license. If you do not -have a license, Win4BSD will function for a 3 week trial period. - -WWW: http://www.win4bsd.com/ diff --git a/emulators/win4bsd/pkg-plist b/emulators/win4bsd/pkg-plist deleted file mode 100644 index 62e874d41923..000000000000 --- a/emulators/win4bsd/pkg-plist +++ /dev/null @@ -1,286 +0,0 @@ -lib/win4bsd/bin/ask_license.sh -lib/win4bsd/bin/build_kqemu.sh -lib/win4bsd/bin/check_license -lib/win4bsd/bin/dospro -lib/win4bsd/bin/export-profile -lib/win4bsd/bin/fcopy -lib/win4bsd/bin/fdir -lib/win4bsd/bin/fformat -lib/win4bsd/bin/freedesktop_icon.sh -lib/win4bsd/bin/host-gcc -lib/win4bsd/bin/hostname.sh -lib/win4bsd/bin/import-profile -lib/win4bsd/bin/installdospro -lib/win4bsd/bin/installwinpro -lib/win4bsd/bin/linktest -lib/win4bsd/bin/loadcd -lib/win4bsd/bin/loadwinproCD -lib/win4bsd/bin/mcopy -lib/win4bsd/bin/mdir -lib/win4bsd/bin/mergepro-configs.sh -lib/win4bsd/bin/mergepro-core -lib/win4bsd/bin/mergepro-exec -lib/win4bsd/bin/mergepro-getfname -lib/win4bsd/bin/mergepro-gfx -lib/win4bsd/bin/mergepro-gmsg -lib/win4bsd/bin/mergepro-gowimg -lib/win4bsd/bin/mergepro-gowinfo -lib/win4bsd/bin/mergepro-help.sh -lib/win4bsd/bin/mergepro-identcd.sh -lib/win4bsd/bin/mergepro-identcdx -lib/win4bsd/bin/mergepro-img -lib/win4bsd/bin/mergepro-int -lib/win4bsd/bin/mergepro-kqcheck -lib/win4bsd/bin/mergepro-libtest -lib/win4bsd/bin/mergepro-licinfo -lib/win4bsd/bin/mergepro-linktest -lib/win4bsd/bin/mergepro-nmbd -lib/win4bsd/bin/mergepro-oneclick -lib/win4bsd/bin/mergepro-popup -lib/win4bsd/bin/mergepro-print.sh -lib/win4bsd/bin/mergepro-root_test -lib/win4bsd/bin/mergepro-smbd -lib/win4bsd/bin/mergepro-version -lib/win4bsd/bin/mergepro-w2u -lib/win4bsd/bin/mergeprod -lib/win4bsd/bin/mformat -lib/win4bsd/bin/mkimg.sh -lib/win4bsd/bin/postinstall.sh -lib/win4bsd/bin/postinstall.sh.bak -lib/win4bsd/bin/prompt_reboot.sh -lib/win4bsd/bin/prosupport-linux.sh -lib/win4bsd/bin/prosupport.sh -lib/win4bsd/bin/reload_kqemu.sh -lib/win4bsd/bin/unimount.sh -lib/win4bsd/bin/winpro -lib/win4bsd/bin/winpro-desktop.sh -lib/win4bsd/docs/Changelog.html -lib/win4bsd/docs/Changelog.txt -lib/win4bsd/docs/Help-Center-en.html -lib/win4bsd/docs/Release-Notes.html -lib/win4bsd/docs/Release-Notes.txt -lib/win4bsd/docs/Users-Guide.html -lib/win4bsd/etc/README.bios-binaries -lib/win4bsd/etc/README.freedos -lib/win4bsd/etc/README.kqemu -lib/win4bsd/etc/README.mergepro-samba-patch -lib/win4bsd/etc/README.mtools -lib/win4bsd/etc/bios.bin -lib/win4bsd/etc/cdrom.img -lib/win4bsd/etc/fdisk.img -lib/win4bsd/etc/format.img -lib/win4bsd/etc/gtkrc-mergepro-default -lib/win4bsd/etc/jail/readme.txt -lib/win4bsd/etc/keymaps/ar -lib/win4bsd/etc/keymaps/common -lib/win4bsd/etc/keymaps/da -lib/win4bsd/etc/keymaps/de -lib/win4bsd/etc/keymaps/de-ch -lib/win4bsd/etc/keymaps/en-gb -lib/win4bsd/etc/keymaps/en-us -lib/win4bsd/etc/keymaps/es -lib/win4bsd/etc/keymaps/et -lib/win4bsd/etc/keymaps/fi -lib/win4bsd/etc/keymaps/fo -lib/win4bsd/etc/keymaps/fr -lib/win4bsd/etc/keymaps/fr-be -lib/win4bsd/etc/keymaps/fr-ca -lib/win4bsd/etc/keymaps/fr-ch -lib/win4bsd/etc/keymaps/hr -lib/win4bsd/etc/keymaps/hu -lib/win4bsd/etc/keymaps/is -lib/win4bsd/etc/keymaps/it -lib/win4bsd/etc/keymaps/ja -lib/win4bsd/etc/keymaps/lt -lib/win4bsd/etc/keymaps/lv -lib/win4bsd/etc/keymaps/mk -lib/win4bsd/etc/keymaps/modifiers -lib/win4bsd/etc/keymaps/nl -lib/win4bsd/etc/keymaps/nl-be -lib/win4bsd/etc/keymaps/no -lib/win4bsd/etc/keymaps/pl -lib/win4bsd/etc/keymaps/pt -lib/win4bsd/etc/keymaps/pt-br -lib/win4bsd/etc/keymaps/ru -lib/win4bsd/etc/keymaps/sl -lib/win4bsd/etc/keymaps/sv -lib/win4bsd/etc/keymaps/th -lib/win4bsd/etc/keymaps/tr -lib/win4bsd/etc/kqemu.ko.linspire.2.6.10 -lib/win4bsd/etc/kqemu.tar.gz -lib/win4bsd/etc/mergepro-samba.patch -lib/win4bsd/etc/mergepro_rc -lib/win4bsd/etc/mrgprossv.sh -lib/win4bsd/etc/mrgprossv.sh.bak -lib/win4bsd/etc/p138.hdr -lib/win4bsd/etc/p330.hdr -lib/win4bsd/etc/p524.hdr -lib/win4bsd/etc/printcap.mergepro -lib/win4bsd/etc/qemu-patch/README -lib/win4bsd/etc/qemu-patch/qemu-blk-rmv.patch -lib/win4bsd/etc/qemu-patch/qemu-blk-rmv.patch.README -lib/win4bsd/etc/qemu-patch/qemu-block-errfix.patch -lib/win4bsd/etc/qemu-patch/qemu-block-errfix.patch.README -lib/win4bsd/etc/qemu-patch/qemu-block-raw-aio-p.patch -lib/win4bsd/etc/qemu-patch/qemu-block-raw-aio-p.patch.README -lib/win4bsd/etc/qemu-patch/qemu-block-snapdir.patch -lib/win4bsd/etc/qemu-patch/qemu-block-snapdir.patch.README -lib/win4bsd/etc/qemu-patch/qemu-fdleak-fix.patch -lib/win4bsd/etc/qemu-patch/qemu-fdleak-fix.patch.README -lib/win4bsd/etc/qemu-patch/qemu-ide-atapi-eject-inserted.patch -lib/win4bsd/etc/qemu-patch/qemu-ide-atapi-eject-inserted.patch.README -lib/win4bsd/etc/qemu-patch/qemu-mergepro-1985.patch -lib/win4bsd/etc/qemu-patch/qemu-mergepro-1985.patch.README -lib/win4bsd/etc/qemu-patch/qemu-mergepro-make-targets.patch -lib/win4bsd/etc/qemu-patch/qemu-mergepro-make-targets.patch.README -lib/win4bsd/etc/qemu-patch/qemu-mergepro-strings.patch -lib/win4bsd/etc/qemu-patch/qemu-mergepro-strings.patch.README -lib/win4bsd/etc/qemu-patch/qemu-non-glibc-aio.patch -lib/win4bsd/etc/qemu-patch/qemu-non-glibc-aio.patch.README -lib/win4bsd/etc/qemu-patch/qemu-nonlinux-clock.patch -lib/win4bsd/etc/qemu-patch/qemu-nonlinux-clock.patch.README -lib/win4bsd/etc/qemu-patch/qemu-nonlinux-host.patch -lib/win4bsd/etc/qemu-patch/qemu-nonlinux-host.patch.README -lib/win4bsd/etc/qemu-patch/qemu-ossaudio-release.patch -lib/win4bsd/etc/qemu-patch/qemu-ossaudio-release.patch.README -lib/win4bsd/etc/qemu-patch/qemu-pc_get_rtc_state.patch -lib/win4bsd/etc/qemu-patch/qemu-pc_get_rtc_state.patch.README -lib/win4bsd/etc/qemu-patch/qemu-plugin-generic.patch -lib/win4bsd/etc/qemu-patch/qemu-plugin-generic.patch.README -lib/win4bsd/etc/qemu-patch/qemu-ps2-mouse-reset-handler.patch -lib/win4bsd/etc/qemu-patch/qemu-ps2-mouse-reset-handler.patch.README -lib/win4bsd/etc/qemu-patch/qemu-serial-win2kxp.patch -lib/win4bsd/etc/qemu-patch/qemu-serial-win2kxp.patch.README -lib/win4bsd/etc/qemu-patch/qemu-slirp-auto-fake-dns.patch -lib/win4bsd/etc/qemu-patch/qemu-slirp-auto-fake-dns.patch.README -lib/win4bsd/etc/qemu-patch/qemu-slirp-dhcp-dns-fix.patch -lib/win4bsd/etc/qemu-patch/qemu-slirp-dhcp-dns-fix.patch.README -lib/win4bsd/etc/qemu-patch/qemu-slirp-no-bcast-on-4.patch -lib/win4bsd/etc/qemu-patch/qemu-slirp-no-bcast-on-4.patch.README -lib/win4bsd/etc/qemu-patch/qemu-snapshot-hda-only.patch -lib/win4bsd/etc/qemu-patch/qemu-snapshot-hda-only.patch.README -lib/win4bsd/etc/qemu-patch/qemu-usb-hid-10ms-poll.patch -lib/win4bsd/etc/qemu-patch/qemu-usb-hid-10ms-poll.patch.README -lib/win4bsd/etc/qemu-patch/qemu-vga-1024fix.patch -lib/win4bsd/etc/qemu-patch/qemu-vga-1024fix.patch.README -lib/win4bsd/etc/qemu-patch/qemu-vl-mainloop-waitpid.patch -lib/win4bsd/etc/qemu-patch/qemu-vl-mainloop-waitpid.patch.README -lib/win4bsd/etc/qemu-patch/qemu-vl-multicdrom.patch -lib/win4bsd/etc/qemu-patch/qemu-vl-multicdrom.patch.README -lib/win4bsd/etc/qemu-patch/qemu-win2k-hack-dma.patch -lib/win4bsd/etc/qemu-patch/qemu-win2k-hack-dma.patch.README -lib/win4bsd/etc/rc.Win4BSD -lib/win4bsd/etc/rc.Win4BSD.bak -lib/win4bsd/etc/rc.Win4LinPro -lib/win4bsd/etc/systype.sh -lib/win4bsd/etc/user.int -lib/win4bsd/etc/vgabios-cirrus.bin -lib/win4bsd/etc/vgabios.bin -lib/win4bsd/etc/win2kpro-ro.reg -lib/win4bsd/etc/win2kpro.sif -lib/win4bsd/etc/winxphome-ro.reg -lib/win4bsd/etc/winxphome.sif -lib/win4bsd/etc/winxppro-ro.reg -lib/win4bsd/etc/winxppro.sif -lib/win4bsd/lib/bsd54/libX11.so.6 -lib/win4bsd/lib/bsd54/libXext.so.6 -lib/win4bsd/lib/bsd54/libXi.so.6 -lib/win4bsd/lib/bsd54/libc.so.5 -lib/win4bsd/lib/bsd54/libgdk12.so.2 -lib/win4bsd/lib/bsd54/libglib12.so.3 -lib/win4bsd/lib/bsd54/libgmodule12.so.3 -lib/win4bsd/lib/bsd54/libgtk12.so.2 -lib/win4bsd/lib/bsd54/libiconv.so.3 -lib/win4bsd/lib/bsd54/libintl.so.6 -lib/win4bsd/lib/bsd54/libm.so.3 -lib/win4bsd/lib/codepages/codepage.1125 -lib/win4bsd/lib/codepages/codepage.1251 -lib/win4bsd/lib/codepages/codepage.437 -lib/win4bsd/lib/codepages/codepage.737 -lib/win4bsd/lib/codepages/codepage.775 -lib/win4bsd/lib/codepages/codepage.850 -lib/win4bsd/lib/codepages/codepage.852 -lib/win4bsd/lib/codepages/codepage.857 -lib/win4bsd/lib/codepages/codepage.861 -lib/win4bsd/lib/codepages/codepage.866 -lib/win4bsd/lib/codepages/codepage.932 -lib/win4bsd/lib/codepages/codepage.936 -lib/win4bsd/lib/codepages/codepage.949 -lib/win4bsd/lib/codepages/codepage.950 -lib/win4bsd/lib/codepages/unicode_map.1125 -lib/win4bsd/lib/codepages/unicode_map.1251 -lib/win4bsd/lib/codepages/unicode_map.437 -lib/win4bsd/lib/codepages/unicode_map.737 -lib/win4bsd/lib/codepages/unicode_map.775 -lib/win4bsd/lib/codepages/unicode_map.850 -lib/win4bsd/lib/codepages/unicode_map.852 -lib/win4bsd/lib/codepages/unicode_map.857 -lib/win4bsd/lib/codepages/unicode_map.861 -lib/win4bsd/lib/codepages/unicode_map.866 -lib/win4bsd/lib/codepages/unicode_map.932 -lib/win4bsd/lib/codepages/unicode_map.936 -lib/win4bsd/lib/codepages/unicode_map.949 -lib/win4bsd/lib/codepages/unicode_map.950 -lib/win4bsd/lib/codepages/unicode_map.ISO8859-1 -lib/win4bsd/lib/codepages/unicode_map.ISO8859-13 -lib/win4bsd/lib/codepages/unicode_map.ISO8859-15 -lib/win4bsd/lib/codepages/unicode_map.ISO8859-2 -lib/win4bsd/lib/codepages/unicode_map.ISO8859-5 -lib/win4bsd/lib/codepages/unicode_map.ISO8859-7 -lib/win4bsd/lib/codepages/unicode_map.ISO8859-9 -lib/win4bsd/lib/codepages/unicode_map.KOI8-R -lib/win4bsd/lib/codepages/unicode_map.KOI8-U -lib/win4bsd/lib/libplugin.so -lib/win4bsd/lib/sys/README.sources -lib/win4bsd/lib/sys/libX11.so.6 -lib/win4bsd/lib/sys/libXext.so.6 -lib/win4bsd/lib/sys/libXi.so.6 -lib/win4bsd/lib/sys/libc.so.5 -lib/win4bsd/lib/sys/libcam.so.2 -lib/win4bsd/lib/sys/libcrypt.so.2 -lib/win4bsd/lib/sys/libgdk12.so.2 -lib/win4bsd/lib/sys/libglib12.so.3 -lib/win4bsd/lib/sys/libgmodule12.so.3 -lib/win4bsd/lib/sys/libgtk12.so.2 -lib/win4bsd/lib/sys/libiconv.so.3 -lib/win4bsd/lib/sys/libintl.so.6 -lib/win4bsd/lib/sys/libm.so.3 -lib/win4bsd/lib/sys/libsbuf.so.2 -lib/win4bsd/lib/sys/libz.so.2 -lib/win4bsd/win32/bootfix.exe -lib/win4bsd/win32/home.lnk -lib/win4bsd/win32/mrgpro32.exe -lib/win4bsd/win32/mrgpro32_boot.exe -lib/win4bsd/win32/mrgpro32gina.dll -lib/win4bsd/win32/mrgpross.exe -lib/win4bsd/win32/profreg.exe -lib/win4bsd/win32/runonce.bat -lib/win4bsd/win32/sp3post.bat -lib/win4bsd/win32/sp3pre.bat -lib/win4bsd/win32/swapfix.exe -lib/win4bsd/win32/waitsvc.exe -share/applications/kde/Win4BSDPro-HelpCenter.desktop -share/applications/kde/Win4BSDPro-HelpCenter.desktop.bak -share/applications/kde/Win4BSDPro.desktop -share/applications/kde/Win4BSDPro.desktop.bak -share/pixmaps/mergepro-128x128.png -share/pixmaps/mergepro-16x16.png -share/pixmaps/mergepro-16x16.xpm -share/pixmaps/mergepro-32x32.xpm -share/pixmaps/mergepro-64x64.png -share/pixmaps/mergepro-64x64.xpm -@dirrm lib/win4bsd/win32 -@dirrm lib/win4bsd/lib/sys -@dirrm lib/win4bsd/lib/codepages -@dirrm lib/win4bsd/lib/bsd54 -@dirrm lib/win4bsd/lib -@dirrm lib/win4bsd/etc/qemu-patch -@dirrm lib/win4bsd/etc/keymaps -@dirrm lib/win4bsd/etc/jail -@dirrm lib/win4bsd/etc -@dirrmtry lib/win4bsd/docs -@dirrm lib/win4bsd/bin -@dirrmtry lib/win4bsd -@dirrmtry share/applications/kde -@dirrmtry share/applications -@unexec echo "If you are permanently removing this port check the following files/dirs that could be left over (if the setup was executed): \"%D/win4bsd\", \"%D/lib/win4bsd/docs\", \"/etc/default/mergepro\"." | fmt diff --git a/french/Makefile b/french/Makefile index 361000be033f..8a705f93cfe4 100644 --- a/french/Makefile +++ b/french/Makefile @@ -28,11 +28,9 @@ SUBDIR += koffice-i18n SUBDIR += koffice-kde4-l10n SUBDIR += med - SUBDIR += mozilla-flp SUBDIR += php_doc SUBDIR += plgrenouille SUBDIR += tvdownloader SUBDIR += verbiste - SUBDIR += xtel .include <bsd.port.subdir.mk> diff --git a/french/mozilla-flp/Makefile b/french/mozilla-flp/Makefile deleted file mode 100644 index 5a3da5c402cb..000000000000 --- a/french/mozilla-flp/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Ports collection Makefile for: mozilla-flp -# Date created: Sat Nov 01, 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= ${GECKO}-flp -PORTVERSION= ${MOZVERSION} -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= french www -MASTER_SITES= SF/frenchmozilla/French%20SeaMonkey/${PORTVERSION} \ - http://frenchmozilla.sourceforge.net/FTP/${PORTVERSION}${DISTURL}/ -DISTNAME= ${GECKO}-${PORTVERSION}.fr-FR.langpack - -MAINTAINER= ports@FreeBSD.org -COMMENT= ${GECKO} French Language Pack (FLP) - -DEPRECATED= www/${GECKO} port is deprecated. Consider using the www/firefox-i18n. -EXPIRATION_DATE= 2010-12-31 - -WRKSRC= ${WRKDIR}/bin - -REPS= defaults/profile/FR/chrome defaults/messenger/FR defaults/isp/FR \ - components/myspell -FICHIERS= chrome/FR.jar chrome/fr-FR.jar chrome/fr-unix.jar \ - components/myspell/fr-FR.aff components/myspell/fr-FR.dic \ - defaults/isp/FR/movemail.rdf defaults/messenger/FR/mailViews.dat \ - defaults/profile/FR/bookmarks.html \ - defaults/profile/FR/chrome/userChrome-example.css \ - defaults/profile/FR/chrome/userContent-example.css \ - defaults/profile/FR/localstore.rdf defaults/profile/FR/mimeTypes.rdf \ - defaults/profile/FR/panels.rdf defaults/profile/FR/search.rdf \ - searchplugins/jeeves.gif searchplugins/jeeves.src searchplugins/dmoz.gif\ - searchplugins/dmoz.src searchplugins/google.gif searchplugins/google.src\ - searchplugins/googlefr.gif searchplugins/googlefr.src - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozex/Makefile.xpi" - -.if ${GECKO} == mozilla -MOZVERSION= 1.7.13 -DISTURL= # No subdir -FICHIERS+= defaults/isp/FR/gmail.rdf -PLIST_SUB+= MOZ="" -.else -MOZVERSION= 1.1.18 -DISTURL= /SeaMonkey -DISTINFO_FILE= ${MASTERDIR}/distinfo.seamonkey -PLIST_SUB+= MOZ="@comment " -.endif - -do-install: -.for rep in ${REPS} - @${MKDIR} ${MOZDIR}/${rep} -.endfor -.for fichier in ${FICHIERS} - @${INSTALL_DATA} ${WRKSRC}/${fichier} ${MOZDIR}/`dirname ${fichier}` -.endfor - -.include <bsd.port.post.mk> diff --git a/french/mozilla-flp/distinfo b/french/mozilla-flp/distinfo deleted file mode 100644 index c01cc7d5ff15..000000000000 --- a/french/mozilla-flp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mozilla-1.7.13.fr-FR.langpack.xpi) = 578872d1c80fc56dc19a6b27cab2855a -SHA256 (mozilla-1.7.13.fr-FR.langpack.xpi) = 2ea9a55e164a4df52a4d08cabd4b41be03c2f85bb5bd0d3020209f02858f485d -SIZE (mozilla-1.7.13.fr-FR.langpack.xpi) = 975500 diff --git a/french/mozilla-flp/distinfo.seamonkey b/french/mozilla-flp/distinfo.seamonkey deleted file mode 100644 index 86ee6d675362..000000000000 --- a/french/mozilla-flp/distinfo.seamonkey +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (seamonkey-1.1.18.fr-FR.langpack.xpi) = da796e1852904fb111b4a1e8be3daddf -SHA256 (seamonkey-1.1.18.fr-FR.langpack.xpi) = 7ee01a776da4c20dc45b67a6f7fb54714879bb3297ae9cd3aa5f4d04d48e6c18 -SIZE (seamonkey-1.1.18.fr-FR.langpack.xpi) = 1072430 diff --git a/french/mozilla-flp/files/installed-chrome.txt b/french/mozilla-flp/files/installed-chrome.txt deleted file mode 100644 index b285d1d44f31..000000000000 --- a/french/mozilla-flp/files/installed-chrome.txt +++ /dev/null @@ -1,28 +0,0 @@ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/autoconfig/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/chatzilla/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/communicator/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/content-packs/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/cookie/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/editor/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/global/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/help/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/inspector/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/messenger/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/messenger-mdn/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/messenger-smime/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/mozldap/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/navigator/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/necko/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/p3p/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/pipnss/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/pippki/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/venkman/ -locale,install,url,jar:resource:/chrome/fr-FR.jar!/locale/fr-FR/wallet/ -locale,install,url,jar:resource:/chrome/fr-unix.jar!/locale/fr-FR/communicator-platform/ -locale,install,url,jar:resource:/chrome/fr-unix.jar!/locale/fr-FR/global-platform/ -locale,install,url,jar:resource:/chrome/fr-unix.jar!/locale/fr-FR/navigator-platform/ -locale,install,url,jar:resource:/chrome/FR.jar!/locale/FR/communicator-region/ -locale,install,url,jar:resource:/chrome/FR.jar!/locale/FR/editor-region/ -locale,install,url,jar:resource:/chrome/FR.jar!/locale/FR/global-region/ -locale,install,url,jar:resource:/chrome/FR.jar!/locale/FR/messenger-region/ -locale,install,url,jar:resource:/chrome/FR.jar!/locale/FR/navigator-region/ diff --git a/french/mozilla-flp/pkg-descr b/french/mozilla-flp/pkg-descr deleted file mode 100644 index a3af24a7de7e..000000000000 --- a/french/mozilla-flp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Module de francisation de Mozilla / SeaMonkey. - -WWW: http://frenchmozilla.sourceforge.net/ diff --git a/french/mozilla-flp/pkg-message b/french/mozilla-flp/pkg-message deleted file mode 100644 index 47582259c733..000000000000 --- a/french/mozilla-flp/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************************** -Le module « Langue française » est désormais disponible pour tous les -profils. - -Vous pouvez l'activer profil par profil en sélectionnant cette langue via -le menu Edit / Preferences... puis Category / Appearance puis -Language/Contents. -************************************************************************** diff --git a/french/mozilla-flp/pkg-plist b/french/mozilla-flp/pkg-plist deleted file mode 100644 index 416a69911185..000000000000 --- a/french/mozilla-flp/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%MOZDIR%%/chrome/FR.jar -%%MOZDIR%%/chrome/fr-FR.jar -%%MOZDIR%%/chrome/fr-unix.jar -%%MOZDIR%%/components/myspell/fr-FR.aff -%%MOZDIR%%/components/myspell/fr-FR.dic -%%MOZ%%%%MOZDIR%%/defaults/isp/FR/gmail.rdf -%%MOZDIR%%/defaults/isp/FR/movemail.rdf -%%MOZDIR%%/defaults/messenger/FR/mailViews.dat -%%MOZDIR%%/defaults/profile/FR/bookmarks.html -%%MOZDIR%%/defaults/profile/FR/chrome/userChrome-example.css -%%MOZDIR%%/defaults/profile/FR/chrome/userContent-example.css -%%MOZDIR%%/defaults/profile/FR/localstore.rdf -%%MOZDIR%%/defaults/profile/FR/mimeTypes.rdf -%%MOZDIR%%/defaults/profile/FR/panels.rdf -%%MOZDIR%%/defaults/profile/FR/search.rdf -%%MOZDIR%%/searchplugins/googlefr.gif -%%MOZDIR%%/searchplugins/googlefr.src -@dirrm %%MOZDIR%%/defaults/profile/FR/chrome -@dirrm %%MOZDIR%%/defaults/profile/FR -@dirrm %%MOZDIR%%/defaults/messenger/FR -@dirrm %%MOZDIR%%/defaults/isp/FR -@dirrmtry %%MOZDIR%%/defaults/isp -@dirrmtry %%MOZDIR%%/components/myspell diff --git a/french/xtel/Makefile b/french/xtel/Makefile deleted file mode 100644 index 32a93db04383..000000000000 --- a/french/xtel/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# Ports collection makefile for: xtel -# Date created: Wed Jul 11, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= xtel -PORTVERSION= 3.3.0 -PORTREVISION= 7 -CATEGORIES= french comms emulators -MASTER_SITES= http://pficheux.free.fr/xtel/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= An emulator for the french Minitel - -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale - -DEPRECATED= Minitel services will be discontinued at the end of 2010. -EXPIRATION_DATE= 2010-12-31 - -# Remark: Xtel can serve a network, and emulate TVR and I-Minitel, but this is -# the first release of this port, and these functionnalities have not (yet) -# been implemented. - -USE_IMAKE= yes -USE_XORG= xaw xbitmaps -MAKE_JOBS_UNSAFE= yes - -MAN1= xtel.1 xteld.1 - -PKGMESSAGE= ${WRKDIR}/pkg-message - -.include <bsd.port.pre.mk> - -.if defined(LANG) -LANGUE!=${ECHO_CMD} ${LANG} | ${CUT} -c 1-2 -.else -LANGUE= english -.endif - -DOCS= COPYING COPYRIGHT FAQ.txt HISTOIRE.txt LISEZMOI.txt README_IMINITEL.txt -PATCH_FILES= Imakefile - -post-patch: -.for FILE in ${PATCH_FILES} - ${CHMOD} u+w ${WRKSRC}/${FILE} - ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/${FILE} -.endfor - -pre-configure: -.if !exists(${PREFIX}/lib/X11/config/host.def) - ${CP} ${FILESDIR}/host.def ${PREFIX}/lib/X11/config -HOST_DEF_INSTALLED_BY_XTEL= yes -.endif - -post-configure: -.if defined(HOST_DEF_INSTALLED_BY_XTEL) - ${RM} ${PREFIX}/lib/X11/config/host.def -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO} - @(if [ 0${LANGUE} = 0fr ] ; then \ - ${ECHO_MSG} "===> La documentation a été installée dans ${DOCSDIR}." ; \ - else \ - ${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." ; \ - fi) -.endif - @${TOUCH} ${PREFIX}/lib/X11/xtel/xtel.log - @(if [ 0${LANGUE} = 0fr ] ; then \ - ${CP} ${FILESDIR}/pkg-message-fr.in ${PKGMESSAGE} ; \ - else \ - ${CP} ${FILESDIR}/pkg-message.in ${PKGMESSAGE} ; \ - fi) - @${ECHO} - @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${PKGMESSAGE} - @${ECHO} - -.include <bsd.port.post.mk> diff --git a/french/xtel/distinfo b/french/xtel/distinfo deleted file mode 100644 index b6284c63ca6b..000000000000 --- a/french/xtel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xtel-3.3.0.tar.gz) = 9c26286ec7d4e2d893ddafdf755759bd -SHA256 (xtel-3.3.0.tar.gz) = 8d0ceb290d6228dd6f50fdb597c9294b7b85911f707c59433dcfab1f8080b008 -SIZE (xtel-3.3.0.tar.gz) = 309426 diff --git a/french/xtel/files/host.def b/french/xtel/files/host.def deleted file mode 100644 index f8a38459fe01..000000000000 --- a/french/xtel/files/host.def +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Host.def for building FreeBSD bindists - * - * $XFree86: xc/programs/Xserver/hw/xfree86/etc/bindist/FreeBSD/host.def,v 1.3.4.1 2001/05/31 22:20:27 dawes Exp $ - */ - -#define InstallEmptyHostDef -#define BuildBindist - diff --git a/french/xtel/files/patch-Config.tmpl b/french/xtel/files/patch-Config.tmpl deleted file mode 100644 index ee53756ae499..000000000000 --- a/french/xtel/files/patch-Config.tmpl +++ /dev/null @@ -1,29 +0,0 @@ ---- Config.tmpl.orig Sat Jan 26 17:48:22 2002 -+++ Config.tmpl Sat Jan 26 17:50:24 2002 -@@ -13,6 +13,9 @@ - * Pas de popup-menu DONT_USE_POPUP (pb LessTif) - */ - -+#define __FreeBSD__ -+#define i386BsdArchitecture -+ - /* Pour installer le démon */ - #define INSTALLDEMON - -@@ -41,13 +44,13 @@ - /*#define PURE*/ - - /* Pas de Télétel vitesse rapide */ --/*#define NO_TVR*/ -+#define NO_TVR - - /* Pour debug du demon "xteld" */ --#define DEBUG_XTELD -+/*#define DEBUG_XTELD*/ - - /* Pour la distribution RedHat Linux */ --#define REDHAT -+/*#define REDHAT*/ - - /* Pas de popup-menu (pb LessTif) */ - #define DONT_USE_POPUP diff --git a/french/xtel/files/patch-Imakefile b/french/xtel/files/patch-Imakefile deleted file mode 100644 index 84b60da6277a..000000000000 --- a/french/xtel/files/patch-Imakefile +++ /dev/null @@ -1,33 +0,0 @@ ---- Imakefile.orig Mon Feb 12 17:33:01 2001 -+++ Imakefile Sun Nov 11 21:12:45 2001 -@@ -23,6 +23,12 @@ - NETWORKCFLAGS = -DNO_NETWORK - #endif - -+#if defined(__FreeBSD__) -+EXTRA_INCLUDES = -I%%LOCALBASE%%/include -L%%LOCALBASE%%/lib -+#else -+EXTRA_INCLUDES= -+#endif -+ - #ifdef NO_TERMIO - TERMIOCFLAGS = -DNO_TERMIO - #else -@@ -91,7 +97,7 @@ - SVR4CFLAGS= -DSVR4 - #endif - -- XTELCFLAGS = $(NETWORKCFLAGS) $(TERMIOCFLAGS) $(SELFILECFLAGS) $(LOWMCFLAGS) $(XPMCFLAGS) $(MOTIFCFLAGS) $(SYSLOGCFLAGS) $(TVRCFLAGS) $(WINCFLAGS) $(XTELDFLAGS) $(POPUPFLAGS) -+ XTELCFLAGS = $(NETWORKCFLAGS) $(TERMIOCFLAGS) $(SELFILECFLAGS) $(LOWMCFLAGS) $(XPMCFLAGS) $(MOTIFCFLAGS) $(SYSLOGCFLAGS) $(TVRCFLAGS) $(WINCFLAGS) $(XTELDFLAGS) $(POPUPFLAGS) $(EXTRA_INCLUDES) - - DEPENDFLAGS = $(XTELCFLAGS) - -@@ -193,7 +199,7 @@ - - PROGRAMS = xtel xteld mdmdetect - --SUBDIRS= Videotex $(WIDGETS) $(XSRA) fonts $(BITMAPSDIR) $(PIXMAPSDIR) iminitel -+SUBDIRS= Videotex $(WIDGETS) $(XSRA) fonts $(BITMAPSDIR) $(PIXMAPSDIR) - - #if !defined(MOTIF) && !defined(NO_SEL_FILE) - NamedMakeSubdirs(all, Xsra) diff --git a/french/xtel/files/patch-README_IMINITEL.txt b/french/xtel/files/patch-README_IMINITEL.txt deleted file mode 100644 index de3281de14c5..000000000000 --- a/french/xtel/files/patch-README_IMINITEL.txt +++ /dev/null @@ -1,8 +0,0 @@ ---- README_IMINITEL.txt.orig Fri Jan 4 21:59:14 2002 -+++ README_IMINITEL.txt Fri Jan 4 23:10:53 2002 -@@ -74,4 +74,4 @@ - de la connexion PPP (login/password) - - /etc/ppp/peers/iminitel Script de lancement de pppd, contient le nom de -- la ligne série utilisée (par défaut ttyS0) -+ la ligne série utilisée (par défaut cuaa0) diff --git a/french/xtel/files/patch-Videotex_Videotex.c b/french/xtel/files/patch-Videotex_Videotex.c deleted file mode 100644 index 7b5c4f9bcfd1..000000000000 --- a/french/xtel/files/patch-Videotex_Videotex.c +++ /dev/null @@ -1,11 +0,0 @@ ---- Videotex/Videotex.c.orig Sun Feb 11 01:13:00 2001 -+++ Videotex/Videotex.c Sun Jul 7 13:17:57 2002 -@@ -22,7 +22,7 @@ - /* - * Widget Videotex: VideotexWidgetClass - */ --#include <malloc.h> -+#include <stdlib.h> - #include <ctype.h> - #include <X11/IntrinsicP.h> - #include <X11/StringDefs.h> diff --git a/french/xtel/files/patch-Xsra_SelFile.c b/french/xtel/files/patch-Xsra_SelFile.c deleted file mode 100644 index 55182b08a23f..000000000000 --- a/french/xtel/files/patch-Xsra_SelFile.c +++ /dev/null @@ -1,12 +0,0 @@ ---- Xsra/SelFile.c.orig Fri Apr 9 10:07:40 1999 -+++ Xsra/SelFile.c Sun Sep 8 15:08:02 2002 -@@ -46,8 +46,8 @@ - #include <errno.h> - /* BSD 4.3 errno.h does not declare errno */ - extern int errno; --extern int sys_nerr; - #ifndef __FreeBSD__ -+extern int sys_nerr; - #ifndef __GLIBC__ - extern char *sys_errlist[]; - #endif diff --git a/french/xtel/files/patch-iminitel b/french/xtel/files/patch-iminitel deleted file mode 100644 index 3760edeca5b9..000000000000 --- a/french/xtel/files/patch-iminitel +++ /dev/null @@ -1,10 +0,0 @@ ---- iminitel/iminitel.orig Fri Jan 4 21:59:14 2002 -+++ iminitel/iminitel Fri Jan 4 23:06:29 2002 -@@ -1,5 +1,5 @@ --ttyS0 115200 crtscts usepeerdns noipdefault nodefaultroute --connect '/usr/sbin/chat -v -f /etc/ppp/chat-iminitel' -+cuaa0 115200 crtscts noipdefault nodefaultroute -+connect '/usr/bin/chat -v -f /etc/ppp/chat-iminitel' - noauth - lock - idle 120 diff --git a/french/xtel/files/patch-ip-down.iminitel b/french/xtel/files/patch-ip-down.iminitel deleted file mode 100644 index d866be4d2f0c..000000000000 --- a/french/xtel/files/patch-ip-down.iminitel +++ /dev/null @@ -1,8 +0,0 @@ ---- iminitel/ip-down.iminitel.orig Fri Jan 4 21:59:14 2002 -+++ iminitel/ip-down.iminitel Fri Jan 4 22:38:55 2002 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!%%LOCALBASE%%/bin/bash - # $Id: ip-down.iminitel,v 1.1 2001/02/05 09:34:59 pierre Exp $ - # I-Minitel - if [ "$6" = "iminitel" ]; then diff --git a/french/xtel/files/patch-ip-up.iminitel b/french/xtel/files/patch-ip-up.iminitel deleted file mode 100644 index f2df10d227b1..000000000000 --- a/french/xtel/files/patch-ip-up.iminitel +++ /dev/null @@ -1,8 +0,0 @@ ---- iminitel/ip-up.iminitel.orig Fri Jan 4 21:59:14 2002 -+++ iminitel/ip-up.iminitel Fri Jan 4 23:01:04 2002 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!%%LOCALBASE%%/bin/bash - # $Id: ip-up.iminitel,v 1.1 2001/02/05 09:34:59 pierre Exp $ - # I-Minitel - if [ "$6" = "iminitel" ]; then diff --git a/french/xtel/files/patch-mdmdetect.c b/french/xtel/files/patch-mdmdetect.c deleted file mode 100644 index 3c524882edb9..000000000000 --- a/french/xtel/files/patch-mdmdetect.c +++ /dev/null @@ -1,67 +0,0 @@ ---- mdmdetect.c.orig Sat Jan 26 22:38:32 2002 -+++ mdmdetect.c Sat Jan 26 22:44:35 2002 -@@ -37,7 +37,16 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> -+#ifdef NO_TERMIO -+#include <sgtty.h> -+#else -+#ifdef USE_TERMIOS -+#include <sys/ioctl.h> -+#include <termios.h> -+#else - #include <termio.h> -+#endif /* USE_TERMIOS */ -+#endif - #ifdef SVR4 - #include <sys/mkdev.h> - #endif /* SVR4 */ -@@ -71,6 +80,18 @@ - exit (1); - } - -+char *CtrlArg (arg) -+char *arg; -+{ -+ static char ret[240]; -+ -+ if(strlcpy(ret, arg, 240) >= 240) { -+ fprintf(stderr, "Argument trop long: %s\n", arg); -+ exit (1); -+ } -+ return (ret); -+} -+ - /* Sortie */ - static void the_end (r) - int r; -@@ -228,23 +249,24 @@ - - progname = xtel_basename(av[0]); - -- if (ac < 2) -+ if (ac < 2 || ac > 7) - Usage (progname); - - /* Lecture de la ligne de commande */ - while (--ac) { -- if ((cp = *++av) == NULL) -+ if ((cp = CtrlArg(*++av)) == NULL) { - break; -+ } - if (*cp == '-' && *++cp) { - switch(*cp) { - case 'b' : -- builder = *++av; break; -+ builder = CtrlArg(*++av); break; - - case 'd' : - ++debug; break; - - case 'l' : -- modem_list = *++av; break; -+ modem_list = CtrlArg(*++av); break; - - case 'q' : - query = 1; break; diff --git a/french/xtel/files/patch-modem.c b/french/xtel/files/patch-modem.c deleted file mode 100644 index ca91118f383a..000000000000 --- a/french/xtel/files/patch-modem.c +++ /dev/null @@ -1,28 +0,0 @@ ---- modem.c.orig Tue Feb 13 10:39:23 2001 -+++ modem.c Tue Jul 24 00:03:52 2001 -@@ -307,14 +307,14 @@ - * (comme le Hayes Optima par exemple)... - */ - #ifdef USE_TERMIOS -- ioctl (fd, TCIOCGETA, &term); -+ ioctl (fd, TIOCGETA, &term); - #else - ioctl (fd, TCGETA, &term); - #endif /* USE_TERMIOS */ - if ((term.c_cflag | CLOCAL) == 0) { - term.c_cflag |= CLOCAL; - #ifdef USE_TERMIOS -- ioctl (fd, TCIOCSETA, &term); -+ ioctl (fd, TIOCSETA, &term); - #else - ioctl (fd, TCSETA, &term); - #endif /* USE_TERMIOS */ -@@ -592,7 +592,7 @@ - if (cmodem) { - term.c_cflag &= ~CLOCAL; - #ifdef USE_TERMIOS -- ioctl (fd, TCIOCSETA, &term); -+ ioctl (fd, TIOCSETA, &term); - #else - ioctl (fd, TCSETA, &term); - #endif /* USE_TERMIOS */ diff --git a/french/xtel/files/pkg-message-fr.in b/french/xtel/files/pkg-message-fr.in deleted file mode 100644 index 6b37143047bd..000000000000 --- a/french/xtel/files/pkg-message-fr.in +++ /dev/null @@ -1,44 +0,0 @@ -************************************************************************ -Xtel a été installé sur %%PREFIX%%/bin/xtel. - -Pour pouvoir l'utiliser, vous devez modifier le fichier /etc/services -et y ajouter la ligne : - -xtel 1313/tcp #xtel emulateur Minitel - -Vous devez ensuite modifier le fichier /etc/inetd.conf (ou son -équivalent si vous utilisez un autre super-démon) pour y ajouter la -ligne : - -xtel stream tcp nowait root %%PREFIX%%/bin/xteld xteld - -Forcez le super-démon à relire son fichier de configuration par -killall -1 inetd - -Si votre modem est connecté à /dev/cuaax (où x = 0, 1, 2,...) -détectez sa chaîne d'initialisation par : - -mdmdetect cuaax - -Après quelques instants pendant lesquels votre ordinateur doit dialoguer -avec le modem, une ligne semblable à la suivante doit s'afficher : - -ModèleModem , 38400 \dat&fm1e0&k3f3\r-OK - -Notez le deuxième paramètre (vitesse) et le dernier, et reportez-les -dans le fichier %%PREFIX%%/lib/X11/xtel/xtel.lignes de façon à avoir -une ligne telle que : - -modem0,/dev/cuaa0,38400,7,E,\dat&fm1e0&k3f3\r OK atdt\T\r CONNECT,30 - -où cuaa0 doit être adapté à votre n° de port, 38400 à la vitesse -détectée par mdmdetect, et où la chaîne comprise entre "E," et "atdt" -correspond au troisième paramètre (Notez que le "-" est remplacé par -un blanc). - -Il ne reste plus qu'à installer les polices, soit en entrant -xset +fp %%PREFIX%%/lib/X11/fonts/xtel -xset fp rehash -soit en ajoutant %%PREFIX%%/lib/X11/fonts/xtel au FontPath de votre -fichier de XF86Config. -************************************************************************ diff --git a/french/xtel/files/pkg-message.in b/french/xtel/files/pkg-message.in deleted file mode 100644 index b9b8ae9e846f..000000000000 --- a/french/xtel/files/pkg-message.in +++ /dev/null @@ -1,43 +0,0 @@ -**************************************************************************** -Xtel has been installed on %%PREFIX%%/bin/xtel. - -In order to use it, you have to edit the file /etc/services -and add the line: - -xtel 1313/tcp #xtel Minitel emulator - -Then you have to edit the file /etc/inetd.conf (or its equivalent -if you run another internet services daemon) and add the line: - -xtel stream tcp nowait root %%PREFIX%%/bin/xteld xteld - -Force the super-daemon to re-read its configuration file by -killall -1 inetd - -If your modem is plugged to /dev/cuaax (where x = 0, 1, 2,...) -detect its initialization string by: - -mdmdetect cuaax - -After some time while your computer should be dialoguing with the -modem, you should get such a line - -ModemModel , 38400 \dat&fm1e0&k3f3\r-OK - -Take note of the second (speed) and last parameters, and report them -into the file %%PREFIX%%/lib/X11/xtel/xtel.lignes so that you have a -line like this one: - -modem0,/dev/cuaa0,38400,7,E,\dat&fm1e0&k3f3\r OK atdt\T\r CONNECT,30 - -where cuaa0 should be adjusted to your port number, 38400 to the speed -detected by mdmdetect, and where the string included between "E," and atdt -corresponds to the third parameter (Note that the "-" has been replaced by -a space). - -To end, you just have to install the fonts, either by entering -xset +fp %%PREFIX%%/lib/X11/fonts/xtel -xset fp rehash -or by adding %%PREFIX%%/lib/X11/fonts/xtel to FontPath in your -XF86Config. -**************************************************************************** diff --git a/french/xtel/pkg-descr b/french/xtel/pkg-descr deleted file mode 100644 index a2a0ad2e30c2..000000000000 --- a/french/xtel/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -[please see english description below] - -XTEL permet d'émuler un Minitel 1B ou 2. Xtel est aussi utilisable en réseau, -et il permet d'émuler les TVR et les I-Minitel, mais ceci n'est pas encore -pris en compte dans ce port FreeBSD. - -XTEL is an emulator for the Minitel. The Minitel is a passive terminal, used -in France to access to different network services via a telephone line. - -WWW: http://pficheux.free.fr/xtel/ diff --git a/french/xtel/pkg-plist b/french/xtel/pkg-plist deleted file mode 100644 index fb077c7abb60..000000000000 --- a/french/xtel/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -bin/make_xtel_lignes -bin/mdmdetect -bin/xtel -bin/xteld -lib/X11/app-defaults/XTel -lib/X11/app-defaults/XTel-msg -lib/X11/fonts/xtel/fonts.alias -@unexec rm %D/lib/X11/fonts/xtel/fonts.cache-1 2>/dev/null || true -lib/X11/fonts/xtel/fonts.dir -lib/X11/fonts/xtel/fonts.scale -lib/X11/fonts/xtel/g016x10.pcf.gz -lib/X11/fonts/xtel/g016x20.pcf.gz -lib/X11/fonts/xtel/g016x40.pcf.gz -lib/X11/fonts/xtel/g032x20.pcf.gz -lib/X11/fonts/xtel/g032x40.pcf.gz -lib/X11/fonts/xtel/g08x10.pcf.gz -lib/X11/fonts/xtel/g08x20.pcf.gz -lib/X11/fonts/xtel/g0s16x10.pcf.gz -lib/X11/fonts/xtel/g0s16x20.pcf.gz -lib/X11/fonts/xtel/g0s16x40.pcf.gz -lib/X11/fonts/xtel/g0s32x20.pcf.gz -lib/X11/fonts/xtel/g0s32x40.pcf.gz -lib/X11/fonts/xtel/g0s8x10.pcf.gz -lib/X11/fonts/xtel/g0s8x20.pcf.gz -lib/X11/fonts/xtel/g116x20.pcf.gz -lib/X11/fonts/xtel/g18x10.pcf.gz -lib/X11/fonts/xtel/g1s16x20.pcf.gz -lib/X11/fonts/xtel/g1s8x10.pcf.gz -lib/X11/fonts/xtel/xteldigit.pcf.gz -lib/X11/xtel/modem.list -lib/X11/xtel/xtel.lignes -lib/X11/xtel/xtel.log -lib/X11/xtel/xtel.services -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt -%%PORTDOCS%%%%DOCSDIR%%/HISTOIRE.txt -%%PORTDOCS%%%%DOCSDIR%%/LISEZMOI.txt -%%PORTDOCS%%%%DOCSDIR%%/README_IMINITEL.txt -@dirrm lib/X11/xtel -@dirrm lib/X11/fonts/xtel -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/ftp/Makefile b/ftp/Makefile index 5efb41e67261..a68483871f71 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -32,7 +32,6 @@ SUBDIR += ftplocate SUBDIR += ftpmirror SUBDIR += ftpproxy - SUBDIR += ftpq SUBDIR += ftpsesame SUBDIR += ftpsync SUBDIR += ftptool diff --git a/ftp/ftpq/Makefile b/ftp/ftpq/Makefile deleted file mode 100644 index 10fcf57bcb60..000000000000 --- a/ftp/ftpq/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: ftpq -# Date created: Mon 03 Jul 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= ftpq -PORTVERSION= 1.11 -PORTEPOCH= 1 -CATEGORIES= ftp -MASTER_SITES= http://mark.tranchant.co.uk/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Upload queue manager for non-permanent connections - -DEPRECATED= upstream has disapeared -EXPIRATION_DATE= 2010-12-30 -BROKEN= does not fetch - -USE_GMAKE= yes -GNU_CONFIGURE= yes -MAN1= ftpq.1 -PLIST_SUB+= SPOOLDIR=${SPOOLDIR} -PORTDOCS= CHANGELOG README TODO - -# This may be set interactively at install-time: -SPOOLDIR?= /var/spool/ftpq - -post-patch: - @ ${REINPLACE_CMD} -e 's#%%SPOOLDIR%%#${SPOOLDIR}#' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/src/ftpq.h - -post-install: - @ ${MKDIR} ${SPOOLDIR} && ${CHMOD} 777 ${SPOOLDIR} -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/ftp/ftpq/distinfo b/ftp/ftpq/distinfo deleted file mode 100644 index e9ff2cb74cdb..000000000000 --- a/ftp/ftpq/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ftpq-1.11.tar.gz) = f1d81c981a74e482481c75f189635006 -SHA256 (ftpq-1.11.tar.gz) = 4b1c5ecd1d94f67be1270eb7b3b347f102e83e2f6e580ee6898c18fedd35b772 -SIZE (ftpq-1.11.tar.gz) = 85067 diff --git a/ftp/ftpq/files/patch-Makefile.in b/ftp/ftpq/files/patch-Makefile.in deleted file mode 100644 index ffd1b2b26cff..000000000000 --- a/ftp/ftpq/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Tue Sep 4 13:00:00 2001 -+++ Makefile.in Wed Sep 5 15:01:12 2001 -@@ -6,7 +6,7 @@ - - # Spool directory. Also hard-coded into the executable. - # See ftpq.h. --SPOOLDIR = /tmp/ftpq/ -+SPOOLDIR = %%SPOOLDIR%% - - # Program name - PROG = ftpq diff --git a/ftp/ftpq/files/patch-src:ftpq.h b/ftp/ftpq/files/patch-src:ftpq.h deleted file mode 100644 index 68ec0716f379..000000000000 --- a/ftp/ftpq/files/patch-src:ftpq.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ftpq.h.orig Tue Sep 4 13:00:00 2001 -+++ src/ftpq.h Wed Sep 5 15:02:03 2001 -@@ -35,7 +35,7 @@ - #include <pwd.h> - - /* useful defined constants */ --#define SPOOLDIR "/tmp/ftpq/" /* must end in /. Check Makefile, too. */ -+#define SPOOLDIR "%%SPOOLDIR%%/"/* must end in /. Check Makefile, too. */ - #define HOSTRESP 2048 /* ftp server response buffer, bytes */ - #define BUFSIZE 2048 /* general purpose global buffer */ - #define SMTP_PORT 25 diff --git a/ftp/ftpq/pkg-descr b/ftp/ftpq/pkg-descr deleted file mode 100644 index dcb36c68233f..000000000000 --- a/ftp/ftpq/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ftpq is an ftp upload queue manager. If you live behind -a dial-up link to the Internet, and regularly upload files -(e.g. for web sites), ftpq allows you to queue the uploads -whilst off-line for processing on next connection to the network. - -WWW: http://tranchant.plus.com/computing/ftpq diff --git a/ftp/ftpq/pkg-plist b/ftp/ftpq/pkg-plist deleted file mode 100644 index 71b3ff2f511b..000000000000 --- a/ftp/ftpq/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/ftpq -@exec mkdir -p %D%%SPOOLDIR%% && chmod 777 %D%%SPOOLDIR%% -@unexec rmdir %D%%SPOOLDIR%% 2>/dev/null || true diff --git a/graphics/Makefile b/graphics/Makefile index c3c85f08cd86..df56cec59a65 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -216,7 +216,6 @@ SUBDIR += fv SUBDIR += fyre SUBDIR += g2 - SUBDIR += g3dviewer SUBDIR += gambas2-gb-gtk-svg SUBDIR += gambas2-gb-image SUBDIR += gambas2-gb-opengl @@ -683,7 +682,6 @@ SUBDIR += p5-chart SUBDIR += p5-clutter SUBDIR += p5-ming - SUBDIR += paintlib SUBDIR += panoglview SUBDIR += panomatic SUBDIR += passepartout diff --git a/graphics/g3dviewer/Makefile b/graphics/g3dviewer/Makefile deleted file mode 100644 index 03ffe33e556a..000000000000 --- a/graphics/g3dviewer/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: g3dviewer -# Date created: May 30, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= g3dviewer -PORTVERSION= 0.2.0 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= http://automagically.de/files/ - -DEPRECATED= does not build with gcc 4.2, upstream disapeared -EXPIRATION_DATE= 2010-12-30 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A 3D file viewer for GTK+ - -LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext - -USE_GNOME= gnometarget gtk20 -USE_GL= gl -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -MAN1= g3dviewer.1 - -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib - -post-patch: - @${REINPLACE_CMD} -e \ - 's|DBG_CFLAGS="-O2"|DBG_CFLAGS=""|g' ${WRKSRC}/configure - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/g3dviewer/distinfo b/graphics/g3dviewer/distinfo deleted file mode 100644 index 27648e50e280..000000000000 --- a/graphics/g3dviewer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (g3dviewer-0.2.0.tar.gz) = 800698ac338191e998e8cfd2943909a0 -SHA256 (g3dviewer-0.2.0.tar.gz) = 6c48aa40c30072367699318131c1f82ca981fe49b598bb2db4a3d59acfaccc25 -SIZE (g3dviewer-0.2.0.tar.gz) = 196824 diff --git a/graphics/g3dviewer/files/patch-src-glarea.c b/graphics/g3dviewer/files/patch-src-glarea.c deleted file mode 100644 index d9765631e4d9..000000000000 --- a/graphics/g3dviewer/files/patch-src-glarea.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/glarea.c.orig Wed Jul 13 05:18:12 2005 -+++ src/glarea.c Wed Jul 20 02:34:25 2005 -@@ -55,6 +55,7 @@ - #ifdef HAVE_GTKGLEXT - GdkGLDrawable *gldrawable; - GdkGLContext *glcontext; -+ G3DModel *model; - - gldrawable = gtk_widget_get_gl_drawable(widget); - glcontext = gtk_widget_get_gl_context(widget); -@@ -64,7 +65,7 @@ - if(gtk_gl_area_make_current(GTK_GL_AREA(widget))) - { - #endif -- G3DModel *model = (G3DModel*)gtk_object_get_data(GTK_OBJECT(widget), -+ model = (G3DModel*)gtk_object_get_data(GTK_OBJECT(widget), - "model"); - glViewport(0,0, widget->allocation.width, widget->allocation.height); - model->aspect = (float)widget->allocation.width / diff --git a/graphics/g3dviewer/pkg-descr b/graphics/g3dviewer/pkg-descr deleted file mode 100644 index aa1da6884a7b..000000000000 --- a/graphics/g3dviewer/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -G3DViewer is a 3D file viewer for GTK+ supporting a variety of file types: - - 3D Studio (.3ds, .prj) - - LightWave (.lw, .lwb, .lwo) - - Alias Wavefront (.obj) - - Impulse TurboSilver / Imagine (.iob) - - AutoCAD (.dxf) - - Quake II Models (.md2) - - Neutral File Format (.nff) - - 3D Metafile (.3dmf, .3mf, .b3d) - - Caligari TrueSpace Objects (.cob) - - Quick3D Objects & Scenes (.q3o, q3s) - - VRML 1.0 files (.wrl, .vrml) (still buggy) - - AC3D objects (.ac, .acc) - -Some of the features are: - - Wireframe mode - - Texture support - - Specular lighting (not really nice at the moment) - - changable background color :) - -WWW: http://automagically.de/index.shtml?g3dviewer diff --git a/graphics/g3dviewer/pkg-plist b/graphics/g3dviewer/pkg-plist deleted file mode 100644 index b76362e2c297..000000000000 --- a/graphics/g3dviewer/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/g3dviewer -include/g3dviewer_plugin.h -lib/g3dviewer/plugins/image/img_bmp.so -lib/g3dviewer/plugins/image/img_gdkpixbuf.so -lib/g3dviewer/plugins/image/img_sgi.so -lib/g3dviewer/plugins/import/imp_3dmf.so -lib/g3dviewer/plugins/import/imp_3ds.so -lib/g3dviewer/plugins/import/imp_ac3d.so -lib/g3dviewer/plugins/import/imp_cob.so -lib/g3dviewer/plugins/import/imp_dxf.so -lib/g3dviewer/plugins/import/imp_heightfield.so -lib/g3dviewer/plugins/import/imp_iob.so -lib/g3dviewer/plugins/import/imp_lwo.so -lib/g3dviewer/plugins/import/imp_md2.so -lib/g3dviewer/plugins/import/imp_nff.so -lib/g3dviewer/plugins/import/imp_obj.so -lib/g3dviewer/plugins/import/imp_q3o.so -lib/g3dviewer/plugins/import/imp_vrml.so -%%DATADIR%%/pixmaps/icon16_material.xpm -%%DATADIR%%/pixmaps/icon16_model.xpm -%%DATADIR%%/pixmaps/icon16_plugins.xpm -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% -@dirrm lib/g3dviewer/plugins/import -@dirrm lib/g3dviewer/plugins/image -@dirrm lib/g3dviewer/plugins -@dirrm lib/g3dviewer diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile deleted file mode 100644 index a5fdd33894de..000000000000 --- a/graphics/paintlib/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: paintlib -# Date created: 18 June 2004 -# Whom: Frerich Raabe <frerich.raabe@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= paintlib -PORTVERSION= 2.6.2 -PORTREVISION= 5 -CATEGORIES= graphics devel -MASTER_SITES= http://www.paintlib.de/paintlib/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ library for processing images - -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - ungif:${PORTSDIR}/graphics/libungif - -DEPRECATED= does not compile with new tiff and no more maintained upstream -EXPIRATION_DATE= 2010-12-30 -BROKEN= does not compile with new tiff - -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-SDL --disable-dfb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= paintlib-config.1 - -post-patch: -# Resolve name collision with jpeg-8 - ${REINPLACE_CMD} -e 's|jpeg_mem_dest|paintlib_jpeg_mem_dest|' \ - ${WRKSRC}/common/jmemdest.cpp \ - ${WRKSRC}/common/jmemdest.h \ - ${WRKSRC}/common/pljpegenc.cpp \ - ${WRKSRC}/doc/reference/html/jmemdest_8h-source.html - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800501 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/paintlib/distinfo b/graphics/paintlib/distinfo deleted file mode 100644 index 92b8ee94245b..000000000000 --- a/graphics/paintlib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (paintlib-2.6.2.tar.gz) = f710c210bf9ac0c2aeb57fb610f29e87 -SHA256 (paintlib-2.6.2.tar.gz) = ccf3628ac6cb5a4904b06158f27aac4aa196b5d201ed4434738017c14f35b243 -SIZE (paintlib-2.6.2.tar.gz) = 1284199 diff --git a/graphics/paintlib/files/patch-common-plfilesrc.cpp b/graphics/paintlib/files/patch-common-plfilesrc.cpp deleted file mode 100644 index 2cad0b50b897..000000000000 --- a/graphics/paintlib/files/patch-common-plfilesrc.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- common/plfilesrc.cpp.orig Fri Jun 18 20:46:59 2004 -+++ common/plfilesrc.cpp Fri Jun 18 20:47:16 2004 -@@ -17,9 +17,9 @@ - #include "plexcept.h" - - #ifdef HAVE_MMAP -+#include <sys/types.h> - #include <sys/mman.h> - #include <sys/stat.h> --#include <sys/types.h> - #include <fcntl.h> - #include <unistd.h> - #endif diff --git a/graphics/paintlib/files/patch-common-plpgmdec.h b/graphics/paintlib/files/patch-common-plpgmdec.h deleted file mode 100644 index 1e0178ae8488..000000000000 --- a/graphics/paintlib/files/patch-common-plpgmdec.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/plpgmdec.h.orig Fri Dec 22 17:54:22 2006 -+++ common/plpgmdec.h Fri Dec 22 18:00:19 2006 -@@ -72,7 +72,7 @@ - PLDataSource * pDataSrc - ); - -- PLBYTE PLPGMDecoder::readASCIIPixel8 -+ PLBYTE readASCIIPixel8 - ( int MaxGrayValue, - PLDataSource * pDataSrc - ); diff --git a/graphics/paintlib/files/patch-common-plpngdec.h b/graphics/paintlib/files/patch-common-plpngdec.h deleted file mode 100644 index ff0df86c9250..000000000000 --- a/graphics/paintlib/files/patch-common-plpngdec.h +++ /dev/null @@ -1,17 +0,0 @@ ---- common/plpngdec.h.orig Fri Dec 22 17:53:56 2006 -+++ common/plpngdec.h Fri Dec 22 17:59:29 2006 -@@ -49,12 +49,12 @@ - - private: - -- static void PLPNGDecoder::user_error_fn -+ static void user_error_fn - ( png_structp png_ptr, - png_const_charp error_msg - ); - -- static void PLPNGDecoder::user_warning_fn -+ static void user_warning_fn - ( png_structp png_ptr, - png_const_charp warning_msg - ); diff --git a/graphics/paintlib/files/patch-common-plppmdec.h b/graphics/paintlib/files/patch-common-plppmdec.h deleted file mode 100644 index 93ff8b423bd0..000000000000 --- a/graphics/paintlib/files/patch-common-plppmdec.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/plppmdec.h.orig Fri Dec 22 17:54:44 2006 -+++ common/plppmdec.h Fri Dec 22 18:01:20 2006 -@@ -78,7 +78,7 @@ - ); - - -- PLPixel32 PLPPMDecoder::readASCIIPixel32 -+ PLPixel32 readASCIIPixel32 - ( int MaxGrayValue, - PLDataSource * pDataSrc - ); diff --git a/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp b/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp deleted file mode 100644 index 68f78b384220..000000000000 --- a/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- common/test/pltestdecoders.cpp.orig Fri Jun 18 22:09:17 2004 -+++ common/test/pltestdecoders.cpp Fri Jun 18 22:09:36 2004 -@@ -135,7 +135,7 @@ - - #ifndef WIN32 - // this function is used to select all files that do not start with a dot --int selectFile(const struct dirent * theEntry) -+int selectFile(struct dirent * theEntry) - { - if (theEntry->d_name[0] == '.') - { diff --git a/graphics/paintlib/files/patch-plpngdec.cpp b/graphics/paintlib/files/patch-plpngdec.cpp deleted file mode 100644 index 51f76c1cd927..000000000000 --- a/graphics/paintlib/files/patch-plpngdec.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- common/plpngdec.cpp.orig 2004-10-03 19:49:22.000000000 +0200 -+++ common/plpngdec.cpp 2010-04-05 21:15:31.000000000 +0200 -@@ -108,7 +108,7 @@ - - SetBmpInfo (PLPoint (width, height), PLPoint(0,0), pf); - -- PLULONG XRes, YRes; -+ png_uint_32 XRes, YRes; - int UnitType; - png_get_pHYs (m_png_ptr, m_info_ptr, &XRes, &YRes, - &UnitType); diff --git a/graphics/paintlib/pkg-descr b/graphics/paintlib/pkg-descr deleted file mode 100644 index cd08045d3e49..000000000000 --- a/graphics/paintlib/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -paintlib is a portable C++ class library for image loading, saving -and manipulation. Images can be loaded from BMP, GIF, IFF, JPEG, -PCX, PGM, PICT, PNG, PSD, SGI, TGA, TIFF and WMF files and saved -in BMP, JPEG, PNG and TIFF formats. Image manipulation can be done -either through filters implemented in filter classes or by directly -accessing the bitmap bits. - -WWW: http://www.paintlib.de/paintlib/ diff --git a/graphics/paintlib/pkg-plist b/graphics/paintlib/pkg-plist deleted file mode 100644 index 8f54bb0ae228..000000000000 --- a/graphics/paintlib/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/paintlib-config -include/paintlib/Filter/pl2passscale.h -include/paintlib/Filter/plcontribdefs.h -include/paintlib/Filter/plfilter.h -include/paintlib/Filter/plfiltercolorize.h -include/paintlib/Filter/plfiltercontrast.h -include/paintlib/Filter/plfiltercrop.h -include/paintlib/Filter/plfilterfill.h -include/paintlib/Filter/plfilterfillrect.h -include/paintlib/Filter/plfilterflip.h -include/paintlib/Filter/plfilterfliprgb.h -include/paintlib/Filter/plfiltergetalpha.h -include/paintlib/Filter/plfiltergrayscale.h -include/paintlib/Filter/plfilterintensity.h -include/paintlib/Filter/plfilterlightness.h -include/paintlib/Filter/plfiltermirror.h -include/paintlib/Filter/plfilterpixel.h -include/paintlib/Filter/plfilterquantize.h -include/paintlib/Filter/plfilterresize.h -include/paintlib/Filter/plfilterresizebilinear.h -include/paintlib/Filter/plfilterresizebox.h -include/paintlib/Filter/plfilterresizegaussian.h -include/paintlib/Filter/plfilterresizehamming.h -include/paintlib/Filter/plfilterrotate.h -include/paintlib/Filter/plfilterthreshold.h -include/paintlib/Filter/plfiltervideoinvert.h -include/paintlib/Filter/plhsvconvert.h -include/paintlib/Filter/plinplacefilter.h -include/paintlib/config.h -include/paintlib/jmemdest.h -include/paintlib/jmemsrc.h -include/paintlib/planybmp.h -include/paintlib/planydec.h -include/paintlib/plbitmap.h -include/paintlib/plbmpbase.h -include/paintlib/plbmpdec.h -include/paintlib/plbmpenc.h -include/paintlib/plbmpinfo.h -include/paintlib/plcountedpointer.h -include/paintlib/pldatasink.h -include/paintlib/pldatasrc.h -include/paintlib/pldebug.h -include/paintlib/pldecoderfactory.h -include/paintlib/plexcept.h -include/paintlib/plexif.h -include/paintlib/plfilesink.h -include/paintlib/plfilesrc.h -include/paintlib/plgifdec.h -include/paintlib/pliff85.h -include/paintlib/pliff85dec.h -include/paintlib/pljpegdec.h -include/paintlib/pljpegenc.h -include/paintlib/plmemsink.h -include/paintlib/plmemsrc.h -include/paintlib/plobject.h -include/paintlib/ploptable.h -include/paintlib/plpaintlibdefs.h -include/paintlib/plpcx.h -include/paintlib/plpcxdec.h -include/paintlib/plpgm.h -include/paintlib/plpgmdec.h -include/paintlib/plpicdec.h -include/paintlib/plpicenc.h -include/paintlib/plpictdec.h -include/paintlib/plpixel16.h -include/paintlib/plpixel24.h -include/paintlib/plpixel32.h -include/paintlib/plpixel8.h -include/paintlib/plpixeldefs.h -include/paintlib/plpixelformat.h -include/paintlib/plpngdec.h -include/paintlib/plpngenc.h -include/paintlib/plpoint.h -include/paintlib/plppm.h -include/paintlib/plppmdec.h -include/paintlib/plprognot.h -include/paintlib/plpsddec.h -include/paintlib/plrect.h -include/paintlib/plsgidec.h -include/paintlib/plsubbmp.h -include/paintlib/pltga.h -include/paintlib/pltgadec.h -include/paintlib/pltiffdec.h -include/paintlib/pltiffenc.h -include/paintlib/pltiffencex.h -include/paintlib/plurlsrc.h -include/paintlib/plwindefs.h -include/paintlib/qdraw.h -include/paintlib/tif_msrc.h -include/paintlib/test/pltest.h -include/paintlib/test/pltestcountedpointer.h -include/paintlib/test/pltestdecoders.h -include/paintlib/test/pltester.h -include/paintlib/test/pltestexif.h -include/paintlib/test/pltestfilters.h -include/paintlib/test/pltestpixelformat.h -include/paintlib/test/testfilterresizebilinear.h -include/paintlib/test/testpsddecoder.h -lib/libpaintlib.a -lib/libpaintlib.la -lib/libpaintlib.so -lib/libpaintlib.so.1 -@dirrm include/paintlib/Filter -@dirrm include/paintlib/test -@dirrm include/paintlib diff --git a/lang/Makefile b/lang/Makefile index a7e07d595116..430d77edbf3f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -323,7 +323,6 @@ SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm - SUBDIR += scriba SUBDIR += scsh SUBDIR += sdcc SUBDIR += sdcc-devel diff --git a/lang/scriba/Makefile b/lang/scriba/Makefile deleted file mode 100644 index e4b13e82ed5a..000000000000 --- a/lang/scriba/Makefile +++ /dev/null @@ -1,156 +0,0 @@ -# New ports collection makefile for: scriba -# Date created: 07 January 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= scriba -PORTVERSION= 20b0 -PORTREVISION= 3 -CATEGORIES= lang -MASTER_SITES= http://www.scriptbasic.com/download/ -DISTNAME= ${PORTNAME}-v2.0b0-source - -MAINTAINER= ports@FreeBSD.org -COMMENT= A scripting implementation of the BASIC language - -DEPRECATED= Does not compile with gcc 4.2+, looks like abandonware -EXPIRATION_DATE= 2010-12-30 -NO_WRKSUBDIR= yes -USE_PERL5= yes -CFLAGS+= -fPIC -PORTDOCS= * - -# Extensions that depend on external libs default to off - -OPTIONS= BDB "Berkeley DB extension" off \ - CURL "CURL extension" off \ - GD "gd extension" off \ - MYSQL "MySQL extension (3.2.3 only)" off \ - ODBC "ODBC extension" off \ - PGSQL "PostgreSQL extension" off \ - XML "libxml2 extension" off - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "ia64" -BROKEN= fails to compile -.endif - -.if ${OSVERSION} >= 700042 -BROKEN= Does not install -.endif - -# Dependencies for port options - -.if defined(WITH_BDB) -LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 -PLIST_SUB+= BDB="" -.else -PLIST_SUB+= BDB="@comment " -.endif - -.if defined(WITH_CURL) -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -PLIST_SUB+= CURL="" -.else -PLIST_SUB+= CURL="@comment " -.endif - -.if defined(WITH_GD) -LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd -PLIST_SUB+= GD="" -.else -PLIST_SUB+= GD="@comment " -.endif - -.if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -PLIST_SUB+= MYSQL="" -.else -PLIST_SUB+= MYSQL="@comment " -.endif - -.if defined(WITH_ODBC) -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC -PLIST_SUB+= ODBC="" -.else -PLIST_SUB+= ODBC="@comment " -.endif - -.if defined(WITH_PGSQL) -USE_PGSQL= yes -PLIST_SUB+= PGSQL="" -.else -PLIST_SUB+= PGSQL="@comment " -.endif - -.if defined(WITH_XML) -LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 -PLIST_SUB+= XML="" -.else -PLIST_SUB+= XML="@comment " -.endif - -post-patch: - # Put esd.pm in a directory where perl will find it - cd ${WRKSRC} && ${MKDIR} jamal && ${CP} esd.pm jamal - ${GREP} -Rl '^#!.*bin/perl' ${WRKSRC} | \ - ${XARGS} ${REINPLACE_CMD} -e 's,^#!.*bin/perl,#!${PERL},' - ${REINPLACE_CMD} \ - -e 's,%%PREFIX%%,${PREFIX},g' \ - -e 's,%%LOCALBASE%%,${LOCALBASE},g' \ - -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ - -e 's,%%DATADIR%%,${DATADIR},g' \ - -e 's,%%CC%%,${CC},g' \ - -e 's,%%CFLAGS%%,${CFLAGS},g' \ - -e 's,%%LDFLAGS%%,${LDFLAGS},g' \ - -e 's,%%PTHREAD_LIBS%%,${PTHREAD_LIBS},g' \ - -e 's,root:root,root:wheel,g' \ - ${WRKSRC}/setup.pl ${WRKSRC}/scriba.c ${WRKSRC}/make_gcc.jim -.if ${ARCH} == "amd64" - ${REINPLACE_CMD} -e 's, -Bstatic,,g' ${WRKSRC}/make_gcc.jim -.endif - -# Remove extensions not selected as options - -.if !defined(WITH_BDB) - @${RM} -rf ${WRKSRC}/extensions/bdb -.endif - -.if !defined(WITH_CURL) - @${RM} -rf ${WRKSRC}/extensions/curl -.endif - -.if !defined(WITH_GD) - @${RM} -rf ${WRKSRC}/extensions/gd -.endif - -.if !defined(WITH_MYSQL) - @${RM} -rf ${WRKSRC}/extensions/mysql -.endif - -.if !defined(WITH_ODBC) - @${RM} -rf ${WRKSRC}/extensions/odbc -.endif - -.if !defined(WITH_PGSQL) - @${RM} -rf ${WRKSRC}/extensions/psql -.endif - -.if !defined(WITH_XML) - @${RM} -rf ${WRKSRC}/extensions/xml -.endif - -do-build: -# -I allows script to include the Jamal preprocessor - cd ${WRKSRC} && export PERL5OPT='-I${WRKSRC}' && \ - ${PERL} setup.pl --unix - -do-install: - cd ${WRKSRC} && \ - ${PERL} setup.pl --unix --no-install-interactive --install && \ - ${SH} install.sh - -.include <bsd.port.post.mk> diff --git a/lang/scriba/distinfo b/lang/scriba/distinfo deleted file mode 100644 index c876a3f0e9f7..000000000000 --- a/lang/scriba/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (scriba-v2.0b0-source.tar.gz) = c3cf4d8af5e4a3af46180c8237805ee2 -SHA256 (scriba-v2.0b0-source.tar.gz) = f3fa87b54efc5c8e516bb8f27458e180813874dae70d51710e7c23704e656c3b -SIZE (scriba-v2.0b0-source.tar.gz) = 1246794 diff --git a/lang/scriba/files/patch-commands-environ.c b/lang/scriba/files/patch-commands-environ.c deleted file mode 100644 index 1f316fcbfcd1..000000000000 --- a/lang/scriba/files/patch-commands-environ.c +++ /dev/null @@ -1,13 +0,0 @@ ---- commands/environ.c.orig Tue Mar 1 23:04:45 2005 -+++ commands/environ.c Tue Mar 1 23:06:19 2005 -@@ -27,6 +27,10 @@ - #define _environ environ - #endif - -+#ifdef __FreeBSD__ -+#define _environ environ -+#endif -+ - extern char **_environ; - - /**ENVIRON diff --git a/lang/scriba/files/patch-extensions-bdb-interface.c b/lang/scriba/files/patch-extensions-bdb-interface.c deleted file mode 100644 index 81e117867d94..000000000000 --- a/lang/scriba/files/patch-extensions-bdb-interface.c +++ /dev/null @@ -1,20 +0,0 @@ ---- extensions/bdb/interface.c.orig Tue Mar 1 18:07:08 2005 -+++ extensions/bdb/interface.c Tue Mar 1 19:36:14 2005 -@@ -11,7 +11,7 @@ - - These lines are needed by the configurator to generate the file 'libraries.jim' - NTLIBS: libdb41s.lib --UXLIBS: -lbdb -+UXLIBS: -ldb41 - - */ - #include <sys/types.h> -@@ -22,7 +22,7 @@ - #include <stdlib.h> - #include <string.h> - --#include <db.h> -+#include <db41/db.h> - - #include "../../basext.h" - diff --git a/lang/scriba/files/patch-extensions-curl-interface.c b/lang/scriba/files/patch-extensions-curl-interface.c deleted file mode 100644 index ddac9c98500f..000000000000 --- a/lang/scriba/files/patch-extensions-curl-interface.c +++ /dev/null @@ -1,24 +0,0 @@ ---- extensions/curl/interface.c.orig Tue Mar 1 19:38:05 2005 -+++ extensions/curl/interface.c Tue Mar 1 19:47:08 2005 -@@ -18,7 +18,7 @@ - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - NTLIBS: libcurl.lib ws2_32.lib --UXLIBS: -lcurl -lssl -lcrypto -ldl -lc -+UXLIBS: -lcurl -lssl -lcrypto -lc - - */ - #include <stdio.h> -@@ -1352,10 +1352,10 @@ - if( Argument == NULL )return COMMAND_ERROR_ARGUMENT_RANGE; - Argument = besCONVERT2STRING(Argument); - if( STRLEN(Argument) == 10 && memcmp(STRINGVALUE(Argument),"IFMODSINCE",10) == 0 ){ -- value = TIMECOND_IFMODSINCE; -+ value = CURL_TIMECOND_IFMODSINCE; - }else - if( STRLEN(Argument) == 12 && memcmp(STRINGVALUE(Argument),"IFUNMODSINCE",12) == 0 ){ -- value = TIMECOND_IFUNMODSINCE; -+ value = CURL_TIMECOND_IFUNMODSINCE; - }else return COMMAND_ERROR_ARGUMENT_RANGE; - res = curl_easy_setopt(pCon->myConnection,CURLOPT_TIMECONDITION,value); - if( res == CURLE_OK ) return COMMAND_ERROR_SUCCESS; diff --git a/lang/scriba/files/patch-extensions-curses-interface.c b/lang/scriba/files/patch-extensions-curses-interface.c deleted file mode 100644 index 390e0d64997e..000000000000 --- a/lang/scriba/files/patch-extensions-curses-interface.c +++ /dev/null @@ -1,11 +0,0 @@ ---- extensions/curses/interface.c.orig Tue Mar 1 19:38:05 2005 -+++ extensions/curses/interface.c Tue Mar 1 19:51:22 2005 -@@ -25,7 +25,7 @@ - - */ - #include <curses.h> --#include <malloc.h> -+#include <stdlib.h> - - /** - =H the module CURSES diff --git a/lang/scriba/files/patch-extensions-psql-interface.c b/lang/scriba/files/patch-extensions-psql-interface.c deleted file mode 100644 index 5c3f6d1e21d0..000000000000 --- a/lang/scriba/files/patch-extensions-psql-interface.c +++ /dev/null @@ -1,11 +0,0 @@ ---- extensions/psql/interface.c.orig Tue Mar 1 21:47:06 2005 -+++ extensions/psql/interface.c Tue Mar 1 22:08:58 2005 -@@ -24,7 +24,7 @@ - #define PTS_MODULE "pgsqlinterf.c" - - /* vvv Debian GNU/Linux: /usr/include/postgresql/libpq-fe.h */ --#include <postgresql/libpq-fe.h> -+#include <libpq-fe.h> - #include "../../basext.h" - #include <stdio.h> /* simple debugging */ - #include <string.h> /* memcmp() */ diff --git a/lang/scriba/files/patch-extensions-re-regex.h b/lang/scriba/files/patch-extensions-re-regex.h deleted file mode 100644 index b7997b6ac0b6..000000000000 --- a/lang/scriba/files/patch-extensions-re-regex.h +++ /dev/null @@ -1,11 +0,0 @@ ---- extensions/re/regex.h.orig Tue Mar 1 22:12:11 2005 -+++ extensions/re/regex.h Tue Mar 1 22:14:55 2005 -@@ -53,6 +53,8 @@ - #define __stdcall - #endif - -+#include <unistd.h> -+ - /* types */ - typedef off_t regoff_t; - diff --git a/lang/scriba/files/patch-make_gcc.jim b/lang/scriba/files/patch-make_gcc.jim deleted file mode 100644 index 25037c488dbd..000000000000 --- a/lang/scriba/files/patch-make_gcc.jim +++ /dev/null @@ -1,23 +0,0 @@ ---- make_gcc.jim.orig Tue Mar 1 22:15:45 2005 -+++ make_gcc.jim Tue Mar 1 22:18:31 2005 -@@ -15,7 +15,7 @@ - -I where the include directories are - -L where the libraries are - } --{#define cc=gcc -w} -+{#define cc=cc -w %%CFLAGS%% -L%%LOCALBASE%%/lib -I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/libxml2 -L%%LOCALBASE%%/lib/mysql } - {#define CcOptOutput/X=-o X} - {#define CcOptInput/X=X} - {#define CcOptCompile=-c} -@@ -26,9 +26,9 @@ - {#define LibOptOutput/X=-r X} - {#define LibOptInput/X=X} - --{#define ld=ld -shared -Bstatic} -+{#define ld=ld %%LDFLAGS%% -shared -Bstatic -L%%LOCALBASE%%/lib -L%%LOCALBASE%%/lib/mysql } - {#define LdOptOutput/X=-o X} - {#define LdOptInput/X=X} - - {@comment the standard libraries that we need} --{#define StandardLibraries=-lc -lm -ldl -lpthread} -+{#define StandardLibraries=-lc -lm %%PTHREAD_LIBS%%} diff --git a/lang/scriba/files/patch-memory.c b/lang/scriba/files/patch-memory.c deleted file mode 100644 index 42460616ed84..000000000000 --- a/lang/scriba/files/patch-memory.c +++ /dev/null @@ -1,15 +0,0 @@ ---- memory.c.orig Mon Apr 22 01:40:39 2002 -+++ memory.c Tue Mar 1 22:11:42 2005 -@@ -19,7 +19,11 @@ - - TO_HEADER: - --typedef unsigned char BYTE, *PBYTE; -+#ifndef BYTE_TYPE_ALREADY_DEFINED -+typedef unsigned char BYTE; -+#endif -+ -+typedef unsigned char *PBYTE; - - typedef struct _FixSizeMemoryObject { - diff --git a/lang/scriba/files/patch-scriba.c b/lang/scriba/files/patch-scriba.c deleted file mode 100644 index 87e1d6d34bf8..000000000000 --- a/lang/scriba/files/patch-scriba.c +++ /dev/null @@ -1,11 +0,0 @@ ---- scriba.c.orig Tue Mar 1 23:06:45 2005 -+++ scriba.c Wed Mar 2 01:07:07 2005 -@@ -98,7 +98,7 @@ - #define CONFIG_FILE "SCRIBA.INI" - #else - #define CONFIG_ENVIR "SCRIBACONF" --#define CONFIG_FILE "/etc/scriba/basic.conf" -+#define CONFIG_FILE "%%PREFIX%%/etc/scriba/basic.conf" - #endif - - diff --git a/lang/scriba/files/patch-setup.pl b/lang/scriba/files/patch-setup.pl deleted file mode 100644 index 720f3539956b..000000000000 --- a/lang/scriba/files/patch-setup.pl +++ /dev/null @@ -1,75 +0,0 @@ ---- setup.pl.orig Wed Mar 2 19:06:18 2005 -+++ setup.pl Wed Mar 2 19:08:02 2005 -@@ -176,7 +176,6 @@ - # - $esdlocation = undef; - for (@INC){ -- next if /\./; - if( -e "$_/jamal/esd.pm" ){ - $esdlocation = "$_/jamal/esd.pm"; - } -@@ -1152,7 +1151,7 @@ - let ERRCOUNT = \$ERRCOUNT+1 - fi - --chown $owner:$owner $to 2>/dev/null -+chown $owner $to 2>/dev/null - if [ \$? -ne 0 ] ; then - echo "###ERROR setting the owner of the file $to to $owner" - let ERRCOUNT = \$ERRCOUNT+1 -@@ -1186,7 +1185,7 @@ - let ERRCOUNT = \$ERRCOUNT+1 - fi - --chown $owner:$owner $tofils 2>/dev/null -+chown $owner $tofils 2>/dev/null - if [ \$? -ne 0 ] ; then - echo "###ERROR setting the owner of the file $tofils to $owner" - let ERRCOUNT = \$ERRCOUNT+1 -@@ -1410,7 +1409,7 @@ - print F <<ENDSHELL; - #!/bin/sh - # --# Start/stops the ScriptBasic httpd daemon (/usr/bin/sbhttpd) -+# Start/stops the ScriptBasic httpd daemon (%%PREFIX%%/bin/sbhttpd) - # - - PIDFILE=$LOG/pid.txt -@@ -1453,7 +1452,7 @@ - echo "\$0 \$ARG: sbhttpd (pid \$PID) already running" - continue - fi -- if /usr/bin/sbhttpd -start ; then -+ if %%PREFIX%%/bin/sbhttpd -start ; then - echo "\$0 \$ARG: sbhttpd started" - else - echo "\$0 \$ARG: sbhttpd could not be started" -@@ -1795,17 +1794,17 @@ - # - # UNIX installation default configuration values - # --$INSTALL_DEFAULT_CONFIGDIR='/etc/scriba'; --$INSTALL_DEFAULT_INCLUDE ='/usr/share/scriba/include'; --$INSTALL_DEFAULT_SOURCE ='/usr/share/scriba/source'; --$INSTALL_DEFAULT_MODULE ='/usr/local/lib/scriba'; --$INSTALL_DEFAULT_DOCU ='/usr/share/scriba/source'; --$INSTALL_DEFAULT_LIB ='/usr/local/lib'; --$INSTALL_DEFAULT_CACHE ='/var/cache/scriba/cache'; --$INSTALL_DEFAULT_HEBTEMP ='/var/cache/scriba/hebtemp'; --$INSTALL_DEFAULT_BIN ='/usr/bin'; --$INSTALL_DEFAULT_LOG ='/var/log/scriba'; --$INSTALL_DEFAULT_ETC ='/etc/init.d'; -+$INSTALL_DEFAULT_CONFIGDIR='%%PREFIX%%/etc/scriba'; -+$INSTALL_DEFAULT_INCLUDE ='%%PREFIX%%/include/scriba'; -+$INSTALL_DEFAULT_SOURCE ='%%DATADIR%%/source'; -+$INSTALL_DEFAULT_MODULE ='%%PREFIX%%/lib/scriba'; -+$INSTALL_DEFAULT_DOCU ='%%DOCSDIR%%'; -+$INSTALL_DEFAULT_LIB ='%%PREFIX%%/lib'; -+$INSTALL_DEFAULT_CACHE ='%%PREFIX%%/var/cache/scriba/cache'; -+$INSTALL_DEFAULT_HEBTEMP ='%%PREFIX%%/var/cache/scriba/hebtemp'; -+$INSTALL_DEFAULT_BIN ='%%PREFIX%%/bin'; -+$INSTALL_DEFAULT_LOG ='%%PREFIX%%/var/log/scriba'; -+$INSTALL_DEFAULT_ETC ='%%PREFIX%%/etc/rc.d'; - - %INSTALL_DEFAULT = ( - '--install-configdir' => $INSTALL_DEFAULT_CONFIGDIR, diff --git a/lang/scriba/pkg-descr b/lang/scriba/pkg-descr deleted file mode 100644 index e0efc0bcffd9..000000000000 --- a/lang/scriba/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -ScriptBasic is a scripting implementation of the BASIC language. The -aim of this implementation is to provide a general and widely used -tool for the simple programmer. One of the reason behind the success -of the Microsoft operating systems is VisualBasic, which is built into -many of the applications Microsoft delivers. Why are UNIX and other -non-Microsoft operating system users prohibited to use the simplest -programming language? - -ScriptBasic is a BASIC implementation, which aims not less than -becoming the most widely used scripting tool on UNIX systems. It is -portable, it is BASIC, it is a scripting tool and it is GNU LGPL. diff --git a/lang/scriba/pkg-plist b/lang/scriba/pkg-plist deleted file mode 100644 index 855456abd17e..000000000000 --- a/lang/scriba/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/sbhttpd -bin/scriba -etc/rc.d/sbhttpd -etc/scriba/basic.conf -%%BDB%%include/scriba/bdb.bas -include/scriba/cgi.bas -%%CURL%%include/scriba/curl.bas -include/scriba/curses.bas -include/scriba/dbg.bas -include/scriba/error.bas -%%GD%%include/scriba/gd.bas -include/scriba/hash.bas -include/scriba/modinst.bas -include/scriba/mt.bas -%%MYSQL%%include/scriba/mysql.bas -%%ODBC%%include/scriba/odbc.bas -%%PGSQL%%include/scriba/psql.bas -include/scriba/re.bas -include/scriba/time.bas -include/scriba/t.bas -include/scriba/trial.bas -include/scriba/ux.bas -%%XML%%include/scriba/xml.bas -include/scriba/zlib.bas -lib/libscriba.a -%%BDB%%lib/scriba/bdb.so -lib/scriba/cgi.so -%%CURL%%lib/scriba/curl.so -lib/scriba/curses.so -lib/scriba/dbg.so -%%GD%%lib/scriba/gd.so -lib/scriba/hash.so -lib/scriba/mt.so -%%MYSQL%%lib/scriba/mysql.so -%%ODBC%%lib/scriba/odbc.so -%%PGSQL%%lib/scriba/psql.so -lib/scriba/re.so -lib/scriba/t.so -lib/scriba/trial.so -lib/scriba/ux.so -%%XML%%lib/scriba/xml.so -lib/scriba/zlib.so -%%DATADIR%%/source/heber.bas -@dirrm etc/scriba -@dirrm include/scriba -@dirrm lib/scriba -@dirrm share/scriba/source -@dirrm share/scriba diff --git a/math/Makefile b/math/Makefile index 1e49e0f44d98..f60e4b7762f1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -486,7 +486,6 @@ SUBDIR += qwtplot3d SUBDIR += qwtplot3d-qt4 SUBDIR += rapid - SUBDIR += rascal SUBDIR += reed-solomon SUBDIR += rkward SUBDIR += rkward-kde4 diff --git a/math/rascal/Makefile b/math/rascal/Makefile deleted file mode 100644 index 3f56135fefdd..000000000000 --- a/math/rascal/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: rascal -# Date created: Apr 9, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rascal -PORTVERSION= 0.3.2 -PORTREVISION= 4 -CATEGORIES= math -MASTER_SITES= SF/${PORTNAME}/Rascal/${PORTVERSION} - -DEPRECATED= Broken on every arch since 2008, looks like an abandonware -EXPIRATION_DATE= 2010-12-30 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Advanced Scientific CALculator - -WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION} - -USE_BISON= build -WANT_GNOME= yes -USE_GMAKE= yes -MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -ALL_TARGET= ${PROGRAMS} - -MAN1= rascal.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.else -BROKEN= does not link -.endif - -.if ${HAVE_GNOME:Mgnomelibs}!="" -PKGNAMESUFFIX= -gnome -USE_GNOME+= gnomelibs -PROGRAMS= rascal grascal -.else -PROGRAMS= rascal -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \ - s|^CFLAGS=-|CFLAGS+=$${CPPFLAGS} -|g ; \ - s|-O0 -fno-rtti -g||g ; \ - s|^LIBS=-|LIBS+=$${LDFLAGS} -|g ; \ - s|doc/|share/doc/|g ; \ - s|g++|$${CC}|g ; \ - s|-Os||g ; \ - s|gnome-config|$${GNOME_CONFIG}|g' ${WRKSRC}/Makefile -.for file in hoc.y rascal.1 grascal.cpp - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${file} -.endfor - -do-install: -.for file in ${PROGRAMS} - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin -.endfor - ${INSTALL_DATA} ${WRKSRC}/rascal.rc ${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/rascal.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/html -.for file in rascal.ps rascal.pdf CHANGES TEST TOOLBOXTEST - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/rascal_html/* ${DOCSDIR}/html -.endif - -.include <bsd.port.post.mk> diff --git a/math/rascal/distinfo b/math/rascal/distinfo deleted file mode 100644 index 7433ff0beb04..000000000000 --- a/math/rascal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rascal-0.3.2.tar.gz) = 2ac111ac6fdbe9de3496da2e48d58ae1 -SHA256 (rascal-0.3.2.tar.gz) = ca9818965f2e5005b7c656408a02076b97c33385b97c4c6744fda93ede2baf16 -SIZE (rascal-0.3.2.tar.gz) = 243881 diff --git a/math/rascal/files/patch-grascal.cpp b/math/rascal/files/patch-grascal.cpp deleted file mode 100644 index 6698fa3c7759..000000000000 --- a/math/rascal/files/patch-grascal.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- grascal.cpp.orig Tue May 14 07:09:26 2002 -+++ grascal.cpp Sat Oct 18 14:51:09 2003 -@@ -76,7 +76,7 @@ - - int main(int argc,char **argv) - { -- Calterm a(string("grascal ")+string(VERSION),"/usr/local/bin/rascal","--shellcolour 4 --outputcolour 0"); -+ Calterm a(string("grascal ")+string(VERSION),"%%PREFIX%%/bin/rascal","--shellcolour 4 --outputcolour 0"); - - if(exist("./rascal")) - a.setClientPath("./rascal"); -@@ -91,7 +91,7 @@ - a.addMenu(new MenuFileSelect("/File/_Load","<control>L","Load Rascal File",rascal_load)); - a.addMenu(new MenuFileSelect("/File/_Save","<control>S","Save Rascal File",rascal_save)); - a.addMenu(new MenuSeparator("/File/sep1")); -- a.addMenu(new MenuGtkFunction("/File/_Quit","<control>Q",gtk_main_quit)); -+ a.addMenu(new MenuGtkFunction("/File/_Quit","<control>Q",(GtkItemFactoryCallback)gtk_main_quit)); - - a.addMenu(new MenuTop("/_Show")); - a.addMenu(new MenuSimpleSend("/Show/_Variables","","variables;\n")); -@@ -113,7 +113,7 @@ - a.addMenu(new MenuSimpleSend("/Help/Licence","","licence;\n")); - a.addMenu(new MenuSimpleSend("/Help/Changelog","","help changes;\n")); - a.addMenu(new MenuSeparator("/Help/sep2")); -- a.addMenu(new MenuShowUrl("/Help/Manual","","file:/usr/local/doc/rascal/html/index.html")); -+ a.addMenu(new MenuShowUrl("/Help/Manual","","file:%%PREFIX%%/share/doc/rascal/html/index.html")); - a.addMenu(new MenuSeparator("/Help/sep1")); - a.addMenu(new MenuShowUrl("/Help/Rascal Homepage","","http://rascal.sourceforge.net/")); - diff --git a/math/rascal/files/patch-hoc.y b/math/rascal/files/patch-hoc.y deleted file mode 100644 index 8cd3f2472df4..000000000000 --- a/math/rascal/files/patch-hoc.y +++ /dev/null @@ -1,32 +0,0 @@ ---- hoc.y.orig Tue May 14 06:09:26 2002 -+++ hoc.y Tue Dec 3 14:45:21 2002 -@@ -38,6 +38,11 @@ - #include <math.h> - #include <stdlib.h> - #include <string.h> -+#include <stdio.h> -+extern "C" { -+#include <getopt.h> -+} -+ - int precis=8; - - void * set_string_input(char *); -@@ -517,7 +522,7 @@ - cout << " The content of given files and expressions will be treated as user input" << endl; - cout << " in the order rc-file, given files, expressions." << endl; - cout << endl; -- cout << " The rc-file is searched in /etc/rascal.rc, /usr/local/bin/rascal.rc, rascal.rc" << endl; -+ cout << " The rc-file is searched in %%PREFIX%%/etc/rascal.rc, rascal.rc" << endl; - return 0; - case 'n': - norc=1; -@@ -556,7 +561,7 @@ - } - - if(norc==0) -- if(load("/etc/rascal.rc") && load("/usr/local/bin/rascal.rc") && load("rascal.rc")) -+ if(load("%%PREFIX%%/etc/rascal.rc") && load("rascal.rc")) - ; // no rcfile found - - if(doeval!="") diff --git a/math/rascal/files/patch-mmatrix.hpp b/math/rascal/files/patch-mmatrix.hpp deleted file mode 100644 index 29fa7f77fcbb..000000000000 --- a/math/rascal/files/patch-mmatrix.hpp +++ /dev/null @@ -1,45 +0,0 @@ ---- modules/mmatrix.hpp.orig Mon Aug 16 19:17:01 2004 -+++ modules/mmatrix.hpp Mon Aug 16 19:27:48 2004 -@@ -33,14 +33,14 @@ - public: - mmatrix(int aN,int aM) : N(aN),M(aM) - { -- a=new (T *)[N]; -+ a=new T *[N]; - int i; - for(i=0;i<N;i++) - a[i]=new T[M]; - } - mmatrix(int aN,int aM,const T & x,const T & y) : N(aN),M(aM) - { -- a=new (T *)[N]; -+ a=new T *[N]; - int i; - for(i=0;i<N;i++) - a[i]=new T[M]; -@@ -51,14 +51,14 @@ - } - mmatrix(const T & b) : N(1),M(1) - { -- a=new (T *)[1]; -+ a=new T *[1]; - a[0]=new T[1]; - a[0][0]=b; - } - mmatrix(const mmatrix<T> &b) : N(b.N),M(b.M) - { - int i,j; -- a=new (T *)[N]; -+ a=new T *[N]; - for(i=0;i<N;i++) - { - a[i]=new T[M]; -@@ -77,7 +77,7 @@ - { - for(i=0;i<N;i++) delete [] a[i]; delete [] a; // what if self-assigment ?!?? - N=b.N;M=b.M; -- a=new (T *)[N]; -+ a=new T *[N]; - for(i=0;i<N;i++) - a[i]=new T[M]; - } diff --git a/math/rascal/files/patch-rascal.1 b/math/rascal/files/patch-rascal.1 deleted file mode 100644 index 03bcabe4bd44..000000000000 --- a/math/rascal/files/patch-rascal.1 +++ /dev/null @@ -1,70 +0,0 @@ ---- rascal.1.orig Tue May 14 06:09:26 2002 -+++ rascal.1 Tue Dec 3 14:58:09 2002 -@@ -64,7 +64,7 @@ - For more information read the extensive user documentation: - - .B gv --.I /usr/local/doc/rascal/rascal.ps -+.I %%PREFIX%%/share/doc/rascal/rascal.ps - - .SH EXAMPLE SESSIONS - -@@ -114,10 +114,7 @@ - [-4 2;3 -1] - - .SH FILES --.I /etc/rascal.rc --.RS --.RE --.I /usr/local/bin/rascal.rc -+.I %%PREFIX%%/etc/rascal.rc - .RS - .RE - .I ./rascal.rc -@@ -126,30 +123,30 @@ - i) - .RE - .P --.I /usr/local/doc/rascal/rascal.ps -+.I %%PREFIX%%/share/doc/rascal/rascal.ps - .RS - .RE --.I /usr/local/doc/rascal/rascal.pdf -+.I %%PREFIX%%/share/doc/rascal/rascal.pdf - .RS - .RE --.I /usr/local/doc/rascal/rascal/rascal.html -+.I %%PREFIX%%/share/doc/rascal/html/rascal.html - .RS - User documentation, to view it invoke - .RS - .RE - .B gv --.I /usr/local/doc/rascal/rascal.ps -+.I %%PREFIX%%/share/doc/rascal/rascal.ps - .RE - .P --.I /usr/local/doc/rascal/TEST -+.I %%PREFIX%%/share/doc/rascal/TEST - .RS - Test suite, to test Rascal invoke - .RS - .RE --.BI "rascal " "/usr/local/doc/rascal/TEST" -+.BI "rascal " "%%PREFIX%%/share/doc/rascal/TEST" - .RE - .P --.I /usr/local/doc/rascal/CHANGES -+.I %%PREFIX%%/share/doc/rascal/CHANGES - .RS - Changelog - -@@ -169,7 +166,7 @@ - .I "http://rascal.sourceforge.net/" - and attach the output of the test - .RE --.BI "rascal " "/usr/local/doc/rascal/TEST" -+.BI "rascal " "%%PREFIX%%/share/doc/rascal/TEST" - - .SH AUTHOR - Sebastian Ritterbusch <rascal@ritterbusch.de> diff --git a/math/rascal/pkg-descr b/math/rascal/pkg-descr deleted file mode 100644 index b0b21bd6f67c..000000000000 --- a/math/rascal/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Rascal, the Advanced Scientific CALculator, is a platform independent -modular calculator. Based on modules for integer, doubles, strings, -vectors and matrices it can be easily extended with existing C or C++ -code. - -WWW: http://rascal.sourceforge.net/ diff --git a/math/rascal/pkg-plist b/math/rascal/pkg-plist deleted file mode 100644 index 794cafcbd0a8..000000000000 --- a/math/rascal/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -%%GNOME:%%bin/grascal -bin/rascal -etc/rascal.rc -%%PORTDOCS%%%%DOCSDIR%%/rascal.pdf -%%PORTDOCS%%%%DOCSDIR%%/rascal.ps -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/TEST -%%PORTDOCS%%%%DOCSDIR%%/TOOLBOXTEST -%%PORTDOCS%%%%DOCSDIR%%/html/img1.gif -%%PORTDOCS%%%%DOCSDIR%%/html/img2.gif -%%PORTDOCS%%%%DOCSDIR%%/html/img3.gif -%%PORTDOCS%%%%DOCSDIR%%/html/img4.gif -%%PORTDOCS%%%%DOCSDIR%%/html/img5.gif -%%PORTDOCS%%%%DOCSDIR%%/html/img6.gif -%%PORTDOCS%%%%DOCSDIR%%/html/img7.gif -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/rascal.css -%%PORTDOCS%%%%DOCSDIR%%/html/rascal.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f1f3c35e9041..57172b8261e5 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -169,7 +169,6 @@ SUBDIR += nitpicker SUBDIR += noc SUBDIR += nocol - SUBDIR += nrg SUBDIR += nrpe2 SUBDIR += nrpep SUBDIR += nsca diff --git a/net-mgmt/nrg/Makefile b/net-mgmt/nrg/Makefile deleted file mode 100644 index 49e601991257..000000000000 --- a/net-mgmt/nrg/Makefile +++ /dev/null @@ -1,89 +0,0 @@ -# New ports collection makefile for: nrg -# Date created: 18 January 2004 -# Whom: Michael Ranner -# -# $FreeBSD$ -# - -PORTNAME= nrg -PORTVERSION= 0.99.25 -PORTREVISION= 3 -CATEGORIES= net-mgmt sysutils -MASTER_SITES= ftp://nrg.hep.wisc.edu/pub/src/nrg/ \ - http://www.ranner.jawa.at/stuff/ - -MAINTAINER= michael@ranner.eu -COMMENT= Tool for visualizing network and resource utilization data - -BUILD_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ - ${LOCALBASE}/bin/snmpget:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS= ${SITE_PERL}/RRDp.pm:${PORTSDIR}/databases/rrdtool \ - ${LOCALBASE}/bin/snmpget:${PORTSDIR}/net-mgmt/net-snmp \ - ${SITE_PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes - -DEPRECATED= Project has vanished. Use cacti instead. -EXPIRATION_DATE= 2010-12-31 - -NRG_WEB_PREFIX?= ${PREFIX}/www/data -NRG_WEB_DIR?= nrg -NRG_WEB_TITLE?= FreeBSD NRG Homepage - -NRG_DIR?= nrg -NRGDIR= ${NRG_DIR} -DOCSDIR= ${NRGDIR}/html -EXAMPLESDIR= ${NRGDIR}/examples - -SITE_PERL_ARCH= ${SITE_PERL}/${PERL_ARCH} - -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_PERL5= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX}/${NRGDIR} -ALL_TARGET= pingd -PLIST_SUB= NRGDIR=${NRG_DIR} - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " -DWITH_APCNISCLIENT to build collector for nrg-apcupsdstat" - @${ECHO} "" - -.if defined(WITH_APCNISCLIENT) -EXTRA_PATCHES+= ${PATCHDIR}/nrg-apcupsdstat.patch -PLIST_FILES+= nrg/bin/nrg-apcupsdstat -.endif - -post-patch: - @${REINPLACE_CMD} -e "s,= @WEB_PREFIX@,= ${NRG_WEB_PREFIX},g" \ - -e "s,= @NRG_WEB_DIR@,= ${NRG_WEB_DIR},g" \ - -e "s,= @NRG_WEB_TITLE@,= \"${NRG_WEB_TITLE}\",g" \ - ${WRKSRC}/examples/Makefile.ops.in - @${REINPLACE_CMD} -e "s,<malloc.h>,<stdlib.h>,g" \ - ${WRKSRC}/roverpingd/send.c ${WRKSRC}/roverpingd/pingd.c \ - ${WRKSRC}/roverpingd/read_list.c - @${REINPLACE_CMD} -e "s,<values.h>,<limits.h>,g" \ - -e "s, MAXINT, INT_MAX,g" \ - ${WRKSRC}/roverpingd/write_stats.c - @${REINPLACE_CMD} -e "s,-D__FreeBSD__,,g" \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s,@bindir@/rrdtool,${PREFIX}/bin/rrdtool,g" \ - ${WRKSRC}/etc/run-star-head.pl.in - @${REINPLACE_CMD} -e "s,@prefix@,${PREFIX},g" \ - -e "s,NOW \"%a %b %d %H:%M %Z %Y\",NOW '%a %b %d %H:%M %Z %Y',g" \ - ${WRKSRC}/templates/*.in - @${CP} ${TEMPLATES}/config.guess ${WRKSRC}/config/ - @${CP} ${TEMPLATES}/config.sub ${WRKSRC}/config/ - -pre-install: - @${SED} 's|%%PREFIX%%|${PREFIX}|g' <${.CURDIR}/pkg-message >${PKGMESSAGE} - -post-install: - ${INSTALL_DATA} ${WRKSRC}/examples/Makefile.ops ${PREFIX}/nrg/Makefile-dist - ${INSTALL_DATA} ${WRKSRC}/examples/Default.conf ${PREFIX}/nrg/Default.conf-dist - ${INSTALL_DATA} ${WRKSRC}/examples/NRG.mconf ${PREFIX}/nrg/NRG.mconf-dist - ${INSTALL_DATA} ${WRKSRC}/examples/Site.mconf ${PREFIX}/nrg/Site.mconf-dist - @${INSTALL_SCRIPT} ${FILESDIR}/run-nrg.sh ${PREFIX}/nrg/ - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-mgmt/nrg/distinfo b/net-mgmt/nrg/distinfo deleted file mode 100644 index 4d21be36e51b..000000000000 --- a/net-mgmt/nrg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nrg-0.99.25.tar.gz) = d11c831882bbc8f3acc39c69b5b74ca9d1fd81094fde3877801d3c7e57134805 -SIZE (nrg-0.99.25.tar.gz) = 208433 diff --git a/net-mgmt/nrg/files/nrg-apcupsdstat.patch b/net-mgmt/nrg/files/nrg-apcupsdstat.patch deleted file mode 100644 index c4b340a18f94..000000000000 --- a/net-mgmt/nrg/files/nrg-apcupsdstat.patch +++ /dev/null @@ -1,187 +0,0 @@ ---- collectors/nrg-apcupsdstat.in.orig Fri Mar 5 18:13:13 2004 -+++ collectors/nrg-apcupsdstat.in Fri Mar 5 18:13:13 2004 -@@ -0,0 +1,146 @@ -+#!@PERL@ -+# -+# nrg-apcupsdstat - a nrg collector for reporting apcupsd statistics -+# -+# options: temp and battery -+# -+# michael ranner <mranner@inode.at> -+# -+# $Id$ -+# -+ -+$mode = 'battery'; -+$server = 'localhost'; -+$port = '3551'; -+$stamp = '0'; -+$stat = '0'; -+$apcnisclient = "/usr/local/bin/apcnisclient"; -+ -+#------------------------------------------------------------------ -+# parse argv... -+ -+while ( $ARGV[0] =~ /^-/ ) { -+ $arg = $ARGV[0]; -+ if ( $arg =~ /^-d/ ) { -+ $debug = 1; -+ shift @ARGV; -+ } elsif ( $arg =~ /^-p/ ) { -+ $port = $ARGV[1]; -+ shift @ARGV; shift @ARGV; -+ } elsif ( $arg =~ /^-m/ ) { -+ $mode = $ARGV[1]; -+ shift @ARGV; shift @ARGV; -+ } else { -+ print "unknown option: \"$arg\"\n"; -+ &usage; -+ exit 1; -+ } -+ $i++; -+} -+ -+if ( $#ARGV != 0 ) { -+ print "usage: nrg-apcupsdstat [args] apc_server\n"; -+ exit; -+} -+$server = $ARGV[0]; -+ -+if ( $debug ) { -+ $date = `date`; chop $date; -+ print "nrg-apcupsdstat: started in debug mode at $date\n"; -+ print "nrg-apcupsdstat: contacting $server at $port\n"; -+} -+ -+if ( $mode ne 'load' && $mode ne 'temp' && $mode ne 'battery' -+ && $mode ne 'inv' && $mode ne 'outv' && $mode ne 'battv' ) { -+ print "unknown mode: \"$mode\"\n"; -+ &usage; -+ exit 1; -+} -+ -+#------------------------------------------------------------------ -+# get the stats from apc nis client... -+ -+if ( $port !~ /^\d+$/ ) { -+ $port = getservbyname($port,'tcp') || &abend; -+} -+ -+open(CLIENT, "$apcnisclient $server:$port status|"); -+ -+while(<CLIENT>) { -+ push(@details, $_); -+} -+close(CLIENT); -+ -+if ( ! @details ) { &abend; } -+ -+#------------------------------------------------------------------ -+# parse the stats... -+ -+foreach $_ (@details) { -+ ($n, $stamp) = split(": ") if /^DATE/; -+ -+ if ($mode eq "battery") { -+ next if !/^BCHARGE/; -+ ($k, $n, $stat) = split; -+ last; -+ } elsif ($mode eq "battv") { -+ next if !/^BATTV/; -+ ($k, $n, $stat) = split; -+ last; -+ } elsif ($mode eq "inv") { -+ next if !/^LINEV/; -+ ($k, $n, $stat) = split; -+ last; -+ } elsif ($mode eq "load") { -+ next if !/^LOADPCT/; -+ ($k, $n, $stat) = split; -+ last; -+ } elsif ($mode eq "temp") { -+ next if !/^ITEMP/; -+ ($k, $n, $stat) = split; -+ last; -+ } elsif ($mode eq "outv") { -+ next if !/^OUTPUTV/; -+ ($k, $n, $stat) = split; -+ last; -+ } -+ -+} -+ -+$stamp = time; -+ -+#------------------------------------------------------------------ -+# print out nrg collector format output... -+ -+if ( ! $stamp || ! $stat ) { -+ #print "nrg-apcupsdstat: could not get stats from $server!\n"; -+ $stamp = time; -+ $details = "no stats from $server"; -+} else { -+ $details = "$stat $mode GAUGE"; -+} -+ -+$localtime = scalar localtime($stamp); -+print "$stamp $localtime\n"; -+print "INF uptime\n"; # FIXME -+print "$details\n"; -+ -+exit; -+ -+#================================================================== -+ -+sub usage { -+ print "usage: nrg-apcupsdstat [-d] [-p port] [-m mode] apc_server\n"; -+} -+ -+#------------------------------------------------------------------ -+ -+sub abend { -+ if ( $debug) {"nrg-sendmail: connection to $server:$port failed\n";} -+ $stamp = time; -+ $localtime = scalar localtime($stamp); -+ print "$stamp $localtime\n"; -+ print "INF uptime\n"; -+ print "connection to $server port $port failed\n"; -+ exit; -+} ---- Makefile.in.orig Fri Jul 23 21:42:58 2004 -+++ Makefile.in Fri Jul 23 21:43:11 2004 -@@ -19,7 +19,7 @@ - CONTRIB_DIR = ${prefix}/contrib - - BIN_FILES = \ -- dsreport mrtg2nrg nrg-apachestat nrg-autoconf \ -+ dsreport mrtg2nrg nrg-apachestat nrg-apcupsdstat nrg-autoconf \ - nrg-bindresponse nrg-bindstat nrg-bindstatd \ - nrg-cgikeeper nrg-discover-apache nrg-discover-bind \ - nrg-discover-errors nrg-discover-ifaces nrg-discover-netdev \ ---- configure.orig Fri Aug 5 22:26:55 2005 -+++ configure Tue Oct 18 17:18:23 2005 -@@ -3475,7 +3475,7 @@ - - - -- ac_config_files="$ac_config_files Makefile collectors/nrg-apmstat collectors/nrg-apachestat collectors/nrg-bindresponse collectors/nrg-bindstat collectors/nrg-bindstatd collectors/nrg-pingdstat collectors/nrg-sendmailstat collectors/nrg-sendmailstatd collectors/nrg-tcpresponse contrib/dsreport contrib/rrdmerge contrib/rrdtrim contrib/rrdtuner discoverers/nrg-discover-apache discoverers/nrg-discover-bind discoverers/nrg-discover-errors discoverers/nrg-discover-ifaces discoverers/nrg-discover-netdev discoverers/nrg-discover-pingd discoverers/nrg-discover-pvcs discoverers/nrg-discover-sendmail discoverers/nrg-discover-skel discoverers/nrg-discover-snmpd discoverers/nrg-discover-tables discoverers/nrg-discover-tcp etc/run-star-head.pl etc/run-star-tail.pl examples/Default.conf examples/Makefile.ops examples/NRG.mconf roverpingd/Makefile roverpingd/pingd.h src/nrg-runmaker src/nrg-cgikeeper src/nrg-rrdkeeper src/nrg-tablemaker src/nrg-indexmaker src/nrg-autoconf src/mrtg2nrg src/nrg-find-confs src/nrg-spiketrimmer templates/database-mrtg.rrd.tm templates/graph-current.cgi.tm templates/graph-longterm.cgi.tm templates/graph-mrtg.cgi.tm templates/table-df.cgi.tm templates/table-errors.cgi.tm templates/table-ifaces.cgi.tm templates/table-load.cgi.tm templates/table-mem.cgi.tm templates/table-ping-latency.cgi.tm templates/table-ping-loss.cgi.tm templates/table-swap.cgi.tm templates/table-tcp.cgi.tm" -+ ac_config_files="$ac_config_files Makefile collectors/nrg-apmstat collectors/nrg-apachestat collectors/nrg-apcupsdstat collectors/nrg-bindresponse collectors/nrg-bindstat collectors/nrg-bindstatd collectors/nrg-pingdstat collectors/nrg-sendmailstat collectors/nrg-sendmailstatd collectors/nrg-tcpresponse contrib/dsreport contrib/rrdmerge contrib/rrdtrim contrib/rrdtuner discoverers/nrg-discover-apache discoverers/nrg-discover-bind discoverers/nrg-discover-errors discoverers/nrg-discover-ifaces discoverers/nrg-discover-netdev discoverers/nrg-discover-pingd discoverers/nrg-discover-pvcs discoverers/nrg-discover-sendmail discoverers/nrg-discover-skel discoverers/nrg-discover-snmpd discoverers/nrg-discover-tables discoverers/nrg-discover-tcp etc/run-star-head.pl etc/run-star-tail.pl examples/Default.conf examples/Makefile.ops examples/NRG.mconf roverpingd/Makefile roverpingd/pingd.h src/nrg-runmaker src/nrg-cgikeeper src/nrg-rrdkeeper src/nrg-tablemaker src/nrg-indexmaker src/nrg-autoconf src/mrtg2nrg src/nrg-find-confs src/nrg-spiketrimmer templates/database-mrtg.rrd.tm templates/graph-current.cgi.tm templates/graph-longterm.cgi.tm templates/graph-mrtg.cgi.tm templates/table-df.cgi.tm templates/table-errors.cgi.tm templates/table-ifaces.cgi.tm templates/table-load.cgi.tm templates/table-mem.cgi.tm templates/table-ping-latency.cgi.tm templates/table-ping-loss.cgi.tm templates/table-swap.cgi.tm templates/table-tcp.cgi.tm" - cat >confcache <<\_ACEOF - # This file is a shell script that caches the results of configure - # tests run on this system so they can be shared between configure -@@ -4028,6 +4028,7 @@ - "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; - "collectors/nrg-apmstat" ) CONFIG_FILES="$CONFIG_FILES collectors/nrg-apmstat" ;; - "collectors/nrg-apachestat" ) CONFIG_FILES="$CONFIG_FILES collectors/nrg-apachestat" ;; -+ "collectors/nrg-apcupsdstat" ) CONFIG_FILES="$CONFIG_FILES collectors/nrg-apcupsdstat" ;; - "collectors/nrg-bindresponse" ) CONFIG_FILES="$CONFIG_FILES collectors/nrg-bindresponse" ;; - "collectors/nrg-bindstat" ) CONFIG_FILES="$CONFIG_FILES collectors/nrg-bindstat" ;; - "collectors/nrg-bindstatd" ) CONFIG_FILES="$CONFIG_FILES collectors/nrg-bindstatd" ;; -@@ -4441,6 +4442,7 @@ - - for f in \ - collectors/nrg-apachestat \ -+ collectors/nrg-apcupsdstat \ - collectors/nrg-bindresponse \ - collectors/nrg-bindstat \ - collectors/nrg-bindstatd \ diff --git a/net-mgmt/nrg/files/patch-Makefile.in b/net-mgmt/nrg/files/patch-Makefile.in deleted file mode 100644 index 95ca0d101fae..000000000000 --- a/net-mgmt/nrg/files/patch-Makefile.in +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.in.orig Tue Oct 18 18:10:05 2005 -+++ Makefile.in Tue Oct 18 18:10:40 2005 -@@ -112,38 +112,6 @@ - $(MKINSTALLDIRS) $(ARCHIVE_DIR); \ - fi - -- @if [ ! -f $(prefix)/Makefile ]; then \ -- echo "installing Makefile in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/Makefile.ops $(prefix)/Makefile; \ -- else \ -- echo "installing Makefile.NEW in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/Makefile.ops $(prefix)/Makefile.NEW; \ -- fi -- -- @if [ ! -f $(prefix)/Default.conf ]; then \ -- echo "installing Default.conf in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/Default.conf $(prefix)/Default.conf; \ -- else \ -- echo "installing Default.conf.NEW in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/Default.conf $(prefix)/Default.conf.NEW; \ -- fi -- -- @if [ ! -f $(prefix)/NRG.mconf ]; then \ -- echo "installing NRG.mconf in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/NRG.mconf $(prefix)/NRG.mconf; \ -- else \ -- echo "installing NRG.mconf.NEW in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/NRG.mconf $(prefix)/NRG.mconf.NEW; \ -- fi -- -- @if [ ! -f $(prefix)/Site.mconf ]; then \ -- echo "installing Site.mconf in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/Site.mconf $(prefix)/Site.mconf; \ -- else \ -- echo "installing Site.mconf.NEW in $(prefix)"; \ -- $(INSTALL) -c -m 644 examples/Site.mconf $(prefix)/Site.mconf.NEW; \ -- fi -- - @if [ ! -d $(prefix)/autoconfs ]; then \ - $(MKINSTALLDIRS) $(prefix)/autoconfs; \ - fi diff --git a/net-mgmt/nrg/files/patch-examples b/net-mgmt/nrg/files/patch-examples deleted file mode 100644 index af595dc813c8..000000000000 --- a/net-mgmt/nrg/files/patch-examples +++ /dev/null @@ -1,27 +0,0 @@ ---- examples/Makefile.ops.in.orig Tue Oct 18 16:24:17 2005 -+++ examples/Makefile.ops.in Tue Oct 18 16:24:49 2005 -@@ -4,9 +4,9 @@ - # $Id: Makefile.ops.in,v 1.44 2005/04/30 17:28:22 rader Exp $ - # - --WEB_PREFIX = /usr/local/web/html -+WEB_PREFIX = /usr/local/www/data - NRG_WEB_DIR = nrg --NRG_WEB_TITLE = "Somesite's NRG Home Page" -+NRG_WEB_TITLE = "FreeBSD NRG Homepage" - MCONF_FILES = NRG.mconf Site.mconf - - prefix = @prefix@ ---- examples/Default.conf.in.orig Tue Oct 18 16:37:19 2005 -+++ examples/Default.conf.in Tue Oct 18 16:37:39 2005 -@@ -224,8 +224,8 @@ - - Graph[.*-snmpd-mem][total_mem_m]: black LINE2 - Graph[.*-snmpd-mem][used_mem_m]: green AREA --Graph[.*-snmpd-mem][cache_mem_m]: d0ffff STACK --Graph[.*-snmpd-mem][buff_mem_m]: ffd0ff STACK -+Graph[.*-snmpd-mem$][cache_mem_m]: cyan STACK -+Graph[.*-snmpd-mem$][buff_mem_m]: blue STACK - - Label[.*-snmpd-swap][used_swp_m]: "used swap " - Label[.*-snmpd-swap][total_swp_m]: "total swap" diff --git a/net-mgmt/nrg/files/patch-nrg-apachestat b/net-mgmt/nrg/files/patch-nrg-apachestat deleted file mode 100644 index e74401d8ff30..000000000000 --- a/net-mgmt/nrg/files/patch-nrg-apachestat +++ /dev/null @@ -1,50 +0,0 @@ ---- ./collectors/nrg-apachestat.in.orig Sun Jul 20 20:51:09 2003 -+++ ./collectors/nrg-apachestat.in Fri Mar 5 18:08:03 2004 -@@ -11,7 +11,7 @@ - $mode = "requests"; - $server = "localhost"; - $port = "80"; --$url = "server-status"; -+$url = "server-status?auto"; - $stamp = 0; - $stat = 0; - -@@ -88,15 +88,24 @@ - # parse the stats... - - while(<SOCK>) { -+ if ( $_ =~ /Uptime: (\d+)/ ) { -+ $uptime = $1; -+ last; -+ } - if ( $_ =~ /Server uptime:/ ) { - if ( $_ =~ /(\d+) hour/ ) { $uptime += $1*60*60; } - if ( $_ =~ /(\d+) minute/ ) { $uptime += $1*60; } - if ( $_ =~ /(\d+) second/ ) { $uptime += $1; } - } -- if ( $mode eq 'requests' && $_ =~ /Total accesses: (\d+)/ ) { -+ if ( $mode eq 'requests' && $_ =~ /Total accesses: (\d+)/i ) { - $stat = $1; - &debug("$stat accesses\n"); -- last; -+ last if $url !~ /auto$/; -+ } -+ if ( $mode eq 'bytes' && $_ =~ /Total kBytes: (\d+)/ ) { -+ $stat = $1*1024; -+ &debug("$stat bytes\n"); -+ last if $url !~ /auto$/; - } - if ( $mode eq 'bytes' && $_ =~ /Total Traffic: (\d+) kB/ ) { - $stat = $1*1024; -@@ -105,6 +114,11 @@ - } - if ( $mode eq 'bytes' && $_ =~ /Total Traffic: (\d+)\.(\d) MB/ ) { - $stat = ($1*1024*1024) + (($2/10)*1024*1024); -+ &debug("$stat bytes\n"); -+ last; -+ } -+ if ( $mode eq 'bytes' && $_ =~ /Total Traffic: (\d+)\.(\d) GB/ ) { -+ $stat = ($1*1024*1024*1024) + (($2/10)*1024*1024*1024); - &debug("$stat bytes\n"); - last; - } diff --git a/net-mgmt/nrg/files/patch-nrg-bindstat b/net-mgmt/nrg/files/patch-nrg-bindstat deleted file mode 100644 index e54f61e76292..000000000000 --- a/net-mgmt/nrg/files/patch-nrg-bindstat +++ /dev/null @@ -1,11 +0,0 @@ ---- ./collectors/nrg-bindstat.in.orig Sun Jul 20 20:51:09 2003 -+++ ./collectors/nrg-bindstat.in Fri Mar 5 18:08:03 2004 -@@ -24,7 +24,7 @@ - $version = "4.9.6"; - $mode = "queries"; - $server = "localhost"; --$port = "88888"; -+$port = "28888"; - $stamp = 0; - $stat = 0; - diff --git a/net-mgmt/nrg/files/patch-nrg-rrdkeeper b/net-mgmt/nrg/files/patch-nrg-rrdkeeper deleted file mode 100644 index 4a0cdff9dfc7..000000000000 --- a/net-mgmt/nrg/files/patch-nrg-rrdkeeper +++ /dev/null @@ -1,15 +0,0 @@ ---- src/nrg-rrdkeeper.in.orig Fri Mar 5 18:04:41 2004 -+++ src/nrg-rrdkeeper.in Fri Mar 5 18:05:19 2004 -@@ -631,6 +631,12 @@ - - } - -+ $dir = $path; -+ $dir =~ s/[^\/]+.rrd//; -+ if (! -d $dir) { -+ system("mkdir -p $dir"); -+ } -+ - #print "RRDs::create @create_options \n"; - RRDs::create @create_options; - diff --git a/net-mgmt/nrg/files/patch-nrg-sendmailstat b/net-mgmt/nrg/files/patch-nrg-sendmailstat deleted file mode 100644 index a2a14d06fac2..000000000000 --- a/net-mgmt/nrg/files/patch-nrg-sendmailstat +++ /dev/null @@ -1,11 +0,0 @@ ---- ./collectors/nrg-sendmailstat.in.orig Sun Jul 20 20:51:09 2003 -+++ ./collectors/nrg-sendmailstat.in Fri Mar 5 18:08:03 2004 -@@ -13,7 +13,7 @@ - - $mode = 'msgs'; - $server = 'localhost'; --$port = '88889'; -+$port = '28889'; - $stamp = '0'; - $stat = '0'; - diff --git a/net-mgmt/nrg/files/patch-roverpingd-Makefile.in b/net-mgmt/nrg/files/patch-roverpingd-Makefile.in deleted file mode 100644 index abacdc1eca29..000000000000 --- a/net-mgmt/nrg/files/patch-roverpingd-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- roverpingd/Makefile.in.orig Sun Aug 1 20:51:19 2004 -+++ roverpingd/Makefile.in Sun Aug 1 20:51:29 2004 -@@ -6,8 +6,8 @@ - SRCS = pingd.c read_list.c send.c receive.c sock.c packet.c write_stats.c - OBJS = pingd.o read_list.o send.o receive.o sock.o packet.o write_stats.o - --CC = @CC@ --CFLAGS = @CFLAGS@ -+CC ?= @CC@ -+CFLAGS ?= @CFLAGS@ - LDFLAGS = @LDFLAGS@ - #DEFINES = -D__DEBUG_DATA_POINTS__ - DEFINES = diff --git a/net-mgmt/nrg/files/run-nrg.sh b/net-mgmt/nrg/files/run-nrg.sh deleted file mode 100644 index 4beca07ecb25..000000000000 --- a/net-mgmt/nrg/files/run-nrg.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -LOG=/var/log/run-nrg.log - -#renice 5 -p $$ >/dev/null 2>&1 -/usr/local/nrg/run-nrg >$LOG -#/usr/local/nrg/run-nrg.local >>$LOG diff --git a/net-mgmt/nrg/pkg-descr b/net-mgmt/nrg/pkg-descr deleted file mode 100644 index 7c9bbb5bb1d4..000000000000 --- a/net-mgmt/nrg/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -NRG is a system for maintaining and visualizing network data and -other resource utilization data. It automates the maintenance of -RRDtool databases and graph web pages (that look like MRTG web -pages.) NRG is primarily configured using very terse meta- -configuration strings. These strings tell NRG to autodiscover -network devices and verify that their current NRG configuration -is correct. - -WWW: http://nrg.hep.wisc.edu/ diff --git a/net-mgmt/nrg/pkg-message b/net-mgmt/nrg/pkg-message deleted file mode 100644 index 7be9ccfb3646..000000000000 --- a/net-mgmt/nrg/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ - -************************************************************ - -For configuration and upgrade, please read file located at: -%%PREFIX%%/nrg/html/index.html - -Afer configuration add the next line to crontab: -*/5 * * * * %%PREFIX%%/nrg/run-nrg.sh - -************************************************************ - diff --git a/net-mgmt/nrg/pkg-plist b/net-mgmt/nrg/pkg-plist deleted file mode 100644 index ae0c6ddc4cdb..000000000000 --- a/net-mgmt/nrg/pkg-plist +++ /dev/null @@ -1,115 +0,0 @@ -%%NRGDIR%%/autoconfs/Default.conf -%%NRGDIR%%/bin/dsreport -%%NRGDIR%%/bin/mrtg2nrg -%%NRGDIR%%/bin/nrg-apachestat -%%NRGDIR%%/bin/nrg-autoconf -%%NRGDIR%%/bin/nrg-bindresponse -%%NRGDIR%%/bin/nrg-bindstat -%%NRGDIR%%/bin/nrg-bindstatd -%%NRGDIR%%/bin/nrg-cgikeeper -%%NRGDIR%%/bin/nrg-discover-apache -%%NRGDIR%%/bin/nrg-discover-bind -%%NRGDIR%%/bin/nrg-discover-errors -%%NRGDIR%%/bin/nrg-discover-ifaces -%%NRGDIR%%/bin/nrg-discover-netdev -%%NRGDIR%%/bin/nrg-discover-pingd -%%NRGDIR%%/bin/nrg-discover-pvcs -%%NRGDIR%%/bin/nrg-discover-sendmail -%%NRGDIR%%/bin/nrg-discover-snmpd -%%NRGDIR%%/bin/rrdmerge -%%NRGDIR%%/bin/nrg-discover-tables -%%NRGDIR%%/bin/nrg-discover-tcp -%%NRGDIR%%/bin/nrg-find-confs -%%NRGDIR%%/bin/nrg-indexmaker -%%NRGDIR%%/bin/nrg-rrdkeeper -%%NRGDIR%%/bin/nrg-pingdstat -%%NRGDIR%%/bin/nrg-runmaker -%%NRGDIR%%/bin/nrg-sendmailstat -%%NRGDIR%%/bin/nrg-sendmailstatd -%%NRGDIR%%/bin/nrg-spiketrimmer -%%NRGDIR%%/bin/nrg-tablemaker -%%NRGDIR%%/bin/nrg-tcpresponse -%%NRGDIR%%/bin/rrdtrim -%%NRGDIR%%/etc/nrg-oid-names -%%NRGDIR%%/etc/run-star-head.pl -%%NRGDIR%%/etc/run-star-tail.pl -%%NRGDIR%%/templates/database-mrtg.rrd.tm -%%NRGDIR%%/templates/discover-bind.tm -%%NRGDIR%%/templates/discover-apache.tm -%%NRGDIR%%/templates/discover-errors.tm -%%NRGDIR%%/templates/discover-ifaces.tm -%%NRGDIR%%/templates/discover-netdev.tm -%%NRGDIR%%/templates/discover-pingd.tm -%%NRGDIR%%/templates/discover-pvcs.tm -%%NRGDIR%%/templates/discover-sendmail.tm -%%NRGDIR%%/templates/discover-snmpd.tm -%%NRGDIR%%/templates/discover-tables.tm -%%NRGDIR%%/templates/discover-tcp.tm -%%NRGDIR%%/templates/graph-current.cgi.tm -%%NRGDIR%%/templates/graph-longterm.cgi.tm -%%NRGDIR%%/templates/graph-mrtg.cgi.tm -%%NRGDIR%%/templates/table-df.cgi.tm -%%NRGDIR%%/templates/table-errors.cgi.tm -%%NRGDIR%%/templates/table-ifaces.cgi.tm -%%NRGDIR%%/templates/table-load.cgi.tm -%%NRGDIR%%/templates/table-mem.cgi.tm -%%NRGDIR%%/templates/table-ping-latency.cgi.tm -%%NRGDIR%%/templates/table-ping-loss.cgi.tm -%%NRGDIR%%/templates/table-swap.cgi.tm -%%NRGDIR%%/templates/table-tcp.cgi.tm -%%EXAMPLESDIR%%/Default.conf -%%EXAMPLESDIR%%/NRG.mconf -%%EXAMPLESDIR%%/Site.mconf -%%EXAMPLESDIR%%/apache.mconf -%%EXAMPLESDIR%%/bind.mconf -%%EXAMPLESDIR%%/cisco.mconf -%%EXAMPLESDIR%%/ftp.mconf -%%EXAMPLESDIR%%/http.mconf -%%EXAMPLESDIR%%/iface-errors.mconf -%%EXAMPLESDIR%%/ifaces.mconf -%%EXAMPLESDIR%%/imap.mconf -%%EXAMPLESDIR%%/ping.mconf -%%EXAMPLESDIR%%/pop.mconf -%%EXAMPLESDIR%%/procurve.mconf -%%EXAMPLESDIR%%/sendmail.mconf -%%EXAMPLESDIR%%/smtp.mconf -%%EXAMPLESDIR%%/ssh.mconf -%%EXAMPLESDIR%%/trunk.mconf -%%EXAMPLESDIR%%/unix.mconf -%%DOCSDIR%%/apachestat.html -%%DOCSDIR%%/bindstat.html -%%DOCSDIR%%/changes -%%DOCSDIR%%/collectors.html -%%DOCSDIR%%/conf-string-list.html -%%DOCSDIR%%/conf-strings.html -%%DOCSDIR%%/configuration.html -%%DOCSDIR%%/contrib.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/install.html -%%DOCSDIR%%/log2rrd.html -%%DOCSDIR%%/nrg+rrd.gif -%%DOCSDIR%%/metaconf-strings.html -%%DOCSDIR%%/metaconf.html -%%DOCSDIR%%/mrtg-vs-nrg.html -%%DOCSDIR%%/mrtg2nrg.html -%%DOCSDIR%%/operation.html -%%DOCSDIR%%/readme.html -%%DOCSDIR%%/templates.html -%%DOCSDIR%%/sample-conf.html -%%DOCSDIR%%/sendmailstat.html -%%DOCSDIR%%/upgrade.html -%%DOCSDIR%%/whats-new -%%NRGDIR%%/Makefile-dist -%%NRGDIR%%/Default.conf-dist -%%NRGDIR%%/NRG.mconf-dist -%%NRGDIR%%/Site.mconf-dist -%%NRGDIR%%/.VERSION -%%NRGDIR%%/run-nrg.sh -@dirrm %%NRGDIR%%/templates -@dirrm %%NRGDIR%%/etc -@dirrm %%NRGDIR%%/bin -@dirrm %%NRGDIR%%/archive -@dirrm %%NRGDIR%%/autoconfs -@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%% -@dirrm %%NRGDIR%% diff --git a/security/Makefile b/security/Makefile index 192f12a3b533..f99ad16c8722 100644 --- a/security/Makefile +++ b/security/Makefile @@ -192,7 +192,6 @@ SUBDIR += hlfl SUBDIR += hmap SUBDIR += horde-jeta - SUBDIR += hostsentry SUBDIR += hotssh SUBDIR += hs-SHA SUBDIR += hs-digest diff --git a/security/hostsentry/Makefile b/security/hostsentry/Makefile deleted file mode 100644 index 3a4fda0a46dc..000000000000 --- a/security/hostsentry/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: hostsentry -# Date created: 7 February 2003 -# Whom: Andre Ramos <andre.ramos@netcabo.pt> -# -# $FreeBSD$ -# - -PORTNAME= hostsentry -PORTVERSION= 0.02 -PORTREVISION= 2 -CATEGORIES= security -MASTER_SITES= ftp://ftp.netsys.com/len/ \ - ${MASTER_SITE_PACKETSTORM} -MASTER_SITE_SUBDIR= UNIX/IDS - -MAINTAINER= michael@ranner.eu -COMMENT= A Login Anomaly Detector - -RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm - -DEPRECATED= Project is dead. -EXPIRATION_DATE=2010-12-31 - -USE_PYTHON= yes - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${SED} 's|%%PREFIX%%|${PREFIX}|' ${.CURDIR}/pkg-message > ${PKGMESSAGE} - @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," \ - ${WRKSRC}/* - @${RM} ${WRKSRC}/*.bak - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.BUGS \ - ${WRKSRC}/README.credits \ - ${WRKSRC}/README.install \ - ${WRKSRC}/README.intro \ - ${WRKSRC}/README.modules \ - ${WRKSRC}/README.paper \ - ${WRKSRC}/README.technical \ - ${WRKSRC}/README.why_python \ - ${WRKSRC}/README.wtmp \ - ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/security/hostsentry/distinfo b/security/hostsentry/distinfo deleted file mode 100644 index 57e0c78d114e..000000000000 --- a/security/hostsentry/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hostsentry-0.02.tar.gz) = ae72db926a73b826617e8d2836f0f1b35c6cebaf43eaaa07ed9605e3111f9a81 -SIZE (hostsentry-0.02.tar.gz) = 33983 diff --git a/security/hostsentry/files/patch-Makefile b/security/hostsentry/files/patch-Makefile deleted file mode 100644 index 4e1a0d7c276b..000000000000 --- a/security/hostsentry/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig Thu Mar 25 23:06:01 1999 -+++ Makefile Sat Jul 3 22:03:13 2004 -@@ -4,7 +4,8 @@ - # - # $Id: Makefile,v 1.4 1999/03/22 05:32:24 crowland Exp crowland $ - --INSTALLDIR = /usr/local/abacus/hostsentry -+INSTALLDIR = /usr/local/lib/hostsentry -+CONFIGDIR = /usr/local/etc/hostsentry - - - all: -@@ -20,8 +21,13 @@ - @echo "Installing HostSentry in: $(INSTALLDIR)" - install -d -g 0 -o root -m 0700 $(INSTALLDIR) - install -d -g 0 -o root -m 0700 $(INSTALLDIR)/modules -- install -g 0 -o root -m 0700 host* $(INSTALLDIR) -+ install -g 0 -o root -m 0700 host*.py $(INSTALLDIR) - install -g 0 -o root -m 0700 module* $(INSTALLDIR)/modules -+ install -d -g 0 -o root -m 0700 $(CONFIGDIR) -+ install -g 0 -o root -m 0600 hostsentry.action $(CONFIGDIR)/hostsentry.action-dist -+ install -g 0 -o root -m 0600 hostsentry.conf $(CONFIGDIR)/hostsentry.conf-dist -+ install -g 0 -o root -m 0600 hostsentry.ignore $(CONFIGDIR)/hostsentry.ignore-dist -+ install -g 0 -o root -m 0600 hostsentry.modules $(CONFIGDIR)/hostsentry.modules-dist - @echo "" - @echo "" - diff --git a/security/hostsentry/files/patch-aa b/security/hostsentry/files/patch-aa deleted file mode 100644 index fb50e7ffaeb9..000000000000 --- a/security/hostsentry/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ../hostSentryConfig.py Thu Mar 25 22:06:01 1999 -+++ hostSentryConfig.py Sun Feb 9 14:49:38 2003 -@@ -35,7 +35,7 @@ - - # This is the default config file. I'll make this more - # accessible in the future. --CONFIG='/usr/local/abacus/hostsentry/hostsentry.conf' -+CONFIG='/usr/local/etc/hostsentry/hostsentry.conf' - - class hostSentryConfig(hostSentryCore): - diff --git a/security/hostsentry/files/patch-hostSentryLog b/security/hostsentry/files/patch-hostSentryLog deleted file mode 100644 index ce02c7ba3ae2..000000000000 --- a/security/hostsentry/files/patch-hostSentryLog +++ /dev/null @@ -1,24 +0,0 @@ ---- hostSentryLog.py.orig Sat Jul 3 21:56:35 2004 -+++ hostSentryLog.py Sat Jul 3 21:56:40 2004 -@@ -26,7 +26,7 @@ - # - # $Id: hostSentryLog.py,v 1.1 1999/03/22 04:56:44 crowland Exp crowland $ - --from hostSentryCore import * -+#from hostSentryCore import * - import sys - import syslog - import hostSentryConfig -@@ -44,10 +44,9 @@ - if priority == '': - priority = syslog.LOG_INFO - -- syslog.openlog('hostSentry', syslog.LOG_PID, priority) -- syslog.syslog(message) -+ syslog.openlog('hostSentry', syslog.LOG_PID, syslog.LOG_LOCAL1) -+ syslog.syslog(priority, message) - syslog.closelog() -- - - if __name__ == '__main__': - log('Test log message') diff --git a/security/hostsentry/files/patch-hostsentry-conf b/security/hostsentry/files/patch-hostsentry-conf deleted file mode 100644 index f170f0f16a9a..000000000000 --- a/security/hostsentry/files/patch-hostsentry-conf +++ /dev/null @@ -1,35 +0,0 @@ ---- hostsentry.conf.orig Sat Jul 3 20:59:32 2004 -+++ hostsentry.conf Sat Jul 3 21:00:39 2004 -@@ -27,13 +27,13 @@ - # $Id: hostsentry.conf,v 1.3 1999/03/25 22:05:44 crowland Exp crowland $ - - --IGNORE_FILE = "/usr/local/abacus/hostsentry/hostsentry.ignore" --ACTION_FILE = "/usr/local/abacus/hostsentry/hostsentry.action" --MODULE_FILE = "/usr/local/abacus/hostsentry/hostsentry.modules" --MODULE_PATH = "/usr/local/abacus/hostsentry/modules" -+IGNORE_FILE = "/usr/local/etc/hostsentry/hostsentry.ignore" -+ACTION_FILE = "/usr/local/etc/hostsentry/hostsentry.action" -+MODULE_FILE = "/usr/local/etc/hostsentry/hostsentry.modules" -+MODULE_PATH = "/usr/local/lib/hostsentry/modules" - WTMP_FILE = "/var/log/wtmp" --DB_FILE = "/usr/local/abacus/hostsentry/hostsentry.db" --DB_TTY_FILE = "/usr/local/abacus/hostsentry/hostsentry.tty.db" -+DB_FILE = "/usr/local/etc/hostsentry/hostsentry.db" -+DB_TTY_FILE = "/usr/local/etc/hostsentry/hostsentry.tty.db" - - - # WTMP formats vary between Unices. As a result you need to let HostSentry -@@ -70,10 +70,10 @@ - # I wrap native getutent() functions for Python. - # - # RedHat --WTMP_FORMAT = "384/8:32/44:32/76:256" -+#WTMP_FORMAT = "384/8:32/44:32/76:256" - # Slackware - #WTMP_FORMAT = "56/8:12/28:8/36:16" - # BSD variants --#WTMP_FORMAT = "36/0:8/8:8/16:16" -+WTMP_FORMAT = "36/0:8/8:8/16:16" - - diff --git a/security/hostsentry/pkg-descr b/security/hostsentry/pkg-descr deleted file mode 100644 index eecf8b053e90..000000000000 --- a/security/hostsentry/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -HostSentry is a program to trace suspicious user's activity, unknown user -logins and suspicious login domains, taking measures against compromised -accounts and unethical user's behaviour. - -WWW: http://sourceforge.net/projects/sentrytools/ diff --git a/security/hostsentry/pkg-message b/security/hostsentry/pkg-message deleted file mode 100644 index 29acd009cd27..000000000000 --- a/security/hostsentry/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -Edit %%PREFIX%%/etc/hostssentry/hostssentry.conf and change -your settings if you haven't already. diff --git a/security/hostsentry/pkg-plist b/security/hostsentry/pkg-plist deleted file mode 100644 index 3921ef634080..000000000000 --- a/security/hostsentry/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -etc/hostsentry/hostsentry.action-dist -etc/hostsentry/hostsentry.conf-dist -etc/hostsentry/hostsentry.ignore-dist -etc/hostsentry/hostsentry.modules-dist -lib/hostsentry/hostSentryConfig.py -lib/hostsentry/hostSentryCore.py -lib/hostsentry/hostSentryDB.py -lib/hostsentry/hostSentryLog.py -lib/hostsentry/hostSentryStat.py -lib/hostsentry/hostSentryTTY.py -lib/hostsentry/hostSentryTTYDB.py -lib/hostsentry/hostSentryUser.py -lib/hostsentry/hostSentryUtmp.py -lib/hostsentry/hostsentry.py -lib/hostsentry/modules/moduleExample.py -lib/hostsentry/modules/moduleFirstLogin.py -lib/hostsentry/modules/moduleForeignDomain.allow -lib/hostsentry/modules/moduleForeignDomain.py -lib/hostsentry/modules/moduleHistorySuspicious.py -lib/hostsentry/modules/moduleHistoryTruncated.py -lib/hostsentry/modules/moduleLoginLogout.py -lib/hostsentry/modules/moduleMultipleLogins.allow -lib/hostsentry/modules/moduleMultipleLogins.py -lib/hostsentry/modules/moduleOddDirnames.py -lib/hostsentry/modules/moduleRhostsCheck.py -@dirrm lib/hostsentry/modules -@unexec rm %D/lib/hostsentry/*.pyc 2>/dev/null || true -@dirrm lib/hostsentry -@unexec rmdir %D/etc/hostsentry 2>/dev/null || echo "If you are permanently removing this port, you should do a "rm -rf ${PKG_PREFIX}/etc/hostsentry" to remove any binary, configuration and log files left." | fmt -%%PORTDOCS%%%%DOCSDIR%%/README.BUGS -%%PORTDOCS%%%%DOCSDIR%%/README.credits -%%PORTDOCS%%%%DOCSDIR%%/README.install -%%PORTDOCS%%%%DOCSDIR%%/README.intro -%%PORTDOCS%%%%DOCSDIR%%/README.modules -%%PORTDOCS%%%%DOCSDIR%%/README.paper -%%PORTDOCS%%%%DOCSDIR%%/README.technical -%%PORTDOCS%%%%DOCSDIR%%/README.why_python -%%PORTDOCS%%%%DOCSDIR%%/README.wtmp -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/sysutils/Makefile b/sysutils/Makefile index b602d0bb6eb5..ec6ee8c1a9d7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -406,7 +406,6 @@ SUBDIR += k3b-kde4 SUBDIR += k8temp SUBDIR += kcpuload - SUBDIR += kcube SUBDIR += kdeadmin3 SUBDIR += kdeadmin4 SUBDIR += kdirstat diff --git a/sysutils/kcube/Makefile b/sysutils/kcube/Makefile deleted file mode 100644 index 43583c17fcc2..000000000000 --- a/sysutils/kcube/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: kcube -# Date created: 05 January 2004 -# Whom: Michael Ranner -# -# $FreeBSD$ -# - -PORTNAME= kcube -PORTVERSION= 0.61 -PORTREVISION= 9 -CATEGORIES= sysutils kde -MASTER_SITES= http://www.tuxed.de/kcube/download/ - -MAINTAINER= michael@ranner.eu -COMMENT= Another cpu load kicker applet for KDE - -DEPRECATED= Project has vanished -EXPIRATION_DATE=2010-12-31 - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool -USE_GMAKE= yes -USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/sysutils/kcube/distinfo b/sysutils/kcube/distinfo deleted file mode 100644 index ca28c2c30873..000000000000 --- a/sysutils/kcube/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kcube-0.61.tar.gz) = c6e85c6bb991e59563d4818528c756b406655a3a48e169eba275fa09d5a03b11 -SIZE (kcube-0.61.tar.gz) = 611537 diff --git a/sysutils/kcube/files/patch-configure b/sysutils/kcube/files/patch-configure deleted file mode 100644 index fdeaccfb1dca..000000000000 --- a/sysutils/kcube/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Feb 25 17:47:43 2004 -+++ configure Wed Feb 25 17:50:20 2004 -@@ -22088,7 +22088,7 @@ - kde_styledir='\${libdir}/kde3/plugins/styles' - fi - if test -z "$kde_widgetdir"; then -- kde_widgetdir='\${libdir}/kde3/plugins/designer' -+ kde_widgetdir='\${kde_libraries}/kde3/plugins/designer' - fi - - diff --git a/sysutils/kcube/files/patch-kcube.cpp b/sysutils/kcube/files/patch-kcube.cpp deleted file mode 100644 index 3c82c4853927..000000000000 --- a/sysutils/kcube/files/patch-kcube.cpp +++ /dev/null @@ -1,93 +0,0 @@ ---- kcube/kcube.cpp.orig Thu Feb 13 22:12:49 2003 -+++ kcube/kcube.cpp Wed Feb 25 03:59:17 2004 -@@ -33,9 +33,19 @@ - #include <qslider.h> - - #include <stdio.h> -+#include <unistd.h> -+#include <fcntl.h> -+ -+#include <nlist.h> - - #include "kcube.h" - -+struct nlist nl[] = { -+#define X_CP_TIME 0 -+ { "_cp_time" }, -+ { "" }, -+}; -+ - extern "C" - { - KPanelApplet* init( QWidget *parent, const QString configFile) -@@ -64,7 +74,7 @@ - - // timer - cpu_timer = new QTimer(); -- cpu_timer->start(500, false); -+ cpu_timer->start(1000, false); - connect (cpu_timer, SIGNAL ( timeout() ), this, SLOT ( cpu_timer_event() ) ); - draw_timer = new QTimer(); - draw_timer->start(50, false); -@@ -82,6 +92,7 @@ - prefform = new PrefForm(this); - prefform->setFixedSize( prefform->width(), prefform->height() ); - loadConfig(); -+ - } - - Kcube::~Kcube() -@@ -119,14 +130,42 @@ - int Kcube::calc_cpu_total() - { - int use_nice = 0, t=0; -- int total, used; -+ long total, used; - char cpuid[6]; -- int cpu,nice,system,idle; -+ long cpu,nice,system,idle; -+#ifdef Q_OS_BSD4 -+ static int name2oid[2] = { 0, 3 }; -+ static int oidCpuTime[CTL_MAXNAME + 2]; -+ static size_t oidCpuTimeLen = sizeof(oidCpuTime); -+ long cpuTime[CPUSTATES]; -+ size_t cpuTimeLen = sizeof(cpuTime); -+ static char *name = "kern.cp_time"; -+ static int initialized = 0; -+#endif - -+#ifdef Q_OS_LINUX - FILE *fp; - fp = fopen("/proc/stat","rt"); - fscanf(fp,"%s %d %d %d %d",cpuid,&cpu,&nice,&system,&idle); - fclose(fp); -+#endif -+ -+#ifdef Q_OS_BSD4 -+ if (! initialized) { -+ if (sysctl(name2oid, 2, oidCpuTime, &oidCpuTimeLen, name, strlen(name)) < 0) -+ return 0; -+ oidCpuTimeLen /= sizeof(int); -+ initialized = 1; -+ } -+ -+ if (sysctl(oidCpuTime, oidCpuTimeLen, cpuTime, &cpuTimeLen, 0, 0) < 0) -+ return 0; -+ -+ idle = cpuTime[CP_IDLE]; -+ cpu = cpuTime[CP_USER]; -+ nice = cpuTime[CP_NICE]; -+ system = cpuTime[CP_SYS]; -+#endif - - used = cpu + system + nice; - total = used + idle + (1-use_nice)*nice; -@@ -148,7 +187,7 @@ - if ( load > prefform->high_color_cpu->text().toInt() ) setColors("high"); - else setColors("low"); - -- draw_timer->changeInterval( 51 - load/2 ); -+ draw_timer->changeInterval( 61 - load/2 ); - label_load->setText( QString("%1%").arg(load) ); - } - diff --git a/sysutils/kcube/files/patch-kcube.h b/sysutils/kcube/files/patch-kcube.h deleted file mode 100644 index 6c88544bd109..000000000000 --- a/sysutils/kcube/files/patch-kcube.h +++ /dev/null @@ -1,21 +0,0 @@ ---- kcube/kcube.h.orig Thu Feb 13 19:25:29 2003 -+++ kcube/kcube.h Wed Feb 25 03:59:17 2004 -@@ -37,6 +37,18 @@ - - #include "PrefForm.h" - -+#ifdef Q_OS_BSD4 -+#include <sys/param.h> -+#if defined(__FreeBSD__) && __FreeBSD_version >= 500101 -+#include <sys/resource.h> -+#else -+#include <sys/dkstat.h> -+#endif -+#include <sys/sysctl.h> -+#include <string.h> -+#include <kvm.h> -+#endif -+ - class Kcube : public KPanelApplet - { - Q_OBJECT diff --git a/sysutils/kcube/pkg-descr b/sysutils/kcube/pkg-descr deleted file mode 100644 index c3952c7c77b1..000000000000 --- a/sysutils/kcube/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Kcube is a kicker-application that displays a realtime rotating -3d-object and the current cpu-load. The cpu-load also makes the -object spin faster/slower. - -WWW: http://www.tuxed.de/kcube/ diff --git a/sysutils/kcube/pkg-plist b/sysutils/kcube/pkg-plist deleted file mode 100644 index 103ce6c2060d..000000000000 --- a/sysutils/kcube/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/libkcube.a -lib/libkcube.la -lib/libkcube.so -lib/libkcube.so.1 -share/apps/kicker/applets/kcube.desktop -@dirrmtry share/apps/kicker/applets diff --git a/www/Makefile b/www/Makefile index 5b195bfa7515..1c09f64a1807 100644 --- a/www/Makefile +++ b/www/Makefile @@ -121,7 +121,6 @@ SUBDIR += cssed SUBDIR += csstidy SUBDIR += ctemplate - SUBDIR += cybercalendar SUBDIR += dalbum SUBDIR += dansguardian SUBDIR += davical @@ -241,7 +240,6 @@ SUBDIR += flashplugin-mozilla SUBDIR += flat-frog SUBDIR += flickcurl - SUBDIR += flock SUBDIR += flood SUBDIR += fluxbb SUBDIR += fluxcms @@ -393,7 +391,6 @@ SUBDIR += linux-firefox-devel SUBDIR += linux-flashplugin7 SUBDIR += linux-flashplugin9 - SUBDIR += linux-flock SUBDIR += linux-libgtkembedmoz SUBDIR += linux-mplayer-plugin SUBDIR += linux-opera diff --git a/www/cybercalendar/Makefile b/www/cybercalendar/Makefile deleted file mode 100644 index 4374d8bc3d5f..000000000000 --- a/www/cybercalendar/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: cybercalendar -# Date created: 17 June 2002 -# Whom: janos.mohacsi@bsd.hu -# -# $FreeBSD$ - -PORTNAME= cybercalendar -PORTVERSION= 1.8.2 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://ipv6.niif.hu/~mohacsi/downloads/ -DISTNAME= CyberCalendar_${PORTVERSION} - -MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= CyberCalendar is a web based calendar program written in perl - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite - -WRKSRC= ${WRKDIR}/CyberCalendar - -USE_PERL5= yes -NO_BUILD= yes -NO_PACKAGE= needs customization and postconfiguration - -IGNORE= has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974) -DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2010-12-31 - -DOC_FILES= README INSTALL INSTALL.NOSITEPERL TODO CHANGES COPYING -SCRIPT_FILES= calendar/index.pl calendar/optionform.pl calendar/pda.pl \ - calendar/printable.pl calendar/submit.pl calendar/vcal.pl \ - calendar/admin/admin.pl calendar/admin/index.pl calendar/admin/setup.pl - -do-install: - @if [ ! -d ${PREFIX}/cybercalendar ]; then \ - ${MKDIR} ${PREFIX}/cybercalendar; fi - @${CP} -R ${WRKSRC}/calendar ${PREFIX}/cybercalendar - @${CP} -R ${WRKSRC}/CyberCalendar ${PREFIX}/cybercalendar -.for file in ${SCRIPT_FILES} - @${CHMOD} 755 ${PREFIX}/cybercalendar/${file} -.endfor - ${LN} -s ${PREFIX}/cybercalendar/CyberCalendar \ - ${PREFIX}/cybercalendar/calendar - ${LN} -s ${PREFIX}/cybercalendar/CyberCalendar \ - ${PREFIX}/cybercalendar/calendar/admin - @${CP} -R ${WRKSRC}/setup ${PREFIX}/cybercalendar - ${INSTALL_DATA} ${FILESDIR}/httpd.conf.changes \ - ${PREFIX}/cybercalendar/setup - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/cybercalendar/distinfo b/www/cybercalendar/distinfo deleted file mode 100644 index 9c9b67cef2e6..000000000000 --- a/www/cybercalendar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (CyberCalendar_1.8.2.tar.gz) = 7d2b134fe63ec3deda5d119bee1e9020 -SHA256 (CyberCalendar_1.8.2.tar.gz) = 77c0961dc89e1b61798c853d0acb3a660cf0ecffcf1cedf0caaa615089d8c4d8 -SIZE (CyberCalendar_1.8.2.tar.gz) = 164194 diff --git a/www/cybercalendar/files/httpd.conf.changes b/www/cybercalendar/files/httpd.conf.changes deleted file mode 100644 index b424add3d122..000000000000 --- a/www/cybercalendar/files/httpd.conf.changes +++ /dev/null @@ -1,10 +0,0 @@ -Alias /calendar/ /usr/local/cybercalendar/calendar/ -DirectoryIndex index.html index.pl -AddHandler cgi-script .cgi .pl - -<Location /calendar> -AllowOverride None -Options +ExecCGI -Order allow,deny -allow from all -</Location> diff --git a/www/cybercalendar/pkg-descr b/www/cybercalendar/pkg-descr deleted file mode 100644 index 28b17377ab17..000000000000 --- a/www/cybercalendar/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -CyberCalendar is a calendar of events program for the web and -WAP/PDA devices written entirely in Perl. - -FEATURES: - -* Creation of an unlimited number of calendars. -* Receive scheduled event reminders via e-mail. -* Send events to friends as e-mail messages. -* Download events in vCalendar format to your personal - scheduling software or your handheld device. -* Supports multiple calendar administrators. -* Full WAP and Palm/AvantGo browser support. -* Support for public event submissions. -* Fully configurable -- including images and HTML colors. -* Runs on Unix or Windows. -* Runs as a CGI or as a mod_perl application. -* 100% Perl application. - - -WWW: http://sourceforge.net/projects/cybercalendar/ - -- Janos Mohacsi janos.mohacsi@bsd.hu diff --git a/www/cybercalendar/pkg-message b/www/cybercalendar/pkg-message deleted file mode 100644 index 3b1c73a378e0..000000000000 --- a/www/cybercalendar/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ -############################################################################## - -===> Cybercalendar post-port installation instructions: - - To complete the installation of this port, please perform following actions - as root: - - Mysql config: - mysqladmin -u root -p create calendar # "calendar" is your database name - mysql -u root -p mysql < %%LOCALBASE%%/cybercalendar/setup/db/caluser.sql - mysql -u root -p calendar < %%LOCALBASE%%/cybercalendar/setup/db/calendar.sql - - Apache config: - Include %%LOCALBASE%%/cybercalendar/setup/httpd.conf.changes into - %%LOCALBASE%%/etc/apache/httpd.conf - apachectl restart # restarts the apache server - - Cron config: - configure to run following two cronjob: - %%LOCALBASE%%/cybercalendar/setup/cron_job/optimize_tables.pl # every week - %%LOCALBASE%%/cybercalendar/setup/cron_job/run_reminder.pl # every midnight - - Configure Cybercalendar via web: - username: admin - password: caladmin1 - -############################################################################## diff --git a/www/cybercalendar/pkg-plist b/www/cybercalendar/pkg-plist deleted file mode 100644 index 58a59bc74c07..000000000000 --- a/www/cybercalendar/pkg-plist +++ /dev/null @@ -1,84 +0,0 @@ -cybercalendar/calendar/admin/help/help_add.html -cybercalendar/calendar/admin/help/help_calconfig.html -cybercalendar/calendar/admin/help/help_controls.html -cybercalendar/calendar/admin/help/help_index.html -cybercalendar/calendar/admin/help/help_tags.html -cybercalendar/calendar/admin/help/help_sec.html -cybercalendar/calendar/admin/images/browse.png -cybercalendar/calendar/admin/images/hd_cal.png -cybercalendar/calendar/admin/images/save.png -cybercalendar/calendar/admin/images/search.png -cybercalendar/calendar/admin/images/select.png -cybercalendar/calendar/admin/admin.pl -cybercalendar/calendar/admin/index.pl -cybercalendar/calendar/admin/setup.pl -cybercalendar/calendar/admin/CyberCalendar -cybercalendar/calendar/help/sm_calendar.png -cybercalendar/calendar/help/browsebox.jpg -cybercalendar/calendar/help/event.png -cybercalendar/calendar/help/help_index.html -cybercalendar/calendar/help/help_options.html -cybercalendar/calendar/help/help_search.html -cybercalendar/calendar/help/help_view.html -cybercalendar/calendar/help/help_view_lg.html -cybercalendar/calendar/help/lg_cal_day.png -cybercalendar/calendar/help/lg_cal_thumb.png -cybercalendar/calendar/help/options-email.png -cybercalendar/calendar/help/options-printable.png -cybercalendar/calendar/help/options-reminder.png -cybercalendar/calendar/help/options-title.png -cybercalendar/calendar/help/options-vcal.png -cybercalendar/calendar/help/searchbox2.png -cybercalendar/calendar/help/both.jpg -cybercalendar/calendar/images/browse.png -cybercalendar/calendar/images/hd_cal.png -cybercalendar/calendar/images/help.png -cybercalendar/calendar/images/save.png -cybercalendar/calendar/images/search.png -cybercalendar/calendar/images/select.png -cybercalendar/calendar/templates/large_calendar.html -cybercalendar/calendar/templates/small_calendar.html -cybercalendar/calendar/printable.pl -cybercalendar/calendar/event.vcs -cybercalendar/calendar/vcal.pl -cybercalendar/calendar/submit.pl -cybercalendar/calendar/index.pl -cybercalendar/calendar/optionform.pl -cybercalendar/calendar/pda.pl -cybercalendar/calendar/CyberCalendar -cybercalendar/CyberCalendar/Util.pm -cybercalendar/CyberCalendar/Application.pm -cybercalendar/CyberCalendar/Auth.pm -cybercalendar/CyberCalendar/Calendar.pm -cybercalendar/CyberCalendar/Config.pm -cybercalendar/CyberCalendar/Database.pm -cybercalendar/CyberCalendar/Http.pm -cybercalendar/CyberCalendar/PDA.pm -cybercalendar/CyberCalendar/Setup.pm -cybercalendar/CyberCalendar/Admin.pm -cybercalendar/setup/cron_job/optimize_tables.pl -cybercalendar/setup/cron_job/run_reminder.pl -cybercalendar/setup/db/calendar.sql -cybercalendar/setup/db/caluser.sql -cybercalendar/setup/db/upgrade.sql -cybercalendar/setup/db/upgrade_convert_acl.sql -cybercalendar/setup/httpd.conf.changes -@dirrm cybercalendar/calendar/admin/help -@dirrm cybercalendar/calendar/admin/images -@dirrm cybercalendar/calendar/admin -@dirrm cybercalendar/calendar/help -@dirrm cybercalendar/calendar/images -@dirrm cybercalendar/calendar/templates -@dirrm cybercalendar/calendar -@dirrm cybercalendar/CyberCalendar -@dirrm cybercalendar/setup/cron_job -@dirrm cybercalendar/setup/db -@dirrm cybercalendar/setup -@dirrm cybercalendar/ -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.NOSITEPERL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/www/flock/Makefile b/www/flock/Makefile deleted file mode 100644 index 174efb5ed55e..000000000000 --- a/www/flock/Makefile +++ /dev/null @@ -1,116 +0,0 @@ -# New ports collection makefile for: phoenix -# Date created: 2002/10/21 -# Whom: Alan Eldridge <alane@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= flock -DISTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://mirror4.flock.com/source/${DISTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-source - -MAINTAINER= ports@FreeBSD.org -COMMENT= Web browser based on the browser portion of Mozilla - -LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg - -DEPRECATED= Flock 3 moves from Firefox to Chromium -EXPIRATION_DATE= 2010-12-31 -USE_GECKO= gecko -MOZILLA_NAME= Flock -USE_MOZILLA= -png -nss -dbm -jpeg -MOZ_TOOLKIT= cairo-gtk2 - -WRKSRC?= ${WRKDIR}/source-svn-export-${DISTVERSION}/mozilla -WANT_GNOME= yes -ALL_TARGET= default -CONFIGURE_ENV= LOCALBASE=${LOCALBASE} -EXTRA_CFLAGS= -O2 -HAS_CONFIGURE= yes -USE_BZIP2= yes -USE_GMAKE= yes -WANT_PERL= yes -GECKO_PLIST_PRE_FILES= lib/${MOZILLA}/chrome/icons/default/default.xpm -GECKO_PLIST_PRE_DIRS= lib/${MOZILLA} lib/${MOZILLA}/chrome \ - lib/${MOZILLA}/chrome/icons/default lib/${MOZILLA}/chrome/icons \ - lib/${MOZILLA}-devel-${DISTVERSION}/sdk/include \ - lib/${MOZILLA}-devel-${DISTVERSION}/sdk/idl \ - lib/${MOZILLA}-devel-${DISTVERSION}/lib \ - lib/${MOZILLA}-devel-${DISTVERSION}/bin \ - lib/${MOZILLA}-devel-${DISTVERSION}/include \ - lib/${MOZILLA}-devel-${DISTVERSION}/idl -MOZ_PKGCONFIG_FILES= -MAKE_JOBS_SAFE= yes -NO_MOZPKGINSTALL=yes - -FLOCK_ICON= ${MOZILLA}.xpm -FLOCK_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm -MOZ_OPTIONS= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \ - --enable-application=browser \ - --enable-system-cairo \ - --enable-official-branding \ - --enable-canvas \ - --enable-libxul \ - --with-clucene-prefix=${LOCALBASE} \ - --with-ffmpeg-prefix=${LOCALBASE} - -SYSTEM_PREFS= ${FAKEDIR}/lib/${MOZILLA}/defaults/pref/${PORTNAME}.js -MOZ_PIS_SCRIPTS= moz_pis_S50cleanhome - -OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off - -.include <bsd.port.pre.mk> - -GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -MOZ_OPTIONS+= --enable-gnomeui -.else -MOZ_OPTIONS+= --disable-gnomeui -.endif - -.if defined(WITHOUT_DBUS) -MOZ_OPTIONS+= --disable-dbus -.else -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -.endif - -.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101 -IGNORE= does not run, update to 6.2-RELEASE or newer -.endif - -MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo - -post-extract:: - @${SED} -e 's|@FLOCK_ICON@|${FLOCK_ICON}|' -e 's|@MOZILLA@|${MOZILLA}-browser|' \ - -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ - <${FILESDIR}/flock.desktop.in >${WRKDIR}/${MOZILLA}.desktop - -post-patch: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ - ${WRKSRC}/storage/build/Makefile.in \ - ${WRKSRC}/db/sqlite3/src/Makefile.in - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/security/manager/ssl/src/Makefile.in - @${FIND} ${WRKSRC} -name all.js | ${XARGS} ${REINPLACE_CMD} -e \ - '/accessibility.typeaheadfind.enablesound/s/true/false/ ; \ - /dom.disable_window_open_feature.toolbar/s/false/true/' - -pre-install: - ${ECHO_CMD} 'share/applications/${MOZILLA}.desktop' >> ${PLIST} - ${ECHO_CMD} "@unexec ${RMDIR} %D/share/applications 2>/dev/null || ${TRUE}" >> ${PLIST} - ${ECHO_CMD} 'share/pixmaps/${FLOCK_ICON}' >> ${PLIST} - -post-install: - ${MKDIR} ${PREFIX}/share/applications ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKDIR}/${MOZILLA}.desktop ${PREFIX}/share/applications/ - ${MKDIR} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default - ${LN} -sf ${FLOCK_ICON_SRC} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default.xpm - ${LN} -sf ${FLOCK_ICON_SRC} ${PREFIX}/share/pixmaps/${FLOCK_ICON} - -.include <bsd.port.post.mk> diff --git a/www/flock/distinfo b/www/flock/distinfo deleted file mode 100644 index db7666bc4a04..000000000000 --- a/www/flock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (flock-2.6.0-source.tar.bz2) = f408e35f75cc16edbc0eb695f1e86efa -SHA256 (flock-2.6.0-source.tar.bz2) = f838f98ad121923f3e64d8bcb4990d366b760cde27ac1eaa3e6f9751cd122f0a -SIZE (flock-2.6.0-source.tar.bz2) = 57824991 diff --git a/www/flock/files/flock.desktop.in b/www/flock/files/flock.desktop.in deleted file mode 100644 index 5c7f770b64a1..000000000000 --- a/www/flock/files/flock.desktop.in +++ /dev/null @@ -1,191 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=@MOZILLA_NAME@ Web Browser -Name[am]= -Name[ar]= -Name[az]=@MOZILLA_NAME@ Veb SÉ™yyahı -Name[be]= -Name[bg]=Интернет браузър @MOZILLA_NAME@ -Name[bn]= -Name[bs]=@MOZILLA_NAME@ web preglednik -Name[ca]=Navegador web @MOZILLA_NAME@ -Name[cs]=ProhlÞeÄ WWW @MOZILLA_NAME@ -Name[cy]=Y Porwr Gwe @MOZILLA_NAME@ -Name[da]=@MOZILLA_NAME@ - internetsurfning -Name[de]=@MOZILLA_NAME@ Webbrowser -Name[el]=ΠεÏιηγητής ΔιαδικτÏου @MOZILLA_NAME@ -Name[en_CA]=@MOZILLA_NAME@ Web Browser -Name[en_GB]=@MOZILLA_NAME@ Web Browser -Name[es]=Navegador Web @MOZILLA_NAME@ -Name[et]=@MOZILLA_NAME@ veebibrauser -Name[eu]=@MOZILLA_NAME@ web arakatzailea -Name[fi]=@MOZILLA_NAME@, WWW-selain -Name[fr]=Navigateur Web @MOZILLA_NAME@ -Name[ga]=Brabhsálaà LÃn @MOZILLA_NAME@ -Name[gu]=àªàªªà«€àª«àª¨à«€ વૅબ બà«àª°àª¾àª‰àªàª° -Name[he]=דפדפן @MOZILLA_NAME@ -Name[hi]= -Name[hr]=@MOZILLA_NAME@ Web preglednik -Name[hu]=@MOZILLA_NAME@ webböngészÅ‘ -Name[id]=Web Browser @MOZILLA_NAME@ -Name[it]=Browser web @MOZILLA_NAME@ -Name[ja]=@MOZILLA_NAME@ ウェブ・ブラウザ -Name[ko]=@MOZILLA_NAME@ 웹 브ë¼ìš°ì € -Name[li]=@MOZILLA_NAME@ Web Browser -Name[lt]=@MOZILLA_NAME@ web narÅ¡yklÄ— -Name[mk]=@MOZILLA_NAME@ веб прелиÑтувач -Name[ml]=à´Žà´ªàµà´ªà´¿à´«à´¾à´¨à´¿ വെബàµà´¬àµ à´¬àµà´°àµŒà´¸â€Œà´°àµ -Name[mn]=@MOZILLA_NAME@ веб хөтөч -Name[ms]=Pelungsur Web @MOZILLA_NAME@ -Name[nb]=@MOZILLA_NAME@ nettleser -Name[nl]=@MOZILLA_NAME@ Webbrowser -Name[nn]=@MOZILLA_NAME@ nettlesar -Name[no]=@MOZILLA_NAME@ nettleser -Name[pa]=à¨à¨ªà©€à¨«à¨¾à¨¨à©€ ਵੈੱਬ ਬਰਾਊਜ਼ਰ -Name[pl]=PrzeglÄ…darka WWW @MOZILLA_NAME@ -Name[pt]=Navegador Web @MOZILLA_NAME@ -Name[pt_BR]=Navegador Web @MOZILLA_NAME@ -Name[ro]=Navigatorul @MOZILLA_NAME@ -Name[ru]=Веб-браузер @MOZILLA_NAME@ -Name[sk]= -Name[sl]=Spletni brskalnik @MOZILLA_NAME@ -Name[sq]=@MOZILLA_NAME@ - Shfletuesi Web -Name[sr]= -Name[sr@Latn]=Veb ÄitaÄ Spoznaja -Name[sv]=Webbläsaren @MOZILLA_NAME@ -Name[ta]=எபிபனி வலை உலாவி -Name[tk]=@MOZILLA_NAME@ Web Ahtarçisi -Name[tr]=@MOZILLA_NAME@ Web Tarayıcı -Name[uk]=ПереглÑдач web @MOZILLA_NAME@ -Name[vi]=Trình Duyệt Web @MOZILLA_NAME@ -Name[wa]=Betchteu waibe epiphany -Name[zh_CN]=@MOZILLA_NAME@ Web æµè§ˆå™¨ -Name[zh_TW]=@MOZILLA_NAME@ 網é ç€è¦½å™¨ -GenericName=Web Browser -GenericName[ar]=متصÙÙ‘Ø Ø§Ù„Ø§Ù†ØªØ±Ù†Øª -GenericName[az]=Veb SÉ™yyahı -GenericName[be]=Вандроўнік па павуціньню -GenericName[bg]=Браузър -GenericName[bn]=ওয়েব বà§à¦°à¦¾à¦‰à¦œà¦¾à¦° -GenericName[bs]=Web preglednik -GenericName[ca]=Navegador web -GenericName[cs]=ProhlÞeÄ WWW -GenericName[cy]=Porwr Gwe -GenericName[da]=Internetsurfning -GenericName[de]=Webbrowser -GenericName[el]=ΠεÏιηγητής Ιστοσελίδων -GenericName[en_CA]=Web Browser -GenericName[en_GB]=Web Browser -GenericName[es]=Navegador web -GenericName[et]=Veebilehitseja -GenericName[eu]=Web arakatzailea -GenericName[fi]=WWW-selain -GenericName[fr]=Navigateur Web @MOZILLA_NAME@ -GenericName[ga]=Brabhsálaà LÃn -GenericName[gu]=વેબ બà«àª°àª¾àª‰àªàª° -GenericName[he]=דפדפן ××™× ×˜×¨× ×˜ -GenericName[hi]=वेब बà¥à¤°à¤¾à¤‰à¤œà¤¼à¤° -GenericName[hr]=Web preglednik -GenericName[hu]=WebböngészÅ‘ -GenericName[id]=Browser Web -GenericName[it]=Browser web -GenericName[ja]=GNOME ウェブ・ブラウザ -GenericName[ko]=웹 브ë¼ìš°ì € -GenericName[li]=Wèb Browser -GenericName[lt]=Web narÅ¡yklÄ— -GenericName[mk]=Веб прелиÑтувач -GenericName[mn]=Веб хөтөч -GenericName[ms]=Pelungsur Web -GenericName[nb]=Nettleser -GenericName[nl]=Web-browser -GenericName[nn]=Nettlesar -GenericName[no]=Nettleser -GenericName[pa]=ਵੈਬ ਬਰਾਊਜ਼ -GenericName[pl]=PrzeglÄ…darka WWW -GenericName[pt]=Navegador Web -GenericName[pt_BR]=Navegador Web -GenericName[ro]=Navigator Internet -GenericName[ru]=Веб-браузер -GenericName[sk]=WWW prehliadaÄ -GenericName[sl]=Spletni brskalnik -GenericName[sq]=Shfletuesi Web -GenericName[sr]=Веб читач -GenericName[sr@Latn]=Veb ÄitaÄ -GenericName[sv]=Webbläsare -GenericName[ta]=வலை உலாவி -GenericName[th]=เว็บบราวเซà¸à¸£à¹Œ -GenericName[tk]=Web Ahtarçysy -GenericName[tr]=Web Tarayıcı -GenericName[uk]=ПереглÑдач web-Ñторінок -GenericName[vi]=Trình duyệt Web -GenericName[wa]=Betchteu waibe -GenericName[zh_CN]=Web æµè§ˆå™¨ -GenericName[zh_TW]=網é ç€è¦½å™¨ -Comment=Browse the web -Comment[ar]=تصÙØ Ø§Ù„Ø§Ù†ØªØ±Ù†Øª -Comment[az]=Vebi gÉ™zin -Comment[be]=Вандраваць па павуціньню -Comment[bg]=Сърфиране в интернет -Comment[bn]=ওয়েব বà§à¦°à¦¾à¦‰à¦œ করà§à¦¨ -Comment[bs]=Pregledaj na internetu -Comment[ca]=Navegueu per la web -Comment[cs]=ProhlÞet WWW -Comment[cy]=Pori'r we -Comment[da]=Surf pÃ¥ internettet -Comment[de]=Im Web surfen -Comment[el]=ΠεÏιήγηση στον παγκόσμιο ιστό -Comment[en_CA]=Browse the web -Comment[en_GB]=Browse the web -Comment[es]=Navegar por la web -Comment[et]=Sirvi veebi -Comment[eu]=Arakatu web-a -Comment[fi]=Selaa WWW:tä -Comment[fr]=Naviguer sur Internet -Comment[ga]=Brabhsáil an LÃon -Comment[gu]=વેબમાં શોધો -Comment[he]=גלוש ברשת -Comment[hi]=वेब बà¥à¤°à¤¾à¤‰à¤œà¤¼ करें -Comment[hr]=Pregledaj Web -Comment[hu]=A világháló böngészése -Comment[id]=Jelajah web -Comment[it]=Esplora il web -Comment[ja]=ウェブを閲覧ã—ã¾ã™ -Comment[ko]=ì›¹ì„ ëŒì•„ 다닙니다 -Comment[li]=Blajere op internet -Comment[lt]=NarÅ¡yti internete -Comment[mk]=ПрелиÑтувајте на веб -Comment[ml]=വലകàµà´•àµ†à´Ÿàµà´Ÿàµ തിരയàµà´• -Comment[mn]=Веб броузе хийх -Comment[ms]=Layari web -Comment[nb]=Surf pÃ¥ nettet -Comment[nl]=Websurfen -Comment[nn]=Surf pÃ¥ nettet -Comment[no]=Surf pÃ¥ nettet -Comment[pa]=ਵੈਬ ਬਰਾਊਜ਼ -Comment[pl]=PrzeglÄ…danie stron WWW -Comment[pt]=Navegar na web -Comment[pt_BR]=Navegar na web -Comment[ro]=Navigare Internet -Comment[ru]=Веб-браузер -Comment[sk]=PrehliadaÅ¥ internet -Comment[sl]=Brskaj po spletu -Comment[sq]=Eksploro web-in -Comment[sr]=Прегледај веб -Comment[sr@Latn]=Pregledaj veb -Comment[sv]=Surfa pÃ¥ nätet -Comment[ta]=வலையில௠உலாவ௠-Comment[th]=ใช้งานเว็บบราวเซà¸à¸£à¹Œ @MOZILLA_NAME@ -Comment[tk]=Webi Ahtar -Comment[tr]=Web'e Gözat -Comment[uk]=Програма переглÑду web-Ñторінок -Comment[vi]=Duyệt web -Comment[wa]=Naivyî avÃ¥ les waibes -Comment[zh_CN]=æµè§ˆ Web -Comment[zh_TW]=ç€è¦½ç¶²é -Exec=@MOZILLA@ %U -Icon=@FLOCK_ICON@ -StartupNotify=false -Terminal=false -Type=Application -Categories=Application;Network; -MimeType=text/html;text/xml;application/xhtml+xml; diff --git a/www/flock/files/moz_pis_S50cleanhome b/www/flock/files/moz_pis_S50cleanhome deleted file mode 100644 index 3de5565e39f2..000000000000 --- a/www/flock/files/moz_pis_S50cleanhome +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# - -# S50cleanhome -# a script to clean up users' Mozilla home directories to make upgrading -# less painful. - -# We run in our own subshell - -# First, verify protocol -[ "$1" != "start" ] && exit 1 -[ -z "${MOZ_PIS_API}" -o ${MOZ_PIS_API} -ne 2 ] && exit 1 -[ -z "${MOZ_PIS_MOZBINDIR}" -o ! -d "${MOZ_PIS_MOZBINDIR}" ] && exit 1 -[ -z "${HOME}" -o ! -d "${HOME}" ] && exit 1 -[ -z "${MOZ_PIS_USER_DIR}" -o ! -d "${HOME}/${MOZ_PIS_USER_DIR}" ] && exit 1 - -# Try to cleanup ${HOME}/${MOZ_PIS_USER_DIR} - -if [ -f "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" ]; then - sed -e '/Path=/! d' -e "s,Path=,${HOME}/${MOZ_PIS_USER_DIR}/," \ - "${HOME}/${MOZ_PIS_USER_DIR}/profiles.ini" \ - | while read dir - do - [ ! -d "${dir}" ] && continue - # Debian does this for new builds - # rm -f "${dir}/XUL.mfasl" - # force a rebuild of compreg.dat and xpti.dat for new installations - [ "${dir}/compreg.dat" -ot "${MOZ_PIS_MOZBINDIR}/components.ini" ] && - rm -f "${dir}/compatibility.ini" "${dir}/XUL.mfasl" - done -fi diff --git a/www/flock/files/patch-build_unix_run-mozilla.sh b/www/flock/files/patch-build_unix_run-mozilla.sh deleted file mode 100644 index df3d45bd8dea..000000000000 --- a/www/flock/files/patch-build_unix_run-mozilla.sh +++ /dev/null @@ -1,21 +0,0 @@ ---- build/unix/run-mozilla.sh.orig 2007-09-05 02:18:08.000000000 +0200 -+++ build/unix/run-mozilla.sh 2009-04-20 23:17:23.000000000 +0200 -@@ -353,7 +353,7 @@ - ## a symbolic link, all other shared libraries are symbolic links also. - if [ `uname -s` != "SunOS" -o -h "$MOZ_DIST_BIN/libmozjs.so" ] - then -- LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} -+ LD_LIBRARY_PATH=${MOZ_DIST_BIN}:${MOZ_DIST_BIN}/plugins:%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko19:%%LOCALBASE%%/lib/npapi/symlinks/flock:${MRE_HOME}${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"} - fi - - if [ -n "$LD_LIBRARYN32_PATH" ] -@@ -434,6 +434,9 @@ - export MOZILLA_FIVE_HOME LD_LIBRARY_PATH - export SHLIB_PATH LIBPATH LIBRARY_PATH ADDON_PATH DYLD_LIBRARY_PATH - -+MOZ_PLUGIN_PATH=%%LOCALBASE%%/lib/browser_plugins/symlinks/gecko18:%%LOCALBASE%%/lib/npapi/symlinks/flock -+export MOZ_PLUGIN_PATH -+ - if [ $moz_debug -eq 1 ] - then - moz_debug_program ${1+"$@"} diff --git a/www/flock/files/patch-config-mkdepend-imakemdep.h b/www/flock/files/patch-config-mkdepend-imakemdep.h deleted file mode 100644 index b688e664475d..000000000000 --- a/www/flock/files/patch-config-mkdepend-imakemdep.h +++ /dev/null @@ -1,10 +0,0 @@ ---- config/mkdepend/imakemdep.h Fri Sep 4 21:22:25 1998 -+++ config/mkdepend/imakemdep.h Thu Oct 16 22:43:25 2003 -@@ -278,4 +278,7 @@ - "-D__i386__", - # endif -+# if defined(__amd64__) || defined(__x86_64__) -+ "-D__amd64__ -D__x86_64__", -+# endif - # ifdef __GNUC__ - "-traditional", diff --git a/www/flock/files/patch-config-rules.mk b/www/flock/files/patch-config-rules.mk deleted file mode 100644 index 8ab35f5a8326..000000000000 --- a/www/flock/files/patch-config-rules.mk +++ /dev/null @@ -1,13 +0,0 @@ ---- config/rules.mk.orig Thu Sep 14 14:07:03 2006 -+++ config/rules.mk Wed Oct 18 11:00:09 2006 -@@ -442,9 +442,7 @@ - endif - - ifeq ($(OS_ARCH),FreeBSD) --ifdef IS_COMPONENT --EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic --endif -+EXTRA_DSO_LDOPTS += -Wl,-Bsymbolic -lc - endif - - ifeq ($(OS_ARCH),NetBSD) diff --git a/www/flock/files/patch-config_autoconf.mk.in b/www/flock/files/patch-config_autoconf.mk.in deleted file mode 100644 index 723ae51c9e98..000000000000 --- a/www/flock/files/patch-config_autoconf.mk.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config/autoconf.mk.in.orig 2008-08-28 07:34:21.000000000 +0200 -+++ config/autoconf.mk.in 2009-04-20 23:23:02.000000000 +0200 -@@ -59,7 +59,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/$(MOZ_APP_NAME) - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ diff --git a/www/flock/files/patch-config_mkdepend_Makefile.in b/www/flock/files/patch-config_mkdepend_Makefile.in deleted file mode 100644 index bace012a282e..000000000000 --- a/www/flock/files/patch-config_mkdepend_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- config/mkdepend/Makefile.in.orig Sun Dec 12 07:36:57 2004 -+++ config/mkdepend/Makefile.in Sun Dec 12 07:37:55 2004 -@@ -57,6 +57,7 @@ - include $(topsrcdir)/config/rules.mk - - HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -+HOST_CFLAGS += $(XCFLAGS) - - ifdef GNU_CC - _GCCDIR = $(shell $(CC) -print-file-name=include) diff --git a/www/flock/files/patch-content_xslt_public_txDouble.h b/www/flock/files/patch-content_xslt_public_txDouble.h deleted file mode 100644 index 534bccba48be..000000000000 --- a/www/flock/files/patch-content_xslt_public_txDouble.h +++ /dev/null @@ -1,20 +0,0 @@ ---- content/xslt/public/txDouble.h.orig Fri Oct 13 00:00:29 2006 -+++ content/xslt/public/txDouble.h Fri Oct 13 00:00:53 2006 -@@ -41,7 +41,7 @@ - #define __txdouble_h__ - - //A trick to handle IEEE floating point exceptions on FreeBSD - E.D. --#ifdef __FreeBSD__ -+/* #ifdef __FreeBSD__ - #include <ieeefp.h> - #ifdef __alpha__ - fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP; -@@ -50,7 +50,7 @@ - #endif - fp_except_t oldmask = fpsetmask(~allmask); - #endif -- -+*/ - /** - * Macros to workaround math-bugs bugs in various platforms - */ diff --git a/www/flock/files/patch-db_sqlite3_src_Makefile.in b/www/flock/files/patch-db_sqlite3_src_Makefile.in deleted file mode 100644 index 71b84da6d4c2..000000000000 --- a/www/flock/files/patch-db_sqlite3_src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- db/sqlite3/src/Makefile.in.orig 2008-06-19 11:03:17.000000000 -0500 -+++ db/sqlite3/src/Makefile.in 2008-06-19 11:04:15.000000000 -0500 -@@ -45,6 +45,8 @@ - - include $(DEPTH)/config/autoconf.mk - -+OS_CFLAGS = -I../../../dist/include/sqlite3 -+OS_LIBS = %%PTHREAD_LIBS%% - MODULE = sqlite3 - LIBRARY_NAME = sqlite3 - FORCE_SHARED_LIB = 1 diff --git a/www/flock/files/patch-embedding_base_nsEmbedAPI.cpp b/www/flock/files/patch-embedding_base_nsEmbedAPI.cpp deleted file mode 100644 index 2cc9823fed1c..000000000000 --- a/www/flock/files/patch-embedding_base_nsEmbedAPI.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- embedding/base/nsEmbedAPI.cpp.orig 2007-10-09 20:00:30.000000000 -0400 -+++ embedding/base/nsEmbedAPI.cpp 2007-10-09 20:01:45.000000000 -0400 -@@ -53,7 +53,12 @@ static PRBool sRegistryIniti - static PRUint32 sInitCounter = 0; - - #define HACK_AROUND_THREADING_ISSUES --//#define HACK_AROUND_NONREENTRANT_INITXPCOM -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#if __FreeBSD_version < 700042 -+#define HACK_AROUND_NONREENTRANT_INITXPCOM -+#endif -+#endif - - #ifdef HACK_AROUND_NONREENTRANT_INITXPCOM - // XXX hack class to clean up XPCOM when this module is unloaded diff --git a/www/flock/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.cpp b/www/flock/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.cpp deleted file mode 100644 index 41c462d74f62..000000000000 --- a/www/flock/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.cpp +++ /dev/null @@ -1,46 +0,0 @@ ---- extensions/typeaheadfind/src/nsTypeAheadFind.cpp.orig Wed Nov 19 01:20:47 2003 -+++ extensions/typeaheadfind/src/nsTypeAheadFind.cpp Tue Feb 10 02:52:26 2004 -@@ -323,11 +323,11 @@ - prefBranch->GetBoolPref("accessibility.typeaheadfind.startlinksonly", - &mStartLinksOnlyPref); - -- PRBool isSoundEnabled = PR_TRUE; -+ mIsSoundEnabled = PR_TRUE; - prefBranch->GetBoolPref("accessibility.typeaheadfind.enablesound", -- &isSoundEnabled); -+ &mIsSoundEnabled); - nsXPIDLCString soundStr; -- if (isSoundEnabled) { -+ if (mIsSoundEnabled && mIsSoundEnabled) { - prefBranch->GetCharPref("accessibility.typeaheadfind.soundURL", - getter_Copies(soundStr)); - } -@@ -758,7 +758,7 @@ - } - else { - // No find string to backspace in! -- if (mIsBackspaceProtectOn) { -+ if (mIsBackspaceProtectOn && mIsSoundEnabled) { - // This flag should be on only if the last key was a backspace. - // It keeps us from accidentally hitting backspace too many times and - // going back in history when we really just wanted to clear -@@ -1012,7 +1012,9 @@ - - // Error sound (don't fire when backspace is pressed, they're - // trying to correct the mistake!) -- PlayNotFoundSound(); -+ if (mIsSoundEnabled) { -+ PlayNotFoundSound(); -+ } - - // Remove bad character from buffer, so we can continue typing from - // last matched character -@@ -1059,7 +1061,7 @@ - void - nsTypeAheadFind::PlayNotFoundSound() - { -- if (mNotFoundSoundURL.IsEmpty()) // no sound -+ if (mNotFoundSoundURL.IsEmpty() || !mIsSoundEnabled) // no sound - return; - if (!mSoundInterface) { - mSoundInterface = do_CreateInstance("@mozilla.org/sound;1"); diff --git a/www/flock/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.h b/www/flock/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.h deleted file mode 100644 index 07ad43b4334d..000000000000 --- a/www/flock/files/patch-extensions_typeaheadfind_src_nsTypeAheadFind.h +++ /dev/null @@ -1,12 +0,0 @@ ---- extensions/typeaheadfind/src/nsTypeAheadFind.h.orig Fri May 23 22:00:33 2003 -+++ extensions/typeaheadfind/src/nsTypeAheadFind.h Mon Feb 9 22:21:43 2004 -@@ -194,6 +194,9 @@ - - nsCString mNotFoundSoundURL; - -+ // Move the sound enabled boolean out for all methods to access. -+ PRBool mIsSoundEnabled; -+ - // PRBool's are used instead of PRPackedBool's where the address of the - // boolean variable is getting passed into a method. For example: - // GetBoolPref("accessibility.typeaheadfind.linksonly", &mLinksOnlyPref); diff --git a/www/flock/files/patch-flock_base_common_src_Makefile.in b/www/flock/files/patch-flock_base_common_src_Makefile.in deleted file mode 100644 index 3491f51cc3e8..000000000000 --- a/www/flock/files/patch-flock_base_common_src_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- flock/base/common/src/Makefile.in.orig 2009-04-29 20:37:46.000000000 +0200 -+++ flock/base/common/src/Makefile.in 2009-04-29 20:38:02.000000000 +0200 -@@ -104,10 +104,6 @@ - - EXTRA_DSO_LDOPTS = $(XPCOM_GLUE_LDOPTS) $(NSPR_LIBS) - --ifdef MOZ_ENABLE_LIBXUL --EXTRA_DSO_LDOPTS += $(MOZ_ZLIB_LIBS) --else - EXTRA_DSO_LDOPTS += $(ZLIB_LIBS) --endif - - include $(topsrcdir)/config/rules.mk diff --git a/www/flock/files/patch-flock_base_common_src_flockLuceneImpl.cpp b/www/flock/files/patch-flock_base_common_src_flockLuceneImpl.cpp deleted file mode 100644 index 190f92e31109..000000000000 --- a/www/flock/files/patch-flock_base_common_src_flockLuceneImpl.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- flock/base/lucene/src/flockLuceneImpl.cpp.orig 2009-05-01 22:20:06.000000000 +0200 -+++ flock/base/lucene/src/flockLuceneImpl.cpp 2009-05-01 22:20:26.000000000 +0200 -@@ -283,7 +283,6 @@ - TokenStream* tokenStream(const TCHAR* fieldName, Reader* reader) { - TokenStream* ret = new StandardTokenizer(reader); - ret = new StandardFilter(ret, true); -- ret = new LowerCaseFilter(ret, true); - return ret; - } - }; diff --git a/www/flock/files/patch-js_src_Makefile.in b/www/flock/files/patch-js_src_Makefile.in deleted file mode 100644 index fb0bd7f1986b..000000000000 --- a/www/flock/files/patch-js_src_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- js/src/Makefile.in.orig Wed Oct 18 09:23:09 2006 -+++ js/src/Makefile.in Wed Oct 18 09:27:27 2006 -@@ -244,6 +244,7 @@ - endif - - LDFLAGS += $(pathsubst -l%,$(NSPR_STATIC_PATH)/%.a,$(NSPR_LIBS)) -+LDFLAGS += -lc - - # BeOS and HP-UX do not require the extra linking of "-lm" - ifeq (,$(filter BeOS HP-UX WINNT WINCE OpenVMS,$(OS_ARCH))) diff --git a/www/flock/files/patch-js_src_jsnum.c b/www/flock/files/patch-js_src_jsnum.c deleted file mode 100644 index a3ef2769ab9c..000000000000 --- a/www/flock/files/patch-js_src_jsnum.c +++ /dev/null @@ -1,28 +0,0 @@ ---- js/src/jsnum.c.orig Sun Nov 5 18:37:07 2006 -+++ js/src/jsnum.c Sun Nov 5 18:42:31 2006 -@@ -45,6 +45,9 @@ - #if defined(XP_WIN) || defined(XP_OS2) - #include <float.h> - #endif -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - #include <locale.h> - #include <limits.h> - #include <math.h> -@@ -532,7 +535,15 @@ static jsdouble NaN; - - #else - -+#if defined(__FreeBSD__) && __FreeBSD_version >= 601000 -+#include <fenv.h> -+#define FIX_FPU() (fedisableexcept(FE_ALL_EXCEPT)) -+ -+#else -+ - #define FIX_FPU() ((void)0) -+ -+#endif /* defined(__FreeBSD__) && __FreeBSD_version >= 503000 */ - - #endif - diff --git a/www/flock/files/patch-security-coreconf-FreeBSD.mk b/www/flock/files/patch-security-coreconf-FreeBSD.mk deleted file mode 100644 index 0f7a04a0279f..000000000000 --- a/www/flock/files/patch-security-coreconf-FreeBSD.mk +++ /dev/null @@ -1,24 +0,0 @@ ---- security/coreconf/FreeBSD.mk.orig Mon Sep 25 18:26:23 2006 -+++ security/coreconf/FreeBSD.mk Mon Sep 25 18:27:03 2006 -@@ -45,8 +45,12 @@ - ifeq ($(OS_TEST),alpha) - CPU_ARCH = alpha - else -+ifeq ($(OS_TEST),amd64) -+CPU_ARCH = amd64 -+else - CPU_ARCH = x86 - endif -+endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK - -@@ -73,7 +77,7 @@ - DLL_SUFFIX = so.1.0 - endif - --MKSHLIB = $(CC) $(DSO_LDOPTS) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) -o $@ - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif diff --git a/www/flock/files/patch-security_manager_ssl_src_nsNSSComponent.cpp b/www/flock/files/patch-security_manager_ssl_src_nsNSSComponent.cpp deleted file mode 100644 index f30d12229ccd..000000000000 --- a/www/flock/files/patch-security_manager_ssl_src_nsNSSComponent.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- security/manager/ssl/src/nsNSSComponent.cpp.orig Mon May 29 23:10:54 2006 -+++ security/manager/ssl/src/nsNSSComponent.cpp Mon May 29 23:12:22 2006 -@@ -110,6 +110,7 @@ - #include "nss.h" - #include "pk11func.h" - #include "ssl.h" -+#define NSS_ENABLE_ECC 1 - #include "sslproto.h" - #include "secmod.h" - #include "sechash.h" diff --git a/www/flock/files/patch-storage_build_Makefile.in b/www/flock/files/patch-storage_build_Makefile.in deleted file mode 100644 index 18202a5a61d8..000000000000 --- a/www/flock/files/patch-storage_build_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- storage/build/Makefile.in.orig Tue Feb 21 11:18:56 2006 -+++ storage/build/Makefile.in Sun Nov 5 16:16:06 2006 -@@ -77,6 +77,7 @@ - $(EXTRA_DSO_LIBS) \ - $(MOZ_COMPONENT_LIBS) \ - $(MOZ_JS_LIBS) \ -+ %%PTHREAD_LIBS%% \ - $(NULL) - - include $(topsrcdir)/config/rules.mk diff --git a/www/flock/files/patch-toolkit_mozapps_installer_packager.mk b/www/flock/files/patch-toolkit_mozapps_installer_packager.mk deleted file mode 100644 index e55eae573b37..000000000000 --- a/www/flock/files/patch-toolkit_mozapps_installer_packager.mk +++ /dev/null @@ -1,20 +0,0 @@ ---- toolkit/mozapps/installer/packager.mk.orig 2008-04-28 22:30:07.000000000 +0200 -+++ toolkit/mozapps/installer/packager.mk 2009-05-02 13:33:13.000000000 +0200 -@@ -418,7 +418,7 @@ - (cd $(DESTDIR)$(installdir) && tar -xf -) - $(NSINSTALL) -D $(DESTDIR)$(bindir) - $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) -- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) -+ ln -s $(installdir)/$(MOZ_APP_NAME)-browser $(DESTDIR)$(bindir) - ifdef INSTALL_SDK # Here comes the hard part - # include directory is stable (dist/sdk/include) and unstable (dist/include) - $(NSINSTALL) -D $(DESTDIR)$(includedir)/stable -@@ -426,7 +426,7 @@ - (cd $(DIST)/sdk/include && tar $(TAR_CREATE_FLAGS) - .) | \ - (cd $(DESTDIR)$(includedir)/stable && tar -xf -) - # The dist/include has module subdirectories that we need to flatten -- find $(DIST)/include -xtype f -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \; -+ find $(DIST)/include -type f -o -type l -exec $(SYSINSTALL) $(IFLAGS1) {} $(DESTDIR)$(includedir)/unstable \; - # IDL directory is stable (dist/sdk/idl) and unstable (dist/idl) - $(NSINSTALL) -D $(DESTDIR)$(idldir)/stable - $(NSINSTALL) -D $(DESTDIR)$(idldir)/unstable diff --git a/www/flock/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc b/www/flock/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc deleted file mode 100644 index 9a41bbfc4602..000000000000 --- a/www/flock/files/patch-xpcom-reflect-xptcall-public-xptcstubsdecl.inc +++ /dev/null @@ -1,11 +0,0 @@ ---- xpcom/reflect/xptcall/public/xptcstubsdecl.inc.orig Tue Mar 16 03:07:25 2004 -+++ xpcom/reflect/xptcall/public/xptcstubsdecl.inc Tue Jun 15 12:52:36 2004 -@@ -8,7 +8,7 @@ - * 1 is AddRef - * 2 is Release - */ --#if !defined(__ia64) || (!defined(__hpux) && !defined(__linux__)) -+#if !defined(__ia64) - NS_IMETHOD Stub3(); - NS_IMETHOD Stub4(); - NS_IMETHOD Stub5(); diff --git a/www/flock/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in b/www/flock/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in deleted file mode 100644 index 9ed21a8a81a1..000000000000 --- a/www/flock/files/patch-xpcom_reflect_xptcall_src_md_unix_Makefile.in +++ /dev/null @@ -1,63 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2009-05-03 14:49:25.429208768 +0200 -+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in 2009-05-03 14:50:19.450777889 +0200 -@@ -70,6 +70,9 @@ - ifeq (Darwin,$(OS_ARCH)) - DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED - endif -+ifeq (x86_64,$(OS_TEST)) -+CPPSRCS := xptcinvoke_x86_64_linux.cpp xptcstubs_x86_64_linux.cpp -+endif - endif - endif - # -@@ -87,7 +90,7 @@ - endif - endif - # IA64 Linux --ifneq (,$(filter Linux,$(OS_ARCH))) -+ifneq (,$(filter Linux FreeBSD,$(OS_ARCH))) - ifneq (,$(findstring ia64,$(OS_TEST))) - CPPSRCS := xptcinvoke_ipf64.cpp xptcstubs_ipf64.cpp - ASFILES := xptcstubs_asm_ipf64.s xptcinvoke_asm_ipf64.s -@@ -150,9 +153,15 @@ - ASFILES := xptcinvoke_asm_osf1_alpha.s xptcstubs_asm_osf1_alpha.s - endif - # -+# FreeBSD/Alpha -+# -+ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDalpha) -+CPPSRCS := xptcinvoke_freebsd_alpha.cpp xptcstubs_freebsd_alpha.cpp -+endif -+# - # Linux/Alpha - # --ifneq (,$(filter Linuxalpha FreeBSDalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) -+ifneq (,$(filter Linuxalpha NetBSDalpha,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_linux_alpha.cpp xptcstubs_linux_alpha.cpp - endif - # -@@ -311,7 +320,7 @@ - # - # Linux/PPC - # --ifeq ($(OS_ARCH)$(OS_TEST),Linuxpowerpc) -+ifneq (,$(filter Linuxpowerpc FreeBSDpowerpc,$(OS_ARCH)$(OS_TEST))) - CPPSRCS := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp - ASFILES := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s - AS := $(CC) -c -x assembler-with-cpp -@@ -389,6 +398,15 @@ - ASFILES := xptcinvoke_asm_sparc_netbsd.s xptcstubs_asm_sparc_netbsd.s - endif - # -+# FreeBSD/SPARC64 -+# -+ifeq ($(OS_ARCH),FreeBSD) -+ifneq (,$(findstring sparc,$(OS_TEST))) -+CPPSRCS := xptcinvoke_sparc64_openbsd.cpp xptcstubs_sparc64_openbsd.cpp -+ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s -+endif -+endif -+# - # OpenBSD/SPARC - # - ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDsparc) diff --git a/www/flock/files/patch-xptcall-alpha b/www/flock/files/patch-xptcall-alpha deleted file mode 100644 index 29631a98e61e..000000000000 --- a/www/flock/files/patch-xptcall-alpha +++ /dev/null @@ -1,459 +0,0 @@ ---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp.orig Tue May 27 01:37:25 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_freebsd_alpha.cpp Tue May 27 01:37:00 2003 -@@ -0,0 +1,184 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1998 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Platform specific code to invoke XPCOM methods on native objects */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+__asm__("invoke_copy_to_stack") __attribute__((unused)); -+ -+static void -+invoke_copy_to_stack(PRUint64* d, PRUint32 paramCount, nsXPTCVariant* s) -+{ -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ for(PRUint32 i = 0; i < paramCount; i++, d++, s++) -+ { -+ if(s->IsPtrData()) -+ { -+ *d = (PRUint64)s->ptr; -+ continue; -+ } -+ switch(s->type) -+ { -+ case nsXPTType::T_I8 : *d = (PRUint64)s->val.i8; break; -+ case nsXPTType::T_I16 : *d = (PRUint64)s->val.i16; break; -+ case nsXPTType::T_I32 : *d = (PRUint64)s->val.i32; break; -+ case nsXPTType::T_I64 : *d = (PRUint64)s->val.i64; break; -+ case nsXPTType::T_U8 : *d = (PRUint64)s->val.u8; break; -+ case nsXPTType::T_U16 : *d = (PRUint64)s->val.u16; break; -+ case nsXPTType::T_U32 : *d = (PRUint64)s->val.u32; break; -+ case nsXPTType::T_U64 : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // convert floats to doubles if they are to be passed -+ // via registers so we can just deal with doubles later -+ union { PRUint64 u64; double d; } t; -+ t.d = (double)s->val.f; -+ *d = t.u64; -+ } -+ else -+ // otherwise copy to stack normally -+ *d = (PRUint64)s->val.u32; -+ break; -+ case nsXPTType::T_DOUBLE : *d = (PRUint64)s->val.u64; break; -+ case nsXPTType::T_BOOL : *d = (PRUint64)s->val.b; break; -+ case nsXPTType::T_CHAR : *d = (PRUint64)s->val.c; break; -+ case nsXPTType::T_WCHAR : *d = (PRUint64)s->val.wc; break; -+ default: -+ // all the others are plain pointer types -+ *d = (PRUint64)s->val.p; -+ break; -+ } -+ } -+} -+ -+/* -+ * XPTC_PUBLIC_API(nsresult) -+ * XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex, -+ * PRUint32 paramCount, nsXPTCVariant* params, void* vt) -+ */ -+__asm__( -+ "#### XPTC_InvokeByIndex ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".globl XPTC_InvokeByIndex\n\t" -+ ".ent XPTC_InvokeByIndex\n" -+"XPTC_InvokeByIndex:\n\t" -+ ".frame $15,32,$26,0\n\t" -+ ".mask 0x4008000,-32\n\t" -+ "ldgp $29,0($27)\n" -+"$XPTC_InvokeByIndex..ng:\n\t" -+ "subq $30,32,$30\n\t" -+ "stq $26,0($30)\n\t" -+ "stq $15,8($30)\n\t" -+ "bis $30,$30,$15\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Allocate enough stack space to hold the greater of 6 or "paramCount"+1 -+ * parameters. (+1 for "this" pointer) Room for at least 6 parameters -+ * is required for storage of those passed via registers. -+ */ -+ -+ "bis $31,5,$2\n\t" /* count = MAX(5, "paramCount") */ -+ "cmplt $2,$18,$1\n\t" -+ "cmovne $1,$18,$2\n\t" -+ "s8addq $2,16,$1\n\t" /* room for count+1 params (8 bytes each) */ -+ "bic $1,15,$1\n\t" /* stack space is rounded up to 0 % 16 */ -+ "subq $30,$1,$30\n\t" -+ -+ "stq $16,0($30)\n\t" /* save "that" (as "this" pointer) */ -+ "stq $17,16($15)\n\t" /* save "methodIndex" */ -+ -+ "addq $30,8,$16\n\t" /* pass stack pointer */ -+ "bis $18,$18,$17\n\t" /* pass "paramCount" */ -+ "bis $19,$19,$18\n\t" /* pass "params" */ -+ "bsr $26,$invoke_copy_to_stack..ng\n\t" /* call invoke_copy_to_stack */ -+ -+ /* -+ * Copy the first 6 parameters to registers and remove from stack frame. -+ * Both the integer and floating point registers are set for each parameter -+ * except the first which is the "this" pointer. (integer only) -+ * The floating point registers are all set as doubles since the -+ * invoke_copy_to_stack function should have converted the floats. -+ */ -+ "ldq $16,0($30)\n\t" /* integer registers */ -+ "ldq $17,8($30)\n\t" -+ "ldq $18,16($30)\n\t" -+ "ldq $19,24($30)\n\t" -+ "ldq $20,32($30)\n\t" -+ "ldq $21,40($30)\n\t" -+ "ldt $f17,8($30)\n\t" /* floating point registers */ -+ "ldt $f18,16($30)\n\t" -+ "ldt $f19,24($30)\n\t" -+ "ldt $f20,32($30)\n\t" -+ "ldt $f21,40($30)\n\t" -+ -+ "addq $30,48,$30\n\t" /* remove params from stack */ -+ -+ /* -+ * Call the virtual function with the constructed stack frame. -+ */ -+ "bis $16,$16,$1\n\t" /* load "this" */ -+ "ldq $2,16($15)\n\t" /* load "methodIndex" */ -+ "ldq $1,0($1)\n\t" /* load vtable */ -+#if 0 -+ "s8addq $2,16,$2\n\t" /* vtable index = "methodIndex" * 8 + 16 */ -+#else -+ "mulq $2, 8, $2\n\t" -+ "addq $2, 0, $2\n\t" /* vtable index = "methodIndex" * 16 + 24 */ -+#endif -+ "addq $1,$2,$1\n\t" -+ "ldq $27,0($1)\n\t" /* load address of function */ -+ "jsr $26,($27),0\n\t" /* call virtual function */ -+ "ldgp $29,0($26)\n\t" -+ -+ "bis $15,$15,$30\n\t" -+ "ldq $26,0($30)\n\t" -+ "ldq $15,8($30)\n\t" -+ "addq $30,32,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end XPTC_InvokeByIndex" -+ ); -+ ---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp.orig Tue May 27 01:37:30 2003 -+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_freebsd_alpha.cpp Tue May 27 01:37:04 2003 -@@ -0,0 +1,269 @@ -+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -+/* ***** BEGIN LICENSE BLOCK ***** -+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1 -+ * -+ * The contents of this file are subject to the Netscape Public License -+ * Version 1.1 (the "License"); you may not use this file except in -+ * compliance with the License. You may obtain a copy of the License at -+ * http://www.mozilla.org/NPL/ -+ * -+ * Software distributed under the License is distributed on an "AS IS" basis, -+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -+ * for the specific language governing rights and limitations under the -+ * License. -+ * -+ * The Original Code is mozilla.org code. -+ * -+ * The Initial Developer of the Original Code is -+ * Netscape Communications Corporation. -+ * Portions created by the Initial Developer are Copyright (C) 1999 -+ * the Initial Developer. All Rights Reserved. -+ * -+ * Contributor(s): -+ * -+ * Alternatively, the contents of this file may be used under the terms of -+ * either the GNU General Public License Version 2 or later (the "GPL"), or -+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -+ * in which case the provisions of the GPL or the LGPL are applicable instead -+ * of those above. If you wish to allow use of your version of this file only -+ * under the terms of either the GPL or the LGPL, and not to allow others to -+ * use your version of this file under the terms of the NPL, indicate your -+ * decision by deleting the provisions above and replace them with the notice -+ * and other provisions required by the GPL or the LGPL. If you do not delete -+ * the provisions above, a recipient may use your version of this file under -+ * the terms of any one of the NPL, the GPL or the LGPL. -+ * -+ * ***** END LICENSE BLOCK ***** */ -+ -+/* Implement shared vtbl methods. */ -+ -+/* contributed by Glen Nakamura <glen.nakamura@usa.net> */ -+ -+#include <sys/types.h> -+#include <machine/cpu.h> -+#include "xptcprivate.h" -+ -+/* Prototype specifies unmangled function name and disables unused warning */ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+__asm__("PrepareAndDispatch") __attribute__((unused)); -+ -+static nsresult -+PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint64* args) -+{ -+ const PRUint8 PARAM_BUFFER_COUNT = 16; -+ const PRUint8 NUM_ARG_REGS = 6-1; // -1 for "this" pointer -+ -+ nsXPTCMiniVariant paramBuffer[PARAM_BUFFER_COUNT]; -+ nsXPTCMiniVariant* dispatchParams = NULL; -+ nsIInterfaceInfo* iface_info = NULL; -+ const nsXPTMethodInfo* info; -+ PRUint8 paramCount; -+ PRUint8 i; -+ nsresult result = NS_ERROR_FAILURE; -+ -+ NS_ASSERTION(self,"no self"); -+ -+ self->GetInterfaceInfo(&iface_info); -+ NS_ASSERTION(iface_info,"no interface info"); -+ -+ iface_info->GetMethodInfo(PRUint16(methodIndex), &info); -+ NS_ASSERTION(info,"no interface info"); -+ -+ paramCount = info->GetParamCount(); -+ -+ // setup variant array pointer -+ if(paramCount > PARAM_BUFFER_COUNT) -+ dispatchParams = new nsXPTCMiniVariant[paramCount]; -+ else -+ dispatchParams = paramBuffer; -+ NS_ASSERTION(dispatchParams,"no place for params"); -+ -+ // args[0] to args[NUM_ARG_REGS] hold floating point register values -+ PRUint64* ap = args + NUM_ARG_REGS; -+ for(i = 0; i < paramCount; i++, ap++) -+ { -+ const nsXPTParamInfo& param = info->GetParam(i); -+ const nsXPTType& type = param.GetType(); -+ nsXPTCMiniVariant* dp = &dispatchParams[i]; -+ -+ if(param.IsOut() || !type.IsArithmetic()) -+ { -+ dp->val.p = (void*) *ap; -+ continue; -+ } -+ // else -+ switch(type) -+ { -+ case nsXPTType::T_I8 : dp->val.i8 = (PRInt8) *ap; break; -+ case nsXPTType::T_I16 : dp->val.i16 = (PRInt16) *ap; break; -+ case nsXPTType::T_I32 : dp->val.i32 = (PRInt32) *ap; break; -+ case nsXPTType::T_I64 : dp->val.i64 = (PRInt64) *ap; break; -+ case nsXPTType::T_U8 : dp->val.u8 = (PRUint8) *ap; break; -+ case nsXPTType::T_U16 : dp->val.u16 = (PRUint16) *ap; break; -+ case nsXPTType::T_U32 : dp->val.u32 = (PRUint32) *ap; break; -+ case nsXPTType::T_U64 : dp->val.u64 = (PRUint64) *ap; break; -+ case nsXPTType::T_FLOAT : -+ if(i < NUM_ARG_REGS) -+ { -+ // floats passed via registers are stored as doubles -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (PRUint64) args[i]; -+ dp->val.f = (float) dp->val.d; // convert double to float -+ } -+ else -+ dp->val.u32 = (PRUint32) *ap; -+ break; -+ case nsXPTType::T_DOUBLE : -+ // doubles passed via registers are also stored -+ // in the first NUM_ARG_REGS entries in args -+ dp->val.u64 = (i < NUM_ARG_REGS) ? args[i] : *ap; -+ break; -+ case nsXPTType::T_BOOL : dp->val.b = (PRBool) *ap; break; -+ case nsXPTType::T_CHAR : dp->val.c = (char) *ap; break; -+ case nsXPTType::T_WCHAR : dp->val.wc = (PRUnichar) *ap; break; -+ default: -+ NS_ASSERTION(0, "bad type"); -+ break; -+ } -+ } -+ -+ result = self->CallMethod((PRUint16)methodIndex, info, dispatchParams); -+ -+ NS_RELEASE(iface_info); -+ -+ if(dispatchParams != paramBuffer) -+ delete [] dispatchParams; -+ -+ return result; -+} -+ -+/* -+ * SharedStub() -+ * Collects arguments and calls PrepareAndDispatch. The "methodIndex" is -+ * passed to this function via $1 to preserve the argument registers. -+ */ -+__asm__( -+ "#### SharedStub ####\n" -+".text\n\t" -+ ".align 5\n\t" -+ ".ent SharedStub\n" -+"SharedStub:\n\t" -+ ".frame $30,96,$26,0\n\t" -+ ".mask 0x4000000,-96\n\t" -+ "ldgp $29,0($27)\n" -+"$SharedStub..ng:\n\t" -+ "subq $30,96,$30\n\t" -+ "stq $26,0($30)\n\t" -+ ".prologue 1\n\t" -+ -+ /* -+ * Store arguments passed via registers to the stack. -+ * Floating point registers are stored as doubles and converted -+ * to floats in PrepareAndDispatch if necessary. -+ */ -+ "stt $f17,16($30)\n\t" /* floating point registers */ -+ "stt $f18,24($30)\n\t" -+ "stt $f19,32($30)\n\t" -+ "stt $f20,40($30)\n\t" -+ "stt $f21,48($30)\n\t" -+ "stq $17,56($30)\n\t" /* integer registers */ -+ "stq $18,64($30)\n\t" -+ "stq $19,72($30)\n\t" -+ "stq $20,80($30)\n\t" -+ "stq $21,88($30)\n\t" -+ -+ /* -+ * Call PrepareAndDispatch function. -+ */ -+ "bis $1,$1,$17\n\t" /* pass "methodIndex" */ -+ "addq $30,16,$18\n\t" /* pass "args" */ -+ "bsr $26,$PrepareAndDispatch..ng\n\t" -+ -+ "ldq $26,0($30)\n\t" -+ "addq $30,96,$30\n\t" -+ "ret $31,($26),1\n\t" -+ ".end SharedStub" -+ ); -+ -+#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */ -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase5Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase5Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase5Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase5Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase5Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase6Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase6Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase6Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase6Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase6Stub"#n"Ev" \ -+ ); \ -+__asm__( \ -+ "#### Stub"#n" ####\n" \ -+".text\n\t" \ -+ ".align 5\n\t" \ -+ ".globl _ZN14nsXPTCStubBase7Stub"#n"Ev\n\t" \ -+ ".ent _ZN14nsXPTCStubBase7Stub"#n"Ev\n" \ -+"_ZN14nsXPTCStubBase7Stub"#n"Ev:\n\t" \ -+ ".frame $30,0,$26,0\n\t" \ -+ "ldgp $29,0($27)\n" \ -+"$_ZN14nsXPTCStubBase7Stub"#n"Ev..ng:\n\t" \ -+ ".prologue 1\n\t" \ -+ "lda $1,"#n"\n\t" \ -+ "br $31,$SharedStub..ng\n\t" \ -+ ".end _ZN14nsXPTCStubBase7Stub"#n"Ev" \ -+ ); -+#else -+/* -+ * nsresult nsXPTCStubBase::Stub##n() -+ * Sets register $1 to "methodIndex" and jumps to SharedStub. -+ */ -+#define STUB_ENTRY(n) \ -+nsresult nsXPTCStubBase::Stub##n() \ -+{ \ -+ nsresult result; \ -+__asm__ __volatile__( \ -+ "ldah $29,0($27)\n\t" \ -+ "lda $29,0($29)\n\t" \ -+ "lda $1, "#n"\n\t" \ -+ "br $31, $SharedStub..ng\n\t" \ -+ "mov $0, %0\n\t" \ -+ : "=r" (result) \ -+ ); \ -+ return result; \ -+} -+#endif -+ -+#define SENTINEL_ENTRY(n) \ -+nsresult nsXPTCStubBase::Sentinel##n() \ -+{ \ -+ NS_ASSERTION(0,"nsXPTCStubBase::Sentinel called"); \ -+ return NS_ERROR_NOT_IMPLEMENTED; \ -+} -+ -+#include "xptcstubsdef.inc" -+ diff --git a/www/flock/pkg-descr b/www/flock/pkg-descr deleted file mode 100644 index 81d19b220038..000000000000 --- a/www/flock/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Flock is a social browser, cross platform, open source, and -based on Mozilla technologies. Flock includes such features -as blogging tools, feed handling, and integrated del.icio.us -favorites and Flickr photo sharing. - -WWW: http://www.flock.com/ diff --git a/www/linux-flock/Makefile b/www/linux-flock/Makefile deleted file mode 100644 index abc987e73888..000000000000 --- a/www/linux-flock/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: linux-flock -# Date created: 30 March 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= flock -PORTVERSION= 2.6.0 -DISTVERSIONSUFFIX= .en-US.linux-i686 -CATEGORIES= www -MASTER_SITES= http://dl01.flock.com/releases/${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= The social web browser - -DEPRECATED= Flock 3 moves from Firefox to Chromium -EXPIRATION_DATE= 2010-12-31 -BIN_NAME= flock-browser -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_LDCONFIG= yes -USE_BZIP2= yes - -.include "${.CURDIR}/../linux-seamonkey/Makefile.common" -.include <bsd.port.mk> diff --git a/www/linux-flock/distinfo b/www/linux-flock/distinfo deleted file mode 100644 index f396629401bc..000000000000 --- a/www/linux-flock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (flock-2.6.0.en-US.linux-i686.tar.bz2) = b8cca0f0e5bec17c8e72ef95477ad851 -SHA256 (flock-2.6.0.en-US.linux-i686.tar.bz2) = 64e88e4790597c1b844180d95bb9e8efb99d71fcc88bd1663a0ddb9961db81c1 -SIZE (flock-2.6.0.en-US.linux-i686.tar.bz2) = 14007460 diff --git a/www/linux-flock/files/linux-flock.desktop.in b/www/linux-flock/files/linux-flock.desktop.in deleted file mode 100644 index cefd8347964e..000000000000 --- a/www/linux-flock/files/linux-flock.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Flock (Linux) -Exec=linux-flock %U -Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm -StartupNotify=false -Type=Application -Categories=Application;Network; -MimeType=text/html;text/xml;application/xthml+xml; diff --git a/www/linux-flock/pkg-descr b/www/linux-flock/pkg-descr deleted file mode 100644 index 81d19b220038..000000000000 --- a/www/linux-flock/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Flock is a social browser, cross platform, open source, and -based on Mozilla technologies. Flock includes such features -as blogging tools, feed handling, and integrated del.icio.us -favorites and Flickr photo sharing. - -WWW: http://www.flock.com/ diff --git a/www/linux-flock/pkg-plist b/www/linux-flock/pkg-plist deleted file mode 100644 index 61e0319b96c0..000000000000 --- a/www/linux-flock/pkg-plist +++ /dev/null @@ -1,363 +0,0 @@ -bin/%%APP_NAME%% -lib/%%APP_NAME%%/.autoreg -lib/%%APP_NAME%%/README.txt -lib/%%APP_NAME%%/Throbber-small.gif -lib/%%APP_NAME%%/application.ini -lib/%%APP_NAME%%/blocklist.xml -lib/%%APP_NAME%%/browserconfig.properties -lib/%%APP_NAME%%/builddetails.ini -lib/%%APP_NAME%%/chrome/browser.jar -lib/%%APP_NAME%%/chrome/browser.manifest -lib/%%APP_NAME%%/chrome/classic.jar -lib/%%APP_NAME%%/chrome/classic.manifest -lib/%%APP_NAME%%/chrome/comm.jar -lib/%%APP_NAME%%/chrome/comm.manifest -lib/%%APP_NAME%%/chrome/en-US.jar -lib/%%APP_NAME%%/chrome/en-US.manifest -lib/%%APP_NAME%%/chrome/fbranding.jar -lib/%%APP_NAME%%/chrome/fbranding.manifest -lib/%%APP_NAME%%/chrome/flock-skin.jar -lib/%%APP_NAME%%/chrome/flock-skin.manifest -lib/%%APP_NAME%%/chrome/flock.jar -lib/%%APP_NAME%%/chrome/flock.manifest -lib/%%APP_NAME%%/chrome/icons/default/default16.png -lib/%%APP_NAME%%/chrome/icons/default/default32.png -lib/%%APP_NAME%%/chrome/icons/default/default48.png -lib/%%APP_NAME%%/chrome/pippki.jar -lib/%%APP_NAME%%/chrome/pippki.manifest -lib/%%APP_NAME%%/chrome/toolkit.jar -lib/%%APP_NAME%%/chrome/toolkit.manifest -lib/%%APP_NAME%%/components/FeedConverter.js -lib/%%APP_NAME%%/components/FeedProcessor.js -lib/%%APP_NAME%%/components/FeedWriter.js -lib/%%APP_NAME%%/components/WebContentConverter.js -lib/%%APP_NAME%%/components/aboutRobots.js -lib/%%APP_NAME%%/components/browser.xpt -lib/%%APP_NAME%%/components/flockAOLMailService.js -lib/%%APP_NAME%%/components/flockAccountService.js -lib/%%APP_NAME%%/components/flockAccountUtils.js -lib/%%APP_NAME%%/components/flockAuthManager.js -lib/%%APP_NAME%%/components/flockBeboService.js -lib/%%APP_NAME%%/components/flockBlogService.js -lib/%%APP_NAME%%/components/flockBlogWebServiceAtom.js -lib/%%APP_NAME%%/components/flockBlogWebServiceMetaweblog.js -lib/%%APP_NAME%%/components/flockBlogWebServiceMovabletype.js -lib/%%APP_NAME%%/components/flockBloggerService.js -lib/%%APP_NAME%%/components/flockBlogsomeService.js -lib/%%APP_NAME%%/components/flockBuildDetails.js -lib/%%APP_NAME%%/components/flockDeliciousService.js -lib/%%APP_NAME%%/components/flockDiggService.js -lib/%%APP_NAME%%/components/flockDocShellBridge.js -lib/%%APP_NAME%%/components/flockError.js -lib/%%APP_NAME%%/components/flockFacebookAPI.js -lib/%%APP_NAME%%/components/flockFacebookService.js -lib/%%APP_NAME%%/components/flockFavoritesMigrationService.js -lib/%%APP_NAME%%/components/flockFeedManager.js -lib/%%APP_NAME%%/components/flockFlickrService.js -lib/%%APP_NAME%%/components/flockFlockChannel.js -lib/%%APP_NAME%%/components/flockFlockHandler.js -lib/%%APP_NAME%%/components/flockGmailService.js -lib/%%APP_NAME%%/components/flockHousekeeper.js -lib/%%APP_NAME%%/components/flockIndexer.js -lib/%%APP_NAME%%/components/flockLivejournalService.js -lib/%%APP_NAME%%/components/flockMediaChannel.js -lib/%%APP_NAME%%/components/flockMetricsService.js -lib/%%APP_NAME%%/components/flockMigrateMisc.js -lib/%%APP_NAME%%/components/flockMigrateMyWorld.js -lib/%%APP_NAME%%/components/flockMigrateRDF.js -lib/%%APP_NAME%%/components/flockMigrateToolbars.js -lib/%%APP_NAME%%/components/flockMigrationManager.js -lib/%%APP_NAME%%/components/flockMyspaceService.js -lib/%%APP_NAME%%/components/flockOOBECookieScan.js -lib/%%APP_NAME%%/components/flockOpmlService.js -lib/%%APP_NAME%%/components/flockPeopleRefreshListener.js -lib/%%APP_NAME%%/components/flockPeopleService.js -lib/%%APP_NAME%%/components/flockPhoto.js -lib/%%APP_NAME%%/components/flockPhotoAPIManager.js -lib/%%APP_NAME%%/components/flockPhotoAlbum.js -lib/%%APP_NAME%%/components/flockPhotoUpload.js -lib/%%APP_NAME%%/components/flockPhotoUploadService.js -lib/%%APP_NAME%%/components/flockPhotobucketService.js -lib/%%APP_NAME%%/components/flockPicasaService.js -lib/%%APP_NAME%%/components/flockPollerService.js -lib/%%APP_NAME%%/components/flockProfiler.js -lib/%%APP_NAME%%/components/flockRSSMediaService.js -lib/%%APP_NAME%%/components/flockRevverService.js -lib/%%APP_NAME%%/components/flockRichDNDService.js -lib/%%APP_NAME%%/components/flockSearchAPIAmazon.js -lib/%%APP_NAME%%/components/flockSearchAPICraigslist.js -lib/%%APP_NAME%%/components/flockSearchAPIEbay.js -lib/%%APP_NAME%%/components/flockSearchAPIFlock.js -lib/%%APP_NAME%%/components/flockSearchAPIGoogle.js -lib/%%APP_NAME%%/components/flockSearchAPITVRss.js -lib/%%APP_NAME%%/components/flockSearchAPITechnorati.js -lib/%%APP_NAME%%/components/flockSearchAPITwitter.js -lib/%%APP_NAME%%/components/flockSearchAPIYahoo.js -lib/%%APP_NAME%%/components/flockSearchManager.js -lib/%%APP_NAME%%/components/flockSearchMigratable.js -lib/%%APP_NAME%%/components/flockSearchvideoService.js -lib/%%APP_NAME%%/components/flockShelfService.js -lib/%%APP_NAME%%/components/flockSingleton.js -lib/%%APP_NAME%%/components/flockStopWatch.js -lib/%%APP_NAME%%/components/flockStreamHousekeeping.js -lib/%%APP_NAME%%/components/flockTinyPicService.js -lib/%%APP_NAME%%/components/flockTwitterService.js -lib/%%APP_NAME%%/components/flockTypepadService.js -lib/%%APP_NAME%%/components/flockWebDetective.js -lib/%%APP_NAME%%/components/flockWebServiceManager.js -lib/%%APP_NAME%%/components/flockWordpressBlogAPI.js -lib/%%APP_NAME%%/components/flockWordpressService.js -lib/%%APP_NAME%%/components/flockXangaService.js -lib/%%APP_NAME%%/components/flockXmlRpc.js -lib/%%APP_NAME%%/components/flockYahooMailService.js -lib/%%APP_NAME%%/components/flockYoutubeService.js -lib/%%APP_NAME%%/components/fuelApplication.js -lib/%%APP_NAME%%/components/jsconsole-clhandler.js -lib/%%APP_NAME%%/components/libbrowsercomps.so -lib/%%APP_NAME%%/components/libbrowserdirprovider.so -lib/%%APP_NAME%%/components/libdbusservice.so -lib/%%APP_NAME%%/components/libflockcommon.so -lib/%%APP_NAME%%/components/libimgicon.so -lib/%%APP_NAME%%/components/libimgscaler.so -lib/%%APP_NAME%%/components/libmozgnome.so -lib/%%APP_NAME%%/components/libnkgnomevfs.so -lib/%%APP_NAME%%/components/libxpcomclucene.so -lib/%%APP_NAME%%/components/nsAddonRepository.js -lib/%%APP_NAME%%/components/nsBadCertHandler.js -lib/%%APP_NAME%%/components/nsBlocklistService.js -lib/%%APP_NAME%%/components/nsBrowserContentHandler.js -lib/%%APP_NAME%%/components/nsBrowserGlue.js -lib/%%APP_NAME%%/components/nsContentDispatchChooser.js -lib/%%APP_NAME%%/components/nsContentPrefService.js -lib/%%APP_NAME%%/components/nsDefaultCLH.js -lib/%%APP_NAME%%/components/nsDownloadManagerUI.js -lib/%%APP_NAME%%/components/nsExtensionManager.js -lib/%%APP_NAME%%/components/nsFilePicker.js -lib/%%APP_NAME%%/components/nsHandlerService.js -lib/%%APP_NAME%%/components/nsHelperAppDlg.js -lib/%%APP_NAME%%/components/nsLivemarkService.js -lib/%%APP_NAME%%/components/nsLoginInfo.js -lib/%%APP_NAME%%/components/nsLoginManager.js -lib/%%APP_NAME%%/components/nsLoginManagerPrompter.js -lib/%%APP_NAME%%/components/nsMicrosummaryService.js -lib/%%APP_NAME%%/components/nsPlacesTransactionsService.js -lib/%%APP_NAME%%/components/nsProxyAutoConfig.js -lib/%%APP_NAME%%/components/nsSafebrowsingApplication.js -lib/%%APP_NAME%%/components/nsSearchService.js -lib/%%APP_NAME%%/components/nsSearchSuggestions.js -lib/%%APP_NAME%%/components/nsSessionStartup.js -lib/%%APP_NAME%%/components/nsSessionStore.js -lib/%%APP_NAME%%/components/nsSetDefaultBrowser.js -lib/%%APP_NAME%%/components/nsSidebar.js -lib/%%APP_NAME%%/components/nsTaggingService.js -lib/%%APP_NAME%%/components/nsTryToClose.js -lib/%%APP_NAME%%/components/nsURLFormatter.js -lib/%%APP_NAME%%/components/nsUpdateService.js -lib/%%APP_NAME%%/components/nsUrlClassifierLib.js -lib/%%APP_NAME%%/components/nsUrlClassifierListManager.js -lib/%%APP_NAME%%/components/nsWebHandlerApp.js -lib/%%APP_NAME%%/components/pluginGlue.js -lib/%%APP_NAME%%/components/storage-Legacy.js -lib/%%APP_NAME%%/components/txEXSLTRegExFunctions.js -lib/%%APP_NAME%%/crashreporter -lib/%%APP_NAME%%/crashreporter-override.ini -lib/%%APP_NAME%%/crashreporter.ini -lib/%%APP_NAME%%/defaults/autoconfig/platform.js -lib/%%APP_NAME%%/defaults/autoconfig/prefcalls.js -lib/%%APP_NAME%%/defaults/pref/browser-prefs.js -lib/%%APP_NAME%%/defaults/pref/fbranding-prefs.js -lib/%%APP_NAME%%/defaults/pref/firefox-l10n.js -lib/%%APP_NAME%%/defaults/pref/flock.js -lib/%%APP_NAME%%/defaults/profile/bookmarks.html -lib/%%APP_NAME%%/defaults/profile/chrome/userChrome-example.css -lib/%%APP_NAME%%/defaults/profile/chrome/userContent-example.css -lib/%%APP_NAME%%/defaults/profile/localstore.rdf -lib/%%APP_NAME%%/defaults/profile/mimeTypes.rdf -lib/%%APP_NAME%%/defaults/profile/prefs.js -lib/%%APP_NAME%%/dictionaries/en-US.aff -lib/%%APP_NAME%%/dictionaries/en-US.dic -lib/%%APP_NAME%%/extensions/{b01bf10c-302a-11da-b67b-000d60ca027b}/install.rdf -lib/%%APP_NAME%%/flock-bin -lib/%%APP_NAME%%/flock-browser -lib/%%APP_NAME%%/gm -lib/%%APP_NAME%%/greprefs/all.js -lib/%%APP_NAME%%/greprefs/security-prefs.js -lib/%%APP_NAME%%/greprefs/xpinstall.js -lib/%%APP_NAME%%/icons/document.png -lib/%%APP_NAME%%/icons/mozicon128.png -lib/%%APP_NAME%%/icons/mozicon16.xpm -lib/%%APP_NAME%%/icons/mozicon50.xpm -lib/%%APP_NAME%%/libfreebl3.chk -lib/%%APP_NAME%%/libfreebl3.so -lib/%%APP_NAME%%/libjemalloc.so -lib/%%APP_NAME%%/libmozjs.so -lib/%%APP_NAME%%/libnspr4.so -lib/%%APP_NAME%%/libnss3.so -lib/%%APP_NAME%%/libnssckbi.so -lib/%%APP_NAME%%/libnssdbm3.so -lib/%%APP_NAME%%/libnssutil3.so -lib/%%APP_NAME%%/libplc4.so -lib/%%APP_NAME%%/libplds4.so -lib/%%APP_NAME%%/libsmime3.so -lib/%%APP_NAME%%/libsoftokn3.chk -lib/%%APP_NAME%%/libsoftokn3.so -lib/%%APP_NAME%%/libsqlite3.so -lib/%%APP_NAME%%/libssl3.so -lib/%%APP_NAME%%/libxpcom.so -lib/%%APP_NAME%%/libxul.so -lib/%%APP_NAME%%/modules/DownloadUtils.jsm -lib/%%APP_NAME%%/modules/FlockCastUtils.jsm -lib/%%APP_NAME%%/modules/FlockCryptoHash.jsm -lib/%%APP_NAME%%/modules/FlockDateFormatter.jsm -lib/%%APP_NAME%%/modules/FlockDeliciousApi.jsm -lib/%%APP_NAME%%/modules/FlockFlickrAPI.jsm -lib/%%APP_NAME%%/modules/FlockPhotoUploader.jsm -lib/%%APP_NAME%%/modules/FlockFlickrStrings.jsm -lib/%%APP_NAME%%/modules/FlockGoogleAuth.jsm -lib/%%APP_NAME%%/modules/FlockLiveSearchProvider.jsm -lib/%%APP_NAME%%/modules/FlockMediaUtils.jsm -lib/%%APP_NAME%%/modules/FlockOAuthLib.jsm -lib/%%APP_NAME%%/modules/FlockOnlineFavsUtils.jsm -lib/%%APP_NAME%%/modules/FlockPrefsUtils.jsm -lib/%%APP_NAME%%/modules/FlockScheduler.jsm -lib/%%APP_NAME%%/modules/FlockStringBundleHelpers.jsm -lib/%%APP_NAME%%/modules/FlockSvcUtils.jsm -lib/%%APP_NAME%%/modules/FlockTemplates.jsm -lib/%%APP_NAME%%/modules/FlockURLUtils.jsm -lib/%%APP_NAME%%/modules/FlockUploadUtils.jsm -lib/%%APP_NAME%%/modules/FlockWebmailUtils.jsm -lib/%%APP_NAME%%/modules/FlockXMLUtils.jsm -lib/%%APP_NAME%%/modules/FlockXPCOMUtils.jsm -lib/%%APP_NAME%%/modules/ISO8601DateUtils.jsm -lib/%%APP_NAME%%/modules/JSON.jsm -lib/%%APP_NAME%%/modules/Microformats.js -lib/%%APP_NAME%%/modules/PluralForm.jsm -lib/%%APP_NAME%%/modules/XPCOMUtils.jsm -lib/%%APP_NAME%%/modules/debug.js -lib/%%APP_NAME%%/modules/distribution.js -lib/%%APP_NAME%%/modules/json_parse.jsm -lib/%%APP_NAME%%/modules/utils.js -lib/%%APP_NAME%%/mozilla-xremote-client -lib/%%APP_NAME%%/platform.ini -lib/%%APP_NAME%%/plugins/libnullplugin.so -lib/%%APP_NAME%%/removed-files -lib/%%APP_NAME%%/res/EditorOverride.css -lib/%%APP_NAME%%/res/arrow.gif -lib/%%APP_NAME%%/res/arrowd.gif -lib/%%APP_NAME%%/res/broken-image.gif -lib/%%APP_NAME%%/res/charsetData.properties -lib/%%APP_NAME%%/res/charsetalias.properties -lib/%%APP_NAME%%/res/contenteditable.css -lib/%%APP_NAME%%/res/designmode.css -lib/%%APP_NAME%%/res/detect/aolmail.xml -lib/%%APP_NAME%%/res/detect/bebo.xml -lib/%%APP_NAME%%/res/detect/blogger.xml -lib/%%APP_NAME%%/res/detect/blogsome.xml -lib/%%APP_NAME%%/res/detect/delicious.xml -lib/%%APP_NAME%%/res/detect/digg.xml -lib/%%APP_NAME%%/res/detect/facebook.xml -lib/%%APP_NAME%%/res/detect/facebookchat.xml -lib/%%APP_NAME%%/res/detect/flickr.xml -lib/%%APP_NAME%%/res/detect/flockoobe.xml -lib/%%APP_NAME%%/res/detect/gmail.xml -lib/%%APP_NAME%%/res/detect/livejournal.xml -lib/%%APP_NAME%%/res/detect/myspace.xml -lib/%%APP_NAME%%/res/detect/photobucket.xml -lib/%%APP_NAME%%/res/detect/picasa.xml -lib/%%APP_NAME%%/res/detect/revver.xml -lib/%%APP_NAME%%/res/detect/searchvideo.xml -lib/%%APP_NAME%%/res/detect/tinypic.xml -lib/%%APP_NAME%%/res/detect/twitter.xml -lib/%%APP_NAME%%/res/detect/typepad.xml -lib/%%APP_NAME%%/res/detect/wordpress.xml -lib/%%APP_NAME%%/res/detect/xanga.xml -lib/%%APP_NAME%%/res/detect/yahoomail.xml -lib/%%APP_NAME%%/res/detect/youtube.xml -lib/%%APP_NAME%%/res/dtd/mathml.dtd -lib/%%APP_NAME%%/res/dtd/xhtml11.dtd -lib/%%APP_NAME%%/res/entityTables/html40Latin1.properties -lib/%%APP_NAME%%/res/entityTables/html40Special.properties -lib/%%APP_NAME%%/res/entityTables/html40Symbols.properties -lib/%%APP_NAME%%/res/entityTables/htmlEntityVersions.properties -lib/%%APP_NAME%%/res/entityTables/mathml20.properties -lib/%%APP_NAME%%/res/entityTables/transliterate.properties -lib/%%APP_NAME%%/res/fonts/mathfont.properties -lib/%%APP_NAME%%/res/fonts/mathfontSTIXNonUnicode.properties -lib/%%APP_NAME%%/res/fonts/mathfontSTIXSize1.properties -lib/%%APP_NAME%%/res/fonts/mathfontStandardSymbolsL.properties -lib/%%APP_NAME%%/res/fonts/mathfontUnicode.properties -lib/%%APP_NAME%%/res/forms.css -lib/%%APP_NAME%%/res/grabber.gif -lib/%%APP_NAME%%/res/hiddenWindow.html -lib/%%APP_NAME%%/res/html.css -lib/%%APP_NAME%%/res/html/folder.png -lib/%%APP_NAME%%/res/langGroups.properties -lib/%%APP_NAME%%/res/language.properties -lib/%%APP_NAME%%/res/loading-image.gif -lib/%%APP_NAME%%/res/mathml.css -lib/%%APP_NAME%%/res/quirk.css -lib/%%APP_NAME%%/res/svg.css -lib/%%APP_NAME%%/res/table-add-column-after-active.gif -lib/%%APP_NAME%%/res/table-add-column-after-hover.gif -lib/%%APP_NAME%%/res/table-add-column-after.gif -lib/%%APP_NAME%%/res/table-add-column-before-active.gif -lib/%%APP_NAME%%/res/table-add-column-before-hover.gif -lib/%%APP_NAME%%/res/table-add-column-before.gif -lib/%%APP_NAME%%/res/table-add-row-after-active.gif -lib/%%APP_NAME%%/res/table-add-row-after-hover.gif -lib/%%APP_NAME%%/res/table-add-row-after.gif -lib/%%APP_NAME%%/res/table-add-row-before-active.gif -lib/%%APP_NAME%%/res/table-add-row-before-hover.gif -lib/%%APP_NAME%%/res/table-add-row-before.gif -lib/%%APP_NAME%%/res/table-remove-column-active.gif -lib/%%APP_NAME%%/res/table-remove-column-hover.gif -lib/%%APP_NAME%%/res/table-remove-column.gif -lib/%%APP_NAME%%/res/table-remove-row-active.gif -lib/%%APP_NAME%%/res/table-remove-row-hover.gif -lib/%%APP_NAME%%/res/table-remove-row.gif -lib/%%APP_NAME%%/res/ua.css -lib/%%APP_NAME%%/res/unixcharset.properties -lib/%%APP_NAME%%/res/viewsource.css -lib/%%APP_NAME%%/run-mozilla.sh -lib/%%APP_NAME%%/searchplugins/amazondotcom.xml -lib/%%APP_NAME%%/searchplugins/askcom.xml -lib/%%APP_NAME%%/searchplugins/digg.xml -lib/%%APP_NAME%%/searchplugins/eBay.xml -lib/%%APP_NAME%%/searchplugins/google.xml -lib/%%APP_NAME%%/searchplugins/technorati.xml -lib/%%APP_NAME%%/searchplugins/twitter.xml -lib/%%APP_NAME%%/searchplugins/wikipedia.xml -lib/%%APP_NAME%%/searchplugins/wink-people.xml -lib/%%APP_NAME%%/searchplugins/yahoo.xml -lib/%%APP_NAME%%/updater -lib/%%APP_NAME%%/updater.ini -share/applications/%%APP_NAME%%.desktop -@exec /bin/cp -R %%LOCALBASE%%/lib/npapi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/plugins/ 2>/dev/null || true -@exec /bin/cp -R %%LOCALBASE%%/lib/xpi/symlinks/%%APP_NAME%%/ %D/lib/%%APP_NAME%%/extensions/ 2>/dev/null || true -@unexec /usr/bin/find %D/lib/%%APP_NAME%%/plugins/ -depth 1 -type l -delete 2>/dev/null || true -@unexec /usr/bin/find %D/lib/%%APP_NAME%%/extensions/ -depth 1 -type l -delete 2>/dev/null || true -@dirrmtry share/applications -@dirrm lib/%%APP_NAME%%/searchplugins -@dirrm lib/%%APP_NAME%%/res/html -@dirrm lib/%%APP_NAME%%/res/fonts -@dirrm lib/%%APP_NAME%%/res/entityTables -@dirrm lib/%%APP_NAME%%/res/dtd -@dirrm lib/%%APP_NAME%%/res/detect -@dirrm lib/%%APP_NAME%%/res -@dirrm lib/%%APP_NAME%%/plugins -@dirrm lib/%%APP_NAME%%/modules -@dirrm lib/%%APP_NAME%%/icons -@dirrm lib/%%APP_NAME%%/greprefs -@dirrm lib/%%APP_NAME%%/extensions/{b01bf10c-302a-11da-b67b-000d60ca027b} -@dirrm lib/%%APP_NAME%%/extensions -@dirrm lib/%%APP_NAME%%/dictionaries -@dirrm lib/%%APP_NAME%%/defaults/profile/chrome -@dirrm lib/%%APP_NAME%%/defaults/profile -@dirrm lib/%%APP_NAME%%/defaults/pref -@dirrm lib/%%APP_NAME%%/defaults/autoconfig -@dirrm lib/%%APP_NAME%%/defaults -@dirrm lib/%%APP_NAME%%/components -@dirrm lib/%%APP_NAME%%/chrome/icons/default -@dirrm lib/%%APP_NAME%%/chrome/icons -@dirrm lib/%%APP_NAME%%/chrome -@dirrm lib/%%APP_NAME%% diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 5f1e17a84059..afab7b14a650 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -65,6 +65,5 @@ SUBDIR += xfce4-timer-plugin SUBDIR += xmms-alarm SUBDIR += xtimer - SUBDIR += xtu .include <bsd.port.subdir.mk> diff --git a/x11-clocks/xtu/Makefile b/x11-clocks/xtu/Makefile deleted file mode 100644 index a2fb694a247c..000000000000 --- a/x11-clocks/xtu/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xtu -# Date created: 17 Apr 1999 -# Whom: runge@rostock.zgdv.de -# -# $FreeBSD$ -# - -PORTNAME= xtu -PORTVERSION= 1.3 -PORTREVISION= 2 -CATEGORIES= x11-clocks -MASTER_SITES= http://coto.marsrakete.de/projects/${PORTNAME}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Transparent analog clock for X11 - -DEPRECATED= Looks like abandonware -EXPIRATION_DATE= 2010-12-30 - -USE_IMAKE= yes -USE_XORG= x11 xpm xext -CPPFLAGS= -DUSE_XPM -LDFLAGS= -lXpm -lX11 -lXext -MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAN1= xtu.1 -PLIST_FILES= bin/xtu - -.include <bsd.port.mk> diff --git a/x11-clocks/xtu/distinfo b/x11-clocks/xtu/distinfo deleted file mode 100644 index d89b247d2a26..000000000000 --- a/x11-clocks/xtu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xtu-1.3.tar.gz) = 12caf637adc1f7ea5967ea476bab5135 -SHA256 (xtu-1.3.tar.gz) = b8c46e0b331119c4656edbf6c771feb36a492120f668905fc02b876c39e3c01c -SIZE (xtu-1.3.tar.gz) = 21980 diff --git a/x11-clocks/xtu/files/patch-Imakefile b/x11-clocks/xtu/files/patch-Imakefile deleted file mode 100644 index 2e2609ec43cc..000000000000 --- a/x11-clocks/xtu/files/patch-Imakefile +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- Imakefile.orig -+++ Imakefile -@@ -1,13 +1,17 @@ - XCOMM LOCAL_LIBRARIES = -lImlib -lX11 -lXext --LOCAL_LIBRARIES = -lXpm -lX11 -lXext -+XCOMM LOCAL_LIBRARIES = -lXpm -lX11 -lXext -+LOCAL_LIBRARIES = ${LDFLAGS} - - SRCS = TolleUhr.c XCC.c - OBJS = TolleUhr.o XCC.o - --CDEBUGFLAGS = -O2 -g -Wall -+XCOMM CDEBUGFLAGS = -O2 -g -Wall - - XCOMM CCOPTIONS= -DUSE_IMLIB --CCOPTIONS= -DUSE_XPM -+XCOMM CCOPTIONS= -DUSE_XPM -+CCOPTIONS = ${CPPFLAGS} -+ -+MANSRCSUFFIX = 1 - - ComplexProgramTarget(xtu) - diff --git a/x11-clocks/xtu/pkg-descr b/x11-clocks/xtu/pkg-descr deleted file mode 100644 index 50b51f72d096..000000000000 --- a/x11-clocks/xtu/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a transparent analog clock, very similar to TolleUhr -for the amiga range of computers. Actually, it uses some -drawing routines of it and looks almost the same. - -WWW: http://coto.marsrakete.de/projects/xtu/ |