| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
High quality drivers for Canon, Epson, Lexmark, and PCL printers
for use with Ghostscript, CUPS, Foomatic, and the Gimp
WWW: http://gimp-print.sourceforge.net
Repocopied by: marcus
Notes:
svn path=/head/; revision=164911
|
|
|
|
| |
Notes:
svn path=/head/; revision=162206
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154137
|
|
|
|
| |
Notes:
svn path=/head/; revision=149449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=148323
|
|
|
|
| |
Notes:
svn path=/head/; revision=123144
|
|
|
|
|
|
|
|
|
| |
This brings gimp-print in-line with the other GNOME-related
apps and libs, which only enable CUPS support if explicitly
requested.
Notes:
svn path=/head/; revision=123061
|
|
|
|
|
|
|
|
| |
PR: ports/69189
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=113857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
Notes:
svn path=/head/; revision=113296
|
|
|
|
|
|
|
|
|
|
| |
actually different.
PR: ports/67551
Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
Notes:
svn path=/head/; revision=110836
|
|
|
|
| |
Notes:
svn path=/head/; revision=104313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
| |
some gettext symbols.
Notes:
svn path=/head/; revision=100033
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
| |
plugin from being compiled anyway.
Notes:
svn path=/head/; revision=98078
|
|
|
|
|
|
|
|
| |
PR: 61250
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=97999
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
|
|
|
|
|
| |
are not picked up.
PR: 48354
Notes:
svn path=/head/; revision=75762
|
|
|
|
|
|
|
|
|
|
| |
PR: 47493
Submitted by: Ports Fury
Additional regex fixes by Simon Schubert <corecode@corecode.ath.cx>.
Notes:
svn path=/head/; revision=75656
|
|
|
|
|
|
|
|
| |
PR: 45865
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=72245
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
| |
PR: 44352
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=68576
|
|
|
|
|
|
|
|
|
|
| |
While I'm here, fix BUILD_DEPENDS to look for an executable, it is not
LIB_DEPENDS.
Submitted in part by: Jeremy Prior <jez@netcraft.com>
Notes:
svn path=/head/; revision=68130
|
|
|
|
|
|
|
|
|
|
|
| |
o Add cups-base to BUILD_DEPENDS in with-cups case.
o Set maintainer to ports@, maintainer timeout on past two updates.
PR: 42095, 44031
Submitted by: Ports Fury (42095), Edwin Groothuis <edwin@mavetju.org> (44031)
Notes:
svn path=/head/; revision=68050
|
|
|
|
|
|
|
| |
instead of += and so some of the dependencies were not being added.
Notes:
svn path=/head/; revision=67402
|
|
|
|
| |
Notes:
svn path=/head/; revision=66913
|
|
|
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
Notes:
svn path=/head/; revision=63850
|
|
|
|
|
|
|
|
|
| |
PR: 39121
Submitted by: Ports Fury
No Response from: maintainer
Notes:
svn path=/head/; revision=61502
|
|
GIMP Print Printer Driver
PR: 33482
Submitted by: David Gilbert <dgilbert@canoe.velocet.net>
Notes:
svn path=/head/; revision=57208
|