pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gforge: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sat May 26 19:09:03 2018 +0900
Changeset:	a9ede485898eaa0e480e46a7957d202ada37af81

Modified Files:
	Makefile
Removed Files:
	gforge/DESCR
	gforge/MESSAGE
	gforge/Makefile
	gforge/PLIST
	gforge/TODO
	gforge/distinfo

Log Message:
gforge: remove

MASTER_SITES was move to https://gforgegroup.com/downloads, but register username and e-mail.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a9ede485898eaa0e480e46a7957d202ada37af81

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |   1 -
 gforge/DESCR    |   5 -
 gforge/MESSAGE  |  27 ---
 gforge/Makefile |  83 -------
 gforge/PLIST    | 715 --------------------------------------------------------
 gforge/TODO     |   2 -
 gforge/distinfo |   5 -
 7 files changed, 838 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 039a2ff994..ea6807031c 100644
--- a/Makefile
+++ b/Makefile
@@ -907,7 +907,6 @@ SUBDIR+=	gfa
 SUBDIR+=	gfan
 SUBDIR+=	gfeedline
 SUBDIR+=	gfontview
-SUBDIR+=	gforge
 SUBDIR+=	gforth-git
 SUBDIR+=	gfsview-snapshot
 SUBDIR+=	ggz-gtk-client
diff --git a/gforge/DESCR b/gforge/DESCR
deleted file mode 100644
index 94ce9d76d4..0000000000
--- a/gforge/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-GForge is an Open Source collaborative software development tool,
-which allows you to organize and manage any number of software
-development projects. It's perfect for managing large teams of
-software engineers and/or engineers scattered among multiple
-locations.
diff --git a/gforge/MESSAGE b/gforge/MESSAGE
deleted file mode 100644
index 05428fc323..0000000000
--- a/gforge/MESSAGE
+++ /dev/null
@@ -1,27 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2005/09/28 14:24:40 rillig Exp $
-
-You will need to make GForge accessible through your HTTP server.
-For this:
-
-	- Add these lines to ${PKG_SYSCONFDIR}/etc/httpd/httpd.conf
-
-	<IfModule mod_alias.c>
-		Alias /gforge/ "${PREFIX}/share/gforge/www/"
-	</IfModule>
-	DirectoryIndex index.html index.php
-
-	- Add ${PREFIX}/share/gforge to include_path in
-	  ${PKG_SYSCONFDIR}/php.ini, like:
-
-	  include_path = ".:/usr/pkg/lib/php:/usr/pkg/share/gforge"
-
-	- Add extension=pgsql.so to ${PKG_SYSCONFDIR}/php.ini.
-
-A sample config file is in ${PKG_SYSCONFDIR}/gforge/local.inc-dist.
-You will need to copy it to ${PKG_SYSCONFDIR}/gforge/local.inc, then
-tune it.
-
-Then point your browser to http://localhost/gforge/
-
-===========================================================================
diff --git a/gforge/Makefile b/gforge/Makefile
deleted file mode 100644
index 2ec15c2f82..0000000000
--- a/gforge/Makefile
+++ /dev/null
@@ -1,83 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2012/09/28 23:54:35 asau Exp $
-
-DISTNAME=	gforge-3.1
-PKGREVISION=	2
-CATEGORIES=	www
-MASTER_SITES=	http://gforge.org/frs/download.php/44/
-
-MAINTAINER=	david%netbsd-fr.org@localhost
-HOMEPAGE=	http://gforge.org/
-COMMENT=	Open Source collaborative software development tool
-
-.include "../../lang/php/phpversion.mk"
-
-DEPENDS+=	wget>=1.9:../../net/wget
-DEPENDS+=	${PHP_PKG_PREFIX}-jpgraph>=1.12:../../graphics/php-jpgraph
-DEPENDS+=	${PHP_PKG_PREFIX}-pgsql>=4.3:../../databases/php-pgsql
-
-USE_TOOLS+=	perl:run
-
-ETCDIR=		${PKG_SYSCONFDIR}/gforge
-DATADIR=	${PREFIX}/share/gforge
-BACKENDDIR=	${DATADIR}/backends
-DOCDIR=		${PREFIX}/share/doc/gforge
-
-SUBST_CLASSES+=		cli
-SUBST_STAGE.cli=	post-patch
-SUBST_FILES.cli=	*/*.php */*/*.php */*/*/*.php
-SUBST_SED.cli=		-e "1s|/usr/bin/php4|${PREFIX}/bin/php|"
-SUBST_SED.cli+=		-e "1s|/usr/.*bin/php|${PREFIX}/bin/php|"
-
-SUBST_CLASSES+=		patches
-SUBST_STAGE.patches=	post-patch
-SUBST_FILES.patches=	contrib/*.patch
-SUBST_SED.patches=	-e "s|/usr/bin/php4|${PREFIX}/bin/php|"
-SUBST_SED.patches+=	-e "s|/usr/bin/php|${PREFIX}/bin/php|"
-
-REPLACE_PERL+=		*/*.pl */*/*.pl */*/*/*.pl
-REPLACE_PERL+=		monitor/systemdaemon
-REPLACE_PERL+=		utils/groupCreator utils/ldap/ldap-*
-USE_TOOLS+=		perl:run
-
-SUBST_CLASSES+=		wget
-SUBST_STAGE.wget=	post-patch
-SUBST_FILES.wget=	utils/mailing_lists_create.pl
-SUBST_SED.wget=		-e "s|/usr/bin/wget|${PREFIX}/bin/wget|"
-
-SUBST_CLASSES+=		sdaemon
-SUBST_STAGE.sdaemon=	post-patch
-SUBST_FILES.sdaemon=	utils/mailing_lists_create.pl
-SUBST_SED.sdaemon=	-e "s|/usr/bin:/usr/games:/bin|"${PATH:Q}"|"
-
-SUBST_CLASSES+=		etcdir
-SUBST_STAGE.etcdir=	post-patch
-SUBST_FILES.etcdir=	backend/include.pl \
-			utils/include.pl \
-			www/include/BaseLanguage.class \
-			www/include/pre.php \
-			www/include/squal_pre.php
-SUBST_SED.etcdir=	-e "s|/etc/gforge|${ETCDIR}|g"
-
-SUBST_CLASSES+=		crontabs
-SUBST_STAGE.crontabs=	post-configure
-SUBST_FILES.crontabs=	cronjobs/README \
-			cronjobs/README.root
-SUBST_SED.crontabs=	-e "s|~/alexandria|${BACKENDDIR}|g"
-
-REPLACE_BASH+=		utils/decode_images.sh
-REPLACE_BASH+=		backend/shell/apache.sh
-USE_TOOLS+=		bash:run pax
-
-do-build:
-
-do-install:
-	${FIND} ${WRKSRC} -name "*.subst.sav" -exec ${RM} {} \;
-	${INSTALL_DATA_DIR} ${DESTDIR}${ETCDIR}
-	${INSTALL_DATA} ${WRKSRC}/contrib/autoconf/local.inc.in \
-		${DESTDIR}${ETCDIR}/local.inc-dist
-	cd ${WRKSRC} && pax -wr common contrib db www ${DESTDIR}${DATADIR}
-	cd ${WRKSRC} && pax -wr backend cronjobs monitor utils ${DESTDIR}${BACKENDDIR}
-	cd ${WRKSRC}/docs && pax -wr * ${DESTDIR}${DOCDIR}
-
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gforge/PLIST b/gforge/PLIST
deleted file mode 100644
index 2baad07261..0000000000
--- a/gforge/PLIST
+++ /dev/null
@@ -1,715 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/10/11 10:44:38 thomasklausner Exp $
-etc/gforge/local.inc-dist
-share/doc/gforge/Soap.README
-share/doc/gforge/architecture/stats/stats-process.sda
-share/doc/gforge/debian-guide.html
-share/doc/gforge/debian-installguidefornewbies.html
-share/doc/gforge/doc_utils.php
-share/doc/gforge/faq.html
-share/doc/gforge/gforge-themes-HOWTO.html
-share/doc/gforge/images/sflogo2-105a.png
-share/doc/gforge/index.php
-share/doc/gforge/migrating-to-gforge-HOWTO.html
-share/doc/gforge/webalizer-HOWTO.html
-share/doc/gforge/xdocs/generate_docs.sh
-share/doc/gforge/xdocs/maven.xml
-share/doc/gforge/xdocs/project.properties
-share/doc/gforge/xdocs/project.xml
-share/doc/gforge/xdocs/xdocs/admin_guide/index.xml
-share/doc/gforge/xdocs/xdocs/admin_guide/navigation.xml
-share/doc/gforge/xdocs/xdocs/contributions/coding_standards.xml
-share/doc/gforge/xdocs/xdocs/contributions/howto_contribute.xml
-share/doc/gforge/xdocs/xdocs/contributions/howto_documentation.xml
-share/doc/gforge/xdocs/xdocs/contributions/howto_localization.xml
-share/doc/gforge/xdocs/xdocs/contributions/howto_xhtml.xml
-share/doc/gforge/xdocs/xdocs/contributions/templating.xml
-share/doc/gforge/xdocs/xdocs/installation.xml
-share/doc/gforge/xdocs/xdocs/introduction.xml
-share/doc/gforge/xdocs/xdocs/navigation.xml
-share/doc/gforge/xdocs/xdocs/user_guide/getting_started.xml
-share/doc/gforge/xdocs/xdocs/user_guide/intro.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/cvs.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/docman.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/file_releases.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/forum.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/index.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/mailing_lists.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/navigation.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/news.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/pm.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/project_admin.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/project_summary.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/survey.xml
-share/doc/gforge/xdocs/xdocs/user_guide/project_functions/tracker.xml
-share/doc/gforge/xdocs/xdocs/user_guide/side_wide/index.xml
-share/doc/gforge/xdocs/xdocs/user_guide/side_wide/project_help.xml
-share/doc/gforge/xdocs/xdocs/user_guide/side_wide/search.xml
-share/doc/gforge/xdocs/xdocs/user_guide/side_wide/snippet.xml
-share/doc/gforge/xdocs/xdocs/user_guide/side_wide/trove.xml
-share/doc/gforge/xdocs/xdocs/user_guide/user_functions/index.xml
-share/gforge/backends/backend/DatabaseDump.pl
-share/gforge/backends/backend/include.pl
-share/gforge/backends/backend/shell/apache.sh
-share/gforge/backends/backend/zones/aliases.zone
-share/gforge/backends/backend/zones/dns.zone
-share/gforge/backends/backend/zones/httpd.conf.zone
-share/gforge/backends/backend/zones/sendmail.cw.zone
-share/gforge/backends/cronjobs/README
-share/gforge/backends/cronjobs/README.root
-share/gforge/backends/cronjobs/calculate_user_metric.php
-share/gforge/backends/cronjobs/check_stale_tracker_items.php
-share/gforge/backends/cronjobs/cvs-cron/cvs.php
-share/gforge/backends/cronjobs/cvs-cron/cvscreate.sh
-share/gforge/backends/cronjobs/cvs-cron/grap.c
-share/gforge/backends/cronjobs/cvs-cron/history_parse.php
-share/gforge/backends/cronjobs/cvs-cron/ssh_create.php
-share/gforge/backends/cronjobs/cvs-cron/usergroup.php
-share/gforge/backends/cronjobs/db_project_sums.php
-share/gforge/backends/cronjobs/db_stats_agg.php
-share/gforge/backends/cronjobs/db_trove_maint.php
-share/gforge/backends/cronjobs/mail/README.txt
-share/gforge/backends/cronjobs/mail/mailaliases.php
-share/gforge/backends/cronjobs/mail/mailing_lists_create.php
-share/gforge/backends/cronjobs/massmail.php
-share/gforge/backends/cronjobs/project_cleanup.php
-share/gforge/backends/cronjobs/project_weekly_metric-backfill.php
-share/gforge/backends/cronjobs/project_weekly_metric.php
-share/gforge/backends/cronjobs/rating_stats.php
-share/gforge/backends/cronjobs/rotate_activity.php
-share/gforge/backends/cronjobs/site_stats.php
-share/gforge/backends/cronjobs/stats_projects-backfill.php
-share/gforge/backends/cronjobs/stats_projects.inc
-share/gforge/backends/cronjobs/stats_site.inc
-share/gforge/backends/cronjobs/vacuum.php
-share/gforge/backends/monitor/check-system.pl
-share/gforge/backends/monitor/systemdaemon
-share/gforge/backends/utils/cvs.txt
-share/gforge/backends/utils/cvs1/cvscreate.sh
-share/gforge/backends/utils/cvs1/cvstar_genlist.pl
-share/gforge/backends/utils/cvs1/cvstar_superscript.pl
-share/gforge/backends/utils/decode_images.sh
-share/gforge/backends/utils/default_page.php
-share/gforge/backends/utils/fixscripts/fix_broken_uids.php
-share/gforge/backends/utils/fixscripts/fix_image_data.php
-share/gforge/backends/utils/fixscripts/tools_data_cleanup.php
-share/gforge/backends/utils/fixscripts/upgrade_bug_data.php
-share/gforge/backends/utils/fixscripts/upgrade_filerelease_data.php
-share/gforge/backends/utils/fixscripts/upgrade_forum_data.php
-share/gforge/backends/utils/fixscripts/upgrade_task_data.php
-share/gforge/backends/utils/grap.c
-share/gforge/backends/utils/groupCreator
-share/gforge/backends/utils/include.pl
-share/gforge/backends/utils/ldap/ldap-check-replica
-share/gforge/backends/utils/ldap/ldap-clean
-share/gforge/backends/utils/ldap/ldap-del-user
-share/gforge/backends/utils/ldap/ldap-dump
-share/gforge/backends/utils/ldap/ldap-import
-share/gforge/backends/utils/ldap/sql2ldif.pl
-share/gforge/backends/utils/mailing_lists_create.pl
-share/gforge/backends/utils/missing_L10n.pl
-share/gforge/backends/utils/new_aliases_parse.pl
-share/gforge/backends/utils/new_parse.pl
-share/gforge/backends/utils/sffingerd.c
-share/gforge/backends/utils/sort_file.pl
-share/gforge/backends/utils/ssh_create.pl
-share/gforge/backends/utils/underworld-dummy/aliases.zone
-share/gforge/backends/utils/underworld-dummy/dns_conf.pl
-share/gforge/backends/utils/underworld-dummy/dump_database.pl
-share/gforge/backends/utils/underworld-dummy/ia64_dump.pl
-share/gforge/backends/utils/underworld-dummy/mail_aliases.pl
-share/gforge/backends/utils/underworld-dummy/mailing_lists_dump.pl
-share/gforge/backends/utils/underworld-dummy/new_aliases.pl
-share/gforge/backends/utils/underworld-dummy/ssh_dump.pl
-share/gforge/common/docman/Document.class
-share/gforge/common/docman/DocumentFactory.class
-share/gforge/common/docman/DocumentGroup.class
-share/gforge/common/forum/Forum.class
-share/gforge/common/forum/ForumFactory.class
-share/gforge/common/forum/ForumMessage.class
-share/gforge/common/forum/ForumMessageFactory.class
-share/gforge/common/forum/ForumsForUser.class
-share/gforge/common/frs/FRSFile.class
-share/gforge/common/frs/FRSPackage.class
-share/gforge/common/frs/FRSRelease.class
-share/gforge/common/include/Error.class
-share/gforge/common/include/GForge.class
-share/gforge/common/include/Group.class
-share/gforge/common/include/Jabber.class
-share/gforge/common/include/Permission.class
-share/gforge/common/include/Plugin.class
-share/gforge/common/include/PluginManager.class
-share/gforge/common/include/Stats.class
-share/gforge/common/include/User.class
-share/gforge/common/include/account.php
-share/gforge/common/include/cvsweb/DirectoryHandler.class
-share/gforge/common/include/cvsweb/ErrorHandler.class
-share/gforge/common/include/cvsweb/FileHandler.class
-share/gforge/common/include/cvsweb/RCSHandler.class
-share/gforge/common/include/database.php
-share/gforge/common/include/ldap.php
-share/gforge/common/include/session.php
-share/gforge/common/include/timezones.php
-share/gforge/common/include/utils.php
-share/gforge/common/include/vars.php
-share/gforge/common/pm/ProjectCategory.class
-share/gforge/common/pm/ProjectGroup.class
-share/gforge/common/pm/ProjectGroupFactory.class
-share/gforge/common/pm/ProjectTask.class
-share/gforge/common/pm/ProjectTaskFactory.class
-share/gforge/common/pm/ProjectTasksForUser.class
-share/gforge/common/pm/Validator.class
-share/gforge/common/tracker/Artifact.class
-share/gforge/common/tracker/ArtifactCanned.class
-share/gforge/common/tracker/ArtifactCategory.class
-share/gforge/common/tracker/ArtifactFactory.class
-share/gforge/common/tracker/ArtifactFile.class
-share/gforge/common/tracker/ArtifactFromID.class
-share/gforge/common/tracker/ArtifactGroup.class
-share/gforge/common/tracker/ArtifactResolution.class
-share/gforge/common/tracker/ArtifactType.class
-share/gforge/common/tracker/ArtifactTypeFactory.class
-share/gforge/common/tracker/ArtifactTypes.class
-share/gforge/common/tracker/Artifacts.class
-share/gforge/common/tracker/ArtifactsForUser.class
-share/gforge/contrib/autoconf/README.configure
-share/gforge/contrib/autoconf/configure
-share/gforge/contrib/autoconf/configure.ac
-share/gforge/contrib/autoconf/local.inc.in
-share/gforge/contrib/autoconf/sample-apache.vhost.in
-share/gforge/contrib/beta1_install_from_scratch.txt
-share/gforge/contrib/beta1_install_from_scratch_install.php
-share/gforge/contrib/cmd-line-prototype.tar.gz
-share/gforge/contrib/gforge-3.0-cronjobs.patch
-share/gforge/contrib/gforge-3.0-init_sql.patch
-share/gforge/contrib/gforge-3.0-local_config.patch
-share/gforge/contrib/gforge-3.0-php_path.patch
-share/gforge/contrib/gforge.conf
-share/gforge/contrib/rh8_apache20_config/httpd.conf
-share/gforge/contrib/rh8_apache20_config/local.inc
-share/gforge/contrib/rh8_apache20_config/php.conf
-share/gforge/contrib/rh8_apache20_config/php.ini
-share/gforge/contrib/rh8_apache20_config/readme.txt
-share/gforge/contrib/tracker-cc.README
-share/gforge/contrib/tracker-cc.patch
-share/gforge/contrib/userlist.README
-share/gforge/contrib/userlist.patch
-share/gforge/db/20021124-1_drop_foundry.sql
-share/gforge/db/20021124-2_theming.sql
-share/gforge/db/20021124-3_gforge-debian-sf-sync.sql
-share/gforge/db/20021125.sql
-share/gforge/db/20021212.sql
-share/gforge/db/20021213.sql
-share/gforge/db/20021213_doc_data-migrate.php
-share/gforge/db/20021214.sql
-share/gforge/db/20021215.sql
-share/gforge/db/20021216.sql
-share/gforge/db/20021223-drops.sql
-share/gforge/db/20021223.sql
-share/gforge/db/20021230.sql
-share/gforge/db/20030102-drops.sql
-share/gforge/db/20030102.sql
-share/gforge/db/20030105.sql
-share/gforge/db/20030107.sql
-share/gforge/db/20030109.sql
-share/gforge/db/20030112.sql
-share/gforge/db/20030113-drops.sql
-share/gforge/db/20030113.sql
-share/gforge/db/20030115.sql
-share/gforge/db/20030131.sql
-share/gforge/db/20030209.sql
-share/gforge/db/20030312.sql
-share/gforge/db/20030513.sql
-share/gforge/db/20030822.sql
-share/gforge/db/README
-share/gforge/db/SQL_2.5/DefaultValues_2_5.sql
-share/gforge/db/SQL_2.5/SourceForge_2_5.sql
-share/gforge/db/SQL_2.6/DefaultValues.sql
-share/gforge/db/SQL_2.6/SourceForge.sql
-share/gforge/db/SQL_2.6/dbusers.sql
-share/gforge/db/SQL_2.6/languages.tab
-share/gforge/db/SQL_2.6/replicate.sh
-share/gforge/db/SQL_2.6/replication-master.sql
-share/gforge/db/SQL_2.6/replication-reset-master.sql
-share/gforge/db/SQL_2.6/replication-reset-slave.sql
-share/gforge/db/SQL_2.6/replication-slave.sql
-share/gforge/db/SQL_2.6/replication.plan
-share/gforge/db/SQL_2.6/trove_cat.tab
-share/gforge/db/SQL_2.6/user_rating.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/README
-share/gforge/db/SQL_migrate-2.5-to-2.6/artifact-conversion.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/artifact-convert-files.php
-share/gforge/db/SQL_migrate-2.5-to-2.6/artifact-fkeys.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/artifact-man.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20001209.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20001214.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20001220.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010109.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010112.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010126.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010206.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010301.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010304.NOTE
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010305.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010313.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010317.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010409.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010412.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010507.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010509.sql
-share/gforge/db/SQL_migrate-2.5-to-2.6/sqlchanges20010511.sql
-share/gforge/db/gforge2.6.sql
-share/gforge/db/gforge3.sql
-share/gforge/db/oci8port/pssonline/DefaultValues.sql
-share/gforge/db/oci8port/pssonline/Languages.sql
-share/gforge/db/oci8port/pssonline/SourceForge.sql
-share/gforge/db/oci8port/pssonline/database-oci8.php
-share/gforge/db/oci8port/pssonline/trove_defaults.sql
-share/gforge/db/oci8port/shaguo/SourceForge2.5_oci8.sql
-share/gforge/db/oci8port/shaguo/SourceForge2.5oci8-Trigger_auto.sql
-share/gforge/db/oci8port/shaguo/SourceForge2.5oci8-Trigger_er.sql
-share/gforge/db/oci8port/shaguo/database.php
-share/gforge/db/oci8port/shaguo/pgdb-convert.pl
-share/gforge/www/404.php
-share/gforge/www/account/change_email-complete.php
-share/gforge/www/account/change_email.php
-share/gforge/www/account/change_pw.php
-share/gforge/www/account/editsshkeys.php
-share/gforge/www/account/first.php
-share/gforge/www/account/index.php
-share/gforge/www/account/login.php
-share/gforge/www/account/logout.php
-share/gforge/www/account/lostlogin.php
-share/gforge/www/account/lostpw.php
-share/gforge/www/account/pending-resend.php
-share/gforge/www/account/register.php
-share/gforge/www/account/setlang.php
-share/gforge/www/account/unsubscribe.php
-share/gforge/www/account/verify.php
-share/gforge/www/admin/add_language.php
-share/gforge/www/admin/admin_table.php
-share/gforge/www/admin/admin_utils.php
-share/gforge/www/admin/admintabfiles.php
-share/gforge/www/admin/approve-pending.php
-share/gforge/www/admin/database.php
-share/gforge/www/admin/edit_frs_filetype.php
-share/gforge/www/admin/edit_frs_processor.php
-share/gforge/www/admin/edit_frs_theme.php
-share/gforge/www/admin/edit_supported_languages.php
-share/gforge/www/admin/editdouble.php
-share/gforge/www/admin/editnotinbasetabfiles.php
-share/gforge/www/admin/editnotranstabfiles.php
-share/gforge/www/admin/edittabfiles.php
-share/gforge/www/admin/edittranstabfiles.php
-share/gforge/www/admin/gettabfiles.php
-share/gforge/www/admin/groupedit.php
-share/gforge/www/admin/grouplist.php
-share/gforge/www/admin/index.php
-share/gforge/www/admin/loadtabfiles.php
-share/gforge/www/admin/massmail-old.php
-share/gforge/www/admin/massmail.php
-share/gforge/www/admin/massmail_execute.php
-share/gforge/www/admin/responses_admin.php
-share/gforge/www/admin/search.php
-share/gforge/www/admin/seenotinbasetabfiles.php
-share/gforge/www/admin/seenotranstabfiles.php
-share/gforge/www/admin/seetabfiles.php
-share/gforge/www/admin/seetranstabfiles.php
-share/gforge/www/admin/trove/trove_cat_add.php
-share/gforge/www/admin/trove/trove_cat_edit.php
-share/gforge/www/admin/trove/trove_cat_list.php
-share/gforge/www/admin/unsubscribe.php
-share/gforge/www/admin/useredit.php
-share/gforge/www/admin/userlist.php
-share/gforge/www/admin/vhost.php
-share/gforge/www/bugopolis.gif
-share/gforge/www/dbimage.php
-share/gforge/www/developer/diary.php
-share/gforge/www/developer/index.php
-share/gforge/www/developer/monitor.php
-share/gforge/www/developer/rate.php
-share/gforge/www/docman/admin/index.php
-share/gforge/www/docman/display_doc.php
-share/gforge/www/docman/include/doc_utils.php
-share/gforge/www/docman/index.php
-share/gforge/www/docman/new.php
-share/gforge/www/docman/view.php
-share/gforge/www/download.php
-share/gforge/www/export/index.php
-share/gforge/www/export/nitf_sfforums.php
-share/gforge/www/export/patch_dump.php
-share/gforge/www/export/projhtml.php
-share/gforge/www/export/projnews.php
-share/gforge/www/export/rss_sfnewreleases.php
-share/gforge/www/export/rss_sfnews.php
-share/gforge/www/export/rss_sfprojects.php
-share/gforge/www/export/rss_utils.inc
-share/gforge/www/export/sf_forum_0.1.dtd
-share/gforge/www/export/sf_forum_0.1.dtd.txt
-share/gforge/www/export/sf_tracker_export.php
-share/gforge/www/export/sf_tracker_export.xsd
-share/gforge/www/export/trove_tree.php
-share/gforge/www/export/trove_tree_0.1.dtd
-share/gforge/www/forum/admin/index.php
-share/gforge/www/forum/forum.php
-share/gforge/www/forum/include/ForumHTML.class
-share/gforge/www/forum/index.php
-share/gforge/www/forum/message.php
-share/gforge/www/forum/monitor.php
-share/gforge/www/forum/new.php
-share/gforge/www/forum/save.php
-share/gforge/www/help/index.php
-share/gforge/www/help/tracker.php
-share/gforge/www/help/trove_cat.php
-share/gforge/www/images/blank.png
-share/gforge/www/images/clear.png
-share/gforge/www/images/debian-sf-icon.png
-share/gforge/www/images/favicon.ico
-share/gforge/www/images/gantt.png
-share/gforge/www/images/gforge.jpg
-share/gforge/www/images/ic/caret.png
-share/gforge/www/images/ic/cfolder15.png
-share/gforge/www/images/ic/check.png
-share/gforge/www/images/ic/cvs16b.png
-share/gforge/www/images/ic/docman16b.png
-share/gforge/www/images/ic/forum20g.png
-share/gforge/www/images/ic/forum20w.png
-share/gforge/www/images/ic/ftp16b.png
-share/gforge/www/images/ic/halfcheck.png
-share/gforge/www/images/ic/home16b.png
-share/gforge/www/images/ic/index.png
-share/gforge/www/images/ic/mail16b.png
-share/gforge/www/images/ic/mail16d.png
-share/gforge/www/images/ic/mail16w.png
-share/gforge/www/images/ic/manual16c.png
-share/gforge/www/images/ic/msg.png
-share/gforge/www/images/ic/notes16.png
-share/gforge/www/images/ic/ofolder15.png
-share/gforge/www/images/ic/pencil.png
-share/gforge/www/images/ic/save.png
-share/gforge/www/images/ic/support16b.jpg
-share/gforge/www/images/ic/survey16b.png
-share/gforge/www/images/ic/taskman16b.png
-share/gforge/www/images/ic/taskman20g.png
-share/gforge/www/images/ic/taskman20w.png
-share/gforge/www/images/ic/tracker20g.png
-share/gforge/www/images/ic/tracker20w.png
-share/gforge/www/images/ic/trash-x.png
-share/gforge/www/images/ic/trash.png
-share/gforge/www/images/ic/write16w.png
-share/gforge/www/images/ic/xmail16w.png
-share/gforge/www/images/icon.png
-share/gforge/www/images/msg.png
-share/gforge/www/images/sf-for-debian.png
-share/gforge/www/images/t.png
-share/gforge/www/images/t2.png
-share/gforge/www/include/BaseLanguage.class
-share/gforge/www/include/HTML_Graphs.php
-share/gforge/www/include/Layout.class
-share/gforge/www/include/LayoutSF.class
-share/gforge/www/include/bookmarks.php
-share/gforge/www/include/browser.php
-share/gforge/www/include/canned_responses.php
-share/gforge/www/include/database-mysql.php
-share/gforge/www/include/database-oci8.php
-share/gforge/www/include/database-pgsql.php
-share/gforge/www/include/exit.php
-share/gforge/www/include/features_boxes.php
-share/gforge/www/include/filechecks.php
-share/gforge/www/include/graph_lib.php
-share/gforge/www/include/help.php
-share/gforge/www/include/html.php
-share/gforge/www/include/languages/Base.tab
-share/gforge/www/include/languages/Bulgarian.tab
-share/gforge/www/include/languages/Catalan.tab
-share/gforge/www/include/languages/Chinese.tab
-share/gforge/www/include/languages/Dutch.tab
-share/gforge/www/include/languages/English.tab
-share/gforge/www/include/languages/Esperanto.tab
-share/gforge/www/include/languages/French.tab
-share/gforge/www/include/languages/German.tab
-share/gforge/www/include/languages/Greek.tab
-share/gforge/www/include/languages/Hebrew.tab
-share/gforge/www/include/languages/Indonesian.tab
-share/gforge/www/include/languages/Italian.tab
-share/gforge/www/include/languages/Japanese.tab
-share/gforge/www/include/languages/Korean.tab
-share/gforge/www/include/languages/Latin.tab
-share/gforge/www/include/languages/Norwegian.tab
-share/gforge/www/include/languages/Polish.tab
-share/gforge/www/include/languages/Portuguese.tab
-share/gforge/www/include/languages/PortugueseBrazilian.tab
-share/gforge/www/include/languages/Russian.tab
-share/gforge/www/include/languages/SimplifiedChinese.tab
-share/gforge/www/include/languages/Spanish.tab
-share/gforge/www/include/languages/Swedish.tab
-share/gforge/www/include/languages/Thai.tab
-share/gforge/www/include/logger.php
-share/gforge/www/include/menuSF.php
-share/gforge/www/include/pre.php
-share/gforge/www/include/proj_email.php
-share/gforge/www/include/project_home.php
-share/gforge/www/include/project_summary.php
-share/gforge/www/include/snippet_caching.php
-share/gforge/www/include/squal_exit.php
-share/gforge/www/include/squal_pre.php
-share/gforge/www/include/stats_function.php
-share/gforge/www/include/tool_reports.php
-share/gforge/www/include/trove.php
-share/gforge/www/include/user_home.php
-share/gforge/www/include/vote_function.php
-share/gforge/www/index.php
-share/gforge/www/index_std.php
-share/gforge/www/mail/admin/index.php
-share/gforge/www/mail/index.php
-share/gforge/www/mail/mail_nav.php
-share/gforge/www/mail/mail_utils.php
-share/gforge/www/my/bookmark_add.php
-share/gforge/www/my/bookmark_delete.php
-share/gforge/www/my/bookmark_edit.php
-share/gforge/www/my/diary.php
-share/gforge/www/my/index.php
-share/gforge/www/my/rmproject.php
-share/gforge/www/new/index.php
-share/gforge/www/news/admin/index.php
-share/gforge/www/news/admin/news_admin_utils.php
-share/gforge/www/news/index.php
-share/gforge/www/news/news_utils.php
-share/gforge/www/news/submit.php
-share/gforge/www/people/admin/index.php
-share/gforge/www/people/createjob.php
-share/gforge/www/people/editjob.php
-share/gforge/www/people/editprofile.php
-share/gforge/www/people/helpwanted-latest.php
-share/gforge/www/people/index.php
-share/gforge/www/people/people-er-diagram.sda
-share/gforge/www/people/people_utils.php
-share/gforge/www/people/skills_utils.php
-share/gforge/www/people/viewjob.php
-share/gforge/www/people/viewprofile.php
-share/gforge/www/pm/add_task.php
-share/gforge/www/pm/admin/index.php
-share/gforge/www/pm/browse_task.php
-share/gforge/www/pm/calendar.php
-share/gforge/www/pm/detail_task.php
-share/gforge/www/pm/gantt.php
-share/gforge/www/pm/ganttpage.php
-share/gforge/www/pm/include/ProjectGroupHTML.class
-share/gforge/www/pm/include/ProjectTaskHTML.class
-share/gforge/www/pm/index.php
-share/gforge/www/pm/mod_task.php
-share/gforge/www/pm/reporting/index.php
-share/gforge/www/pm/task.php
-share/gforge/www/pro/gforge-pro.png
-share/gforge/www/pro/index.php
-share/gforge/www/pro/reporting.jpg
-share/gforge/www/project/admin/database.php
-share/gforge/www/project/admin/editgroupinfo.php
-share/gforge/www/project/admin/editimages.php
-share/gforge/www/project/admin/editpackages.php
-share/gforge/www/project/admin/editrelease.php
-share/gforge/www/project/admin/group_trove.php
-share/gforge/www/project/admin/history.php
-share/gforge/www/project/admin/index.php
-share/gforge/www/project/admin/project_admin_utils.php
-share/gforge/www/project/admin/qrs.php
-share/gforge/www/project/admin/rmuser.php
-share/gforge/www/project/admin/showreleases.php
-share/gforge/www/project/admin/userpermedit.php
-share/gforge/www/project/admin/userperms.php
-share/gforge/www/project/admin/vhost.php
-share/gforge/www/project/filemodule_monitor.php
-share/gforge/www/project/index.php
-share/gforge/www/project/memberlist.php
-share/gforge/www/project/showfiles.php
-share/gforge/www/project/shownotes.php
-share/gforge/www/project/stats/index.php
-share/gforge/www/project/stats/project_stats_utils.php
-share/gforge/www/project/stats/stats_graph.php
-share/gforge/www/projects
-share/gforge/www/redir_ad.php
-share/gforge/www/register/index.php
-share/gforge/www/register/projectinfo.php
-share/gforge/www/scm/controller.php
-share/gforge/www/scm/controlleroo.php
-share/gforge/www/scm/index.php
-share/gforge/www/scm/viewFile.php
-share/gforge/www/search/index.php
-share/gforge/www/sendmessage.php
-share/gforge/www/snippet/add_snippet_to_package.php
-share/gforge/www/snippet/addversion.php
-share/gforge/www/snippet/browse.php
-share/gforge/www/snippet/delete.php
-share/gforge/www/snippet/detail.php
-share/gforge/www/snippet/download.php
-share/gforge/www/snippet/index.php
-share/gforge/www/snippet/package.php
-share/gforge/www/snippet/snippet-er-diagram.sda
-share/gforge/www/snippet/snippet-plan.txt
-share/gforge/www/snippet/snippet_utils.php
-share/gforge/www/snippet/submit.php
-share/gforge/www/softwaremap/index.php
-share/gforge/www/softwaremap/trove_list.php
-share/gforge/www/source.php
-share/gforge/www/squal/get_session_hash.php
-share/gforge/www/stats/graphs.php
-share/gforge/www/stats/i18n.php
-share/gforge/www/stats/index.php
-share/gforge/www/stats/lastlogins.php
-share/gforge/www/stats/projects.php
-share/gforge/www/stats/site_stats_utils.php
-share/gforge/www/stats/users_graph.php
-share/gforge/www/stats/views_graph.php
-share/gforge/www/survey/admin/add_question.php
-share/gforge/www/survey/admin/add_survey.php
-share/gforge/www/survey/admin/edit_question.php
-share/gforge/www/survey/admin/edit_survey.php
-share/gforge/www/survey/admin/index.php
-share/gforge/www/survey/admin/show_questions.php
-share/gforge/www/survey/admin/show_results.php
-share/gforge/www/survey/admin/show_results_aggregate.php
-share/gforge/www/survey/admin/show_results_comments.php
-share/gforge/www/survey/admin/show_results_csv.php
-share/gforge/www/survey/admin/show_results_individual.php
-share/gforge/www/survey/admin/survey.sql
-share/gforge/www/survey/admin/survey_utils.php
-share/gforge/www/survey/index.php
-share/gforge/www/survey/privacy.php
-share/gforge/www/survey/rating_resp.php
-share/gforge/www/survey/survey-er-diagram.sda
-share/gforge/www/survey/survey.php
-share/gforge/www/survey/survey_resp.php
-share/gforge/www/survey/survey_utils.php
-share/gforge/www/tarballs.php
-share/gforge/www/themes/gforge/Theme.class
-share/gforge/www/themes/gforge/images/clear.png
-share/gforge/www/themes/gforge/images/ic/caret.png
-share/gforge/www/themes/gforge/images/ic/cfolder15.png
-share/gforge/www/themes/gforge/images/ic/check.png
-share/gforge/www/themes/gforge/images/ic/cvs16b.png
-share/gforge/www/themes/gforge/images/ic/docman16b.png
-share/gforge/www/themes/gforge/images/ic/forum20g.png
-share/gforge/www/themes/gforge/images/ic/forum20w.png
-share/gforge/www/themes/gforge/images/ic/ftp16b.png
-share/gforge/www/themes/gforge/images/ic/halfcheck.png
-share/gforge/www/themes/gforge/images/ic/home16b.png
-share/gforge/www/themes/gforge/images/ic/index.png
-share/gforge/www/themes/gforge/images/ic/mail16b.png
-share/gforge/www/themes/gforge/images/ic/mail16d.png
-share/gforge/www/themes/gforge/images/ic/mail16w.png
-share/gforge/www/themes/gforge/images/ic/manual16c.png
-share/gforge/www/themes/gforge/images/ic/msg.png
-share/gforge/www/themes/gforge/images/ic/ofolder15.png
-share/gforge/www/themes/gforge/images/ic/pencil.png
-share/gforge/www/themes/gforge/images/ic/save.png
-share/gforge/www/themes/gforge/images/ic/survey16b.png
-share/gforge/www/themes/gforge/images/ic/taskman20g.png
-share/gforge/www/themes/gforge/images/ic/taskman20w.png
-share/gforge/www/themes/gforge/images/ic/tracker20g.png
-share/gforge/www/themes/gforge/images/ic/tracker20w.png
-share/gforge/www/themes/gforge/images/ic/trash-x.png
-share/gforge/www/themes/gforge/images/ic/trash.png
-share/gforge/www/themes/gforge/images/ic/write16w.png
-share/gforge/www/themes/gforge/images/ic/xmail16w.png
-share/gforge/www/themes/gforge/images/logo.png
-share/gforge/www/themes/gforge/images/t.png
-share/gforge/www/themes/gforge/images/t2.png
-share/gforge/www/themes/gforge/images/tabs/bottomleft-inner.png
-share/gforge/www/themes/gforge/images/tabs/bottomleft.png
-share/gforge/www/themes/gforge/images/tabs/bottomright-inner.png
-share/gforge/www/themes/gforge/images/tabs/bottomright.png
-share/gforge/www/themes/gforge/images/tabs/topleft-dark.png
-share/gforge/www/themes/gforge/images/tabs/topleft-inner-dark.png
-share/gforge/www/themes/gforge/images/tabs/topleft-inner.png
-share/gforge/www/themes/gforge/images/tabs/topleft.png
-share/gforge/www/themes/gforge/images/tabs/topright-dark.png
-share/gforge/www/themes/gforge/images/tabs/topright-inner-dark.png
-share/gforge/www/themes/gforge/images/tabs/topright-inner.png
-share/gforge/www/themes/gforge/images/tabs/topright.png
-share/gforge/www/themes/index.php
-share/gforge/www/themes/osx/README
-share/gforge/www/themes/osx/Theme.class
-share/gforge/www/themes/osx/images/background.png
-share/gforge/www/themes/osx/images/clear.png
-share/gforge/www/themes/osx/images/ic/Admin.png
-share/gforge/www/themes/osx/images/ic/Bugs.png
-share/gforge/www/themes/osx/images/ic/CVS.png
-share/gforge/www/themes/osx/images/ic/Docs.png
-share/gforge/www/themes/osx/images/ic/Files.png
-share/gforge/www/themes/osx/images/ic/Forums.png
-share/gforge/www/themes/osx/images/ic/Homepage.png
-share/gforge/www/themes/osx/images/ic/Lists.png
-share/gforge/www/themes/osx/images/ic/News.png
-share/gforge/www/themes/osx/images/ic/Patches.png
-share/gforge/www/themes/osx/images/ic/Summary.png
-share/gforge/www/themes/osx/images/ic/Support.png
-share/gforge/www/themes/osx/images/ic/Surveys.png
-share/gforge/www/themes/osx/images/ic/Tasks.png
-share/gforge/www/themes/osx/images/ic/Tracker.png
-share/gforge/www/themes/osx/images/ic/caret.png
-share/gforge/www/themes/osx/images/ic/cfolder15.png
-share/gforge/www/themes/osx/images/ic/check.png
-share/gforge/www/themes/osx/images/ic/cvs16b.png
-share/gforge/www/themes/osx/images/ic/docman16b.png
-share/gforge/www/themes/osx/images/ic/forum20g.png
-share/gforge/www/themes/osx/images/ic/forum20w.png
-share/gforge/www/themes/osx/images/ic/ftp16b.png
-share/gforge/www/themes/osx/images/ic/halfcheck.png
-share/gforge/www/themes/osx/images/ic/home16b.png
-share/gforge/www/themes/osx/images/ic/index.png
-share/gforge/www/themes/osx/images/ic/mail16b.png
-share/gforge/www/themes/osx/images/ic/mail16d.png
-share/gforge/www/themes/osx/images/ic/manual16c.png
-share/gforge/www/themes/osx/images/ic/ofolder15.png
-share/gforge/www/themes/osx/images/ic/pencil.png
-share/gforge/www/themes/osx/images/ic/save.png
-share/gforge/www/themes/osx/images/ic/survey16b.png
-share/gforge/www/themes/osx/images/ic/taskman20g.png
-share/gforge/www/themes/osx/images/ic/taskman20w.png
-share/gforge/www/themes/osx/images/ic/tracker20g.png
-share/gforge/www/themes/osx/images/ic/tracker20w.png
-share/gforge/www/themes/osx/images/ic/trash-x.png
-share/gforge/www/themes/osx/images/ic/trash.png
-share/gforge/www/themes/osx/images/logo.png
-share/gforge/www/themes/osx/images/logohover.png
-share/gforge/www/themes/osx/images/point1.png
-share/gforge/www/themes/osx/images/proj/cvs16b.png
-share/gforge/www/themes/osx/images/proj/docman16b.png
-share/gforge/www/themes/osx/images/proj/ftp16b.png
-share/gforge/www/themes/osx/images/proj/home16b.png
-share/gforge/www/themes/osx/images/proj/mail16b.png
-share/gforge/www/themes/osx/images/proj/mail16d.png
-share/gforge/www/themes/osx/images/proj/manual16c.png
-share/gforge/www/themes/osx/images/proj/notes16.png
-share/gforge/www/themes/osx/images/proj/survey16b.png
-share/gforge/www/themes/osx/images/proj/taskman16b.png
-share/gforge/www/themes/osx/images/rateit.png
-share/gforge/www/themes/osx/images/tabs/deselect.png
-share/gforge/www/themes/osx/images/tabs/leftblenddeselect.png
-share/gforge/www/themes/osx/images/tabs/leftblendselect.png
-share/gforge/www/themes/osx/images/tabs/leftdeselect.png
-share/gforge/www/themes/osx/images/tabs/leftselect.png
-share/gforge/www/themes/osx/images/tabs/rightblenddeselect.png
-share/gforge/www/themes/osx/images/tabs/rightblendselect.png
-share/gforge/www/themes/osx/images/tabs/rightdeselect.png
-share/gforge/www/themes/osx/images/tabs/rightselect.png
-share/gforge/www/themes/osx/images/tabs/ruledeselect.png
-share/gforge/www/themes/osx/images/tabs/ruleselect.png
-share/gforge/www/themes/osx/images/tabs/select.png
-share/gforge/www/top/index.php
-share/gforge/www/top/mostactive.php
-share/gforge/www/top/toplist.php
-share/gforge/www/top/topusers.php
-share/gforge/www/tracker/add.php
-share/gforge/www/tracker/admin/index.php
-share/gforge/www/tracker/browse.php
-share/gforge/www/tracker/detail.php
-share/gforge/www/tracker/download.php
-share/gforge/www/tracker/include/ArtifactFileHtml.class
-share/gforge/www/tracker/include/ArtifactHtml.class
-share/gforge/www/tracker/include/ArtifactTypeHtml.class
-share/gforge/www/tracker/index.php
-share/gforge/www/tracker/mod-limited.php
-share/gforge/www/tracker/mod.php
-share/gforge/www/tracker/reporting/index.php
-share/gforge/www/tracker/taskmgr.php
-share/gforge/www/users
diff --git a/gforge/TODO b/gforge/TODO
deleted file mode 100644
index 2e8c7e3a20..0000000000
--- a/gforge/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- This package has known vulnerabilities, please investigate and fix if possible (see: CVE-2008-0167,
-CVE-2008-0173, CVE-2008-2381, SA37450, SA37587).
diff --git a/gforge/distinfo b/gforge/distinfo
deleted file mode 100644
index 93e2b5f86f..0000000000
--- a/gforge/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2006/07/06 21:48:28 thomasklausner Exp $
-
-SHA1 (gforge-3.1.tar.gz) = 47dd60be208174b2ee3fd956c7b90993bdc0c0de
-RMD160 (gforge-3.1.tar.gz) = d54078b0499f2fc29e33d02175d5cdff006a7be9
-Size (gforge-3.1.tar.gz) = 1159454 bytes



Home | Main Index | Thread Index | Old Index