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: graphics/libgphoto2/Makefile

Number of commits found: 123 (showing only 23 on this page)

«  1 | 2 

Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Friday, 16 Sep 2005
05:48 mi search for other commits by this committer
Oops, somehow my previous commit did not pick up the actual patch. Which
is good, because I forgot to bump the PORTREVISION anyway.
Original commit
05:46 mi search for other commits by this committer
Add a patch from the vendor's CVS to limit the number of pictures cached
by the library (to two by default). Previous versions had NO LIMIT,
which prevented simple clients of the library (such "gphoto -P" itself)
from downloading LARGE sequences of pictures -- the program would run
out of memory and crash.

While here, remove the explicit requirements for shared library versions
of dependencies.
Original commit
Friday, 8 Jul 2005
18:59 novel search for other commits by this committer
Update to 2.1.6.

PR:             83157
Submitted by:   Ports Fury
Original commit
Wednesday, 13 Apr 2005
10:22 leeym search for other commits by this committer
- update to libusb-0.1.10a
- bump library version to all ports that depends on libusb

PR:             79084
Submitted by:   John Reynolds <johnjen@reynoldsnet.org>
Original commit
Monday, 4 Apr 2005
05:28 clsung search for other commits by this committer
- exif library version now became .12
- bump PORTREVISION
Original commit
Monday, 20 Dec 2004
08:49 krion search for other commits by this committer
Update to version 2.1.5

PR:             ports/75267
Submitted by:   Ports Fury
Original commit
Tuesday, 2 Nov 2004
22:41 kwm search for other commits by this committer
Add suport for the Canon powershot A85.
Bump Portrevision.

PR:             71857
Submitted by:   Michael Lestinsky <michael AT lestinsky dot de>
Approved by:    pav (mentor)
Original commit
Saturday, 21 Aug 2004
22:21 pav search for other commits by this committer
- Add support for new Canon cameras

Submitted by:   Roman Shterenzon <ports@oven.org>
Obtained from:  gphoto CVS
Original commit
Sunday, 25 Jul 2004
12:02 pav search for other commits by this committer
- Fix downloading of full size pictures from camera on 64-bit platforms.

PR:             ports/69521
Submitted by:   Francois Tigeot <ftigeot@wolfpond.org>
Obtained from:  libgphoto2 CVS (rev. 1.68 of libgphoto2/gphoto2-filesys.c)
Original commit
Wednesday, 4 Feb 2004
04:36 marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Original commit
Monday, 26 Jan 2004
06:55 bland search for other commits by this committer
Update to 2.1.4
Original commit
Friday, 23 Jan 2004
18:12 trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
Original commit
Tuesday, 28 Oct 2003
22:14 krion search for other commits by this committer
- Update to version 2.1.3

PR:             58627
Submitted by:   Ports Fury
Original commit
Monday, 20 Oct 2003
17:49 andreas search for other commits by this committer
Fix to support Canon PowerShot G5

Situation:
- The PTP2 driver doesn't work for G5
- The G3 driver can't be used a G5
- So the canon native driver has been tought the G5's id etc ...

- Bumped port revision, since the G5 PTP2 support was in
  test status and the G5 canon native driver support
  - fixes G5 PTP2 flaws and
  - is kind of new functionality

These patches have been sent to the gphoto devel team and
have been included into CVS today. Since yestarday 2.1.3
has been releases this fix will show up in later versions of
libgphoto.

Note 1: when using gphoto --auto-detect unluckily the buggy PTP2 driver
will be autodetected. You then have to choose manually the correct
driver. Easiest way is to use digikam->Setup and to Choose driver called
"Canon PowerShot G5 (normal mode)".

Note 2: If you want to use digikam as non-root user, you have to tweak
permissions of /dev/ugenX and /dev/ugenX.{1,2,3}

I succeded by using the following commands which I put into /etc/rc.local,
thanks to Poul-Henning Kamp:
/sbin/devfs ruleset 10
/sbin/devfs rule applyset
/sbin/devfs rule add path ugen1* mode 666
/sbin/devfs rule show

A working solution for /etc/devfs.rules I didn't find yet.

Approved by:     portmgr@freebsd.org (Joe)
Original commit
Tuesday, 26 Aug 2003
20:25 marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Original commit
Monday, 25 Aug 2003
05:41 marcus search for other commits by this committer
Chase the libintl.so shared lib version.
Original commit
Friday, 15 Aug 2003
15:52 osa search for other commits by this committer
Update to 2.1.2. [1]
Add PLIST_SUB, that decrease diffs against libgphoto2
port in next update-time. [2]

Submitted by:   Jeremy Prior <jez@chagford.netcraft.com> [1],
                osa [2]
PR:             55602
Original commit
Tuesday, 12 Aug 2003
09:12 mr search for other commits by this committer
Fix dependence on libexif:
  exif.9 -> exif.10
Original commit
Friday, 1 Aug 2003
13:11 arved search for other commits by this committer
Utilize USE_GNOME.

PR:             55055
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Original commit
Tuesday, 29 Jul 2003
21:05 marcus search for other commits by this committer
Chase the libexif shared lib version.
Original commit
Thursday, 20 Feb 2003
18:08 knu search for other commits by this committer
de-pkg-comment
Original commit
Friday, 3 Jan 2003
20:27 ijliao search for other commits by this committer
add libgphoto2 2.1.1
A universal digital camera picture control tool

PR:             46596
Submitted by:   Ports Fury
Original commit

Number of commits found: 123 (showing only 23 on this page)

«  1 | 2