FreshPorts -- The Place For Ports Sat, 17 May 2008 8:16 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
dbf 0.8.3.1 databases on this many watch lists=1 search for ports that depend on this port
Show and convert the content of dBASE III, IV, and 5.0 files
Maintained by: bsam@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Apr 2003 19:29:22


dbf is an easy-to-use command line tool to show and convert the content of
dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content
to the screen or converts it to comma-separated (*.csv) files which can be
opened in Excel, StarOffice, and most other spread sheets. It can also be
used to show some statistics about the content.

WWW: http://dbf.berlios.de/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

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


Configuration Options
     No options to configure

Master Sites:
http://download.berlios.de/dbf/
http://download2.berlios.de/dbf/
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: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Feb 2007 14:40:00
Original commit files touched by this commit  0.8.3.1
bsam search for other commits by this committer
Add another MASTER_SITE.

Inspiritted by: PR 109189
Submitted by:   Thomas Abthorpe <thomas at goodking.ca>
10 Dec 2006 21:39:58
Original commit files touched by this commit  0.8.3.1
bsam search for other commits by this committer
. Take maintainership.
. The distfile is fetchable now, remove DEPRECATED and EXPIRATION_DATE.
28 Nov 2006 13:38:21
Original commit files touched by this commit  0.8.3.1
erwin search for other commits by this committer
- Deprecate
- Set EXPIRATION_DATE

PR:             105928
Submitted by:   gabor
04 May 2006 22:41:12
Original commit files touched by this commit  0.8.3.1
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  0.8.3.1
pav search for other commits by this committer
- Add SHA256
28 Oct 2005 02:45:34
Original commit files touched by this commit  0.8.3.1
mnag search for other commits by this committer
Fix typo in WWW

PR:             88092
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
17 Jul 2005 22:29:26
Original commit files touched by this commit  0.8.3.1
pav search for other commits by this committer
- Update MASTER_SITES
- Update WWW

PR:             ports/83611
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
20 Apr 2004 21:00:16
Original commit files touched by this commit  0.8.3.1
mi search for other commits by this committer
Update from 0.8.3 to 0.8.3.1 -- some of my patches were quietly incorporated
and the 0.8.3 is no longer available.
16 Apr 2004 20:49:52
Original commit files touched by this commit  0.8.3
mi search for other commits by this committer
Update from 0.8.1 to 0.8.3. Fix bugs...
03 Apr 2004 07:35:22
Original commit files touched by this commit  0.8.1
krion search for other commits by this committer
- Fix segfault due to a NULL pointer in strcmp function.

PR:             ports/65101
Submitted by:   Jie Gao <gaoj@cpsc.ucalgary.ca>
05 Feb 2004 20:38:07
Original commit files touched by this commit  0.8.1
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.8.1
trevor search for other commits by this committer
SIZEify.
20 Nov 2003 18:15:18
Original commit files touched by this commit  0.8.1
krion search for other commits by this committer
- Update to version 0.8.1

PR:             59516
Submitted by:   Ports Fury
11 Nov 2003 08:51:47
Original commit files touched by this commit  0.8
ijliao search for other commits by this committer
upgrade to 0.8
28 Oct 2003 21:30:10
Original commit files touched by this commit  0.7
krion search for other commits by this committer
- Update to version 0.7

PR:             58621
Submitted by:   Ports Fury
20 Aug 2003 22:44:34
Original commit files touched by this commit  0.6
mi search for other commits by this committer
Add the missing \n to one of the printf()s in the patch.
20 Aug 2003 21:41:15
Original commit files touched by this commit  0.6
mi search for other commits by this committer
Update to the patch to the newer version submitted to SF. No PORTREVISION
bump, since the last commit was only a little while ago.
20 Aug 2003 20:25:25
Original commit files touched by this commit  0.6
mi search for other commits by this committer
Upgrade from 0.5.1 to 0.6. Don't need gmake (any longer?).
Add a big patch, that's also submitted to the vendor --
fixing a number of bugs and inefficiencies.
03 Apr 2003 19:17:29
Original commit files touched by this commit  0.5.1
ijliao search for other commits by this committer
add dbf 0.5.1
Show and convert the content of dBASE III, IV, and 5.0 files

Number of commits found: 19

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.596 seconds.