Port details |
- gnomeprint Gnome print support library
- 0.37_2 print
=101 0.37_2Version of this port present on the latest quarterly branch.
- Maintainer: gnome@FreeBSD.org
- Port Added: unknown
- Last Update: 2006-05-28 13:24:05
- SVN Revision: UNKNOWN
- People watching this port, also watch:: popt, libxml2
- Also Listed In: gnome
- License: not specified in port
- WWW:
- http://www.gnome.org/projects/gnome-print/
- Description:
- This is a prototype implementation of the Gnome Printing Architecture,
as described in:
WWW: http://www.gnome.org/projects/gnome-print/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- gnomeprint>0:print/gnomeprint
- No installation instructions:
- This port has been deleted.
- PKGNAME: gnomeprint
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- freetype-config : print/freetype2
- gmake : devel/gmake
- perl5.8.7 : lang/perl5.8
- pkg-config : devel/pkgconfig
- Runtime dependencies:
-
- perl5.8.7 : lang/perl5.8
- BSD.gnome-x11.dist : misc/gnomehier
- pkg-config : devel/pkgconfig
- gs : print/ghostscript-gnu
- Library dependencies:
-
- freetype.9 : print/freetype2
- intl : devel/gettext
- esd.2 : audio/esound
- gdk_pixbuf.2 : graphics/gdk-pixbuf
- glib-12.3 : devel/glib12
- gnomecanvaspixbuf.1 : graphics/gnomecanvas
- gnome.5 : x11/gnomelibs
- gtk-12.2 : x11-toolkits/gtk12
- xml.5 : textproc/libxml
- Imlib.5 : graphics/imlib
- ORBit.2 : devel/ORBit
- X11.6 : x11/xorg-libraries
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.37_2 28 May 2006 13:24:05 |
pav |
- Rename port print/gnomeprint -> print/gnome-print |
0.37_2 16 May 2006 05:14:39 |
mezz |
portlint:
-Change the order, move USE_GHOSTSCRIPT_RUN under the *_DEPENDS. |
0.37_2 15 May 2006 22:23:04 |
mezz |
Add USE_GETTEXT to appease portlint. |
0.37_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.37_1 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
0.37_1 15 Nov 2005 06:52:12 |
ade |
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. |
0.37_1 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
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 |
0.37_1 23 Mar 2004 04:36:17 |
marcus |
Fix build with freetype2-2.1.7.
Reported by: bento via kris |
0.37_1 18 Mar 2004 14:33:42 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
0.37_1 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
0.37_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.37 20 Jan 2004 16:30:09 |
marcus |
Use the new ghostscript options.
Submitted by: linimon |
0.37 31 Aug 2003 02:03:21 |
marcus |
Allow for selection of ghostscript port.
PR: 54943
Submitted by: Jens Rehsack <rehsack@liwing.de> (based on) |
0.37 12 Jun 2003 09:46:10 |
adamw |
Remove REINPLACE commands that were rolled into gnomehack. |
0.37 20 Apr 2003 19:40:34 |
marcus |
Remove USE_GNOMENG. |
0.37 07 Mar 2003 06:09:08 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.37 20 Sep 2002 23:42:21 |
marcus |
Fix MASTER_SITE_SUBDIR.
Submitted by: Bob Fleck <bob@securesoftware.com> |
0.37 20 Sep 2002 17:07:51 |
marcus |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
0.37 16 Sep 2002 16:12:50 |
sobomax |
Update to 0.37. |
0.36 11 Jul 2002 17:16:11 |
sobomax |
Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).
The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.
Please report any unusual problems to gnome@FreeBSD.org.
Discussed with: marcus
Reviewed by: marcus |
0.36 06 Jun 2002 04:00:35 |
marcus |
Get the dist path right this time. |
0.36 06 Jun 2002 00:24:35 |
marcus |
Add a missing USE_BZIP2
Prompted by: Albert Kinderman <albert.kinderman@csun.edu> |
0.36 05 Jun 2002 20:15:55 |
marcus |
Update to 0.36. |
0.35 08 Apr 2002 17:13:14 |
sobomax |
Teach GNOME1 and GNOME2 play nicely with each other - don't assume that
shared dir (share/gnome/fonts) is `owned' by either one. |
11 Mar 2002 17:25:31 |
sobomax |
Chase increase of freetype2 shlib version. |
03 Feb 2002 07:16:38 |
sobomax |
Fix patch, so that it doesn't break some ports on 4-STABLE. |
01 Feb 2002 11:24:03 |
sobomax |
Update to 0.35. |
21 Jan 2002 11:46:49 |
sobomax |
Update version number of freetype2 shared library. |
16 Jan 2002 10:09:05 |
sobomax |
Don't try to delete directory which now being deleted by gnomelibs. |
20 Dec 2001 06:19:02 |
sobomax |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23 |
sobomax |
Don't filter libc_r on 5-CURRENT. |
17 Dec 2001 09:03:07 |
sobomax |
Move creation of ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap from
pkg-plist to Makefile on a second attempt to fix bento build and unlock
building of some 200 ports that depend on gnomeprint. |
12 Dec 2001 21:41:21 |
sobomax |
Update to 0.34. |
26 Nov 2001 13:38:37 |
sobomax |
Use `@exec touch ...' to create
${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap if it doesn't exist. This
ensures that the file is created in all cases and should fix bento build.
Originally file is only created when the package is built on a system with X11
fonts installed. |
22 Nov 2001 08:57:36 |
sobomax |
Add freetype2 as dependency. |
20 Nov 2001 23:49:34 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
20 Nov 2001 14:18:25 |
sobomax |
Update to 0.32. |
09 Nov 2001 16:39:26 |
sobomax |
Update to 0.31. |
31 Oct 2001 08:20:45 |
sobomax |
Don't link in libc - FreeBSD doesn't need this. |
30 Oct 2001 12:42:02 |
sobomax |
Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed. |
09 Oct 2001 08:31:12 |
sobomax |
Update to 0.30. |
11 Sep 2001 22:23:46 |
knu |
Replace the ghostscript6 dependencies with ghostscript-gnu. |
08 Aug 2001 16:57:49 |
sobomax |
Update WWW. |
05 Jun 2001 05:58:33 |
ade |
Update to 0.29 |
11 May 2001 17:36:50 |
ade |
SWitch maintainership of core GNOME ports to a small group of committers
(gnome@FreeBSD.org), since this is now definitely too big for just one person.
|
04 May 2001 22:39:58 |
ade |
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates. |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
14 Nov 2000 14:09:34 |
ade |
Update to 0.25 |
08 Oct 2000 05:10:43 |
asami |
Convert category print to new layout. |
05 Oct 2000 08:17:31 |
reg |
Implement USE_GNOME, part 2. |
28 Sep 2000 18:58:48 |
ade |
Update to 0.24. Read the ChangeLog for updates, the list is enormous. |
04 Aug 2000 17:11:37 |
ade |
Re-sobomize to use pre-patch instead of post-extract |
04 Aug 2000 02:19:21 |
ade |
Extensive patchfile cleanups using sobomax's wonderful post-extract rule |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51 |
sobomax |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
01 Jun 2000 17:10:38 |
ade |
Say hello to GNOME 1.2 audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0
devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9
games/gnomegames 1.2.0 graphics/imlib 1.9.8.1
misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0
sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8
x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 |
22 May 2000 19:56:14 |
ade |
Update to 0.20 |