FreshPorts -- The Place For Ports Sat, 17 May 2008 9:47 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
dbview 1.0.3_2 databases on this many watch lists=5 search for ports that depend on this port
View dBase III files

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


A little tool that will display dBase III files.  You can also use
it to convert your old .dbf files for further use with Unix. It should
also work with dBase IV files, but this is mostly untested.

dbview displays the contents of a dBase III or IV database file.  This is
done by displaying both the name of the field itself and its value.  At
the end of every record a newline is appended.
CVSWeb : Sources : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/databases/dbview/ && make install clean
To add the package: pkg_add -r dbview


Configuration Options
     No options to configure

Master Sites:
http://www.ibiblio.org/pub/Linux/apps/database/proprietary/
http://www.gtlib.cc.gatech.edu/pub/Linux/apps/database/proprietary/
ftp://ftp.cs.tu-berlin.de/pub/linux/Mirrors/sunsite.unc.edu/apps/database/proprietary/
ftp://ftp.physics.auth.gr/pub/mirrors/ibiblio/Linux/apps/database/proprietary/
ftp://ftp.edisontel.com/pub/Sunsite_Mirror/apps/database/proprietary/
ftp://ftp.nluug.nl/pub/metalab/apps/database/proprietary/
ftp://ftp.nvg.ntnu.no/pub/mirrors/metalab.unc.edu/apps/database/proprietary/
ftp://ftp.icm.edu.pl/pub/Linux/sunsite/apps/database/proprietary/
ftp://ftp.cse.cuhk.edu.hk/pub4/Linux/apps/database/proprietary/
ftp://ftp.kddlabs.co.jp/Linux/metalab.unc.edu/apps/database/proprietary/
ftp://ftp.chg.ru/pub/Linux/sunsite/apps/database/proprietary/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2006-04-03
    Affects: users of databases/db*
    Author: swhetzel@gmail.com
    Reason: 
      Most of the ports that depend on Berkeley DB have been updated to use
      Mk/bsd.database.mk. Mk/bsd.database.mk is used to include MySQL, PostgreSQL,
      Berkeley DB, and SQLite in a port.
    
      The Berkeley DB support in Mk/bsd.database.mk is used to return the proper
      db* library name and location of the include and library directories of the
      requested version.
    
      To select a version of Berkeley DB, you can use either WITH_BDB_VER=<version>
      or ${UNIQUENAME}_WITH_BDB_VER=<version> (version is one of 3, 40, 41, 42, 43,
      or 44).
    
      When a port has USE_BDB defined as either 'USE_BDB=41+' or 'USE_BDB=yes', the
      port will use the oldest installed version of Berkeley DB. For example if
      both db41 and db43 are installed, the port would end up compiling with db41.
      If you add -DWITH_BDB_HIGHEST to your make command, the port will use highest
      db* instead. If no Berkeley DB is installed then the port will default to the
      version specified or the default Berkeley DB version (currently db41).
    
      NOTE: If a port was using a different variable to select Berkeley DB or a
      version, you will get an IGNORE message when you build the port. This
      message will tell you what you need to do.
    
      Port Maintainers please review the comments in Mk/bsd.database.mk on what
      variables are available for you use in your own ports.
    
    

Number of commits found: 14

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Mar 2008 09:37:21
Original commit files touched by this commit  1.0.3_2
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 200
04 May 2006 22:41:12
Original commit files touched by this commit  1.0.3_2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
24 Nov 2005 01:23:57
Original commit files touched by this commit  1.0.3_2
pav search for other commits by this committer
- Add SHA256
14 Apr 2005 13:17:36
Original commit files touched by this commit  1.0.3_2
lawrance search for other commits by this committer
- Fix crash error
- Misc other small fixes

PR:             ports/37186
Submitted by:   Alexander Trapeznikov <infoteacher@ipform.ru>
Approved by:    clement (mentor)
13 Mar 2004 23:57:02
Original commit files touched by this commit  1.0.3_1
linimon search for other commits by this committer
Remove mastersite that died in, oh, say, the year 2000 or so.
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.0.3_1
trevor search for other commits by this committer
SIZEify.
11 May 2003 17:56:13
Original commit files touched by this commit  1.0.3_1
petef search for other commits by this committer
- Don't do two read()s, we're not on windows and don't have a \r to strip
  out.  Also fix an off-by-one error when trying to trim trailing spaces.
- bump PORTREVISION

PR:             41719
Submitted by:   Michael Pearce <mpearce@coreth.com>
07 May 2003 18:59:32
Original commit files touched by this commit  1.0.3
ijliao search for other commits by this committer
utilize USE_GETOPT_LONG

PR:             51530
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
20 Feb 2003 17:00:26
Original commit files touched by this commit  1.0.3
knu search for other commits by this committer
De-pkg-comment.
20 Oct 2002 22:23:01
Original commit files touched by this commit  1.0.3
kris search for other commits by this committer
Fix build on -current (remove dependencies on obsolete system headers).
These hardcoded dependencies are probably wrong.
01 Sep 2002 17:07:59
Original commit files touched by this commit  1.0.3
dwcjr search for other commits by this committer
${PERL} -> ${REINPLACE_CMD}

PR:             40784
Submitted by:   corecode@corecode.ath.cx
Reviewed by:    flynn@energyhq.homeip.net
15 May 2002 15:26:22
Original commit files touched by this commit  1.0.3
dwcjr search for other commits by this committer
Fix building under -current

PR:             37944
Submitted by:   obraun@informatik.unibw-muenchen.de
30 Aug 2001 07:12:47
files touched by this commit
lioux search for other commits by this committer
o style fixes in Makefile and deployment of DOCSDIR var   o support NOPORTDOCS
in PLIST    
08 Oct 2000 02:08:27
files touched by this commit
asami search for other commits by this committer
Convert category databases to new layout.  

Number of commits found: 14

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days19
new fortnight53
new month157

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.288 seconds.