non port: textproc/redland-bindings/Makefile |
SVNWeb
|
Number of commits found: 43 |
Sun, 15 Jan 2023
|
[ 02:45 Muhammad Moinur Rahman (bofh) ] 2d00178
*/*: Fix some ports conversion from USE_RUBY to USES=ruby
In my previous commit 18c6e18 I missed some ports where RUBY was
optional. This commit fixes those missing ports and fixes INDEX build.
Approved by: portmgr
Fixes: 18c6e18 Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
|
Wed, 7 Dec 2022
|
[ 13:13 Dima Panov (fluffy) ] 90bb8a3
textproc/redland-bindings: unbreak build with Python 3.11, pet stage qa
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Sat, 16 Jul 2016
|
[ 14:24 tcberner ]
textproc/redland-bindings perl-binding has been broken
for a long time. As there are no bug reports concering
it -- and therefore no users, simply remove it, rather
than investing time to fix it.
It does not build with at least perl-5.20.
1) it #udefs bool in CORE_wrap.c and then has issues with bool not being
defined...
==> we could just remove the #undef similar to patch-SAML_wrap.c of
security/p5-Net-SaML
introduced in pr 194865 .
2) it fails to link against -lperl as /usr/local/lib/perl5/5.20/mach/CORE is
not passed
to the linker.
Approved by: rakuco (mentor)
|
Tue, 28 Jun 2016
|
[ 14:00 mat ] (Only the first 10 of 246 ports in this commit are shown above. )
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 3 Jan 2015
|
[ 08:47 mva ] (Only the first 10 of 17 ports in this commit are shown above. )
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Fri, 7 Nov 2014
|
[ 13:51 mat ] (Only the first 10 of 20 ports in this commit are shown above. )
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)
With hat: perl@
Sponsored by: Absolight
|
Sun, 11 May 2014
|
[ 17:05 rakuco ]
Update to 1.0.17.1.
Release notes: http://librdf.org/bindings/RELEASE.html#rel1_0_17_1
This commit also brings some packaging fixes: the Perl bindings' .packlist
does not reference the staging directory, and the Ruby bindings' generated
shared library has the correct suffix.
MFH: 2014Q2
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Thu, 26 Dec 2013
|
[ 22:59 rakuco ]
- Support staging.
- Adapt to the new options syntax.
- Adapt to the new LIB_DEPENDS syntax.
- Set LICENSE.
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Tue, 17 Sep 2013
|
[ 17:16 bapt ]
Fix typo
|
[ 17:15 bapt ]
Add an explicit dependency on pkgconf
|
[ 09:00 bapt ] (Only the first 10 of 30 ports in this commit are shown above. )
Convert to new perl framework
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Wed, 12 Jun 2013
|
[ 17:45 az ] (Only the first 10 of 24 ports in this commit are shown above. )
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
|
Sun, 3 Feb 2013
|
[ 20:10 makc ] (Only the first 10 of 610 ports in this commit are shown above. )
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
|
Sun, 29 Jan 2012
|
[ 20:07 rakuco ]
Update to 1.0.14.1.
Also make sure the port does not overwrite perllocal.pod when
WITH_PERL is on.
|
Sun, 16 Oct 2011
|
[ 22:55 avilla ] (Only the first 10 of 25 ports in this commit are shown above. )
- Stop installing the rapper binary with raptor and bump PORTREVISION.
- Update raptor2 to 2.0.4.
- Update rasqal to 0.9.27.
- Update redland to 1.0.14.
- Update redland-bindings to 1.0.13.1.
- Update shared-desktop-ontologies to 0.8.0. [1]
- Update soprano to 2.7.0 and disable clucene indexer.
- Update strigi to 0.7.6.
PR: 157022 [1]
Submitted by: rakuco [1]
|
Sat, 23 Oct 2010
|
[ 20:06 makc ]
remove needless USE_LDCONFIG
pacify portlint
mark IGNORE: does not compatible with redland-1.0.12
|
Tue, 11 May 2010
|
[ 12:23 fluffy ] (Only the first 10 of 21 ports in this commit are shown above. )
- Split redland to rasqal and redland itself libraries
- Update raptor to 1.4.21
- Update rasqal to 0.9.19
- Update redland to 1.0.10
- Update redland-bindings to 1.0.10.1
- Bump portrevision on depended ports
With hat on: kde@
|
Thu, 29 Apr 2010
|
[ 22:51 fluffy ]
- Add OPTIONS for mpfr/gmp for redland
- While here, pass raptor/redland maintainership to kde@ per maintainer's
request
PR: 146157
Submitted by: Kenyon Ralph <kenyon@kenyonralph.com>
Approved by: maintainer
|
Sat, 22 Aug 2009
|
[ 00:37 amdmi3 ] (Only the first 10 of 140 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
|
Tue, 24 Feb 2009
|
[ 13:31 skv ]
Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead.
|
Sat, 26 Jan 2008
|
[ 22:36 miwi ]
- Update to 1.0.7.1
- Drop tcl bindings support
PR: 119787
Submitted by: chuck@pkix.net (maintainer)
|
Mon, 2 Apr 2007
|
[ 22:56 pav ] (Only the first 10 of 45 ports in this commit are shown above. )
- Convert existing ports to a new bsd.tcl.mk order
PR: ports/109097
Submitted by: Martin Matuska <martin@matuska.org>
Tested on: pointyhat exp-run
|
Fri, 8 Dec 2006
|
[ 22:55 miwi ]
- Update to 1.0.5.1
PR: ports/106460
Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
|
Sun, 14 May 2006
|
[ 12:43 itetcu ]
Update to 1.0.4.1 [1] and unbreak.
Use vars from bsd.tcl.mk
PR: ports/96998 [2], ports/96979 [3]
Submitted by: Charles Swiger <chuck@pkix.net> [2],
Hirohisa Yamaguchi <umq@ueo.co.jp> [3]
Approved by: lawrance (mentor)
|
Sat, 13 May 2006
|
[ 04:24 edwin ] (Only the first 10 of 76 ports in this commit are shown above. )
Remove USE_REINPLACE from categories starting with T
|
Tue, 9 May 2006
|
[ 01:03 edwin ]
New maintainer: chuck@pkix.net
|
Fri, 5 May 2006
|
[ 03:46 kris ]
BROKEN: Configure fails
|
Tue, 30 Aug 2005
|
[ 16:08 lawrance ]
- Bump to 1.0.2.1 [1]
- Remove superfluous dependency [1]
- Unbreak
- Fix typo (JAVA_VESION)
- Fix TCL option build
- Fix packing list
PR: ports/82334 [1]
Submitted by: Russell Cloran <russell@rucus.ru.ac.za> (maintainer) [1]
Approved by: maintainer timeout on feedback for other changes (2 months)
|
Sat, 23 Jul 2005
|
[ 02:53 kris ] (Only the first 10 of 159 ports in this commit are shown above. )
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
|
Sat, 2 Jul 2005
|
[ 00:25 kris ]
BROKEN: Configure fails
|
Wed, 1 Jun 2005
|
[ 22:53 flz ]
- Update to 1.0.1.1.
PR: ports/81786
Submitted by: maintainer
|
Mon, 21 Mar 2005
|
[ 15:31 pav ]
- Update to 1.0.0.2
PR: ports/78472
Submitted by: Russell Cloran <russell@rucus.net> (maintainer)
|
Sat, 19 Feb 2005
|
[ 23:18 edwin ]
Add mastersite with old source tarballs
|
Thu, 23 Dec 2004
|
[ 07:49 edwin ]
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>
|
Number of commits found: 43 |