aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-03-08 17:49:50 +0800
committerrene <rene@FreeBSD.org>2014-03-08 17:49:50 +0800
commit68ee0b57bd43d69bba7c5f41db2091729a45b3f3 (patch)
tree1cc4d9da5bf337f5ebcafb8eabef889719b1b349 /databases
parent0d46b9ec8d3990245a2f23dcf39072a75588919b (diff)
downloadfreebsd-ports-gnome-68ee0b57bd43d69bba7c5f41db2091729a45b3f3.tar.gz
freebsd-ports-gnome-68ee0b57bd43d69bba7c5f41db2091729a45b3f3.tar.zst
freebsd-ports-gnome-68ee0b57bd43d69bba7c5f41db2091729a45b3f3.zip
Remove expired ports with no active website:
2014-03-07 deskutils/phprojekt: No more public distfiles 2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles 2014-03-07 dns/skadns: No more public distfiles 2014-03-07 sysutils/gkrellmwho2: No more public distfiles 2014-03-07 audio/xmms-musepack: No more public distfiles 2014-03-07 archivers/bzip: No more public distfiles 2014-03-07 devel/cvsstat: No more public distfiles 2014-03-07 graphics/enfle: No more public distfiles 2014-03-07 audio/oggsplit: No more public distfiles 2014-03-07 devel/picasm: No more public distfiles 2014-03-07 databases/mysql-udf-preg: No more public distfiles 2014-03-07 devel/py-gitpython: No more public distfiles 2014-03-07 net/mars_nwe: No more public distfiles 2014-03-07 audio/fmio: No more public distfiles
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/mysql-udf-preg/Makefile39
-rw-r--r--databases/mysql-udf-preg/distinfo2
-rw-r--r--databases/mysql-udf-preg/pkg-descr16
-rw-r--r--databases/mysql-udf-preg/pkg-message5
5 files changed, 0 insertions, 63 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 2783e6e578a9..dd020fad7fb5 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -219,7 +219,6 @@
SUBDIR += mysql-proxy
SUBDIR += mysql-q4m
SUBDIR += mysql-udf
- SUBDIR += mysql-udf-preg
SUBDIR += mysql-udf-sys
SUBDIR += mysql-workbench51
SUBDIR += mysql-workbench52
diff --git a/databases/mysql-udf-preg/Makefile b/databases/mysql-udf-preg/Makefile
deleted file mode 100644
index 1962b5e1d4f1..000000000000
--- a/databases/mysql-udf-preg/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= mysql-udf-preg
-PORTVERSION= 1.0.1
-PORTREVISION= 2
-CATEGORIES= databases
-MASTER_SITES= http://www.mysqludf.org/lib_mysqludf_preg/
-DISTNAME= lib_mysqludf_preg-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library of MySQL UDFs providing access to PCRE
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
-
-LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/mysql/plugin
-USES= gmake
-USE_MYSQL= yes
-
-USE_LDCONFIG= yes
-
-WRKSRC= ${WRKDIR}/lib_mysqludf_preg-${PORTVERSION}
-
-PLIST_FILES= lib/mysql/plugin/lib_mysqludf_preg.a \
- lib/mysql/plugin/lib_mysqludf_preg.la \
- lib/mysql/plugin/lib_mysqludf_preg.so \
- %%DATADIR%%/installdb.sql \
- %%DATADIR%%/uninstalldb.sql
-PLIST_DIRS= ${DATADIR_REL} lib/mysql/plugin
-
-post-install:
- @${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/installdb.sql ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/uninstalldb.sql ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/databases/mysql-udf-preg/distinfo b/databases/mysql-udf-preg/distinfo
deleted file mode 100644
index b2b8c83e769c..000000000000
--- a/databases/mysql-udf-preg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (lib_mysqludf_preg-1.0.1.tar.gz) = 50c7179b354148d66a2324f1a8ed918b133924c8fc0cd53c28afda70e1768daa
-SIZE (lib_mysqludf_preg-1.0.1.tar.gz) = 321868
diff --git a/databases/mysql-udf-preg/pkg-descr b/databases/mysql-udf-preg/pkg-descr
deleted file mode 100644
index 8733f2a1ea85..000000000000
--- a/databases/mysql-udf-preg/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-lib_mysqludf_preg is a library of mysql UDFs (user-defined-functions) that
-provide access to the PCRE (perl compatible-regular-expressions) library
-for pattern matching. The PCRE library is a set of functions that
-implement regular expression pattern matching using the same syntax and
-semantics as Perl 5. This syntax can often handle more complex expressions
-and capturing than standard regular expression implementations. For more
-information about PCRE, please see: http://www.pcre.org/
-
-lib_mysqludf_preg is a useful performance optimization for those
-applications that are already performing these regular expression
-matches in a high level language (ie. PHP) on the client side.
-It is also helpful when there is a need to capture a parenthesized
-subexpression from a regular expression, or simply as a slight
-performance boost over the builtin RLIKE/REGEXP functions.
-
-WWW: http://www.mysqludf.org/lib_mysqludf_preg/index.php
diff --git a/databases/mysql-udf-preg/pkg-message b/databases/mysql-udf-preg/pkg-message
deleted file mode 100644
index 4f6184619a49..000000000000
--- a/databases/mysql-udf-preg/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-== Install the SQL functions ==
-make installdb
-
-== Uninstall the SQL functions ==
-make uninstalldb