diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2013-03-09 02:58:27 +0800 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2013-03-09 02:58:27 +0800 |
commit | 76db5d5e93d647fd96a6c5c5ebe39a407de68ff2 (patch) | |
tree | 5b9c66787a80f71aa9947790925f103998d73e61 | |
parent | 82b383dc7b3510bfc137f47dba81b6403ff872ad (diff) | |
download | freebsd-ports-gnome-76db5d5e93d647fd96a6c5c5ebe39a407de68ff2.tar.gz freebsd-ports-gnome-76db5d5e93d647fd96a6c5c5ebe39a407de68ff2.tar.zst freebsd-ports-gnome-76db5d5e93d647fd96a6c5c5ebe39a407de68ff2.zip |
Remove databases/ruby-dbdbd. The project is dead and I know of no users.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/ruby-dbdbd/Makefile | 55 | ||||
-rw-r--r-- | databases/ruby-dbdbd/distinfo | 2 | ||||
-rw-r--r-- | databases/ruby-dbdbd/pkg-descr | 8 |
5 files changed, 1 insertions, 66 deletions
@@ -4134,3 +4134,4 @@ x11/powershell||2013-03-06|Has expired: Broken for more then 6 month devel/py-setuptools|devel/py-distribute|2013-03-06|Replaced with distribute devel/ZendOptimizer|www/pecl-zendoptimizerplus|2013-03-07|Replaced with supported open-source release net-im/jreen||2013-03-07|Removed +databases/ruby-dbdbd||2013-03-08|Dead project, no knonw users diff --git a/databases/Makefile b/databases/Makefile index acfaff5582c5..69de25d2e5eb 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -790,7 +790,6 @@ SUBDIR += ruby-dbd_pg SUBDIR += ruby-dbd_sqlite SUBDIR += ruby-dbd_sqlite3 - SUBDIR += ruby-dbdbd SUBDIR += ruby-dbi SUBDIR += ruby-frontbase SUBDIR += ruby-gdbm diff --git a/databases/ruby-dbdbd/Makefile b/databases/ruby-dbdbd/Makefile deleted file mode 100644 index 0f12090e929f..000000000000 --- a/databases/ruby-dbdbd/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: ruby-dbdbd -# Date created: 08 December 2004 -# Whom: Brooks Davis <brooks@aero.org> -# -# $FreeBSD$ -# - -PORTNAME= dbdbd -PORTVERSION= 0.2.2 -CATEGORIES= databases ruby -MASTER_SITES= http://knossos.shu.edu/dblack/dbdbd/ \ - http://raa.ruby-lang.org/cache/${PORTNAME}/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz - -MAINTAINER= brooks@FreeBSD.org -COMMENT= David Black's DataBase Definer - -DEPRECATED= Dead project, apparently unused -EXPIRATION_DATE=2013-03-01 - -RESTRICTED= License only allows unchanged distributions - -USE_RUBY= yes -NO_BUILD= yes - -# DOCS -DOCS= ChangeLog doc/README doc/README.html -# EXAMPLES relative to samples subdir -EXAMPLES= movies.rb movies.txt phonebook.rb phonebook.txt - -PLIST_FILES= %%RUBY_SITELIBDIR%%/dbdbd.rb \ - ${EXAMPLES:C;^;%%RUBY_MODEXAMPLESDIR%%/;} -PLIST_DIRS= %%RUBY_MODEXAMPLESDIR%% -.if !defined(NOPORTDOCS) -PLIST_FILES+= ${DOCS:C;^;%%RUBY_MODDOCDIR%%/;:C;doc/;;} -PLIST_DIRS+= %%RUBY_MODDOCDIR%% -.endif - -.include <bsd.port.pre.mk> - -do-install: - ${INSTALL_DATA} ${WRKSRC}/dbdbd.rb ${RUBY_SITELIBDIR} - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/databases/ruby-dbdbd/distinfo b/databases/ruby-dbdbd/distinfo deleted file mode 100644 index 847519a717d6..000000000000 --- a/databases/ruby-dbdbd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dbdbd-0.2.2.tgz) = 91c9fd002bc80a128caa5f5a6ef1aa78f559f2368702d13863fe7b026c731759 -SIZE (dbdbd-0.2.2.tgz) = 39091 diff --git a/databases/ruby-dbdbd/pkg-descr b/databases/ruby-dbdbd/pkg-descr deleted file mode 100644 index 51364b37d373..000000000000 --- a/databases/ruby-dbdbd/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -dbdbd is a tool for reading and writing simple flat-text data files. A -dbdbd data file has record per line, plus optional comments, and can be -edited by hand as well as manipulated with dbdbd. In fact, the main goal -of dbdbd is to provide a semi-automated alternative to ad hoc -text-parsing scripts, in a way that still allows for the option of -editing data files by hand when desired. - -WWW: http://knossos.shu.edu/dblack/dbdbd/ |