Remove expired ports:
2010-10-01 net-mgmt/zabbix16-server: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-mgmt/zabbix16-agent: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-mgmt/zabbix16-frontend: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-mgmt/zabbix16-proxy: Development has ceased. Please upgrade to Zabbix 1.8. 2010-10-01 net-p2p/mutella: No longer under active development 2010-10-01 www/xpi-hit-a-hint: Development has been ceased and not compatible with Firefox > 2. 2010-10-01 www/xpi-preferential: Development has been ceased and not compatible with Firefox > 2. 2010-10-01 www/xpi-statusbarclock: Development has been ceased and not compatible with Firefox > 2.
This commit is contained in:
parent
a4613269fd
commit
8b280edc8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262256
38 changed files with 8 additions and 1045 deletions
8
MOVED
8
MOVED
|
@ -4600,3 +4600,11 @@ devel/automake18||2010-09-22|Outdated, ports (2) migrated to automake19
|
|||
devel/automake15||2010-09-23|Outdated, ports migrated to automake19
|
||||
www/xpi-gbutts|www/xpi-google_shortcuts|2010-09-28|Plugin was renamed
|
||||
mail/sympa-elixus||2010-09-28|Has expired: no longer maintained, no longer fetchable, no longer builds with sympa
|
||||
net-mgmt/zabbix16-server||2010-10-01|Has expired: Development has ceased. Please upgrade to Zabbix 1.8.
|
||||
net-mgmt/zabbix16-agent||2010-10-01|Has expired: Development has ceased. Please upgrade to Zabbix 1.8.
|
||||
net-mgmt/zabbix16-frontend||2010-10-01|Has expired: Development has ceased. Please upgrade to Zabbix 1.8.
|
||||
net-mgmt/zabbix16-proxy||2010-10-01|Has expired: Development has ceased. Please upgrade to Zabbix 1.8.
|
||||
net-p2p/mutella||2010-10-01|Has expired: No longer under active development
|
||||
www/xpi-hit-a-hint||2010-10-01|Has expired: Development has been ceased and not compatible with Firefox > 2.
|
||||
www/xpi-preferential||2010-10-01|Has expired: Development has been ceased and not compatible with Firefox > 2.
|
||||
www/xpi-statusbarclock||2010-10-01|Has expired: Development has been ceased and not compatible with Firefox > 2.
|
||||
|
|
|
@ -286,9 +286,5 @@
|
|||
SUBDIR += zabbix-frontend
|
||||
SUBDIR += zabbix-proxy
|
||||
SUBDIR += zabbix-server
|
||||
SUBDIR += zabbix16-agent
|
||||
SUBDIR += zabbix16-frontend
|
||||
SUBDIR += zabbix16-proxy
|
||||
SUBDIR += zabbix16-server
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
# New ports collection makefile for: zabbix16-agent
|
||||
# Date created: 2009-12-10
|
||||
# Whom: Jim Riggs <ports@christianserving.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zabbix
|
||||
PKGNAMESUFFIX= -agent
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../zabbix16-server
|
||||
|
||||
PLIST= ${PKGDIR}/pkg-plist.agent
|
||||
|
||||
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
|
||||
OPTIONS= IPV6 "Support for IPv6" on
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -1,48 +0,0 @@
|
|||
# New ports collection makefile for: zabbix16-frontend
|
||||
# Date created: 2009-12-10
|
||||
# Whom: Jim Riggs <ports@christianserving.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zabbix
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -frontend
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../zabbix16-server
|
||||
|
||||
NO_BUILD= yes
|
||||
PATCHDIR=
|
||||
PLIST= ${PKGDIR}/pkg-plist.frontend
|
||||
|
||||
USE_PHP= bcmath ctype gd pcre snmp sockets
|
||||
WANT_PHP_WEB= yes
|
||||
|
||||
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
|
||||
OPTIONS= MYSQL "Use MySQL backend" on \
|
||||
PGSQL "Use PostgreSQL backend" off \
|
||||
SQLITE "Use SQLite backend" off
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.ifndef WITHOUT_MYSQL
|
||||
USE_PHP+= mysql
|
||||
.endif
|
||||
|
||||
.ifdef WITH_MYSQLI
|
||||
USE_PHP+= mysqli
|
||||
.endif
|
||||
|
||||
.ifdef WITH_PGSQL
|
||||
USE_PHP+= pgsql
|
||||
.endif
|
||||
|
||||
.ifdef WITH_SQLITE
|
||||
USE_PHP+= sqlite
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${INSTALL} -d ${WWWDIR}
|
||||
@cd ${WRKSRC}/frontends/php/ && ${COPYTREE_SHARE} . ${WWWDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -1,13 +0,0 @@
|
|||
# New ports collection makefile for: zabbix16-proxy
|
||||
# Date created: 2009-12-10
|
||||
# Whom: Jim Riggs <ports@christianserving.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zabbix
|
||||
PKGNAMESUFFIX= -proxy
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../zabbix16-server
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
|
@ -1,129 +0,0 @@
|
|||
# New ports collection makefile for: zabbix16-server
|
||||
# Date created: 2009-12-10
|
||||
# Whom: Jim Riggs <ports@christianserving.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= zabbix
|
||||
PORTVERSION= 1.6.8
|
||||
PORTREVISION?= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
|
||||
PKGNAMESUFFIX?= -server
|
||||
|
||||
MAINTAINER= ports@christianserving.org
|
||||
COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//})
|
||||
|
||||
DEPRECATED= Development has ceased. Please upgrade to Zabbix 1.8.
|
||||
EXPIRATION_DATE= 2010-10-01
|
||||
|
||||
LATEST_LINK= ${PORTNAME}16${PKGNAMESUFFIX}
|
||||
|
||||
CONFLICTS= ${PKGBASE}-1.8*
|
||||
|
||||
.if ${PKGNAMESUFFIX} != "-agent"
|
||||
CONFLICTS+= ${PORTNAME}-1.[0-6]*
|
||||
.endif
|
||||
|
||||
ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//}
|
||||
|
||||
.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
USE_RC_SUBR= ${PORTNAME}_${ZABBIX_BUILD}
|
||||
.else
|
||||
USE_RC_SUBR= ${PORTNAME}_${ZABBIX_BUILD}d
|
||||
.endif
|
||||
|
||||
USERS= zabbix
|
||||
GROUPS= zabbix
|
||||
|
||||
PLIST_SUB= ZABBIX_BUILD=${ZABBIX_BUILD}
|
||||
SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE}
|
||||
|
||||
MAKE_ARGS+= ARCH=freebsd
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD}
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp \
|
||||
curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
CONFIGURE_ARGS+= --with-net-snmp
|
||||
|
||||
OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
|
||||
OPTIONS= MYSQL "Use MySQL backend" on \
|
||||
PGSQL "Use PostgreSQL backend" off \
|
||||
SQLITE "Use SQLite backend" off \
|
||||
IPV6 "Support for IPv6" on \
|
||||
LDAP "Support for checking LDAP servers" on \
|
||||
JABBER "Use jabber media type" on \
|
||||
FPING "Use fping for pinging hosts" on
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.ifndef WITHOUT_MYSQL
|
||||
ZABBIX_REQUIRE= " mysql"
|
||||
USE_MYSQL= yes
|
||||
CONFIGURE_ARGS+= --with-mysql
|
||||
.elifdef WITH_PGSQL
|
||||
ZABBIX_REQUIRE= " postgresql"
|
||||
USE_PGSQL= yes
|
||||
CONFIGURE_ARGS+= --with-pgsql
|
||||
.elifdef WITH_SQLITE
|
||||
ZABBIX_REQUIRE=
|
||||
USE_SQLITE= yes
|
||||
CONFIGURE_ARGS+= --with-sqlite3
|
||||
.else
|
||||
IGNORE= zabbix requires a database backend
|
||||
.endif
|
||||
|
||||
.ifndef WITHOUT_LDAP
|
||||
USE_OPENLDAP= yes
|
||||
CONFIGURE_ARGS+= --with-ldap
|
||||
.endif
|
||||
|
||||
.ifndef WITHOUT_JABBER
|
||||
LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel
|
||||
CONFIGURE_ARGS+= --with-jabber
|
||||
.endif
|
||||
|
||||
.ifndef WITHOUT_FPING
|
||||
RUN_DEPENDS+= fping:${PORTSDIR}/net/fping
|
||||
.endif
|
||||
.endif # if ${ZABBIX_BUILD} != "agent"
|
||||
|
||||
.ifdef WITH_IPV6
|
||||
CONFIGURE_ARGS+= --enable-ipv6
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g' \
|
||||
&& ${FIND} ${WRKSRC} -type f -name '*.bak' -exec ${RM} -f {} +
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
.ifdef WITHOUT_FPING
|
||||
@${ECHO} 'DisablePinger=yes' >> ${WRKSRC}/misc/conf/${PORTNAME}_${ZABBIX_BUILD}.conf
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${INSTALL} -d ${ETCDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/misc/conf/${PORTNAME}_${ZABBIX_BUILD}.conf ${ETCDIR}/${PORTNAME}_${ZABBIX_BUILD}.conf.sample
|
||||
|
||||
.if ${ZABBIX_BUILD} == "agent"
|
||||
@${INSTALL_DATA} ${WRKSRC}/misc/conf/${PORTNAME}_${ZABBIX_BUILD}d.conf ${ETCDIR}/${PORTNAME}_${ZABBIX_BUILD}d.conf.sample
|
||||
.endif
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
@cd ${WRKSRC}/upgrades/ && ${COPYTREE_SHARE} dbpatches ${DATADIR}/${ZABBIX_BUILD}/upgrades/
|
||||
@cd ${WRKSRC}/create/ && ${COPYTREE_SHARE} "data schema" ${DATADIR}/${ZABBIX_BUILD}/create/
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
.endif # if ${ZABBIX_BUILD} != "frontend"
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (zabbix-1.6.8.tar.gz) = 3255afd2d44454bae3ec5158920a824f
|
||||
SHA256 (zabbix-1.6.8.tar.gz) = b0fb1bebbe8ee2eaab1c5ee417938191efc7ff1dddd2ce9b275c8bc97b02029e
|
||||
SIZE (zabbix-1.6.8.tar.gz) = 8397381
|
|
@ -1,11 +0,0 @@
|
|||
--- src/zabbix_get/Makefile.in.bak 2009-12-10 21:00:25.000000000 -0600
|
||||
+++ src/zabbix_get/Makefile.in 2009-12-10 21:00:36.000000000 -0600
|
||||
@@ -212,7 +212,7 @@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
-sbindir = @sbindir@
|
||||
+sbindir = @bindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
|
@ -1,11 +0,0 @@
|
|||
--- src/zabbix_sender/Makefile.in.bak 2009-12-10 21:00:56.000000000 -0600
|
||||
+++ src/zabbix_sender/Makefile.in 2009-12-10 21:01:11.000000000 -0600
|
||||
@@ -213,7 +213,7 @@
|
||||
prefix = @prefix@
|
||||
program_transform_name = @program_transform_name@
|
||||
psdir = @psdir@
|
||||
-sbindir = @sbindir@
|
||||
+sbindir = @bindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
|
@ -1,11 +0,0 @@
|
|||
======================================================================
|
||||
Zabbix requires a database. If you are using SQLite, one will be
|
||||
created automatically. Otherwise you can install one as follows (<db>
|
||||
is your database engine and <db_client> is its client program):
|
||||
|
||||
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/create
|
||||
% cat schema/<db>.sql data/data.sql data/images_<db>.sql | <db_client>
|
||||
|
||||
To upgrade an existing database, see the scripts in
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades.
|
||||
======================================================================
|
|
@ -1,26 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: zabbix_agentd
|
||||
# REQUIRE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
|
||||
# enable zabbix_agentd:
|
||||
#
|
||||
# zabbix_agentd_enable (bool): Set to NO by default. Set it to YES to
|
||||
# enable zabbix_agentd.
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="zabbix_agentd"
|
||||
rcvar=${name}_enable
|
||||
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
required_files="%%ETCDIR%%/${name}.conf"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${zabbix_agentd_enable="NO"}
|
||||
|
||||
run_rc_command "$1"
|
|
@ -1,26 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: zabbix_proxy
|
||||
# REQUIRE: DAEMON%%ZABBIX_REQUIRE%%
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
|
||||
# enable zabbix_proxy:
|
||||
#
|
||||
# zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to
|
||||
# enable zabbix_proxy.
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="zabbix_proxy"
|
||||
rcvar=${name}_enable
|
||||
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
required_files="%%ETCDIR%%/${name}.conf"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${zabbix_proxy_enable="NO"}
|
||||
|
||||
run_rc_command "$1"
|
|
@ -1,26 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# PROVIDE: zabbix_server
|
||||
# REQUIRE: DAEMON%%ZABBIX_REQUIRE%%
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
|
||||
# enable zabbix_server:
|
||||
#
|
||||
# zabbix_server_enable (bool): Set to NO by default. Set it to YES to
|
||||
# enable zabbix_server.
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="zabbix_server"
|
||||
rcvar=${name}_enable
|
||||
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
required_files="%%ETCDIR%%/${name}.conf"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${zabbix_server_enable="NO"}
|
||||
|
||||
run_rc_command "$1"
|
|
@ -1,12 +0,0 @@
|
|||
Zabbix is an enterprise-class open source distributed monitoring
|
||||
solution.
|
||||
|
||||
Zabbix is software that monitors numerous parameters of a network and
|
||||
the health and integrity of servers. Zabbix uses a flexible
|
||||
notification mechanism that allows users to configure e-mail based
|
||||
alerts for virtually any event. This allows a fast reaction to server
|
||||
problems. Zabbix offers excellent reporting and data visualisation
|
||||
features based on the stored data. This makes Zabbix ideal for
|
||||
capacity planning.
|
||||
|
||||
WWW: http://www.zabbix.com/
|
|
@ -1,48 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
%%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample
|
||||
sbin/zabbix_%%ZABBIX_BUILD%%
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/data.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Hub.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Hub_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Network.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Network_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Notebook.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Notebook_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Phone.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Phone_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Printer.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Printer_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Router.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Router_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Satellite.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Satellite_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Server.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Server_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/UPS.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/UPS_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Workstation.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Workstation_small.png
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_mysql.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_oracle.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_pgsql.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_sqlite3.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/mysql.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/oracle.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/postgresql.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/sqlite.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/mysql/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/oracle/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/postgresql/patch.sql
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/postgresql
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/oracle
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/mysql
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create/schema
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create/data
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create
|
||||
@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry %%ETCDIR%%
|
|
@ -1,8 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
%%ETCDIR%%/zabbix_agent.conf.sample
|
||||
%%ETCDIR%%/zabbix_agentd.conf.sample
|
||||
bin/zabbix_get
|
||||
bin/zabbix_sender
|
||||
sbin/zabbix_agent
|
||||
sbin/zabbix_agentd
|
||||
@dirrmtry %%ETCDIR%%
|
|
@ -1,322 +0,0 @@
|
|||
@comment $FreeBSD$
|
||||
%%WWWDIR%%/acknow.php
|
||||
%%WWWDIR%%/actionconf.php
|
||||
%%WWWDIR%%/audio/trigger_off.wav
|
||||
%%WWWDIR%%/audio/trigger_on.wav
|
||||
%%WWWDIR%%/audio/trigger_on_average.wav
|
||||
%%WWWDIR%%/audio/trigger_on_disaster.wav
|
||||
%%WWWDIR%%/audio/trigger_on_high.wav
|
||||
%%WWWDIR%%/audio/trigger_on_warning.wav
|
||||
%%WWWDIR%%/audit.php
|
||||
%%WWWDIR%%/authentication.php
|
||||
%%WWWDIR%%/chart.php
|
||||
%%WWWDIR%%/chart2.php
|
||||
%%WWWDIR%%/chart3.php
|
||||
%%WWWDIR%%/chart4.php
|
||||
%%WWWDIR%%/chart5.php
|
||||
%%WWWDIR%%/chart6.php
|
||||
%%WWWDIR%%/chart7.php
|
||||
%%WWWDIR%%/chart_sla.php
|
||||
%%WWWDIR%%/charts.php
|
||||
%%WWWDIR%%/conf/COPYING
|
||||
%%WWWDIR%%/conf/maintenance.inc.php
|
||||
%%WWWDIR%%/config.php
|
||||
%%WWWDIR%%/css.css
|
||||
%%WWWDIR%%/dashboard.php
|
||||
%%WWWDIR%%/discovery.php
|
||||
%%WWWDIR%%/discoveryconf.php
|
||||
%%WWWDIR%%/events.php
|
||||
%%WWWDIR%%/exp_imp.php
|
||||
%%WWWDIR%%/graphs.php
|
||||
%%WWWDIR%%/history.php
|
||||
%%WWWDIR%%/hostprofiles.php
|
||||
%%WWWDIR%%/hosts.php
|
||||
%%WWWDIR%%/httpconf.php
|
||||
%%WWWDIR%%/httpdetails.php
|
||||
%%WWWDIR%%/httpmon.php
|
||||
%%WWWDIR%%/image.php
|
||||
%%WWWDIR%%/images/flash/zbxclock.swf
|
||||
%%WWWDIR%%/images/general/bar/arrow_down.gif
|
||||
%%WWWDIR%%/images/general/bar/arrow_l.gif
|
||||
%%WWWDIR%%/images/general/bar/arrow_r.gif
|
||||
%%WWWDIR%%/images/general/bar/arrow_sm.gif
|
||||
%%WWWDIR%%/images/general/bar/arrow_up.gif
|
||||
%%WWWDIR%%/images/general/bar/bar_bg.gif
|
||||
%%WWWDIR%%/images/general/bar/bar_left.gif
|
||||
%%WWWDIR%%/images/general/bar/bar_middle.gif
|
||||
%%WWWDIR%%/images/general/bar/bar_right.gif
|
||||
%%WWWDIR%%/images/general/bar/bg.gif
|
||||
%%WWWDIR%%/images/general/bar/cal.gif
|
||||
%%WWWDIR%%/images/general/bar/left.gif
|
||||
%%WWWDIR%%/images/general/bar/right.gif
|
||||
%%WWWDIR%%/images/general/bttn/arrowdown.png
|
||||
%%WWWDIR%%/images/general/bttn/arrowdown_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/arrowup.png
|
||||
%%WWWDIR%%/images/general/bttn/arrowup_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/down.png
|
||||
%%WWWDIR%%/images/general/bttn/down_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/fullscreen.png
|
||||
%%WWWDIR%%/images/general/bttn/fullscreen_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/help.png
|
||||
%%WWWDIR%%/images/general/bttn/help_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/menu.png
|
||||
%%WWWDIR%%/images/general/bttn/menu_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/minus.png
|
||||
%%WWWDIR%%/images/general/bttn/minus_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/mute.png
|
||||
%%WWWDIR%%/images/general/bttn/mute_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/plus.png
|
||||
%%WWWDIR%%/images/general/bttn/plus_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/reset.png
|
||||
%%WWWDIR%%/images/general/bttn/reset_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/sound.png
|
||||
%%WWWDIR%%/images/general/bttn/sound_bb.png
|
||||
%%WWWDIR%%/images/general/bttn/up.png
|
||||
%%WWWDIR%%/images/general/bttn/up_bb.png
|
||||
%%WWWDIR%%/images/general/chart.png
|
||||
%%WWWDIR%%/images/general/closed.gif
|
||||
%%WWWDIR%%/images/general/down_icon.png
|
||||
%%WWWDIR%%/images/general/error_small.gif
|
||||
%%WWWDIR%%/images/general/help.gif
|
||||
%%WWWDIR%%/images/general/inst_completed.gif
|
||||
%%WWWDIR%%/images/general/inst_current.gif
|
||||
%%WWWDIR%%/images/general/inst_step.gif
|
||||
%%WWWDIR%%/images/general/opened.gif
|
||||
%%WWWDIR%%/images/general/sort_downw.gif
|
||||
%%WWWDIR%%/images/general/sort_upw.gif
|
||||
%%WWWDIR%%/images/general/sortdown.gif
|
||||
%%WWWDIR%%/images/general/sortdown_off.gif
|
||||
%%WWWDIR%%/images/general/sortup.gif
|
||||
%%WWWDIR%%/images/general/sortup_off.gif
|
||||
%%WWWDIR%%/images/general/tick.png
|
||||
%%WWWDIR%%/images/general/tree/minus.gif
|
||||
%%WWWDIR%%/images/general/tree/plus.gif
|
||||
%%WWWDIR%%/images/general/tree/point.gif
|
||||
%%WWWDIR%%/images/general/tree/pointc.gif
|
||||
%%WWWDIR%%/images/general/tree/pointl.gif
|
||||
%%WWWDIR%%/images/general/tree/zero.gif
|
||||
%%WWWDIR%%/images/general/trigg_dep.gif
|
||||
%%WWWDIR%%/images/general/trigg_dep.png
|
||||
%%WWWDIR%%/images/general/up_icon.png
|
||||
%%WWWDIR%%/images/general/warning16r.gif
|
||||
%%WWWDIR%%/images/general/warning_small.gif
|
||||
%%WWWDIR%%/images/general/zabbix.ico
|
||||
%%WWWDIR%%/images/general/zabbix.png
|
||||
%%WWWDIR%%/images/general/zabbix_bb.ico
|
||||
%%WWWDIR%%/images/general/zabbix_bb.png
|
||||
%%WWWDIR%%/images/general/zabbix_ob.ico
|
||||
%%WWWDIR%%/images/gradients/blink1.gif
|
||||
%%WWWDIR%%/images/gradients/blink2.gif
|
||||
%%WWWDIR%%/images/gradients/button.gif
|
||||
%%WWWDIR%%/images/gradients/gradient.png
|
||||
%%WWWDIR%%/images/gradients/menu_not_active.gif
|
||||
%%WWWDIR%%/images/gradients/menu_not_active_bb.gif
|
||||
%%WWWDIR%%/images/gradients/sla_green.png
|
||||
%%WWWDIR%%/images/gradients/sla_red.png
|
||||
%%WWWDIR%%/images/gradients/table_head.gif
|
||||
%%WWWDIR%%/images/gradients/table_head2.gif
|
||||
%%WWWDIR%%/images/gradients/table_head2_bb.gif
|
||||
%%WWWDIR%%/images/gradients/table_head_bb.gif
|
||||
%%WWWDIR%%/images/sysmaps/Hub.png
|
||||
%%WWWDIR%%/images/sysmaps/Hub_small.png
|
||||
%%WWWDIR%%/images/sysmaps/Network.png
|
||||
%%WWWDIR%%/images/sysmaps/Network_small.png
|
||||
%%WWWDIR%%/images/sysmaps/Notebook.png
|
||||
%%WWWDIR%%/images/sysmaps/Notebook_small.png
|
||||
%%WWWDIR%%/images/sysmaps/Phone.png
|
||||
%%WWWDIR%%/images/sysmaps/Phone_small.png
|
||||
%%WWWDIR%%/images/sysmaps/Printer.png
|
||||
%%WWWDIR%%/images/sysmaps/Printer_small.png
|
||||
%%WWWDIR%%/images/sysmaps/README
|
||||
%%WWWDIR%%/images/sysmaps/Router.png
|
||||
%%WWWDIR%%/images/sysmaps/Router_small.png
|
||||
%%WWWDIR%%/images/sysmaps/Satellite.png
|
||||
%%WWWDIR%%/images/sysmaps/Satellite_small.png
|
||||
%%WWWDIR%%/images/sysmaps/Server.png
|
||||
%%WWWDIR%%/images/sysmaps/Server_small.png
|
||||
%%WWWDIR%%/images/sysmaps/UPS.png
|
||||
%%WWWDIR%%/images/sysmaps/UPS_small.png
|
||||
%%WWWDIR%%/images/sysmaps/Workstation.png
|
||||
%%WWWDIR%%/images/sysmaps/Workstation_small.png
|
||||
%%WWWDIR%%/images/sysmaps/old/Hub.png
|
||||
%%WWWDIR%%/images/sysmaps/old/Notebook.png
|
||||
%%WWWDIR%%/images/sysmaps/old/Printer.png
|
||||
%%WWWDIR%%/images/sysmaps/old/Router.png
|
||||
%%WWWDIR%%/images/sysmaps/old/Server.png
|
||||
%%WWWDIR%%/images/sysmaps/old/Workstation.png
|
||||
%%WWWDIR%%/include/.htaccess
|
||||
%%WWWDIR%%/include/acknow.inc.php
|
||||
%%WWWDIR%%/include/actions.inc.php
|
||||
%%WWWDIR%%/include/audit.inc.php
|
||||
%%WWWDIR%%/include/blocks.inc.php
|
||||
%%WWWDIR%%/include/classes/.htaccess
|
||||
%%WWWDIR%%/include/classes/cbutton.inc.php
|
||||
%%WWWDIR%%/include/classes/ccheckbox.inc.php
|
||||
%%WWWDIR%%/include/classes/ccolor.inc.php
|
||||
%%WWWDIR%%/include/classes/ccombobox.inc.php
|
||||
%%WWWDIR%%/include/classes/cfile.inc.php
|
||||
%%WWWDIR%%/include/classes/cflash.inc.php
|
||||
%%WWWDIR%%/include/classes/cflashclock.mod.php
|
||||
%%WWWDIR%%/include/classes/cform.inc.php
|
||||
%%WWWDIR%%/include/classes/cformtable.inc.php
|
||||
%%WWWDIR%%/include/classes/chart.inc.php
|
||||
%%WWWDIR%%/include/classes/chelp.inc.php
|
||||
%%WWWDIR%%/include/classes/chostsinfo.mod.php
|
||||
%%WWWDIR%%/include/classes/ciframe.inc.php
|
||||
%%WWWDIR%%/include/classes/cimg.inc.php
|
||||
%%WWWDIR%%/include/classes/cldap.inc.php
|
||||
%%WWWDIR%%/include/classes/clink.inc.php
|
||||
%%WWWDIR%%/include/classes/clist.inc.php
|
||||
%%WWWDIR%%/include/classes/cmap.inc.php
|
||||
%%WWWDIR%%/include/classes/cpumenu.inc.php
|
||||
%%WWWDIR%%/include/classes/cscript.inc.php
|
||||
%%WWWDIR%%/include/classes/cserverinfo.mod.php
|
||||
%%WWWDIR%%/include/classes/cspan.inc.php
|
||||
%%WWWDIR%%/include/classes/ctable.inc.php
|
||||
%%WWWDIR%%/include/classes/ctableinfo.inc.php
|
||||
%%WWWDIR%%/include/classes/ctag.inc.php
|
||||
%%WWWDIR%%/include/classes/ctextarea.inc.php
|
||||
%%WWWDIR%%/include/classes/ctextbox.inc.php
|
||||
%%WWWDIR%%/include/classes/ctree.inc.php
|
||||
%%WWWDIR%%/include/classes/ctriggerinfo.mod.php
|
||||
%%WWWDIR%%/include/classes/curl.inc.php
|
||||
%%WWWDIR%%/include/classes/cvar.inc.php
|
||||
%%WWWDIR%%/include/classes/graph.inc.php
|
||||
%%WWWDIR%%/include/classes/pie.inc.php
|
||||
%%WWWDIR%%/include/config.inc.php
|
||||
%%WWWDIR%%/include/copt.lib.php
|
||||
%%WWWDIR%%/include/db.inc.php
|
||||
%%WWWDIR%%/include/defines.inc.php
|
||||
%%WWWDIR%%/include/discovery.inc.php
|
||||
%%WWWDIR%%/include/events.inc.php
|
||||
%%WWWDIR%%/include/export.inc.php
|
||||
%%WWWDIR%%/include/forms.inc.php
|
||||
%%WWWDIR%%/include/func.inc.php
|
||||
%%WWWDIR%%/include/graphs.inc.php
|
||||
%%WWWDIR%%/include/hosts.inc.php
|
||||
%%WWWDIR%%/include/html.inc.php
|
||||
%%WWWDIR%%/include/httptest.inc.php
|
||||
%%WWWDIR%%/include/images.inc.php
|
||||
%%WWWDIR%%/include/import.inc.php
|
||||
%%WWWDIR%%/include/items.inc.php
|
||||
%%WWWDIR%%/include/js.inc.php
|
||||
%%WWWDIR%%/include/locales.inc.php
|
||||
%%WWWDIR%%/include/locales/cn_zh.inc.php
|
||||
%%WWWDIR%%/include/locales/de_de.inc.php
|
||||
%%WWWDIR%%/include/locales/en_gb.inc.php
|
||||
%%WWWDIR%%/include/locales/fr_fr.inc.php
|
||||
%%WWWDIR%%/include/locales/hu_hu.inc.php
|
||||
%%WWWDIR%%/include/locales/it_it.inc.php
|
||||
%%WWWDIR%%/include/locales/ja_jp.inc.php
|
||||
%%WWWDIR%%/include/locales/ko_kr.inc.php
|
||||
%%WWWDIR%%/include/locales/lv_lv.inc.php
|
||||
%%WWWDIR%%/include/locales/nl_nl.inc.php
|
||||
%%WWWDIR%%/include/locales/pl_pl.inc.php
|
||||
%%WWWDIR%%/include/locales/pt_br.inc.php
|
||||
%%WWWDIR%%/include/locales/ru_ru.inc.php
|
||||
%%WWWDIR%%/include/locales/sp_sp.inc.php
|
||||
%%WWWDIR%%/include/locales/sv_se.inc.php
|
||||
%%WWWDIR%%/include/maps.inc.php
|
||||
%%WWWDIR%%/include/media.inc.php
|
||||
%%WWWDIR%%/include/nodes.inc.php
|
||||
%%WWWDIR%%/include/page_footer.php
|
||||
%%WWWDIR%%/include/page_header.php
|
||||
%%WWWDIR%%/include/perm.inc.php
|
||||
%%WWWDIR%%/include/profiles.inc.php
|
||||
%%WWWDIR%%/include/reports.inc.php
|
||||
%%WWWDIR%%/include/screens.inc.php
|
||||
%%WWWDIR%%/include/scripts.inc.php
|
||||
%%WWWDIR%%/include/services.inc.php
|
||||
%%WWWDIR%%/include/setup.inc.php
|
||||
%%WWWDIR%%/include/triggers.inc.php
|
||||
%%WWWDIR%%/include/users.inc.php
|
||||
%%WWWDIR%%/include/validate.inc.php
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/instal.php
|
||||
%%WWWDIR%%/items.php
|
||||
%%WWWDIR%%/js/ajax_req.js
|
||||
%%WWWDIR%%/js/calendar.js
|
||||
%%WWWDIR%%/js/common.js
|
||||
%%WWWDIR%%/js/gmenu.js
|
||||
%%WWWDIR%%/js/gpc.js
|
||||
%%WWWDIR%%/js/graphs.js
|
||||
%%WWWDIR%%/js/menu.js
|
||||
%%WWWDIR%%/js/menu_scripts.js
|
||||
%%WWWDIR%%/js/prototype.js
|
||||
%%WWWDIR%%/js/sbinit.js
|
||||
%%WWWDIR%%/js/sbox.js
|
||||
%%WWWDIR%%/js/scrollbar.js
|
||||
%%WWWDIR%%/js/services.js
|
||||
%%WWWDIR%%/js/showhint.js
|
||||
%%WWWDIR%%/js/tree.js
|
||||
%%WWWDIR%%/js/updater.js
|
||||
%%WWWDIR%%/latest.php
|
||||
%%WWWDIR%%/locales.php
|
||||
%%WWWDIR%%/map.php
|
||||
%%WWWDIR%%/maps.php
|
||||
%%WWWDIR%%/media_types.php
|
||||
%%WWWDIR%%/nodes.php
|
||||
%%WWWDIR%%/overview.php
|
||||
%%WWWDIR%%/popup.php
|
||||
%%WWWDIR%%/popup_gitem.php
|
||||
%%WWWDIR%%/popup_httpstep.php
|
||||
%%WWWDIR%%/popup_link_tr.php
|
||||
%%WWWDIR%%/popup_media.php
|
||||
%%WWWDIR%%/popup_right.php
|
||||
%%WWWDIR%%/popup_trexpr.php
|
||||
%%WWWDIR%%/popup_users.php
|
||||
%%WWWDIR%%/popup_usrgrp.php
|
||||
%%WWWDIR%%/profile.php
|
||||
%%WWWDIR%%/queue.php
|
||||
%%WWWDIR%%/report1.php
|
||||
%%WWWDIR%%/report2.php
|
||||
%%WWWDIR%%/report3.php
|
||||
%%WWWDIR%%/report4.php
|
||||
%%WWWDIR%%/report5.php
|
||||
%%WWWDIR%%/screenconf.php
|
||||
%%WWWDIR%%/screenedit.php
|
||||
%%WWWDIR%%/screens.php
|
||||
%%WWWDIR%%/scripts.php
|
||||
%%WWWDIR%%/scripts_exec.php
|
||||
%%WWWDIR%%/services.php
|
||||
%%WWWDIR%%/services_form.php
|
||||
%%WWWDIR%%/setup.php
|
||||
%%WWWDIR%%/srv_status.php
|
||||
%%WWWDIR%%/styles/blocks.css
|
||||
%%WWWDIR%%/styles/calendar.css
|
||||
%%WWWDIR%%/styles/css_bb.css
|
||||
%%WWWDIR%%/styles/css_ob.css
|
||||
%%WWWDIR%%/styles/default.css
|
||||
%%WWWDIR%%/styles/div.css
|
||||
%%WWWDIR%%/styles/form.css
|
||||
%%WWWDIR%%/styles/link.css
|
||||
%%WWWDIR%%/styles/p.css
|
||||
%%WWWDIR%%/styles/popupmenu.css
|
||||
%%WWWDIR%%/styles/table.css
|
||||
%%WWWDIR%%/styles/ul.css
|
||||
%%WWWDIR%%/sysmap.php
|
||||
%%WWWDIR%%/sysmaps.php
|
||||
%%WWWDIR%%/tr_comments.php
|
||||
%%WWWDIR%%/tr_events.php
|
||||
%%WWWDIR%%/tr_status.php
|
||||
%%WWWDIR%%/triggers.php
|
||||
%%WWWDIR%%/users.php
|
||||
%%WWWDIR%%/vtext.php
|
||||
%%WWWDIR%%/warning.php
|
||||
@dirrm %%WWWDIR%%/styles
|
||||
@dirrm %%WWWDIR%%/js
|
||||
@dirrm %%WWWDIR%%/include/locales
|
||||
@dirrm %%WWWDIR%%/include/classes
|
||||
@dirrm %%WWWDIR%%/include
|
||||
@dirrm %%WWWDIR%%/images/sysmaps/old
|
||||
@dirrm %%WWWDIR%%/images/sysmaps
|
||||
@dirrm %%WWWDIR%%/images/gradients
|
||||
@dirrm %%WWWDIR%%/images/general/tree
|
||||
@dirrm %%WWWDIR%%/images/general/bttn
|
||||
@dirrm %%WWWDIR%%/images/general/bar
|
||||
@dirrm %%WWWDIR%%/images/general
|
||||
@dirrm %%WWWDIR%%/images/flash
|
||||
@dirrm %%WWWDIR%%/images
|
||||
@dirrm %%WWWDIR%%/conf
|
||||
@dirrm %%WWWDIR%%/audio
|
||||
@dirrm %%WWWDIR%%
|
|
@ -84,7 +84,6 @@
|
|||
SUBDIR += moodriver
|
||||
SUBDIR += mooseekd
|
||||
SUBDIR += museekplus
|
||||
SUBDIR += mutella
|
||||
SUBDIR += napshare
|
||||
SUBDIR += nicotine-plus
|
||||
SUBDIR += opendchub
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
# New ports collection makefile for: mutella
|
||||
# Date created: 2/12/2001
|
||||
# Whom: Dominic Marks <dominic.marks@btinternet.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mutella
|
||||
PORTVERSION= 0.4.5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gavin.atkinson@ury.york.ac.uk
|
||||
COMMENT= A command line Gnutella client
|
||||
|
||||
DEPRECATED= No longer under active development
|
||||
EXPIRATION_DATE= 2010-10-01
|
||||
|
||||
MAN1= mutella.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (mutella-0.4.5.tar.gz) = 1a676eacf562e3b8de90493f99fe059c
|
||||
SHA256 (mutella-0.4.5.tar.gz) = db99dd1fa52fae87290e367862cb051ee1072c88249e73fe25a933ea73030cc4
|
||||
SIZE (mutella-0.4.5.tar.gz) = 471839
|
|
@ -1,51 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure.orig Wed Feb 5 20:36:13 2003
|
||||
+++ configure Sat Feb 15 02:11:03 2003
|
||||
@@ -5098,16 +5098,16 @@
|
||||
fi
|
||||
|
||||
if test $g_link_threads = no ; then
|
||||
- echo "$as_me:$LINENO: checking for pthread_create with -pthread in CFLAGS" >&5
|
||||
-echo $ECHO_N "checking for pthread_create with -pthread in CFLAGS... $ECHO_C" >&6
|
||||
+ echo "$as_me:$LINENO: checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS" >&5
|
||||
+echo $ECHO_N "checking for pthread_create with ${PTHREAD_CFLAGS} in CFLAGS... $ECHO_C" >&6
|
||||
if test "${g_cv_pthread_flag+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
|
||||
save_LIBS="$LIBS"
|
||||
save_CFLAGS="$CFLAGS"
|
||||
- LIBS="-pthread $LIBS"
|
||||
- CFLAGS="-pthread $CFLAGS"
|
||||
+ LIBS="${PTHREAD_LIBS} $LIBS"
|
||||
+ CFLAGS="${PTHREAD_CFLAGS} $CFLAGS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line $LINENO "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -5153,8 +5153,8 @@
|
||||
echo "${ECHO_T}$g_cv_pthread_flag" >&6
|
||||
|
||||
if test $g_cv_pthread_flag=yes ; then
|
||||
- LTHREAD_LIBS="$LTHREAD_LIBS -pthread"
|
||||
- LTHREAD_CFLAGS="$LTHREAD_CFLAGS -pthread"
|
||||
+ LTHREAD_LIBS="$LTHREAD_LIBS ${PTHREAD_LIBS}"
|
||||
+ LTHREAD_CFLAGS="$LTHREAD_CFLAGS ${PTHREAD_CFLAGS}"
|
||||
g_link_threads=posix
|
||||
fi
|
||||
fi
|
||||
@@ -6621,13 +6621,6 @@
|
||||
else
|
||||
optimisation=false
|
||||
fi;
|
||||
-if test $optimisation = true; then
|
||||
- CFLAGS="$CFLAGS -O2"
|
||||
- CXXFLAGS="$CXXFLAGS -O2"
|
||||
-else
|
||||
- CFLAGS="$CFLAGS -O0"
|
||||
- CXXFLAGS="$CXXFLAGS -O0"
|
||||
-fi
|
||||
|
||||
# Check whether --enable-debug or --disable-debug was given.
|
||||
if test "${enable_debug+set}" = set; then
|
|
@ -1,10 +0,0 @@
|
|||
--- mutella/gnudownload.cpp Wed Jan 22 14:48:30 2003
|
||||
+++ gnudownload.cpp.new Thu Jul 31 00:26:42 2003
|
||||
@@ -43,6 +43,7 @@
|
||||
#include "property.h"
|
||||
#include "preferences.h"
|
||||
|
||||
+#include <assert.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
|
@ -1,10 +0,0 @@
|
|||
--- mutella/gnushare.cpp Mon Nov 18 17:04:17 2002
|
||||
+++ gnushare.cpp.new Thu Jul 31 00:12:32 2003
|
||||
@@ -44,6 +44,7 @@
|
||||
#include "gnuwordhash.h"
|
||||
#include "sha1thread.h"
|
||||
|
||||
+#include <assert.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
|
@ -1,10 +0,0 @@
|
|||
--- mutella/gnushare.h Fri Nov 15 20:22:57 2002
|
||||
+++ gnushare.h.new Tue May 15 15:47:57 2007
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "mthread.h"
|
||||
|
||||
class MGnuDirector;
|
||||
+class MShareThread;
|
||||
|
||||
class MGnuShare
|
||||
{
|
|
@ -1,6 +0,0 @@
|
|||
This is a port of Mutella. A command line client for the Gnutella file
|
||||
sharing network.
|
||||
|
||||
WWW: http://mutella.sourceforge.net/
|
||||
|
||||
- Dominic Marks <dominic_marks@btinternet.com>
|
|
@ -1,76 +0,0 @@
|
|||
bin/mutella
|
||||
bin/mutella_sio
|
||||
share/mutella/remote/template/modules/connections.html
|
||||
share/mutella/remote/template/modules/header-start.html
|
||||
share/mutella/remote/template/modules/sortby.html
|
||||
share/mutella/remote/template/modules/downloads.html
|
||||
share/mutella/remote/template/modules/searchcriteria.html
|
||||
share/mutella/remote/template/modules/uploads.html
|
||||
share/mutella/remote/template/modules/filter.html
|
||||
share/mutella/remote/template/modules/searchlist.html
|
||||
share/mutella/remote/template/modules/addsearch.html
|
||||
share/mutella/remote/template/modules/footer.html
|
||||
share/mutella/remote/template/modules/shortdownloads.html
|
||||
share/mutella/remote/template/modules/connectioninfo.html
|
||||
share/mutella/remote/template/modules/header-end.html
|
||||
share/mutella/remote/template/modules/shortuploads.html
|
||||
share/mutella/remote/template/images/addtransfer-16x16.gif
|
||||
share/mutella/remote/template/images/addtransfer-32x32.gif
|
||||
share/mutella/remote/template/images/bar-aqua-16x16.gif
|
||||
share/mutella/remote/template/images/bar-aqua-27x27.gif
|
||||
share/mutella/remote/template/images/bar-trans-16x16.gif
|
||||
share/mutella/remote/template/images/bar-trans-27x27.gif
|
||||
share/mutella/remote/template/images/blip-blue.gif
|
||||
share/mutella/remote/template/images/blip-gray.gif
|
||||
share/mutella/remote/template/images/blip-green.gif
|
||||
share/mutella/remote/template/images/blip-red.gif
|
||||
share/mutella/remote/template/images/bullet-yellow-12x12.gif
|
||||
share/mutella/remote/template/images/bullet-red-12x12.gif
|
||||
share/mutella/remote/template/images/bullet-pale-yellow-12x12.gif
|
||||
share/mutella/remote/template/images/clear-16x16.gif
|
||||
share/mutella/remote/template/images/clear-32x32.gif
|
||||
share/mutella/remote/template/images/connections-64x64.gif
|
||||
share/mutella/remote/template/images/event-64x64.gif
|
||||
share/mutella/remote/template/images/exit-64x64.gif
|
||||
share/mutella/remote/template/images/info-16x16.gif
|
||||
share/mutella/remote/template/images/info-32x32.gif
|
||||
share/mutella/remote/template/images/kill-16x16.gif
|
||||
share/mutella/remote/template/images/kill-32x32.gif
|
||||
share/mutella/remote/template/images/mutella-100x130.gif
|
||||
share/mutella/remote/template/images/mutella-logo-100x130.gif
|
||||
share/mutella/remote/template/images/overview-64x64.gif
|
||||
share/mutella/remote/template/images/pixel-b.gif
|
||||
share/mutella/remote/template/images/pixel-t.gif
|
||||
share/mutella/remote/template/images/pixel-w.gif
|
||||
share/mutella/remote/template/images/rename-16x16.gif
|
||||
share/mutella/remote/template/images/rename-32x32.gif
|
||||
share/mutella/remote/template/images/searches-64x64.gif
|
||||
share/mutella/remote/template/images/searches-filt-64x64.gif
|
||||
share/mutella/remote/template/images/status-64x64.gif
|
||||
share/mutella/remote/template/images/stop-16x16.gif
|
||||
share/mutella/remote/template/images/stop-32x32.gif
|
||||
share/mutella/remote/template/images/transfers-64x64.gif
|
||||
share/mutella/remote/template/confirm.html
|
||||
share/mutella/remote/template/connections.html
|
||||
share/mutella/remote/template/edit.html
|
||||
share/mutella/remote/template/index.html
|
||||
share/mutella/remote/template/log.html
|
||||
share/mutella/remote/template/message.html
|
||||
share/mutella/remote/template/move.html
|
||||
share/mutella/remote/template/mutella-remote.css
|
||||
share/mutella/remote/template/modules/results-detail.html
|
||||
share/mutella/remote/template/modules/results-grouped-body.html
|
||||
share/mutella/remote/template/modules/results-grouped-head.html
|
||||
share/mutella/remote/template/modules/results-ungrouped-body.html
|
||||
share/mutella/remote/template/modules/results-ungrouped-head.html
|
||||
share/mutella/remote/template/overview.html
|
||||
share/mutella/remote/template/results.html
|
||||
share/mutella/remote/template/searches.html
|
||||
share/mutella/remote/template/settings.html
|
||||
share/mutella/remote/template/transfers.html
|
||||
share/mutella/remote/template/varhelp.html
|
||||
@dirrm share/mutella/remote/template/modules
|
||||
@dirrm share/mutella/remote/template/images
|
||||
@dirrm share/mutella/remote/template
|
||||
@dirrm share/mutella/remote
|
||||
@dirrm share/mutella
|
|
@ -1875,7 +1875,6 @@
|
|||
SUBDIR += xpi-grab_and_drag
|
||||
SUBDIR += xpi-greasemonkey
|
||||
SUBDIR += xpi-gwt-dev-plugin
|
||||
SUBDIR += xpi-hit-a-hint
|
||||
SUBDIR += xpi-httpfox
|
||||
SUBDIR += xpi-imagezoom
|
||||
SUBDIR += xpi-imdbpreview
|
||||
|
@ -1906,7 +1905,6 @@
|
|||
SUBDIR += xpi-pdf_download
|
||||
SUBDIR += xpi-pencil
|
||||
SUBDIR += xpi-permatabs
|
||||
SUBDIR += xpi-preferential
|
||||
SUBDIR += xpi-prism
|
||||
SUBDIR += xpi-quick-locale-switcher
|
||||
SUBDIR += xpi-quickproxy
|
||||
|
@ -1919,7 +1917,6 @@
|
|||
SUBDIR += xpi-sessionmanager
|
||||
SUBDIR += xpi-speed-dial
|
||||
SUBDIR += xpi-splash
|
||||
SUBDIR += xpi-statusbarclock
|
||||
SUBDIR += xpi-stumbleupon
|
||||
SUBDIR += xpi-stylish
|
||||
SUBDIR += xpi-table2clipboard
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
# New ports collection makefile for: xpi-hit-a-hint
|
||||
# Date created: 2006-07-15
|
||||
# Whom: Simon Olofsson <simon@olofsson.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hit-a-hint
|
||||
PORTVERSION= 0.9.1
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= simon@olofsson.de
|
||||
COMMENT= Click links by hitting hints
|
||||
|
||||
DEPRECATED= Development has been ceased and not compatible with Firefox > 2.
|
||||
EXPIRATION_DATE= 2010-10-01
|
||||
|
||||
XPI_NUM= 1341
|
||||
XPI_ID= {4476fef4-3557-40b5-afcd-d6903cf7cc9d}
|
||||
XPI_FILES= chrome/chrome.jar chrome.manifest defaults/preferences/prefs.js install.rdf
|
||||
XPI_DIRS= chrome defaults/preferences defaults
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (xpi/hit-a-hint-0.9.1-fx.xpi) = f78a1f98a6897891ad5996758356db27
|
||||
SHA256 (xpi/hit-a-hint-0.9.1-fx.xpi) = 1c4726de858a195f73030204bb6f61f1a322b70a2393eda1c1d7eda3826e3c13
|
||||
SIZE (xpi/hit-a-hint-0.9.1-fx.xpi) = 33706
|
|
@ -1,4 +0,0 @@
|
|||
Click links by hitting hints! A keyboard friendly navigation method.
|
||||
|
||||
Author: Pekka Sillanpaa <p.sillanpaa@hut.fi>
|
||||
WWW: http://hah.mozdev.org/
|
|
@ -1,26 +0,0 @@
|
|||
# Ports collection makefile for: preferential-firefox
|
||||
# Date created: Tue Oct 28, 2003
|
||||
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= preferential
|
||||
PORTVERSION= 0.8.2
|
||||
DISTVERSIONSUFFIX= -fx+mz+zm+tb
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= simon@olofsson.de
|
||||
COMMENT= Advanced preferences manager for Mozilla-based products
|
||||
|
||||
DEPRECATED= Development has been ceased and not compatible with Firefox > 2.
|
||||
EXPIRATION_DATE= 2010-10-01
|
||||
|
||||
XPI_DISTNAME= preferential_new_guid_
|
||||
XPI_NUM= 713
|
||||
XPI_ID= {e3a1bec3-1cc1-4d20-875b-a10587471a5e}
|
||||
XPI_FILES= chrome/preferential.jar install.js install.rdf chrome.manifest
|
||||
XPI_DIRS= chrome
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (xpi/preferential_new_guid_-0.8.2-fx+mz+zm+tb.xpi) = 4913c2c6ce24397b24000fd5d84d81bf
|
||||
SHA256 (xpi/preferential_new_guid_-0.8.2-fx+mz+zm+tb.xpi) = 5f3aeb8e3e6f67f2a42ef3080e92ba429928e741c65772c53a75218c3e0c1c82
|
||||
SIZE (xpi/preferential_new_guid_-0.8.2-fx+mz+zm+tb.xpi) = 87001
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
overlay chrome://navigator/content/navigator.xul chrome://preferential/content/preferential-nav-overlay.xul
|
||||
overlay chrome://browser/content/browser.xul chrome://preferential/content/preferential-phn-overlay.xul
|
||||
overlay chrome://messenger/content/mailWindowOverlay.xul chrome://preferential/content/preferential-thn-overlay.xul
|
||||
content preferential jar:chrome/preferential.jar!/content/
|
||||
|
||||
locale preferential en-US jar:chrome/preferential.jar!/locale/en-US/preferential/
|
|
@ -1,9 +0,0 @@
|
|||
The Preferential project aims to provide a comprehensive resource
|
||||
for finding Mozilla preference documentation. It is also a popular
|
||||
Mozilla extension that provides all Gecko-based products (eg.
|
||||
Mozilla Suite, Firefox & Thunderbird) with a simple, accessible
|
||||
GUI to use when browsing and modifying preferences set within that
|
||||
product.
|
||||
|
||||
Author: Stephen Bounds <guruj@mbox.com.au>
|
||||
WWW: http://preferential.mozdev.org/
|
|
@ -1,27 +0,0 @@
|
|||
# New ports collection makefile for: xpi-statusbarclock
|
||||
# Date created: 2006-07-27
|
||||
# Whom: Simon Olofsson <simon@olofsson.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= statusbarclock
|
||||
PORTVERSION= 1.8.0
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= simon@olofsson.de
|
||||
COMMENT= Display date and time in the status bar
|
||||
|
||||
DEPRECATED= Development has been ceased and not compatible with Firefox > 2.
|
||||
EXPIRATION_DATE= 2010-10-01
|
||||
|
||||
XPI_DISTNAME= statusbar_clock
|
||||
XPI_ID= {3669edc0-b1ad-11d8-92e7-00d09e0179f2}
|
||||
XPI_NUM= 52
|
||||
|
||||
xpi-post-extract:
|
||||
@${RM} -rf ${WRKSRC}/readme.txt
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (xpi/statusbar_clock-1.8.0-fx.xpi) = 3009950d00d3c1024b0a908f5a42c4d3
|
||||
SHA256 (xpi/statusbar_clock-1.8.0-fx.xpi) = dee388917e4d33e63d3f3146db3db540f89c923b571175a28c64a2cdaa0bb448
|
||||
SIZE (xpi/statusbar_clock-1.8.0-fx.xpi) = 13149
|
|
@ -1,6 +0,0 @@
|
|||
Display the date and time in your browser's status bar.
|
||||
Or just the date, or just the time, or maybe a cheerful
|
||||
message to brighten someone's day. It's quite customizable.
|
||||
|
||||
Author: Cosmic Cat Creations <momokatte@hotmail.com>
|
||||
WWW: http://www.cosmicat.com/extensions/timestatus/
|
|
@ -1,19 +0,0 @@
|
|||
%%XPI_XPIDIR%%/chrome/content/_PrefManager.js
|
||||
%%XPI_XPIDIR%%/chrome/content/browserOverlay.js
|
||||
%%XPI_XPIDIR%%/chrome/content/browserOverlay.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/prefWindow-Display.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/prefWindow-Position.xul
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/context-timestatus.ent
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/options.ent
|
||||
%%XPI_XPIDIR%%/chrome/locale/en-US/timestatus-bundle.properties
|
||||
%%XPI_XPIDIR%%/chrome/skin/icon.png
|
||||
%%XPI_XPIDIR%%/defaults/preferences/timestatus-defaults.js
|
||||
%%XPI_XPIDIR%%/chrome.manifest
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/content
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/en-US
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/skin
|
||||
@dirrm %%XPI_XPIDIR%%/chrome
|
||||
@dirrm %%XPI_XPIDIR%%/defaults/preferences
|
||||
@dirrm %%XPI_XPIDIR%%/defaults
|
Loading…
Reference in a new issue