The FreeBSD Ports Archive
FreeBSD print : gnome-cups-manager4>
Admistration tool for cups
The GNOME CUPS Manager is a tool for adding new CUPS printers and for
managing existing CUPS printers and queues.
http://www.gnome.org/
|
gnome-cups-manager history
v. 1.31
date: 2007/10/24 23:36:28; author: marcus; state: Exp; lines: +4 -3
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.30
date: 2007/05/19 20:20:54; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2007/02/10 06:05:04; author: kris; state: Exp; lines: +1 -0
Use libtool15 port instead of included version to avoid objformat a.out botch
v. 1.28
date: 2007/01/04 22:49:03; author: mezz; state: Exp; lines: +1 -1
Took a lot of nice patches from Ubuntu Linux to make both of ports work better
with the current version of CUPS. Also, many improvements. Fix a bit in the
plist. Bump thePORTREVISION.
libgnomecups:
--------------------
* patch-20_parse-dot-cups-lpoptions: Parse ~/.cups/lpoptions.
* patch-21_fix-islocal: Check whether the printer URI starts with http://,
ipp://, or smb:// to test whether its local or not.
* patch-22_ignore-ipp-not-found: Do not warn on stderr in case of
IPP_NOT_FOUND.
* patch-23_replace-set-printer-attrs: Replace IPP_SET_PRINTER_ATTRIBUTES with
CUPS_ADD_MODIFY_PRINTER.
* patch-24_mem-leak: Fix memory leak in
gnome_cups_request_add_requested_attributes().
* patch-25_browsed_ppds: Fix PPD retrieval for printers picked up with cups
browsing.
--------------------
gnome-cups-manager:
--------------------
* patch-24_printer_properties_name_entry: Doesn't allow changing of printer
names, but the GUI pretends to.
* patch-25_properties_on_add: Don't open up a printer properties on a fresh
add of a printer. CUPS isn't synced yet, so it causes problems.
* patch-26_remove-no-cups-dialog: Don't show a dialog when CUPS isn't found.
* patch-27_dont-request-additional-attributes: Avoid calling
gnome_cups_request_add_requested_attributes() since CUPS returns all
attributes by defaults anyway.
* patch-change_uri_fix: Fix the URI change.
* patch-gutenprint_driver_name: Do not crash if a PPD file name does not
contain a '/'.
* patch-password_field_garbage: When editing SMB connection attributes, do not
set the password input field to the value of 'resource' (which is 'smb'). We
do not get the password in cleartext, so just leave the field blank.
* patch-select_eintr_crash: Do not bail out if select() fails with EINTR,
which is a valid case.
* patch-ui_edit_name_description: Add gnome-cups-add step to change printer
name, description, and location.
* patch-ui_startbox: Improvement on startup, run progress bar in the first
startup to scan the printer database.
* patch-ui_tooltip: Adjust tooltip for cups network printer installation.
--------------------
PR: ports/106972
Reported by: Werner
Tested by: Werner
v. 1.27
date: 2006/11/05 03:43:41; author: mezz; state: Exp; lines: +4 -2
-INSTALLS_SHLIB -> USE_LDCONFIG.[1]
-Find cups modules in the correct path.
-Bump the PORTREVISION.
Found by: portlint (cports.sh)[1]
v. 1.26
date: 2006/05/16 05:10:14; author: mezz; state: Exp; lines: +2 -1
Add INSTALLS_ICONS, bump the PORTREVISION, found by cports.sh.
v. 1.25
date: 2006/05/15 22:23:01; author: mezz; state: Exp; lines: +1 -0
Add USE_GETTEXT to appease portlint.
v. 1.24
date: 2006/05/13 01:03:12; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with P
v. 1.23
date: 2006/02/23 10:38:44; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.22
date: 2005/11/22 06:06:49; author: marcus; state: Exp; lines: +1 -0
Remove some leftover directories.
Reported by: pointyhat via kris
v. 1.21
date: 2005/11/19 17:58:22; author: marcus; state: Exp; lines: +1 -2
Update to 0.31.
v. 1.20
date: 2005/11/15 06:50:49; author: ade; state: Exp; lines: +1 -1
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.
v. 1.19
date: 2005/11/05 05:21:00; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.18
date: 2005/03/12 10:53:07; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.17
date: 2005/03/08 08:00:33; author: ahze; state: Exp; lines: +1 -1
- Update to 0.30
v. 1.16
date: 2005/01/14 19:37:40; author: adamw; state: Exp; lines: +1 -1
Change the gnomesu dependency to point to security/libgnomesu instead of
sysutils/gnomesu.
v. 1.15
date: 2004/12/21 00:23:17; author: mezz; state: Exp; lines: +1 -2
Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.
deskutils/drivel is the only port that has pkg-plist change, so bump the
PORTREVISION. The rest else should be no function change, but just remove the
patches to allow gnomehack takes care of it. Keep in mind, I only touch those
ports that already have gnomehack.
Reviewed by: pav and marcus
v. 1.14
date: 2004/12/14 21:52:00; author: ahze; state: Exp; lines: +1 -2
Update to 0.28
v. 1.13
date: 2004/11/25 20:58:04; author: marcus; state: Exp; lines: +2 -1
Do with REINPLACE what used to be done with a patch. This is a temporary
measure until the new bsd.gnome.mk is introduced that does this replace
in gnomehack.
v. 1.12
date: 2004/11/25 09:57:55; author: ahze; state: Exp; lines: +1 -0
Bump PORTREVISION due to last commit of dependency changes
Pointed out by: marcus
v. 1.11
date: 2004/11/25 02:03:56; author: ahze; state: Exp; lines: +2 -1
Add gnomesu to RUN_DEPENDS
Remove white space to make portlint happy
Approved by: adamw (mentor)
v. 1.10
date: 2004/11/07 22:59:12; author: marcus; state: Exp; lines: +6 -4
Update to 0.27.
v. 1.9
date: 2004/08/14 07:52:47; author: marcus; state: Exp; lines: +1 -0
Fix a typo that caused two files to be installed in /.
v. 1.8
date: 2004/07/27 13:53:04; author: marcus; state: Exp; lines: +4 -3
Revert the previous updates since they require APIs present in libgnomeui-2.7.
While I'm here, use the new libtool scheme.
Reported by: Franz Klammer
v. 1.7
date: 2004/07/23 19:28:36; author: adamw; state: Exp; lines: +2 -2
Update to 0.19.
v. 1.6
date: 2004/06/10 16:32:09; author: marcus; state: Exp; lines: +1 -1
Use intlhack to fix the build on 4.X.
Reported by: J. W. Ballantine
v. 1.5
date: 2004/06/09 04:54:51; author: marcus; state: Exp; lines: +4 -4
Update to 0.18.
Submitted by: John Merryweather Cooper
v. 1.4
date: 2004/04/05 03:30:57; author: marcus; state: Exp; lines: +1 -1
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.3
date: 2004/03/13 20:01:09; author: marcus; state: Exp; lines: +3 -0
Fix build with gtk+-2.4.
PR: 64176
Submitted by: Jeremy Messenger
v. 1.2
date: 2004/02/04 05:08:34; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/07/16 04:44:15; author: marcus; state: Exp;
Add gnome-cups-manager, a GNOME administration GUI for the CUPS print system.
PR: 54516
Submitted by: Glenn Johnson
=============================================================================
v. 1.31
date: 2007/10/24 23:36:28; author: marcus; state: Exp; lines: +4 -3
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.30
date: 2007/05/19 20:20:54; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2007/02/10 06:05:04; author: kris; state: Exp; lines: +1 -0
Use libtool15 port instead of included version to avoid objformat a.out botch
v. 1.28
date: 2007/01/04 22:49:03; author: mezz; state: Exp; lines: +1 -1
Took a lot of nice patches from Ubuntu Linux to make both of ports work better
with the current version of CUPS. Also, many improvements. Fix a bit in the
plist. Bump thePORTREVISION.
libgnomecups:
--------------------
* patch-20_parse-dot-cups-lpoptions: Parse ~/.cups/lpoptions.
* patch-21_fix-islocal: Check whether the printer URI starts with http://,
ipp://, or smb:// to test whether its local or not.
* patch-22_ignore-ipp-not-found: Do not warn on stderr in case of
IPP_NOT_FOUND.
* patch-23_replace-set-printer-attrs: Replace IPP_SET_PRINTER_ATTRIBUTES with
CUPS_ADD_MODIFY_PRINTER.
* patch-24_mem-leak: Fix memory leak in
gnome_cups_request_add_requested_attributes().
* patch-25_browsed_ppds: Fix PPD retrieval for printers picked up with cups
browsing.
--------------------
gnome-cups-manager:
--------------------
* patch-24_printer_properties_name_entry: Doesn't allow changing of printer
names, but the GUI pretends to.
* patch-25_properties_on_add: Don't open up a printer properties on a fresh
add of a printer. CUPS isn't synced yet, so it causes problems.
* patch-26_remove-no-cups-dialog: Don't show a dialog when CUPS isn't found.
* patch-27_dont-request-additional-attributes: Avoid calling
gnome_cups_request_add_requested_attributes() since CUPS returns all
attributes by defaults anyway.
* patch-change_uri_fix: Fix the URI change.
* patch-gutenprint_driver_name: Do not crash if a PPD file name does not
contain a '/'.
* patch-password_field_garbage: When editing SMB connection attributes, do not
set the password input field to the value of 'resource' (which is 'smb'). We
do not get the password in cleartext, so just leave the field blank.
* patch-select_eintr_crash: Do not bail out if select() fails with EINTR,
which is a valid case.
* patch-ui_edit_name_description: Add gnome-cups-add step to change printer
name, description, and location.
* patch-ui_startbox: Improvement on startup, run progress bar in the first
startup to scan the printer database.
* patch-ui_tooltip: Adjust tooltip for cups network printer installation.
--------------------
PR: ports/106972
Reported by: Werner
Tested by: Werner
v. 1.27
date: 2006/11/05 03:43:41; author: mezz; state: Exp; lines: +4 -2
-INSTALLS_SHLIB -> USE_LDCONFIG.[1]
-Find cups modules in the correct path.
-Bump the PORTREVISION.
Found by: portlint (cports.sh)[1]
v. 1.26
date: 2006/05/16 05:10:14; author: mezz; state: Exp; lines: +2 -1
Add INSTALLS_ICONS, bump the PORTREVISION, found by cports.sh.
v. 1.25
date: 2006/05/15 22:23:01; author: mezz; state: Exp; lines: +1 -0
Add USE_GETTEXT to appease portlint.
v. 1.24
date: 2006/05/13 01:03:12; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with P
v. 1.23
date: 2006/02/23 10:38:44; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.22
date: 2005/11/22 06:06:49; author: marcus; state: Exp; lines: +1 -0
Remove some leftover directories.
Reported by: pointyhat via kris
v. 1.21
date: 2005/11/19 17:58:22; author: marcus; state: Exp; lines: +1 -2
Update to 0.31.
v. 1.20
date: 2005/11/15 06:50:49; author: ade; state: Exp; lines: +1 -1
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.
v. 1.19
date: 2005/11/05 05:21:00; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.18
date: 2005/03/12 10:53:07; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.17
date: 2005/03/08 08:00:33; author: ahze; state: Exp; lines: +1 -1
- Update to 0.30
v. 1.16
date: 2005/01/14 19:37:40; author: adamw; state: Exp; lines: +1 -1
Change the gnomesu dependency to point to security/libgnomesu instead of
sysutils/gnomesu.
v. 1.15
date: 2004/12/21 00:23:17; author: mezz; state: Exp; lines: +1 -2
Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.
deskutils/drivel is the only port that has pkg-plist change, so bump the
PORTREVISION. The rest else should be no function change, but just remove the
patches to allow gnomehack takes care of it. Keep in mind, I only touch those
ports that already have gnomehack.
Reviewed by: pav and marcus
v. 1.14
date: 2004/12/14 21:52:00; author: ahze; state: Exp; lines: +1 -2
Update to 0.28
v. 1.13
date: 2004/11/25 20:58:04; author: marcus; state: Exp; lines: +2 -1
Do with REINPLACE what used to be done with a patch. This is a temporary
measure until the new bsd.gnome.mk is introduced that does this replace
in gnomehack.
v. 1.12
date: 2004/11/25 09:57:55; author: ahze; state: Exp; lines: +1 -0
Bump PORTREVISION due to last commit of dependency changes
Pointed out by: marcus
v. 1.11
date: 2004/11/25 02:03:56; author: ahze; state: Exp; lines: +2 -1
Add gnomesu to RUN_DEPENDS
Remove white space to make portlint happy
Approved by: adamw (mentor)
v. 1.10
date: 2004/11/07 22:59:12; author: marcus; state: Exp; lines: +6 -4
Update to 0.27.
v. 1.9
date: 2004/08/14 07:52:47; author: marcus; state: Exp; lines: +1 -0
Fix a typo that caused two files to be installed in /.
v. 1.8
date: 2004/07/27 13:53:04; author: marcus; state: Exp; lines: +4 -3
Revert the previous updates since they require APIs present in libgnomeui-2.7.
While I'm here, use the new libtool scheme.
Reported by: Franz Klammer
v. 1.7
date: 2004/07/23 19:28:36; author: adamw; state: Exp; lines: +2 -2
Update to 0.19.
v. 1.6
date: 2004/06/10 16:32:09; author: marcus; state: Exp; lines: +1 -1
Use intlhack to fix the build on 4.X.
Reported by: J. W. Ballantine
v. 1.5
date: 2004/06/09 04:54:51; author: marcus; state: Exp; lines: +4 -4
Update to 0.18.
Submitted by: John Merryweather Cooper
v. 1.4
date: 2004/04/05 03:30:57; author: marcus; state: Exp; lines: +1 -1
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.3
date: 2004/03/13 20:01:09; author: marcus; state: Exp; lines: +3 -0
Fix build with gtk+-2.4.
PR: 64176
Submitted by: Jeremy Messenger
v. 1.2
date: 2004/02/04 05:08:34; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/07/16 04:44:15; author: marcus; state: Exp;
Add gnome-cups-manager, a GNOME administration GUI for the CUPS print system.
PR: 54516
Submitted by: Glenn Johnson
=============================================================================
v. 1.31
date: 2007/10/24 23:36:28; author: marcus; state: Exp; lines: +4 -3
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.30
date: 2007/05/19 20:20:54; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.29
date: 2007/02/10 06:05:04; author: kris; state: Exp; lines: +1 -0
Use libtool15 port instead of included version to avoid objformat a.out botch
v. 1.28
date: 2007/01/04 22:49:03; author: mezz; state: Exp; lines: +1 -1
Took a lot of nice patches from Ubuntu Linux to make both of ports work better
with the current version of CUPS. Also, many improvements. Fix a bit in the
plist. Bump thePORTREVISION.
libgnomecups:
--------------------
* patch-20_parse-dot-cups-lpoptions: Parse ~/.cups/lpoptions.
* patch-21_fix-islocal: Check whether the printer URI starts with http://,
ipp://, or smb:// to test whether its local or not.
* patch-22_ignore-ipp-not-found: Do not warn on stderr in case of
IPP_NOT_FOUND.
* patch-23_replace-set-printer-attrs: Replace IPP_SET_PRINTER_ATTRIBUTES with
CUPS_ADD_MODIFY_PRINTER.
* patch-24_mem-leak: Fix memory leak in
gnome_cups_request_add_requested_attributes().
* patch-25_browsed_ppds: Fix PPD retrieval for printers picked up with cups
browsing.
--------------------
gnome-cups-manager:
--------------------
* patch-24_printer_properties_name_entry: Doesn't allow changing of printer
names, but the GUI pretends to.
* patch-25_properties_on_add: Don't open up a printer properties on a fresh
add of a printer. CUPS isn't synced yet, so it causes problems.
* patch-26_remove-no-cups-dialog: Don't show a dialog when CUPS isn't found.
* patch-27_dont-request-additional-attributes: Avoid calling
gnome_cups_request_add_requested_attributes() since CUPS returns all
attributes by defaults anyway.
* patch-change_uri_fix: Fix the URI change.
* patch-gutenprint_driver_name: Do not crash if a PPD file name does not
contain a '/'.
* patch-password_field_garbage: When editing SMB connection attributes, do not
set the password input field to the value of 'resource' (which is 'smb'). We
do not get the password in cleartext, so just leave the field blank.
* patch-select_eintr_crash: Do not bail out if select() fails with EINTR,
which is a valid case.
* patch-ui_edit_name_description: Add gnome-cups-add step to change printer
name, description, and location.
* patch-ui_startbox: Improvement on startup, run progress bar in the first
startup to scan the printer database.
* patch-ui_tooltip: Adjust tooltip for cups network printer installation.
--------------------
PR: ports/106972
Reported by: Werner
Tested by: Werner
v. 1.27
date: 2006/11/05 03:43:41; author: mezz; state: Exp; lines: +4 -2
-INSTALLS_SHLIB -> USE_LDCONFIG.[1]
-Find cups modules in the correct path.
-Bump the PORTREVISION.
Found by: portlint (cports.sh)[1]
v. 1.26
date: 2006/05/16 05:10:14; author: mezz; state: Exp; lines: +2 -1
Add INSTALLS_ICONS, bump the PORTREVISION, found by cports.sh.
v. 1.25
date: 2006/05/15 22:23:01; author: mezz; state: Exp; lines: +1 -0
Add USE_GETTEXT to appease portlint.
v. 1.24
date: 2006/05/13 01:03:12; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with P
v. 1.23
date: 2006/02/23 10:38:44; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.22
date: 2005/11/22 06:06:49; author: marcus; state: Exp; lines: +1 -0
Remove some leftover directories.
Reported by: pointyhat via kris
v. 1.21
date: 2005/11/19 17:58:22; author: marcus; state: Exp; lines: +1 -2
Update to 0.31.
v. 1.20
date: 2005/11/15 06:50:49; author: ade; state: Exp; lines: +1 -1
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.
v. 1.19
date: 2005/11/05 05:21:00; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.18
date: 2005/03/12 10:53:07; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.17
date: 2005/03/08 08:00:33; author: ahze; state: Exp; lines: +1 -1
- Update to 0.30
v. 1.16
date: 2005/01/14 19:37:40; author: adamw; state: Exp; lines: +1 -1
Change the gnomesu dependency to point to security/libgnomesu instead of
sysutils/gnomesu.
v. 1.15
date: 2004/12/21 00:23:17; author: mezz; state: Exp; lines: +1 -2
Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.
deskutils/drivel is the only port that has pkg-plist change, so bump the
PORTREVISION. The rest else should be no function change, but just remove the
patches to allow gnomehack takes care of it. Keep in mind, I only touch those
ports that already have gnomehack.
Reviewed by: pav and marcus
v. 1.14
date: 2004/12/14 21:52:00; author: ahze; state: Exp; lines: +1 -2
Update to 0.28
v. 1.13
date: 2004/11/25 20:58:04; author: marcus; state: Exp; lines: +2 -1
Do with REINPLACE what used to be done with a patch. This is a temporary
measure until the new bsd.gnome.mk is introduced that does this replace
in gnomehack.
v. 1.12
date: 2004/11/25 09:57:55; author: ahze; state: Exp; lines: +1 -0
Bump PORTREVISION due to last commit of dependency changes
Pointed out by: marcus
v. 1.11
date: 2004/11/25 02:03:56; author: ahze; state: Exp; lines: +2 -1
Add gnomesu to RUN_DEPENDS
Remove white space to make portlint happy
Approved by: adamw (mentor)
v. 1.10
date: 2004/11/07 22:59:12; author: marcus; state: Exp; lines: +6 -4
Update to 0.27.
v. 1.9
date: 2004/08/14 07:52:47; author: marcus; state: Exp; lines: +1 -0
Fix a typo that caused two files to be installed in /.
v. 1.8
date: 2004/07/27 13:53:04; author: marcus; state: Exp; lines: +4 -3
Revert the previous updates since they require APIs present in libgnomeui-2.7.
While I'm here, use the new libtool scheme.
Reported by: Franz Klammer
v. 1.7
date: 2004/07/23 19:28:36; author: adamw; state: Exp; lines: +2 -2
Update to 0.19.
v. 1.6
date: 2004/06/10 16:32:09; author: marcus; state: Exp; lines: +1 -1
Use intlhack to fix the build on 4.X.
Reported by: J. W. Ballantine
v. 1.5
date: 2004/06/09 04:54:51; author: marcus; state: Exp; lines: +4 -4
Update to 0.18.
Submitted by: John Merryweather Cooper
v. 1.4
date: 2004/04/05 03:30:57; author: marcus; state: Exp; lines: +1 -1
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.3
date: 2004/03/13 20:01:09; author: marcus; state: Exp; lines: +3 -0
Fix build with gtk+-2.4.
PR: 64176
Submitted by: Jeremy Messenger
v. 1.2
date: 2004/02/04 05:08:34; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.1
date: 2003/07/16 04:44:15; author: marcus; state: Exp;
Add gnome-cups-manager, a GNOME administration GUI for the CUPS print system.
PR: 54516
Submitted by: Glenn Johnson
=============================================================================
|
| |

|