diff options
author | crees <crees@FreeBSD.org> | 2012-05-08 18:12:00 +0000 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-08 18:12:00 +0000 |
commit | ae24246cbee8e0ee8809dd262773c88caaeeb9c3 (patch) | |
tree | bc47c8a05e0dfba8d3282403a8979eafeee3f47d | |
parent | cebbe245753e3fbd082cd1aef64958a7b1146282 (diff) | |
download | FreeBSD-ports-ae24246cbee8e0ee8809dd262773c88caaeeb9c3.zip FreeBSD-ports-ae24246cbee8e0ee8809dd262773c88caaeeb9c3.tar.gz |
Update to 4.2.9
PR: ports/131580
Submitted by: Mitchell Smith (mjs@bur.st) (maintainer)
- Update maintainer address
- Use USERS
- Use LICENSE
-rw-r--r-- | databases/frontbase/Makefile | 23 | ||||
-rw-r--r-- | databases/frontbase/distinfo | 4 | ||||
-rw-r--r-- | databases/frontbase/pkg-deinstall | 15 | ||||
-rw-r--r-- | databases/frontbase/pkg-install | 206 | ||||
-rw-r--r-- | databases/frontbase/pkg-plist | 1 |
5 files changed, 15 insertions, 234 deletions
diff --git a/databases/frontbase/Makefile b/databases/frontbase/Makefile index b01b776..9c2b3dd 100644 --- a/databases/frontbase/Makefile +++ b/databases/frontbase/Makefile @@ -5,24 +5,25 @@ # $FreeBSD$ # -PORTNAME= frontbase -PORTVERSION= 4.2.8 +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 -DISTNAME= FrontBase-${PORTVERSION} -DISTFILES= FrontBase-${PORTVERSION}.tar:db +DISTFILES= FrontBase-${PORTVERSION}-FreeBSD5.tar:db -MAINTAINER?= ports@FreeBSD.org +MAINTAINER= mjs@bur.st COMMENT= Frontbase SQL Database Server -IS_INTERACTIVE= yes -RESTRICTED= License doesn't allow redistribution +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.sh USE_LDCONFIG= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= pkg-deinstall SUB_FILES+= pkg-message ONLY_FOR_ARCHS= i386 @@ -30,8 +31,8 @@ ONLY_FOR_ARCHS= i386 # Binary is built for 5.X : LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x -FB_USER= frontbase -FB_GROUP= frontbase +USERS= frontbase +GROUPS= frontbase NO_BUILD= yes FBPKGNAME= Package.tar.gz FBDATADIRS= Collations Library Translations diff --git a/databases/frontbase/distinfo b/databases/frontbase/distinfo index b0335c3..7c6976e 100644 --- a/databases/frontbase/distinfo +++ b/databases/frontbase/distinfo @@ -1,2 +1,2 @@ -SHA256 (FrontBase-4.2.8.tar) = 94267e1cdaee97e8850b53a42bab372f72348a67b5292b82a3fb77a3b5914b0a -SIZE (FrontBase-4.2.8.tar) = 3102208 +SHA256 (FrontBase-4.2.9-FreeBSD5.tar) = d82dad9b0132811c05939a40e72c67519e2d4a535256a68ec93939295d8a75f2 +SIZE (FrontBase-4.2.9-FreeBSD5.tar) = 3136512 diff --git a/databases/frontbase/pkg-deinstall b/databases/frontbase/pkg-deinstall deleted file mode 100644 index a8cc4d7..0000000 --- a/databases/frontbase/pkg-deinstall +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -USER=frontbase - -if pw usershow "${USER}" 2>/dev/null 1>&2; then - echo "To delete the FrontBase user permanently, use 'pw userdel ${USER}'" -fi - -exit 0 diff --git a/databases/frontbase/pkg-install b/databases/frontbase/pkg-install index a511ccd..ebf3a10 100644 --- a/databases/frontbase/pkg-install +++ b/databases/frontbase/pkg-install @@ -38,39 +38,6 @@ licensestring() { echo " pre-install() { backupwarning - USER=${FBUSER} - GROUP=${USER} - UID=275 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "FrontBase Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${FBUSER} ] ; then - mkdir -p ${DB_DIR} - chown frontbase:frontbase ${DB_DIR} - fi } post-install() { @@ -86,181 +53,8 @@ post-install() { licensestring } -show_license() { - more << EOF_LICENSE - -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. - -EOF_LICENSE - -agreed= -while [ x$agreed = x ]; do - echo - echo "Do you agree to the above license terms? [yes or no] " - read reply leftover - case $reply in - y* | Y*) - agreed=1 - ;; - n* | n*) - echo - echo "If you don't agree to the license you can't install this software" - exit 1 - ;; - esac -done -} - case $2 in PRE-INSTALL) - show_license pre-install exit 0 ;; diff --git a/databases/frontbase/pkg-plist b/databases/frontbase/pkg-plist index fb05c1b..66dba0b 100644 --- a/databases/frontbase/pkg-plist +++ b/databases/frontbase/pkg-plist @@ -41,6 +41,7 @@ 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 |