diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-01 07:35:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-01 07:35:46 +0000 |
commit | c993547647ade192de588d835170899ea69750fa (patch) | |
tree | 1066049488d0de8086aaf3e233ead12bf19d5d4e /databases/mysql-editor | |
parent | - Update to 0.12.17 (diff) |
2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
Diffstat (limited to '')
-rw-r--r-- | databases/mysql-editor/Makefile | 40 | ||||
-rw-r--r-- | databases/mysql-editor/distinfo | 2 | ||||
-rw-r--r-- | databases/mysql-editor/pkg-descr | 2 | ||||
-rw-r--r-- | databases/mysql-editor/pkg-plist | 11 |
4 files changed, 0 insertions, 55 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile deleted file mode 100644 index 573ceecd07fa..000000000000 --- a/databases/mysql-editor/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: mysql-editor -# Date created: Mar 14, 2000 -# Whom: Mikhail Teterin <mi@aldan.algebra.com> -# -# $FreeBSD$ -# - -PORTNAME= mysql-editor -PORTVERSION= 0.2 -CATEGORIES= databases www -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR=Contrib/Old-Versions -DISTNAME= ${PORTNAME} - -MAINTAINER= mi@aldan.algebra.com -COMMENT= CGI scripts in Perl to edit your MySQL tables - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-11-01 - -USE_APACHE= 13 -NO_BUILD= yes -USE_PERL5= yes - -CGI_BIN= ${LOCALBASE}/www/cgi-bin - -do-install: - ${MKDIR} ${CGI_BIN}/mysql-editor - ${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${CGI_BIN}/mysql-editor/ - ${INSTALL_DATA} ${WRKSRC}/index.html ${CGI_BIN}/mysql-editor/ - ${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql-editor - ${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/databases/mysql-editor/distinfo b/databases/mysql-editor/distinfo deleted file mode 100644 index 7b0282ca29a7..000000000000 --- a/databases/mysql-editor/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mysql-editor.tar.gz) = 7c2a54af884e17bc3ed17741b857fef6ac87cbd421f117878b67d87039adb587 -SIZE (mysql-editor.tar.gz) = 3718 diff --git a/databases/mysql-editor/pkg-descr b/databases/mysql-editor/pkg-descr deleted file mode 100644 index 6cd5f199f5cf..000000000000 --- a/databases/mysql-editor/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -These cgi scripts in Perl enable you to edit the contents of Mysql databases. -They don't support editing of the entire database structure. diff --git a/databases/mysql-editor/pkg-plist b/databases/mysql-editor/pkg-plist deleted file mode 100644 index 62f4a7cabaf4..000000000000 --- a/databases/mysql-editor/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PORTDOCS%%share/doc/mysql-editor/readme.html -www/cgi-bin/mysql-editor/addi.cgi -www/cgi-bin/mysql-editor/addu.cgi -www/cgi-bin/mysql-editor/dat.conf.sample -www/cgi-bin/mysql-editor/dell.cgi -www/cgi-bin/mysql-editor/edit.cgi -www/cgi-bin/mysql-editor/index.html -www/cgi-bin/mysql-editor/insert.cgi -www/cgi-bin/mysql-editor/view.cgi -@dirrm www/cgi-bin/mysql-editor -%%PORTDOCS%%@dirrm share/doc/mysql-editor |