diff options
author | rene <rene@FreeBSD.org> | 2013-07-11 17:33:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-11 17:33:29 +0800 |
commit | 57f2c54f1448314665cfe469b6b631c6517b843d (patch) | |
tree | 9f3970ce1616381625ef097aab843d1ad2a4b99f /databases | |
parent | 03ada571f4a06d17204d8ebee32cbd4209bd2f9c (diff) | |
download | freebsd-ports-graphics-57f2c54f1448314665cfe469b6b631c6517b843d.tar.gz freebsd-ports-graphics-57f2c54f1448314665cfe469b6b631c6517b843d.tar.zst freebsd-ports-graphics-57f2c54f1448314665cfe469b6b631c6517b843d.zip |
Remove expired ports:
2013-07-11 databases/embedded_innodb: The Embedded InnoDB project was terminated a few years ago
2013-07-11 print/lyx16: Unmaintained upstream, upgrading to the 2.x series is advised
2013-07-11 security/py-crack: Superseded by security/py-cracklib
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/embedded_innodb/Makefile | 23 | ||||
-rw-r--r-- | databases/embedded_innodb/distinfo | 2 | ||||
-rw-r--r-- | databases/embedded_innodb/pkg-descr | 15 | ||||
-rw-r--r-- | databases/embedded_innodb/pkg-plist | 26 |
5 files changed, 0 insertions, 67 deletions
diff --git a/databases/Makefile b/databases/Makefile index 648f1fa126d..0f8ad9b81ad 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -59,7 +59,6 @@ SUBDIR += dbtool SUBDIR += dbview SUBDIR += drizzle - SUBDIR += embedded_innodb SUBDIR += emma SUBDIR += epgsql SUBDIR += erlang-mysql diff --git a/databases/embedded_innodb/Makefile b/databases/embedded_innodb/Makefile deleted file mode 100644 index e10cc28d153..00000000000 --- a/databases/embedded_innodb/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: Embedded InnoDB -# Date created: 10 June 2009 -# Whom: Vasil Dimov <vd@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= embedded_innodb -PORTVERSION= 1.0.6.6750 -CATEGORIES= databases -MASTER_SITES= http://www.innodb.com/download/embedded_innodb/ - -MAINTAINER= vd@FreeBSD.org -COMMENT= Standalone version of the MySQL storage engine InnoDB - -DEPRECATED= The Embedded InnoDB project was terminated a few years ago -EXPIRATION_DATE=2013-07-11 - -GNU_CONFIGURE= yes - -USE_LDCONFIG= yes - -.include <bsd.port.mk> diff --git a/databases/embedded_innodb/distinfo b/databases/embedded_innodb/distinfo deleted file mode 100644 index 44e806d2270..00000000000 --- a/databases/embedded_innodb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (embedded_innodb-1.0.6.6750.tar.gz) = 762af377c2a83a13fa9b720e43daed036304568874fa7d71819903e4551a2f01 -SIZE (embedded_innodb-1.0.6.6750.tar.gz) = 1508758 diff --git a/databases/embedded_innodb/pkg-descr b/databases/embedded_innodb/pkg-descr deleted file mode 100644 index 9bfb53d49ea..00000000000 --- a/databases/embedded_innodb/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This is the standalone version of the MySQL storage engine InnoDB. - -Made for application developers, device makers and ISVs, Embedded InnoDB -provides all the features of InnoDB in an embeddable form, without the -overhead of the MySQL server. - -Embedded InnoDB is used independently of MySQL. It is designed to be linked -directly into application programs, and provides highly efficient, low-level -database management services, not using SQL. - -Embedded InnoDB provides concurrency control, sophisticated indexing and crash -recovery. It is used via non-SQL, ISAM-like API for creating and querying -tables and executing other data management functions. - -WWW: http://www.innodb.com/products/embedded-innodb/ diff --git a/databases/embedded_innodb/pkg-plist b/databases/embedded_innodb/pkg-plist deleted file mode 100644 index ee1150bb5a4..00000000000 --- a/databases/embedded_innodb/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -include/embedded_innodb-1.0/innodb.h -lib/libinnodb.a -lib/libinnodb.la -lib/libinnodb.so -lib/libinnodb.so.3 -share/embedded_innodb-1.0/examples/Makefile.examples -share/embedded_innodb-1.0/examples/README -share/embedded_innodb-1.0/examples/ib_cfg.c -share/embedded_innodb-1.0/examples/ib_compressed.c -share/embedded_innodb-1.0/examples/ib_cursor.c -share/embedded_innodb-1.0/examples/ib_index.c -share/embedded_innodb-1.0/examples/ib_logger.c -share/embedded_innodb-1.0/examples/ib_mt_stress.c -share/embedded_innodb-1.0/examples/ib_search.c -share/embedded_innodb-1.0/examples/ib_status.c -share/embedded_innodb-1.0/examples/ib_test1.c -share/embedded_innodb-1.0/examples/ib_test2.c -share/embedded_innodb-1.0/examples/ib_test3.c -share/embedded_innodb-1.0/examples/ib_test5.c -share/embedded_innodb-1.0/examples/ib_types.c -share/embedded_innodb-1.0/examples/ib_update.c -share/embedded_innodb-1.0/examples/test0aux.c -share/embedded_innodb-1.0/examples/test0aux.h -@dirrm include/embedded_innodb-1.0 -@dirrm share/embedded_innodb-1.0/examples -@dirrm share/embedded_innodb-1.0 |