Difference between revisions of "Ferret"

From Free Software Directory
Jump to: navigation, search
(add package identifier)
m (Text replacement - "'''Selection from the [https://shop.fsf.org/ FSF shop]''' [https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman] [https://shop.fsf.org/books-docs/introduction-command-line Introdu...)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=ferret
+
|Name=GNU Ferret
|Short description=GNU data modeller
+
|Short description=Data modeller.
|Full description='Ferret' is the GNU data modeller. It lets you create data models and implement them in a relational database. You can draw your data model via an entity-relation diagram, generate the tables from it (another graphical diagram), and then generate the SQL that creates such relational tables. Several SQL dialects are supported (for most popular free software database systems) and it is very easy to patch the sources to support more. This package was formerly known as 'GerWin.'
+
|Full description='''Ferret''' is the GNU data modeller. It lets you create data models and implement them in a relational database. You can draw your data model via an entity-relation diagram, generate the tables from it (another graphical diagram), and then generate the SQL that creates such relational tables. Several SQL dialects are supported (for most popular free software database systems) and it is very easy to patch the sources to support more. This package was formerly known as 'GerWin.'
|Homepage URL=http://www.gnu.org/software/ferret/project/what.html
+
|Homepage URL=https://www.gnu.org/software/ferret/
|User level=none
+
|Is High Priority Project=No
 +
|VCS checkout command=bzr branch bzr://bzr.savannah.gnu.org/ferret
 
|Computer languages=Tcl
 
|Computer languages=Tcl
|Documentation note=User and developer guide available in HTML, PDF, PS, text, Texinfo from http://www.gnu.org/software/ferret/project/docs-all.html
+
|Documentation note=
|IRC help=irc://irc.freenode.net/ferret
+
|Decommissioned or Obsolete=No
|IRC development=irc://irc.freenode.net/ferret
+
|Donate=https://my.fsf.org/donate/
 +
|IRC general=irc://irc.freenode.net/#ferret
 +
|Related projects=gnustandards
 
|Keywords=data model,data modeller,gerWin,conceptual view,logical view,physical view
 
|Keywords=data model,data modeller,gerWin,conceptual view,logical view,physical view
 
|Version identifier=0.7
 
|Version identifier=0.7
|Version date=2008-12-19
+
|Version date=2008/11/16
 
|Version status=beta
 
|Version status=beta
|Version download=http://ftp.gnu.org/gnu/ferret/ferret-0.7.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/ferret/ferret-0.7.tar.gz
|Last review by=Janet Casey
+
|Last review by=Bendikker
|Last review date=2005-07-28
+
|Last review date=2019/01/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011-04-01
+
|Submitted date=2011/04/01
|Status=
+
|User level=none
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/ferret/ferret-0.7.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=ferret
 
|GNU package identifier=ferret
|License verified date=2008-12-19
+
|Decommissioned/Obsolete=No
}}
 
{{Project license
 
|License=GPLv2orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2008-12-19
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv3
+
|License=GPLv3orlater
|License verified by=Kelly Hopkins
+
|License verified by=Bendikker
|License verified date=2008-12-19
+
|License verified date=2018/05/01
 
}}
 
}}
 
{{Person
 
{{Person
Line 37: Line 39:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=jemarch@gnu.org
 
|Email=jemarch@gnu.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/ferret
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/ferret/
 +
}}
 +
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://www.gnu.org/software/ferret/devel/cvs.html
+
|Resource URL=https://bzr.savannah.gnu.org/lh/ferret/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-ferret/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-ferret/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer
+
|Resource kind=Download
|Resource kind=Mailing List Info/Archive
+
|Resource URL=https://ftp.gnu.org/gnu/ferret/
|Resource URL=http://lists.gnu.org/mailman/listinfo/bug-ferret
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=General
|Resource kind=Mailing List Info/Archive
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=http://lists.gnu.org/mailman/listinfo/help-ferret
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Database=application
 
|Database=application
 
|Interface=command-line
 
|Interface=command-line
 +
|Runs-on=GNU/Linux
 
|Works-with=database
 
|Works-with=database
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 15:48, 4 December 2020


[edit]

GNU Ferret

https://www.gnu.org/software/ferret/
Data modeller.

Ferret is the GNU data modeller. It lets you create data models and implement them in a relational database. You can draw your data model via an entity-relation diagram, generate the tables from it (another graphical diagram), and then generate the SQL that creates such relational tables. Several SQL dialects are supported (for most popular free software database systems) and it is very easy to patch the sources to support more. This package was formerly known as 'GerWin.'





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

1 May 2018




Leaders and contributors

Contact(s)Role
Jose E. Marchesi Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-ferret/
Downloadhttps://ftp.gnu.org/gnu/ferret/
Savannah (Ref)https://savannah.gnu.org/projects/ferret/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
VCS Repository Webviewhttps://bzr.savannah.gnu.org/lh/ferret/
Debian (Ref)https://tracker.debian.org/pkg/ferret
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-ferret/


Software prerequisites




Entry







"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.