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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: comms/efax-gtk/Makefile

Number of commits found: 80

Sunday, 7 Oct 2018
20:25 antoine search for other commits by this committer
Deprecate some GNOME 2 applications

With hat:	portmgr
Original commitRevision:481492 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 24 Feb 2018
22:35 rene search for other commits by this committer
Return pawel@'s ports to the pool after he resigned.

With hat:	portmgr
Original commitRevision:462871 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Thursday, 24 Mar 2016
15:47 tijl search for other commits by this committer
Make print/ghostscript9-agpl-base the default Ghostscript port.  Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411798 
Saturday, 22 Aug 2015
17:48 hrs search for other commits by this committer
- Split ghostscript into X11-independent and -dependent parts:

 * print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
Original commitRevision:395047 
Thursday, 16 Jul 2015
20:53 kwm search for other commits by this committer
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.

Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
Original commitRevision:392322 
Wednesday, 24 Dec 2014
14:35 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to version 2.2.10
- Bump affected comms/efax-gtk, fix plist while here
Original commitRevision:375464 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Tuesday, 3 Jun 2014
18:36 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to version 2.2.7
- Needs USES=libtool, drop la file
- Bump affected comms/efax-gtk (library name changed)
Original commitRevision:356388 
Friday, 25 Apr 2014
16:34 pawel search for other commits by this committer
Update to version 3.2.13
Original commitRevision:352139 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Sunday, 27 Oct 2013
19:35 pawel search for other commits by this committer
Revert USE_GCC to yes

Requested by:	gerald
Original commitRevision:331800 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Thursday, 26 Sep 2013
18:08 pawel search for other commits by this committer
- Add support for STAGEDIR
- Don't show pkg-message twice during install
Original commitRevision:328400 
Friday, 20 Sep 2013
16:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms)
Original commitRevision:327714 
Thursday, 29 Aug 2013
15:01 pawel search for other commits by this committer
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
Original commitRevision:325602 
Tuesday, 20 Aug 2013
18:25 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to 2.2.2
- Bump affected comms/efax-gtk
- Both ports need at least gcc46 to build
Original commitRevision:325069 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Wednesday, 10 Jul 2013
19:41 pawel search for other commits by this committer
Convert my ports to current standards

- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
Original commitRevision:322729 
Sunday, 2 Jun 2013
11:54 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to 2.2.0
  add support for DOCS option, switch to PORTDOCS
- Update comms/efax-gtk to 3.2.12
Original commitRevision:319650 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Saturday, 27 Apr 2013
22:09 bapt search for other commits by this committer
Convert the last USE_ICONV to USES=iconv
Original commitRevision:316695 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 23 Apr 2013
06:34 bapt search for other commits by this committer
Convert all c categories to USE=pkgconfig
Original commitRevision:316310 
Thursday, 7 Feb 2013
17:06 pawel search for other commits by this committer
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports
Original commitRevision:311874 
Wednesday, 2 Jan 2013
19:11 pawel search for other commits by this committer
x11-toolkits/c++-gtk-utils: update to version 2.0.14
comms/efax-gtk: update to version 3.2.11
Original commitRevision:309831 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Sunday, 9 Dec 2012
21:55 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to version 2.0.13
- Bump comms/efax-gtk after shlib version change
Original commitRevision:308573 
Monday, 22 Oct 2012
17:33 pawel search for other commits by this committer
- Update to version 3.2.10
- Add missing deps
- Port needs pkg-config during build

Feature safe:	yes
Original commitRevision:306278 
Thursday, 7 Jun 2012
22:44 pawel search for other commits by this committer
Convert my ports to optionsNG
Original commit
Wednesday, 6 Jun 2012
19:30 pawel search for other commits by this committer
Register CONFLICTS

Reported by:    "Sulev-Madis 'ketas' Silber" <madis555@hot.ee>
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 25 Dec 2011
11:37 pawel search for other commits by this committer
Whitespace fixes, no functional changes
Original commit
Friday, 23 Dec 2011
16:58 pawel search for other commits by this committer
Update to version 3.2.9
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Friday, 1 Apr 2011
13:51 pawel search for other commits by this committer
- Update to 3.2.8
- Modernize usage of CPPFLAGS

Approved by:    miwi (mentor)
Original commit
Wednesday, 23 Mar 2011
16:21 pawel search for other commits by this committer
- Update to 3.2.7.1
- Update my email to FreeBSD

Approved by:    miwi, wen (mentors)
Original commit
Wednesday, 17 Nov 2010
22:01 makc search for other commits by this committer
Update to 3.2.6

PR:             ports/152234
Submitted by:   Pawel Pekala (maintainer)
Original commit
Sunday, 17 Oct 2010
09:43 makc search for other commits by this committer
Update to 3.2.5

PR:             ports/151499
Submitted by:   Pawel Pekala (maintainer)
Original commit
Friday, 15 Oct 2010
01:25 wen search for other commits by this committer
- Update to 3.2.4
- Pass maintainership to submitter
- Mark MAKE_JOBS_SAFE
- Add LICENSE
- Add support for WITHOUT_NLS knob

PR:             ports/151341
Submitted by:   "Pawel Pekala" <c0rn@o2.pl>
Original commit
Friday, 30 Jul 2010
04:39 linimon search for other commits by this committer
Reset long-time inactive maintainer jbq@caraldi.com due to maintainer
timeouts.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:15 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 6 Jun 2008
13:15 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 21 Mar 2007
15:28 pav search for other commits by this committer
- Generalize dependency on ghostscript

Reported by:    pointyhat exprun
Original commit
Thursday, 21 Dec 2006
21:43 miwi search for other commits by this committer
- Update to 3.0.12

PR:             ports/106905
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Tuesday, 12 Sep 2006
05:06 rafan search for other commits by this committer
- Update to 3.0.11

PR:             ports/103128
Submitted by:   Jean-Baptiste Quenot <jbq at caraldi.com> (maintainer)
Original commit
Wednesday, 5 Apr 2006
23:25 edwin search for other commits by this committer
Maintainer update: comms/efax-gtk 3.0.9

        This is an update of comms/efax-gtk to version 3.0.9.  Thanks in
advance!

PR:             ports/95256
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Original commit
Sunday, 4 Dec 2005
00:42 tdb search for other commits by this committer
- Update to 3.0.7

PR:             89888
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Approved by:    clement (mentor)
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Monday, 17 Oct 2005
11:32 jylefort search for other commits by this committer
Update to 3.0.6

PR:             ports/87561
Submitted by:   maintainer
Original commit
Tuesday, 4 Oct 2005
23:26 edwin search for other commits by this committer
Maintainer update: comms/efax-gtk 3.0.5

        This is an update of comms/efax-gtk to version 3.0.5.  Thanks
        in advance!

PR:             ports/86906
Submitted by:   Jean-Baptiste Quenot <jbq@caraldi.com>
Original commit
Sunday, 18 Sep 2005
16:21 mnag search for other commits by this committer
Update to 3.0.4

PR:             ports/85231
Submmited by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Approved by:    pav (mentor)
Original commit
Monday, 27 Jun 2005
19:40 jylefort search for other commits by this committer
- Update to 3.0.2 [1]
- Polish the port

[1]:
PR:             ports/82690
Submitted by:   maintainer
Original commit
Thursday, 12 May 2005
12:45 novel search for other commits by this committer
Update to 3.0.1.

PR:             80936
Submitted by:   Jean-Baptiste Quenot (maintainer)
Original commit
Wednesday, 11 May 2005
12:09 novel search for other commits by this committer
Fix missing gtk20 dependency.

PR:             80886
Submitted by:   Jean-Baptiste Quenot (maintainer)
Original commit
Monday, 9 May 2005
12:57 arved search for other commits by this committer
Update to 3.0.0

PR:             80809
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Wednesday, 2 Mar 2005
07:30 ahze search for other commits by this committer
- Update to 2.2.15

PR:             ports/78191
Submitted by:   maintainer
Original commit
Monday, 24 Jan 2005
23:42 pav search for other commits by this committer
- Move print/ggv2 to print/ggv
Original commit
Saturday, 15 Jan 2005
00:34 pav search for other commits by this committer
- Update to 2.2.14

PR:             ports/76241
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Original commit
Wednesday, 24 Nov 2004
17:42 daichi search for other commits by this committer
update: comms/efax-gtk 2.2.13

PR:             ports/74198
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Wednesday, 27 Oct 2004
07:01 pav search for other commits by this committer
- Update to 2.2.12

PR:             ports/73108
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Original commit
Tuesday, 12 Oct 2004
11:46 edwin search for other commits by this committer
Maintainer update: efax-gtk 2.2.11

        This is an update of comms/efax-gtk to 2.2.11.

PR:             ports/72141
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Original commit
01:17 edwin search for other commits by this committer
Maintainer update: comms/efax-gtk

        This is an update of comms/efax-gtk to 2.2.10.  Thanks in
        advance for applying the following patch againt the FreeBSD
        ports collection.

PR:             ports/71419
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Original commit
Thursday, 2 Sep 2004
13:11 arved search for other commits by this committer
Update to 2.2.9a

PR:             71094
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Original commit
Tuesday, 3 Aug 2004
07:22 mezz search for other commits by this committer
Update to 2.2.9.

PR:             ports/69916
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Original commit
Monday, 5 Jul 2004
08:38 pav search for other commits by this committer
- Update to 2.2.8a

PR:             ports/68651
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Original commit
Sunday, 27 Jun 2004
21:45 pav search for other commits by this committer
- Update to 2.2.8

PR:             ports/68417
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Original commit
Friday, 16 Apr 2004
22:54 clement search for other commits by this committer
Add efax-gtk 2.2.5, GUI front end for the efax fax program.

This program is a Gtk+/Gtkmm front end for the efax program for
receiving and sending faxes with a fax modem.  Any files to be faxed
must be in postscript format, which is the generic printer format for
Unix/Linux systems. The program will use ghostscript to convert these
into the Group 3 fax format which the fax modem will understand.

WWW: http://www.cvine.freeserve.co.uk/efax-gtk/

PR:             ports/63844
Submitted by:   Jean-Baptiste Quenot <jb.quenot@caraldi.com>
Original commit

Number of commits found: 80