notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/redland-bindings/pkg-plist

Number of commits found: 13

Thursday, 4 Mar 2021
11:33 kai search for other commits by this committer
textproc/redland-bindings: Fix packaging with Python 3.8

PR:		253815
Approved by:	python (with hat)
Original commitRevision:567306 
Saturday, 16 Jul 2016
14:31 tcberner search for other commits by this committer
Chase r418633 by removing the PERL dependant files from the plist.

Approved by:	rakuco (mentor)
Original commitRevision:418634 
Monday, 8 Dec 2014
21:17 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:374324 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Tuesday, 10 Jun 2014
12:14 mat search for other commits by this committer
Remove all the bootstrap files (.bs) from the plists.

Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
Original commitRevision:357300 
Sunday, 11 May 2014
17:05 rakuco search for other commits by this committer
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
Original commitRevision:353719 
Thursday, 26 Dec 2013
22:59 rakuco search for other commits by this committer
- Support staging.
- Adapt to the new options syntax.
- Adapt to the new LIB_DEPENDS syntax.
- Set LICENSE.
Original commitRevision:337629 
Sunday, 16 Oct 2011
22:55 avilla search for other commits by this committer
- 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]
Original commit
Tuesday, 11 May 2010
12:23 fluffy search for other commits by this committer
- 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@
Original commit
Saturday, 26 Jan 2008
22:36 miwi search for other commits by this committer
- Update to 1.0.7.1
- Drop tcl bindings support

PR:             119787
Submitted by:   chuck@pkix.net (maintainer)
Original commit
Tuesday, 30 Aug 2005
16:08 lawrance search for other commits by this committer
- 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)
Original commit
Monday, 21 Mar 2005
15:31 pav search for other commits by this committer
- Update to 1.0.0.2

PR:             ports/78472
Submitted by:   Russell Cloran <russell@rucus.net> (maintainer)
Original commit
Thursday, 23 Dec 2004
07:49 edwin search for other commits by this committer
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>
Original commit

Number of commits found: 13