diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-07 18:02:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-07 18:02:23 +0000 |
commit | 65bc1c44862704b9b83bcccb85039a9e59783d0e (patch) | |
tree | fcb2e92dbd409845b44ea584b517d485ce87231d | |
parent | 82eea73608e25dd8f07260703ed9a3f371c76210 (diff) | |
download | ports-65bc1c44862704b9b83bcccb85039a9e59783d0e.tar.gz ports-65bc1c44862704b9b83bcccb85039a9e59783d0e.zip |
Notes
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | databases/frontbase/Makefile | 68 | ||||
-rw-r--r-- | databases/frontbase/distinfo | 2 | ||||
-rw-r--r-- | databases/frontbase/files/LICENSE.txt | 37 | ||||
-rw-r--r-- | databases/frontbase/files/frontbase.in | 57 | ||||
-rw-r--r-- | databases/frontbase/files/pkg-message.in | 8 | ||||
-rw-r--r-- | databases/frontbase/pkg-descr | 4 | ||||
-rw-r--r-- | databases/frontbase/pkg-install | 72 | ||||
-rw-r--r-- | databases/frontbase/pkg-plist | 86 | ||||
-rw-r--r-- | databases/p5-DBD-FrontBase/Makefile | 23 | ||||
-rw-r--r-- | databases/p5-DBD-FrontBase/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBD-FrontBase/files/patch-Makefile.PL | 53 | ||||
-rw-r--r-- | databases/p5-DBD-FrontBase/pkg-descr | 4 | ||||
-rw-r--r-- | databases/p5-DBD-FrontBase/pkg-plist | 9 | ||||
-rw-r--r-- | databases/ruby-frontbase/Makefile | 30 | ||||
-rw-r--r-- | databases/ruby-frontbase/distinfo | 2 | ||||
-rw-r--r-- | databases/ruby-frontbase/files/patch-extconf.rb | 13 | ||||
-rw-r--r-- | databases/ruby-frontbase/files/patch-frontbase.c | 61 | ||||
-rw-r--r-- | databases/ruby-frontbase/pkg-descr | 3 | ||||
-rw-r--r-- | databases/ruby-frontbase/pkg-plist | 1 |
21 files changed, 3 insertions, 538 deletions
@@ -7037,3 +7037,6 @@ lang/otcl||2014-09-07|Not staged devel/tclcl||2014-09-07|Cascade removal (lang/otcl) net/nam||2014-09-07|Cascade removal (lang/otcl) net/ns||2014-09-07|Cascade removal (lang/otcl) +databases/frontbase||2014-09-07|Not staged +databases/p5-DBD-FrontBase||2014-09-07|Cascade removal (databases/frontbase) +databases/ruby-frontbase||2014-09-07|Cascade removal (databases/frontbase) diff --git a/databases/Makefile b/databases/Makefile index ace8716a14b7..9866962d741e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -71,7 +71,6 @@ SUBDIR += freetds SUBDIR += freetds-devel SUBDIR += freetds-msdblib - SUBDIR += frontbase SUBDIR += frontbase-jdbc SUBDIR += gadfly SUBDIR += galera @@ -281,7 +280,6 @@ SUBDIR += p5-DBD-AnyData SUBDIR += p5-DBD-CSV SUBDIR += p5-DBD-Excel - SUBDIR += p5-DBD-FrontBase SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP @@ -816,7 +814,6 @@ SUBDIR += ruby-dbd_sqlite SUBDIR += ruby-dbd_sqlite3 SUBDIR += ruby-dbi - SUBDIR += ruby-frontbase SUBDIR += ruby-gdbm SUBDIR += ruby-mysql SUBDIR += ruby-o_dbm diff --git a/databases/frontbase/Makefile b/databases/frontbase/Makefile deleted file mode 100644 index 268bffd4dfba..000000000000 --- a/databases/frontbase/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# Created by: Quinton Dolan <q@onthenet.com.au> -# $FreeBSD$ - -PORTNAME= FrontBase -PORTVERSION= 4.2.9 -CATEGORIES= databases -MASTER_SITES= http://www.frontbase.com/download/Download_${PORTVERSION}/FreeBSD5/:db -MASTER_SITES+= http://www.frontbase.com/download/WO5Plugin/UnixLinux/:plugin -DISTFILES= FrontBase-${PORTVERSION}-FreeBSD5.tar:db - -MAINTAINER= ports@FreeBSD.org -COMMENT= Frontbase SQL Database Server - -LICENSE= FrontBase -LICENSE_NAME= FrontBase -LICENSE_FILE= ${FILESDIR}/LICENSE.txt -LICENSE_PERMS= no-auto-accept # nothing else allowed either - -NO_PACKAGE= license requires confirmation - -USE_RC_SUBR= frontbase -USE_LDCONFIG= yes -SUB_FILES+= pkg-message - -ONLY_FOR_ARCHS= i386 - -OPTIONS_DEFINE= DOCS - -NO_STAGE= yes -# Binary is built for 5.X : -LIB_DEPENDS+= libc.so.5:${PORTSDIR}/misc/compat5x - -USERS= frontbase -GROUPS= frontbase -NO_BUILD= yes -FBPKGNAME= Package.tar.gz -FBDATADIRS= Collations Library Translations - -post-extract: - @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${WRKSRC}/${FBPKGNAME} ${EXTRACT_AFTER_ARGS}) - -do-install: - @${MKDIR} ${PREFIX}/FrontBase - @${ECHO_MSG} -n ">> Installing FrontBase..." -.for dir in ${FBDATADIRS} - @(cd ${WRKSRC}/FrontBase/${dir} && ${COPYTREE_SHARE} \* \ - ${PREFIX}/FrontBase/${dir}/) -.endfor - @(cd ${WRKSRC}/FrontBase/bin && ${COPYTREE_BIN} \* \ - ${PREFIX}/FrontBase/bin/) - @(cd ${WRKSRC}/FrontBase/Documentation && \ - ${COPYTREE_SHARE} \* ${DOCSDIR}) - @(cd ${WRKSRC}/FrontBase/include && ${CP} -R * \ - ${PREFIX}/include) - @(cd ${WRKSRC}/FrontBase/lib && ${CP} -R * \ - ${PREFIX}/lib) - @${LN} -f ${PREFIX}/FrontBase/bin/sql92 ${PREFIX}/bin/sql92 - @${ECHO_MSG} " [ DONE ]" - -pre-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/databases/frontbase/distinfo b/databases/frontbase/distinfo deleted file mode 100644 index 7c6976ee2b9c..000000000000 --- a/databases/frontbase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (FrontBase-4.2.9-FreeBSD5.tar) = d82dad9b0132811c05939a40e72c67519e2d4a535256a68ec93939295d8a75f2 -SIZE (FrontBase-4.2.9-FreeBSD5.tar) = 3136512 diff --git a/databases/frontbase/files/LICENSE.txt b/databases/frontbase/files/LICENSE.txt deleted file mode 100644 index 804715877126..000000000000 --- a/databases/frontbase/files/LICENSE.txt +++ /dev/null @@ -1,37 +0,0 @@ -FRONTBASE, INC. END USER LICENSE AGREEMENT - - -Please read this document carefully. This is a legal agreement between you ("Licensee") and FrontBase, Inc. ("FrontBase"). BY CLICKING THE ACCEPTANCE BUTTON, LICENSEE REPRESENTS AND AGREES THAT LICENSEE IS AUTHORIZED TO CONSENT TO (AND HEREBY AGREES TO) THE TERMS OF THIS AGREEMENT. IF LICENSEE DOES NOT AGREE TO ALL OF THE TERMS, PLEASE SELECT THE BUTTON INDICATING NON-ACCEPTANCE. - -TERMS AND CONDITIONS OF SOFTWARE LICENSE - -1. GRANT OF LICENSE; USE RESTRICTIONS. This End User License Agreement ("Agreement") permits Licensee to download and use one copy of the Software on a single database server ("Server") and to use and install the Software on multiple CPUs that are networked to the Server. Licensee agrees that it shall not modify, translate, reverse compile, decrypt, extract, disassemble, or otherwise reverse engineer any portion of the Software. - -2. COPY RESTRICTIONS. Licensee may make copies (full or partial) for backup or archival purposes to support the right to use licensed herein. Licensee agrees that all copies of the Software shall be owned by FrontBase, shall be considered Software subject to this Agreement, and shall include the same proprietary and copyright notices and legends as supplied by FrontBase and its licensors. - -3. OWNERSHIP OF SOFTWARE. FrontBase retains all right, title, and interest in the Software. Licensee agrees that no title to the Software, or the intellectual property in any of the Software, or in any Software copy, is transferred to Licensee. This license is not a sale of the original Software or any copy thereof. - -4. TRANSFER RESTRICTIONS. Licensee may transfer the Software and all licenses and rights in Software granted under this Agreement, provided that all Software copies are also transferred or destroyed and provided that the transferee agrees to accept the terms and conditions of this Agreement. Licensee's license will automatically terminate upon any transfer of the Software. - -5. TERMINATION. Licensee may terminate this License, without the right of refund, by notifying FrontBase of such termination. FrontBase may terminate this license upon notice for Licensee's failure to comply with any of these License Terms. Upon termination, Licensee must immediately destroy the Software, together with all copies, in any form. - -6. GOVERNING LAW; DISPUTES. This Agreement shall be governed by and interpreted in accordance with the State of California, excluding its choice of law rules. The parties hereby agree that any dispute regarding the interpretation or validity of, or otherwise arising out of, this Agreement, or relating to the products licensed hereunder shall be subject to the exclusive jurisdiction of the California state courts (or, if there is federal jurisdiction, one of the United Stated District Courts for the State of California, and the parties agree to submit to the personal and exclusive jurisdiction and the venue of these courts. - -7. INTEGRATION. This Agreement is the entire agreement between Licensee and FrontBase relating to Software and: (i) supersedes all prior or contemporaneous oral or written communications, proposals and representations with respect to its subject matter; and (ii) prevails over any conflicting or additional terms of any quote, order, acknowledgment, or similar communication between parties during the term of this Agreement. No modification to the Agreement will be binding, unless in writing and signed by a duly authorized representative of each party. - -8. SEVERABILITY. If any provision of this contract is found, by a court of competent jurisdiction, to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision and all other provisions shall remain in effect. - -9. LIMITED WARRANTY AND DISCLAIMER OF WARRANTY; LIMITATION OF LIABILITY. FrontBase warrants that it has the authority and right to license the Software, and that the Software will substantially conform to the material printed specifications therefore which are in effect on the date of original delivery of such Software. FrontBase's entire liability under this warranty shall be, at FrontBase's option, to either (a) refund the price paid for the Software, or (b) repair and replace the full Software. FrontBase's warranty and obligation shall extend for thirty (30) days after initial installation of the Software by Licensee ("Warranty Period"), and is solely for the benefit of Licensee, who has no authority to assign or pass through this warranty to any other person or entity. This warranty shall not apply if Software is used other than in accordance with FrontBase's written instructions, or if any of Licensee's hardware equipment associated with the use of Software malfunctions. - -Except as provided in this Section, the Software is provided to Licensee on an "AS IS" basis, and FrontBase makes no other warranty of any kind, express or implied, with regard to the Software licensed hereunder. FrontBase does not warrant or represent that the Software will operate uninterrupted or error free or that all defects in the Software are correctable or will be corrected. - -EXCEPT AS EXPRESSLY PROVIDED IN THIS LICENSE OR REQUIRED BY APPLICABLE LAW, ALL WARRANTIES, CONDITIONS, REPRESENTATIONS, INDEMNITIES AND GUARANTEES WITH RESPECT TO THE PRODUCTS, WHETHER EXPRESS OR IMPLIED, ARISING BY LAW, CUSTOM, PRIOR ORAL OR WRITTEN STATEMENTS BY LICENSOR, ITS LICENSORS OR REPRESENTATIVES OR OTHERWISE (INCLUDING, BUT NOT LIMITED TO ANY WARRANTY OF MERCHANTABILITY, SATISFACTION AND FITNESS FOR A PARTICULAR PURPOSE) ARE HEREBY OVERRIDDEN, EXCLUDED AND DISCLAIMED. IN NO EVENT SHALL FRONTBASE BE LIABLE FOR ANY SPECIAL, CONSEQUENTIAL, INCIDENTAL OR INDIRECT DAMAGES OF ANY KIND (INCLUDING WITHOUT LIMITATION LOSS OF PROFITS OR DATA AND PERSONAL INJURY), WHETHER OR NOT FRONTBASE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT OR ARISING OUT OF LICENSEE'S USE OF THE SOFTWARE. THESE LIMITATIONS SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY LIMITED REMEDY. In no event will FrontBase be liable for any claim against Licensee by a third party, and Licensee hereby agrees to defend, indemnify, and hold FrontBase harmless for any claims for costs, damages, expenses (including without limitation, reasonable attorneys' fees) or liability arising out of or in connection with the installation, use and performance of the Software licensed hereunder, whether alone or in combination with any other product or service. - -10. LIMITATION ON ACTIONS. Regardless of any statute or law to the contrary, any claim or cause of action arising out of or related to the use of the Software in this Agreement must be filed within one (1) year after such claim or cause of action arose or be forever barred. - -11. WAIVER AND MODIFICATION. Any waiver or modification to this License will not be effective unless executed in writing and signed by an authorized representative of FrontBase. - -12. U.S. EXPORT RESTRICTIONS AND GOVERNMENT RESTRICTED RIGHTS LEGEND. You may not export or re-export the Software or any copy or adaptation in violation of any applicable laws or regulations. Licensee agrees that Licensee does not intend to, and will not, without the prior written approval, if required, of the Office of Export Administration of the U.S. Department of Commerce, Washington, D.C. 20230, transmit either directly or indirectly, any portion of the Software to any country for which such approval is required. - -The Software and Documentation have been developed entirely at private expense. Use, duplication or disclosure of the Software by the Government is subject to restrictions as set forth in FAR 52.227-19(c) or subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 52.227-7013 and/or in similar or successor clauses in the FAR, or the DOD or NASA FAR supplement. Unpublished rights are reserved under the Copyright Laws of the United States. - diff --git a/databases/frontbase/files/frontbase.in b/databases/frontbase/files/frontbase.in deleted file mode 100644 index b11a623a3d49..000000000000 --- a/databases/frontbase/files/frontbase.in +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# PROVIDE: frontbase -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: shutdown - -# Define these frontbase_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE - -. /etc/rc.subr - -name="frontbase" -rcvar=frontbase_enable - -frontbase_enable="${frontbase_enable-NO}" -frontbase_user="${frontbase_user-frontbase}" -frontbase_flags="${frontbase_flags--autostart}" -frontbase_pidfile="${frontbase_pidfile-/var/run/frontbase.pid}" -frontbase_logfile="${frontbase_logfile-/var/log/frontbase.log}" - -logfile=${frontbase_logfile} -runuser=${frontbase_user} - -procname1="%%PREFIX%%/FrontBase/bin/FBExec" -procname2="%%PREFIX%%/FrontBase/bin/FrontBase" -logargs=">>${logfile} 2>&1" -command="%%PREFIX%%/FrontBase/bin/FBExec" -command_args="-daemon ${logargs}" - -load_rc_config $name -start_precmd="start_precmd" -stop_cmd="stop_cmd" - -start_precmd() { - touch ${logfile} && chown ${runuser} ${logfile} -} - -stop_cmd() { - rc_pid="$(check_process ${procname1}) $(check_process ${procname2})" - - echo "Stopping ${name}." - _doit="kill -${sig_stop:-TERM} $rc_pid" - if [ -n "$_user" ]; then - _doit="su -m $_user -c 'sh -c \"$_doit\"'" - fi - eval $_doit - _return=$? - [ $_return -ne 0 ] && [ -z "$rc_force" ] && return 1 - wait_for_pids $rc_pid -} - -run_rc_command "$1" diff --git a/databases/frontbase/files/pkg-message.in b/databases/frontbase/files/pkg-message.in deleted file mode 100644 index 644e6fcd9103..000000000000 --- a/databases/frontbase/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - -FrontBase SQL Server has now been installed. - -To run FrontBase on startup add frontbase_enable="YES" to /etc/rc.conf - -To start the database manually, add the above config and run, - %%PREFIX%%/etc/rc.d/frontbase start - diff --git a/databases/frontbase/pkg-descr b/databases/frontbase/pkg-descr deleted file mode 100644 index af3528b3a10a..000000000000 --- a/databases/frontbase/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -FrontBase is a high performance, scalable, SQL 92 compliant relational -database server created in the internet age for universal deployment. - -WWW: http://www.frontbase.com/ diff --git a/databases/frontbase/pkg-install b/databases/frontbase/pkg-install deleted file mode 100644 index ebf3a1055471..000000000000 --- a/databases/frontbase/pkg-install +++ /dev/null @@ -1,72 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin:/usr/bin -FBUSER=frontbase -DB_DIR=${PKG_PREFIX}/FrontBase/Databases - -backupwarning() { echo " - - =========== BACKUP YOUR DATA! ============= - As always, backup your data before - upgrading. This is *NOT* done by the port! - - Press ctrl-C *now* if you need to backup. - =========================================== -" - sleep 5 -} - -licensestring() { echo " - You will need to obtain and install a valid license string. - Go to http://www.frontbase.com and request a license - - Once you have obtained a valid license string, install it as follows: - - Create a file ${PKG_PREFIX}/FrontBase/LicenseString with a single line - consisting of the 64-character license string, followed by a colon (:) - and the 16-character license check, i.e. a total of 81 characters. - - Once the license file has been installed, restart FrontBase. - - To verify that the license string has been installed correctly, - run ${PKG_PREFIX}/FrontBase/bin/FBInfoCenter -" -} - - -pre-install() { - backupwarning -} - -post-install() { - mkdir -p ${PKG_PREFIX}/FrontBase/Backups - mkdir -p ${PKG_PREFIX}/FrontBase/Databases - mkdir -p ${PKG_PREFIX}/FrontBase/TransactionLogs - chmod 750 ${PKG_PREFIX}/FrontBase/Backups - chmod 750 ${PKG_PREFIX}/FrontBase/Databases - chmod 750 ${PKG_PREFIX}/FrontBase/TransactionLogs - chown -R frontbase:wheel ${PKG_PREFIX}/FrontBase/Backups \ - ${PKG_PREFIX}/FrontBase/Databases \ - ${PKG_PREFIX}/FrontBase/TransactionLogs - licensestring -} - -case $2 in -PRE-INSTALL) - pre-install - exit 0 - ;; -POST-INSTALL) - post-install - exit 0 - ;; -BACKUPWARNING) - backupwarning - exit 0 - ;; -*) - exit 1 - ;; -esac diff --git a/databases/frontbase/pkg-plist b/databases/frontbase/pkg-plist deleted file mode 100644 index 66dba0b7697f..000000000000 --- a/databases/frontbase/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -FrontBase/Collations/CaseInsensitive.coll1 -FrontBase/Collations/Dansk.coll1 -%%PORTDOCS%%%%DOCSDIR%%/graphics/fb_logo.gif -%%PORTDOCS%%%%DOCSDIR%%/Examples/sql075.sql -%%PORTDOCS%%%%DOCSDIR%%/ReadmeFreeBSD.html -%%PORTDOCS%%%%DOCSDIR%%/LookSeeIntro-2.3.html -%%PORTDOCS%%%%DOCSDIR%%/LookSeeIntro-2.4.html -%%PORTDOCS%%%%DOCSDIR%%/ReleaseNote.rtf -%%PORTDOCS%%%%DOCSDIR%%/License.html -FrontBase/Library/FBSQLErrors.array -FrontBase/Library/DefinitionSchema.sql -FrontBase/Library/InformationSchema.sql -FrontBase/Library/OpenBaseImport.sql -FrontBase/Library/Keywords.txt -FrontBase/Library/ISO8859-1.ucm -FrontBase/Library/NeXT.ucm -FrontBase/Library/MacOSRoman.ucm -FrontBase/Library/MacOSCyrillic.ucm -FrontBase/Library/ISO8859-9.ucm -FrontBase/Library/ISO8859-8.ucm -FrontBase/Library/ISO8859-7.ucm -FrontBase/Library/ISO8859-6.ucm -FrontBase/Library/ISO8859-5.ucm -FrontBase/Library/ISO8859-4.ucm -FrontBase/Library/ISO8859-2.ucm -FrontBase/Library/ISO8859-15.ucm -FrontBase/Library/ISO8859-14.ucm -FrontBase/Library/ISO8859-13.ucm -FrontBase/Library/ISO8859-10.ucm -FrontBase/Library/us-ascii.ucm -FrontBase/Translations/ToLower.trans -FrontBase/Translations/ToUpper.trans -FrontBase/bin/FrontBase -FrontBase/bin/FBExec -FrontBase/bin/FBInfoCenter -FrontBase/bin/FBKeyGenerator -FrontBase/bin/FBChangeKey -FrontBase/bin/FBRAccess -FrontBase/bin/FBTLogs -FrontBase/bin/FBTLog -FrontBase/bin/FBReplicator -FrontBase/bin/sql92 -bin/sql92 -include/Target.h -include/FBCAccess/FBCRow.h -include/FBCAccess/FBDatabaseDefs.h -include/FBCAccess/FBRSAccess.h -include/FBCAccess/FBCXML.h -include/FBCAccess/FBCRowHandler.h -include/FBCAccess/FBCPList.h -include/FBCAccess/FBCNull.h -include/FBCAccess/FBCMetaData.h -include/FBCAccess/FBCKeywords.h -include/FBCAccess/FBCInitialize.h -include/FBCAccess/FBCExecHandler.h -include/FBCAccess/FBCErrorMetaData.h -include/FBCAccess/FBCDigestPassword.h -include/FBCAccess/FBCDbNames.h -include/FBCAccess/FBCDateSupport.h -include/FBCAccess/FBCTimeZones.h -include/FBCAccess/FBCDatatypeMetaData.h -include/FBCAccess/FBCDatabaseConnection.h -include/FBCAccess/FBCColumnMetaData.h -include/FBCAccess/FBCClusterAdmin.h -include/FBCAccess/FBCBlobStream.h -include/FBCAccess/FBCBlobHandle.h -include/FBCAccess/FBCAutoStartInfo.h -include/FBCAccess/FBDataTypeDefs.h -include/FBCAccess/FBCAccess.h -include/FBCAccess.h -lib/FBCAccess.o -lib/libFBCAccess.a -lib/libFBCAccess.so -lib/libFBCAccess.so.1 -@dirrmtry FrontBase/Backups -@dirrm FrontBase/Collations -@dirrmtry FrontBase/Databases -@dirrm FrontBase/Library -@dirrmtry FrontBase/TransactionLogs -@dirrm FrontBase/Translations -@dirrm FrontBase/bin -@dirrmtry FrontBase -@dirrm include/FBCAccess -%%PORTDOCS%%@dirrm %%DOCSDIR%%/graphics -%%PORTDOCS%%@dirrm %%DOCSDIR%%/Examples -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/databases/p5-DBD-FrontBase/Makefile b/databases/p5-DBD-FrontBase/Makefile deleted file mode 100644 index 6b05e67c293b..000000000000 --- a/databases/p5-DBD-FrontBase/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Mitchell Smith <mjs@bur.st> -# $FreeBSD$ - -PORTNAME= DBD-FrontBase -PORTVERSION= 1.39 -CATEGORIES= databases perl5 -MASTER_SITES+= http://www.frontbase.com/download/perl/ -PKGNAMEPREFIX= p5- -DISTNAME= DBD-FB-${PORTVERSION} -EXTRACT_SUFX= .tar - -MAINTAINER= mjs@bur.st -COMMENT= DBI driver for FrontBase RDBMS server - -BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - ${LOCALBASE}/lib/libFBCAccess.a:${PORTSDIR}/databases/frontbase -RUN_DEPENDS:= ${BUILD_DEPENDS} - -USES= perl5 -USE_PERL5= configure -CFLAGS+= -I${LOCALBASE}/include - -.include <bsd.port.mk> diff --git a/databases/p5-DBD-FrontBase/distinfo b/databases/p5-DBD-FrontBase/distinfo deleted file mode 100644 index c1130df2b20a..000000000000 --- a/databases/p5-DBD-FrontBase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (DBD-FB-1.39.tar) = 04eb6e9ad9611b5810c38521f160f8ffebe6c9060571cbdcc93e4a4298618156 -SIZE (DBD-FB-1.39.tar) = 51828 diff --git a/databases/p5-DBD-FrontBase/files/patch-Makefile.PL b/databases/p5-DBD-FrontBase/files/patch-Makefile.PL deleted file mode 100644 index 41e27d34f90b..000000000000 --- a/databases/p5-DBD-FrontBase/files/patch-Makefile.PL +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.PL.orig 2008-05-26 16:19:52.000000000 +1000 -+++ Makefile.PL 2008-05-26 16:20:12.000000000 +1000 -@@ -13,37 +13,10 @@ - - my $os = $^O; - --if (! $ENV{FRONTBASE_HOME}) { -- print "Environment variable FRONTBASE_HOME not defined. Searching for Frontbase...\n"; -- if ($os eq 'MSWin32') -- { -- foreach(qw(\usr\FrontBase)) -- { -- if (-d "$_/lib") -- { -- $ENV{FRONTBASE_HOME} = $_; -- last; -- } -- } -- } -- else -- { -- foreach(qw(/Library/Frontbase /Local/Library/FrontBase /usr/FrontBase /opt/FrontBase /usr/local/FrontBase)) -- { -- if (-d "$_/lib") -- { -- $ENV{FRONTBASE_HOME} = $_; -- last; -- } -- } -- } --} -- --if (defined($ENV{FRONTBASE_HOME}) && -d "$ENV{FRONTBASE_HOME}/lib") { -- print "Found Frontbase in $ENV{FRONTBASE_HOME}\n"; --} else { -- die "Unable to find Frontbase\nplease set environment variable FRONTBASE_HOME\n"; --} -+# -+# The FreeBSD port for FrontBase puts the libraries in an unexpected location and causes the Makefile to die. As we know -+# that the package is installed at this point, the test for the libraries has been removed. -+# - - print "Configuring for ",$os, "\n"; - -@@ -59,7 +32,7 @@ - DISTNAME => 'DBD-FB', - VERSION_FROM => 'FB.pm', - INC => "-I$ENV{FRONTBASE_HOME}/include -I\$(INSTALLSITEARCH)/auto/DBI -I\$(INSTALLARCHLIB)/DBI -I\$(SITEARCH)/auto/DBI -I\$(ARCHLIB)/DBI", -- OBJECT => "FB\$(OBJ_EXT) dbdimp\$(OBJ_EXT) $ENV{FRONTBASE_HOME}/lib/$libFBCAccess", -+ OBJECT => "FB\$(OBJ_EXT) dbdimp\$(OBJ_EXT) /usr/local/lib/$libFBCAccess", - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', POSTOP => 'mv $(DISTNAME)-$(VERSION).tar.gz ../' }, - realclean => { FILES => '*.xsi' } - ); diff --git a/databases/p5-DBD-FrontBase/pkg-descr b/databases/p5-DBD-FrontBase/pkg-descr deleted file mode 100644 index 5f856c36717e..000000000000 --- a/databases/p5-DBD-FrontBase/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the official implementation of DBD::FrontBase, the DBI Database -Connectivity driver, for accessing FrontBase databases from Perl. - -WWW: http://www.frontbase.com/ diff --git a/databases/p5-DBD-FrontBase/pkg-plist b/databases/p5-DBD-FrontBase/pkg-plist deleted file mode 100644 index dd7774dcab61..000000000000 --- a/databases/p5-DBD-FrontBase/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/FB/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/DBD/FB.pm -%%SITE_PERL%%/%%PERL_ARCH%%/DBD/FB/GetInfo.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/FB/FB.so -%%PERL5_MAN3%%/DBD::FB.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/DBD/FB -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/DBD -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/FB -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD diff --git a/databases/ruby-frontbase/Makefile b/databases/ruby-frontbase/Makefile deleted file mode 100644 index fe02cf58dadc..000000000000 --- a/databases/ruby-frontbase/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Mitchell Smith <mjs@bur.st> -# $FreeBSD$ - -PORTNAME= frontbase -PORTVERSION= 0.0.1 -CATEGORIES= databases ruby -MASTER_SITES+= http://www.frontbase.com/download/Ruby/ -PKGNAMEPREFIX= ruby- -DISTNAME= ruby-frontbase-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= mjs@bur.st -COMMENT= Ruby interface to the FrontBase db engine - -BUILD_DEPENDS+= ${LOCALBASE}/lib/libFBCAccess.a:${PORTSDIR}/databases/frontbase -RUN_DEPENDS+= ${BUILD_DEPENDS} - -BROKEN= not staged - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -WRKSRC= ${WRKDIR}/ruby-frontbase - -CONFIGURE_WRKSRC= ${WRKSRC} -BUILD_WRKSRC= ${WRKSRC} -INSTALL_WRKSRC= ${WRKSRC} -INSTALL_TARGET= site-install - -.include <bsd.port.mk> diff --git a/databases/ruby-frontbase/distinfo b/databases/ruby-frontbase/distinfo deleted file mode 100644 index 8096d1b541a3..000000000000 --- a/databases/ruby-frontbase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby-frontbase-0.0.1.tgz) = 9573217c07812cdc184de225ff88804495212c0b89c59c4ca6bb8a91952cad08 -SIZE (ruby-frontbase-0.0.1.tgz) = 20807 diff --git a/databases/ruby-frontbase/files/patch-extconf.rb b/databases/ruby-frontbase/files/patch-extconf.rb deleted file mode 100644 index d0dde6ca06aa..000000000000 --- a/databases/ruby-frontbase/files/patch-extconf.rb +++ /dev/null @@ -1,13 +0,0 @@ ---- extconf.rb.orig 2006-04-15 07:52:37.000000000 +1000 -+++ extconf.rb 2008-05-29 12:54:28.000000000 +1000 -@@ -2,8 +2,8 @@ - - dir_config('frontbase') - --$CPPFLAGS = "-I/Library/FrontBase/include" --$LDFLAGS = "-L/Library/FrontBase/lib" -+$CPPFLAGS = "-I/usr/local/include" -+$LDFLAGS = "-L/usr/local/lib" - $libs = " -lFBCAccess " - create_makefile("frontbase") - diff --git a/databases/ruby-frontbase/files/patch-frontbase.c b/databases/ruby-frontbase/files/patch-frontbase.c deleted file mode 100644 index 087063418d9a..000000000000 --- a/databases/ruby-frontbase/files/patch-frontbase.c +++ /dev/null @@ -1,61 +0,0 @@ ---- frontbase.c.orig 2006-04-15 07:57:23.000000000 +1000 -+++ frontbase.c 2008-05-29 12:55:37.000000000 +1000 -@@ -9,57 +9,10 @@ - - #include "ruby.h" - --#if defined(__APPLE__) --#include "/Library/FrontBase/include/FBCAccess/FBCAccess.h" --#else --#warning I don't know where FBCAccess.h is installed on non-OSX platforms --#include "/Library/FrontBase/include/FBCAccess/FBCAccess.h" --#endif -+#include "/usr/local/include/FBCAccess/FBCAccess.h" - - #pragma mark --- structure definitions --- - --typedef struct FBCLob --{ -- unsigned char kind; // 0 => direct, 1 => indirect -- char handleAsString[28]; // @'<24 hex digits>'\0 --} FBCLob; -- --typedef union FBCColumn FBCColumn; -- --union FBCColumn --{ -- char tinyInteger; -- short shortInteger; -- int integer; -- int primaryKey; -- long long longInteger; -- unsigned char boolean; -- char character[0x7fffffff]; -- double numeric; -- double real; -- double decimal; -- FBCBitValue bit; -- char date[11]; // YYYY-MM-DD -- int unformattedDate; -- char time[9]; // HH:MM:SS -- char timeTZ[34]; // YYYY-MM-DD HH:MM:SS.sssss+HH:MM -- char timestampTZ[34]; -- char timestamp[28]; -- char yearMonth[64]; -- char dayTime[32]; // days:hh:ss.ffffff -- FBCLob blob; -- FBCLob clob; -- double rawDate; -- FBCUnformattedTime rawTime; -- FBCUnformattedTime rawTimeTZ; -- FBCUnformattedTime rawTimestamp; -- FBCUnformattedTime rawTimestampTZ; -- int rawYearMonth; -- double rawDayTime; --}; -- --typedef FBCColumn* FBCRow; -- - struct fbsqlconnect - { - int port; diff --git a/databases/ruby-frontbase/pkg-descr b/databases/ruby-frontbase/pkg-descr deleted file mode 100644 index 5fecf934443f..000000000000 --- a/databases/ruby-frontbase/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Ruby extension for accessing FrontBase databases. - -WWW: http://www.frontbase.com/ diff --git a/databases/ruby-frontbase/pkg-plist b/databases/ruby-frontbase/pkg-plist deleted file mode 100644 index 0756a042a640..000000000000 --- a/databases/ruby-frontbase/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/frontbase.so |