diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 07:49:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 07:49:35 +0000 |
commit | e90f502ee40ed5bdcae822e64623eb80f69273be (patch) | |
tree | 6b6df218ce77f94bd4d616955bf7296ebc74a1ec /textproc/Makefile | |
parent | ce8a08f81a3deb7faa8004676f175438c2a94f45 (diff) |
New port: textproc/redland-bindings - Language bindings for the redland rdf library'
The Redland RDF parser package (textproc/redland) recently
forked into two packages -- one for the core library, and
another for the bindings for various languages. This port
is for the language bindings for redland.
The textproc/redland port may itself have to be updated/changed,
as redland-bindings requires librdf.la to build the Java
component (possibly Ruby or TCL too, unable to test), and
this is not installed by the textproc/redland port currently.
I will work on a new redland port soon.
The OPTIONS part of this port could probably be improved
by somebody with more knowledge on the subject than I (this
is my first attempt at writing a port), but I see that there
are fairly recent discussions on the mailing lists regarding
using OPTIONS together with WITH_ -> USE_
I will be actively using this software on FreeBSD for a
number of years to come, and will happily act as the port
maintainer.
PR: ports/70374
Submitted by: Russell Cloran <russell.ru.ac.za@rucus.ru.ac.za>
Notes
Notes:
svn path=/head/; revision=124924
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 949e4dc9183a..f0579dbd785d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -528,6 +528,7 @@ SUBDIR += rand SUBDIR += raptor SUBDIR += redland + SUBDIR += redland-bindings SUBDIR += replaceit SUBDIR += resume SUBDIR += resume-extensions |