The FreeBSD Ports Archive
FreeBSD deskutils : glabels4>
A program to create labels and business cards
From the Website:
gLabels is a lightweight program for creating labels and
business cards for the GNOME desktop environment. It is
designed to work with various laser/ink-jet peel-off label
and business card sheets that you'll find at most office
supply stores.
http://snaught.com/glabels/
|
glabels history
v. 1.42
date: 2007/10/24 23:35:24; author: marcus; state: Exp; lines: +2 -1
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.41
date: 2007/05/19 20:01:34; 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.40
date: 2007/02/10 06:04:57; author: kris; state: Exp; lines: +1 -0
Use libtool15 port instead of included version to avoid objformat a.out botch
v. 1.39
date: 2006/11/05 02:45:04; author: mezz; state: Exp; lines: +1 -1
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
v. 1.38
date: 2006/05/15 22:22:56; author: mezz; state: Exp; lines: +1 -0
Add USE_GETTEXT to appease portlint.
v. 1.37
date: 2006/02/23 10:35:16; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.36
date: 2005/12/26 18:31:50; author: marcus; state: Exp; lines: +1 -2
Update to 2.0.4.
v. 1.35
date: 2005/11/15 06:48:26; 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.34
date: 2005/11/05 05:20:51; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.33
date: 2005/10/21 22:39:17; author: marcus; state: Exp; lines: +1 -2
Update to 2.0.3.
v. 1.32
date: 2005/03/16 21:47:45; author: mezz; state: Exp; lines: +1 -0
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
v. 1.31
date: 2005/02/16 00:12:03; author: adamw; state: Exp; lines: +1 -1
Add intlhack to fix build on 4.X.
v. 1.30
date: 2005/01/23 06:34:06; author: ahze; state: Exp; lines: +1 -2
- Update to 2.0.2
v. 1.29
date: 2004/11/23 02:22:59; author: mezz; state: Exp; lines: +1 -0
Use new INSTALLS_OMF.
Approved by: bland, kwm, marcus and pav
v. 1.28
date: 2004/11/07 22:36:09; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.27
date: 2004/08/18 18:02:26; author: marcus; state: Exp; lines: +1 -2
Update to 2.0.1.
PR: 70615
Submitted by: Koop Mast
v. 1.26
date: 2004/08/16 17:55:38; author: marcus; state: Exp; lines: +3 -1
Add support for the new GNOME MIME system.
v. 1.25
date: 2004/08/11 01:24:21; author: marcus; state: Exp; lines: +5 -3
Update to 2.0.0.
v. 1.24
date: 2004/07/09 17:42:04; author: marcus; state: Exp; lines: +1 -1
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
v. 1.23
date: 2004/06/19 18:12:25; author: ceri; state: Exp; lines: +1 -1
Typo fix.
v. 1.22
date: 2004/04/05 03:30:51; author: marcus; state: Exp; lines: +1 -0
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.21
date: 2004/03/14 06:16:10; author: ade; state: Exp; lines: +1 -1
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.
v. 1.20
date: 2004/02/22 05:02:13; author: marcus; state: Exp; lines: +1 -2
Update to 1.93.3.
v. 1.19
date: 2004/02/04 05:19:13; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.18
date: 2004/01/07 06:05:36; author: marcus; state: Exp; lines: +1 -1
Sign this port over to gnome@ now that is part of the GNOME 2 Office.
v. 1.17
date: 2004/01/05 15:48:15; author: marcus; state: Exp; lines: +3 -8
Update to 1.93.2.
PR: 60927
Submitted by: KATO Tsuguru
v. 1.16
date: 2003/12/25 17:56:33; author: krion; state: Exp; lines: +3 -1
- Update to version 1.93.1
PR: 60560
Submitted by: Ports Fury
v. 1.15
date: 2003/12/04 11:32:21; author: krion; state: Exp; lines: +1 -1
- Update to version 1.57
PR: 59844
Submitted by: Ports Fury
v. 1.14
date: 2003/11/10 18:19:24; author: krion; state: Exp; lines: +1 -1
- Update to version 1.92.3
PR: 59118
Submitted by: Ports Fury
v. 1.13
date: 2003/11/06 21:42:48; author: krion; state: Exp; lines: +9 -13
- Update to version 1.92.2
PR: 59005
Submitted by: Ports Fury
v. 1.12
date: 2003/09/18 15:33:54; author: marcus; state: Exp; lines: +2 -3
Switch to USE_GNOME to chase the libgnome* shared lib versions.
v. 1.11
date: 2003/08/17 05:03:49; author: marcus; state: Exp; lines: +1 -1
Assign maintainership back to ports@. Thanks for all your work, Martin.
v. 1.10
date: 2003/07/14 02:52:57; author: sf; state: Exp; lines: +3 -2
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
v. 1.9
date: 2003/04/18 21:20:06; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.8
date: 2003/02/23 18:17:15; author: marcus; state: Exp; lines: +1 -2
Update to 1.91.1.
PR: 48597
Submitted by: maintainer
v. 1.7
date: 2003/02/20 18:51:31; author: marcus; state: Exp; lines: +3 -4
* Re-add libgnomeprint[ui]-2.0 support and unbreak
* De-pkg-comment where applicable
v. 1.6
date: 2003/02/07 19:33:49; author: marcus; state: Exp; lines: +5 -3
Chase libgnomeui's shared lib version.
v. 1.5
date: 2003/01/16 10:39:18; author: arved; state: Exp; lines: +1 -0
Add dependency on gnomeprintui.
Submitted by: bento
Approved by: maintainer
v. 1.4
date: 2002/11/15 06:22:23; author: edwin; state: Exp; lines: +2 -1
Add libgnomeui-2.0 to LIB_DEPEND.
Spotted by: bento
v. 1.3
date: 2002/11/06 21:10:34; author: edwin; state: Exp; lines: +1 -1
port wouldn't build without the gnomelibs.
Noticed by: bento
Approved by: Martin Klaffenboeck (maintainer)
v. 1.2
date: 2002/10/27 20:20:48; author: adamw; state: Exp; lines: +1 -1
Update deskutils/glabels 1.89.2 -> 1.90.1
PR: 44537
Submitted by: Martin Klaffenboeck (maintainer)
Approved by: pat
v. 1.1
date: 2002/10/21 22:52:34; author: adamw; state: Exp;
add deskutils/glabels
A programm to create labels and business cards
PR: 43479
Submitted by: martin.klaffenboeck@gmx.at
Approved by: pat
=============================================================================
|
| |

|