Port details |
- rdfdb Lightweight RDF database
- 0.46_4 databases
=0 0.46_4Version of this port present on the latest quarterly branch.
- BROKEN: No public distfiles
DEPRECATED: Broken for more than 6 months This port expired on: 2018-06-06 IGNORE: is marked as broken: No public distfiles
- 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: 2002-06-09 00:38:59
- Last Update: 2018-06-07 00:34:18
- SVN Revision: 471892
- License: not specified in port
- WWW:
- http://www.guha.com/rdfdb/
- Description:
- R.V. Guha's rdfDB. Intended to be a simple, scalable, open-source
database for RDF. Written in C and based on top of the Sleepycat
Berkeley Database, it supports interrogation via TCP/IP sockets,
meaning integration is possible with any programming language.
rdfDB uses a high level SQLish query language. The data is modelled as
a directed labelled graph (RDF).
The goals of this project are to build a database that is capable of:
1. Supporting a graph oriented API via a textual query language ala
SQL.
2. Load/Reload an RDF file from a url into the database
3. Scalable to millions of nodes and triples.
4. Provide support for RDF Schemas.
5. Provide support for some basic forms of inferencing.
6. Provide both C and Perl access to the database.
7. The Perl philosophy applies : Simple things should be simple and
complex things should be possible.
WWW: http://www.guha.com/rdfdb/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: rdfdb
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rdfdb_src.tar.gz) = 791a213001bf000c851fc4f835b018900c85b9a271490af7f41e807caf745d78
SIZE (rdfdb_src.tar.gz) = 154218
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:
-
- gmake : devel/gmake
- Library dependencies:
-
- libdb-5.3.so : databases/db5
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- bdb gmake
- 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 |
0.46_4 07 Jun 2018 00:34:18 |
rene |
Remove expired ports:
2018-06-06 biology/ssaha: Broken for more than 6 months
2018-06-06 biology/crux: Broken for more than 6 months
2018-06-06 biology/ariadne: Broken for more than 6 months
2018-06-06 cad/sceptre: Broken for more than 6 months
2018-06-06 cad/cider: Broken for more than 6 months
2018-06-06 chinese/scim-array: Broken for more than 6 months
2018-06-06 chinese/xpdf: Broken for more than 6 months
2018-06-06 chinese/telnet: Broken for more than 6 months
2018-06-06 comms/java-commapi-freebsd: Depends on BROKEN and expiring
comms/java-commapi
2018-06-06 comms/soundmodem: Broken for more than 6 months
2018-06-06 comms/jsdr: Broken for more than 6 months
2018-06-06 comms/java-commapi: Broken for more than 6 months
2018-06-06 converters/pdf2djvu: Broken for more than 6 months
2018-06-06 databases/rdb: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.46_4 05 May 2018 10:49:36 |
antoine |
Deprecate ports broken for more than 6 months |
0.46_4 14 Oct 2017 16:31:35 |
bapt |
Mark as broken ports with invalid distfiles or no public distfiles |
0.46_4 08 Aug 2016 13:46:50 |
mat |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight |
0.46_4 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.46_4 25 Mar 2015 09:33:53 |
marino |
databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.
approved by: PTHREAD blanket |
0.46_4 21 Aug 2014 22:50:30 |
mandree |
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) |
0.46_3 16 May 2014 08:05:05 |
vanilla |
1: Support staging.
2: use USE_RC_SUBR instead. |
0.46_3 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
0.46_3 13 Jun 2013 11:56:17 |
bsam |
. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers;
. remove the indefinite article from COMMENT;
. use PLIST_FILES;
. remove pkg-list (two lines for PLIST_FILES, two lines useless anyway);
. do not mute install. |
0.46_3 08 Jun 2011 16:38:12 |
bapt |
- Switch to USERS/GROUPS macros
- bump portrevision |
0.46_2 23 May 2011 12:09:06 |
mandree |
Remove databases/db3. All users were using db3+
and have in fact been using 4.0+ since 2011-04-12 (Mk/bsd.database.mk r1.57).
Chase upgrade in dependent ports and change USE_BDB to 40+. |
0.46_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.46_2 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.46_2 03 Jun 2009 08:40:53 |
itetcu |
Fix build with custom LOALBSE.
Prompted by: QATty |
0.46_2 13 Dec 2006 09:32:38 |
leeym |
- utilize USE_BDB |
0.46_2 24 Nov 2005 01:23:57 |
pav |
- Add SHA256 |
0.46_2 24 Jun 2004 08:11:09 |
krion |
Register new UID/GID
PR: ports/68243
Submitted by: Simon Barner <barner@in.tum.de> |
0.46_2 21 Jun 2004 21:27:46 |
kris |
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS. |
0.46_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.46_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.46_1 15 Aug 2003 22:34:01 |
kris |
Reset bouncing maintainer address ("Host not found") |
0.46_1 20 Jul 2003 12:34:45 |
kris |
The oracle7-client and rdfdb ports use a uid that is not registered in
the porter's handbook, and as a consequence both ports use conflicting
uids. Maintainers have been unresponsive about this problem for 2 months,
so mark both ports IGNORE until they respond to the issue. |
0.46_1 21 Feb 2003 11:15:05 |
knu |
De-pkg-comment. |
0.46_1 22 Aug 2002 19:13:46 |
ade |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x |
0.46 09 Jun 2002 00:35:39 |
petef |
Add rdfdb 0.46, a lightweight RDF database.
PR: 33281
Submitted by: Philip Jenvey <pjenvey@turntables.org> |