Port details |
- gadfly SQL database written in Python
- 1.0.0_5 databases
=2 1.0.0_5Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- 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
- Port Added: unknown
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- People watching this port, also watch:: blackbox, python
- License: not specified in port
- WWW:
- http://gadfly.sourceforge.net/
- Description:
- Gadfly is a relational database management system which uses a
large subset of very standard SQL as its query language and Python
modules and optional Python/C extension modules as its underlying
engine. Gadfly stores the active database in memory, with recovery
logging to a file system. It supports an optional TCP/IP based
client server mode and log based failure recovery for system or
software failures (but not for disk failures).
WWW: http://gadfly.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- gadfly>0:databases/gadfly
- No installation instructions:
- This port has been deleted.
- PKGNAME: gadfly
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (gadfly-1.0.0.tar.gz) = 1f15dde23eb38a8e7087f9538586e1065eb19c53532aad58f6be5cbc1341e3a6
SIZE (gadfly-1.0.0.tar.gz) = 309201
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- kjbuckets.so : devel/py-kjbuckets@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gadfly-1.0.0_5:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_5 27 Jan 2020 15:34:18 |
rene |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.0.0_5 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.0.0_5 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.0_5 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.0.0_4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.0_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.0_4 10 Dec 2015 21:29:08 |
amdmi3 |
- Add NO_ARCH
- Switch to options helpers
- Unsilence installation |
1.0.0_4 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
1.0.0_4 19 Oct 2014 08:50:18 |
mva |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
1.0.0_4 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.0.0_4 28 Sep 2013 11:13:16 |
mva |
- Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
- Limit to the supported python versions
- Change to new LIB_DEPENDS where necessary
- Switch to new OPTIONS framework where necessary |
1.0.0_4 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.0.0_4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.0_4 25 Jan 2010 08:55:35 |
miwi |
- Fix work with py 2.6
PR: 143070
Submitted by: Edmondas Girkantas <eg@fbsd.lt> |
1.0.0_3 08 Jun 2009 22:30:55 |
miwi |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3 |
1.0.0_2 13 Jul 2008 01:47:05 |
itetcu |
- use SF macro
- use [NO]PORTEXAMPLES where appropriately and fix plist
- bump PORTREVISION
Prompted by: QA Tindy run |
1.0.0_1 24 Apr 2006 11:35:11 |
erwin |
Add WWW: and cleanup pkg-plist
PR: 96254
Submitted by: Soeren Straarup <xride@x12.dk> |
1.0.0_1 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
1.0.0_1 02 May 2004 12:03:04 |
pav |
- Add patch for gfplus to fix startup because superclass init is not called
- Add patch for gfserver to fix runtime
PR: ports/66088
Submitted by: Radim Kolar <hsn@netmag.cz> |
1.0.0 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0.0 20 Feb 2003 17:00:26 |
knu |
De-pkg-comment. |
1.0.0 12 Jul 2002 11:20:55 |
tg |
Upgrade to 1.0.0. |
1.0_1 11 Apr 2002 11:45:29 |
tg |
- Use re instead of obsolete regex module. This fixes some warnings
with newer versions of Python.
- Call socket.{connect,bind} with a tuple (ip, port).
Obtained from: Zope CVS tree |
29 Jan 2002 09:45:01 |
knu |
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
30 Aug 2001 06:26:46 |
lioux |
o add NO_BUILD instead of an empty do-build target o unecho some commands in
Makefile o support NOPORTDOCS in PLIST |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
08 Oct 2000 01:08:27 |
asami |
Convert category databases to new layout. |
14 Sep 2000 13:05:42 |
tg |
Use bsd.python.mk. |
08 Sep 2000 13:24:00 |
tg |
Don't break package building on Satoshi's cluster. Explicitly depend on
python1.5:lang/python15. |