cvs commit: ports/databases Makefile ports/databases/wfb2sql Makefile distinfo pkg-descr pkg-message pkg-plist

Sean Chittenden seanc at FreeBSD.org
Thu Aug 21 02:32:50 PDT 2003


seanc       2003/08/21 02:32:49 PDT

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/wfb2sql    Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Log:
  Add nifty little script that parses the CIA's World Factbook and
  converts it into SQL for PostgreSQL, DB2, or MySQL.  Includes
  referential constraints for PostgreSQL and DB2.  Useful for those
  wanting to populate a database with dummy data that isn't completely
  fake or people who make frequent use of the data.
  
  Revision  Changes    Path
  1.258     +1 -0      ports/databases/Makefile
  1.1       +39 -0     ports/databases/wfb2sql/Makefile (new)
  1.1       +1 -0      ports/databases/wfb2sql/distinfo (new)
  1.1       +8 -0      ports/databases/wfb2sql/pkg-descr (new)
  1.1       +31 -0     ports/databases/wfb2sql/pkg-message (new)
  1.1       +1 -0      ports/databases/wfb2sql/pkg-plist (new)


More information about the cvs-ports mailing list