aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-03-09 02:58:27 +0800
committerbrooks <brooks@FreeBSD.org>2013-03-09 02:58:27 +0800
commitb9f7eff04a1f013226b4f99776f47591eba3ab7d (patch)
tree5b9c66787a80f71aa9947790925f103998d73e61 /databases
parent87ab660f8e4d744a54eeab14d41d1835dcfcc742 (diff)
downloadfreebsd-ports-gnome-b9f7eff04a1f013226b4f99776f47591eba3ab7d.tar.gz
freebsd-ports-gnome-b9f7eff04a1f013226b4f99776f47591eba3ab7d.tar.zst
freebsd-ports-gnome-b9f7eff04a1f013226b4f99776f47591eba3ab7d.zip
Remove databases/ruby-dbdbd. The project is dead and I know of no users.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/ruby-dbdbd/Makefile55
-rw-r--r--databases/ruby-dbdbd/distinfo2
-rw-r--r--databases/ruby-dbdbd/pkg-descr8
4 files changed, 0 insertions, 66 deletions
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/