summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-05 20:16:59 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-01-05 20:16:59 +0000
commit0dcf1b3b749274b5fc1565c66df0ca21aa63ddaa (patch)
tree23457d219192742601e7a9edde4ba6847ea749dc
parent6298e7ff351d926ce7f9dae0aad60b0693ba7b00 (diff)
downloadfreebsd-ports-0dcf1b3b749274b5fc1565c66df0ca21aa63ddaa.zip
Remove just added port. pbl is already available under databases/libpbl.
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pbl/Makefile39
-rw-r--r--databases/pbl/distinfo3
-rw-r--r--databases/pbl/pkg-descr13
4 files changed, 0 insertions, 56 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 49c4b9b4fd94..0f5af104c03f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -250,7 +250,6 @@
SUBDIR += p5-postgresql-plperl
SUBDIR += p5-qdbm
SUBDIR += p5-sqlrelay
- SUBDIR += pbl
SUBDIR += pear-DB
SUBDIR += pear-DB_DataObject
SUBDIR += pear-DB_DataObject_FormBuilder
diff --git a/databases/pbl/Makefile b/databases/pbl/Makefile
deleted file mode 100644
index c57d8fdd418d..000000000000
--- a/databases/pbl/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: pbl
-# Date created: 3. Jan 2006
-# Whom: johans
-#
-# $FreeBSD$
-
-PORTNAME= pbl
-PORTVERSION= 1.03
-CATEGORIES= databases
-MASTER_SITES= http://mission.base.com/peter/source/ \
- ftp://ftp.stack.nl/pub/users/johans/pbl/
-DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/}
-
-MAINTAINER= johans@stack.nl
-COMMENT= A highly portable database library
-
-USE_REINPLACE= yes
-
-MAKEFILE= makefile
-
-PLIST_FILES= lib/libpbl.a include/pbl.h bin/pblkfblockprint
-PORTDOCS= *
-
-post-patch:
- @${REINPLACE_CMD} -E '/^(CC|CFLAGS)/d; s/-O2//' ${WRKSRC}/${MAKEFILE}
- @${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' ${WRKSRC}/*.c
- @${REINPLACE_CMD} -e 's/sys\/dir\.h/dirent.h/' ${WRKSRC}/pbl.h
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libpbl.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/pbl.h ${PREFIX}/include
- ${INSTALL_PROGRAM} ${WRKSRC}/pblkfblockprint ${PREFIX}/bin
-
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/pbl/distinfo b/databases/pbl/distinfo
deleted file mode 100644
index 383950aaf418..000000000000
--- a/databases/pbl/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pbl_1_03.tar.gz) = 452b1f802dfb2da7ceaaf647eb8564c8
-SHA256 (pbl_1_03.tar.gz) = dc14cdf46cacf3d634c49c1487dde8e4469269f87eaa9e6205f6ada2f6cee87e
-SIZE (pbl_1_03.tar.gz) = 114672
diff --git a/databases/pbl/pkg-descr b/databases/pbl/pkg-descr
deleted file mode 100644
index 71b9fa09c2db..000000000000
--- a/databases/pbl/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-PBL (Peter Graf's Program Base Library) is a library with highly portable
-database functions that can be used in a C or C++ project.
-
-The code of the PBL library includes:
-
- - PBL BASE - some base functions (pbl_*)
- - PBL HASH - a memory hash table implementation (pblHt*)
- - PBL KEYFILE - a key file implementation (pblKf*)
- - PBL ISAM - an ISAM file implementation (pblIsam*)
-
-The spamprobe project (mail/spamprobe) can be used with PBL databases.
-
-WWW: http://mission.base.com/peter/source/