The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-wm : libdockapp

Standard library for Window Maker dock apps

 LibDockApp is a library that provides a framework for developing
dockapps. It provides functions and structures to define and display
command-line options, create a dockable icon, handle events, etc. 

http://solfertje.student.utwente.nl/~dalroi/libdockapp/



libdockapp history


v. 1.28
date: 2007/05/19 20:32:44;  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.27 date: 2007/02/01 02:42:05; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.26 date: 2006/05/13 05:00:42; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with X
v. 1.25 date: 2006/02/23 10:40:42; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.24 date: 2005/11/15 06:52:10; 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.23 date: 2005/07/22 06:39:54; author: sem; state: Exp; lines: +6 -2 - Update to 0.6.1 PR: ports/83862 Submitted by: Ports Fury
v. 1.22 date: 2005/06/15 11:43:41; author: lawrance; state: Exp; lines: +1 -0 Add a simple patch to reintroduce option parsing behaviour some ports depend on (allow short form options longer than one character, eg. -bl). This behaviour was removed when libdockapp was updated to 0.6.0. Bump PORTREVISION. I'll follow up with libdockapp author. PR: ports/82242 Reported by: regis rampnoux
v. 1.21 date: 2005/06/12 13:47:02; author: lawrance; state: Exp; lines: +26 -8 Update to 0.6.0 PR: ports/82083 Submitted by: Ports Fury
v. 1.20 date: 2005/06/03 20:18:13; author: oliver; state: Exp; lines: +6 -1 change the libtool version to use from 1.3 to 1.5
v. 1.19 date: 2004/07/09 17:43:10; 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.18 date: 2004/03/14 06:17:55; 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.17 date: 2003/12/15 01:17:29; author: pav; state: Exp; lines: +1 -1 Jim Mock (jim) returned his commit bit, so set his ports free. Thank for all your work, Jim!
v. 1.16 date: 2003/03/07 06:14:18; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2001/02/05 21:05:40; author: olgeni; state: Exp; lines: +2 -2 Layout fixes in x11-wm.
v. 1.14 date: 2000/10/11 21:51:32; author: jim; state: Exp; lines: +2 -3 Update MASTER_SITES.
v. 1.13 date: 2000/08/03 09:28:09; author: asami; state: Exp; lines: +2 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.12 date: 2000/06/29 07:02:58; author: obrien; state: Exp; lines: +3 -2 Move the stragler's www.freebsd.org/~user distfiles to the offical MASTER_SITE_LOCAL site.
v. 1.11 date: 2000/06/16 21:52:37; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.10 date: 2000/06/16 08:47:15; author: sobomax; state: Exp; lines: +2 -1 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.9 date: 2000/05/29 22:24:54; author: will; state: Exp; lines: +3 -3 Add USE_BZIP2, remove redundant GNU_CONFIGURE; properly account for new libraries installed by this port (ldconfig in PLIST). PR: 18886 Submitted by: KATO Tsuguru
v. 1.8 date: 2000/04/28 19:25:29; author: jim; state: Exp; lines: +5 -6 Update to version 0.4.0. Submitted by: Pascal Hofstee
v. 1.7 date: 2000/04/10 19:50:01; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.6 date: 2000/02/08 09:29:49; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.5 date: 1999/12/22 20:18:36; author: jim; state: Exp; lines: +2 -1 Add my distfiles dir on freefall to the MASTER_SITES. This should keep fenner's distfile survey happy.
v. 1.4 date: 1999/08/31 03:00:11; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1999/08/15 07:10:54; author: jim; state: Exp; lines: +3 -3 Updated my email address
v. 1.2 date: 1999/07/19 03:58:10; author: cpiazza; state: Exp; lines: +3 -2 Add a new master site PR: 12705 Submitted by: Jim Mock , maintainer
v. 1.1 date: 1999/07/18 21:04:26; author: cpiazza; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/07/18 21:04:26; author: cpiazza; state: Exp; lines: +0 -0 Libdockapp: the standard library for windowmaker dock apps. It is used by newer dock apps especially PR: 12682 Submitted by: Jim Mock ============================================================================= v. 1.28 date: 2007/05/19 20:32:44; 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.27 date: 2007/02/01 02:42:05; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.26 date: 2006/05/13 05:00:42; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with X
v. 1.25 date: 2006/02/23 10:40:42; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.24 date: 2005/11/15 06:52:10; 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.23 date: 2005/07/22 06:39:54; author: sem; state: Exp; lines: +6 -2 - Update to 0.6.1 PR: ports/83862 Submitted by: Ports Fury
v. 1.22 date: 2005/06/15 11:43:41; author: lawrance; state: Exp; lines: +1 -0 Add a simple patch to reintroduce option parsing behaviour some ports depend on (allow short form options longer than one character, eg. -bl). This behaviour was removed when libdockapp was updated to 0.6.0. Bump PORTREVISION. I'll follow up with libdockapp author. PR: ports/82242 Reported by: regis rampnoux
v. 1.21 date: 2005/06/12 13:47:02; author: lawrance; state: Exp; lines: +26 -8 Update to 0.6.0 PR: ports/82083 Submitted by: Ports Fury
v. 1.20 date: 2005/06/03 20:18:13; author: oliver; state: Exp; lines: +6 -1 change the libtool version to use from 1.3 to 1.5
v. 1.19 date: 2004/07/09 17:43:10; 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.18 date: 2004/03/14 06:17:55; 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.17 date: 2003/12/15 01:17:29; author: pav; state: Exp; lines: +1 -1 Jim Mock (jim) returned his commit bit, so set his ports free. Thank for all your work, Jim!
v. 1.16 date: 2003/03/07 06:14:18; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2001/02/05 21:05:40; author: olgeni; state: Exp; lines: +2 -2 Layout fixes in x11-wm.
v. 1.14 date: 2000/10/11 21:51:32; author: jim; state: Exp; lines: +2 -3 Update MASTER_SITES.
v. 1.13 date: 2000/08/03 09:28:09; author: asami; state: Exp; lines: +2 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.12 date: 2000/06/29 07:02:58; author: obrien; state: Exp; lines: +3 -2 Move the stragler's www.freebsd.org/~user distfiles to the offical MASTER_SITE_LOCAL site.
v. 1.11 date: 2000/06/16 21:52:37; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.10 date: 2000/06/16 08:47:15; author: sobomax; state: Exp; lines: +2 -1 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.9 date: 2000/05/29 22:24:54; author: will; state: Exp; lines: +3 -3 Add USE_BZIP2, remove redundant GNU_CONFIGURE; properly account for new libraries installed by this port (ldconfig in PLIST). PR: 18886 Submitted by: KATO Tsuguru
v. 1.8 date: 2000/04/28 19:25:29; author: jim; state: Exp; lines: +5 -6 Update to version 0.4.0. Submitted by: Pascal Hofstee
v. 1.7 date: 2000/04/10 19:50:01; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.6 date: 2000/02/08 09:29:49; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.5 date: 1999/12/22 20:18:36; author: jim; state: Exp; lines: +2 -1 Add my distfiles dir on freefall to the MASTER_SITES. This should keep fenner's distfile survey happy.
v. 1.4 date: 1999/08/31 03:00:11; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1999/08/15 07:10:54; author: jim; state: Exp; lines: +3 -3 Updated my email address
v. 1.2 date: 1999/07/19 03:58:10; author: cpiazza; state: Exp; lines: +3 -2 Add a new master site PR: 12705 Submitted by: Jim Mock , maintainer
v. 1.1 date: 1999/07/18 21:04:26; author: cpiazza; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/07/18 21:04:26; author: cpiazza; state: Exp; lines: +0 -0 Libdockapp: the standard library for windowmaker dock apps. It is used by newer dock apps especially PR: 12682 Submitted by: Jim Mock ============================================================================= v. 1.28 date: 2007/05/19 20:32:44; 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.27 date: 2007/02/01 02:42:05; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.26 date: 2006/05/13 05:00:42; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from categories starting with X
v. 1.25 date: 2006/02/23 10:40:42; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.24 date: 2005/11/15 06:52:10; 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.23 date: 2005/07/22 06:39:54; author: sem; state: Exp; lines: +6 -2 - Update to 0.6.1 PR: ports/83862 Submitted by: Ports Fury
v. 1.22 date: 2005/06/15 11:43:41; author: lawrance; state: Exp; lines: +1 -0 Add a simple patch to reintroduce option parsing behaviour some ports depend on (allow short form options longer than one character, eg. -bl). This behaviour was removed when libdockapp was updated to 0.6.0. Bump PORTREVISION. I'll follow up with libdockapp author. PR: ports/82242 Reported by: regis rampnoux
v. 1.21 date: 2005/06/12 13:47:02; author: lawrance; state: Exp; lines: +26 -8 Update to 0.6.0 PR: ports/82083 Submitted by: Ports Fury
v. 1.20 date: 2005/06/03 20:18:13; author: oliver; state: Exp; lines: +6 -1 change the libtool version to use from 1.3 to 1.5
v. 1.19 date: 2004/07/09 17:43:10; 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.18 date: 2004/03/14 06:17:55; 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.17 date: 2003/12/15 01:17:29; author: pav; state: Exp; lines: +1 -1 Jim Mock (jim) returned his commit bit, so set his ports free. Thank for all your work, Jim!
v. 1.16 date: 2003/03/07 06:14:18; author: ade; state: Exp; lines: +2 -1 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.15 date: 2001/02/05 21:05:40; author: olgeni; state: Exp; lines: +2 -2 Layout fixes in x11-wm.
v. 1.14 date: 2000/10/11 21:51:32; author: jim; state: Exp; lines: +2 -3 Update MASTER_SITES.
v. 1.13 date: 2000/08/03 09:28:09; author: asami; state: Exp; lines: +2 -3 (1) Add new variable, XFREE86_VERSION, to specify which version of XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
v. 1.12 date: 2000/06/29 07:02:58; author: obrien; state: Exp; lines: +3 -2 Move the stragler's www.freebsd.org/~user distfiles to the offical MASTER_SITE_LOCAL site.
v. 1.11 date: 2000/06/16 21:52:37; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.10 date: 2000/06/16 08:47:15; author: sobomax; state: Exp; lines: +2 -1 Fourth round of INSTALLS_SHLIBS conversion.
v. 1.9 date: 2000/05/29 22:24:54; author: will; state: Exp; lines: +3 -3 Add USE_BZIP2, remove redundant GNU_CONFIGURE; properly account for new libraries installed by this port (ldconfig in PLIST). PR: 18886 Submitted by: KATO Tsuguru
v. 1.8 date: 2000/04/28 19:25:29; author: jim; state: Exp; lines: +5 -6 Update to version 0.4.0. Submitted by: Pascal Hofstee
v. 1.7 date: 2000/04/10 19:50:01; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.6 date: 2000/02/08 09:29:49; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.5 date: 1999/12/22 20:18:36; author: jim; state: Exp; lines: +2 -1 Add my distfiles dir on freefall to the MASTER_SITES. This should keep fenner's distfile survey happy.
v. 1.4 date: 1999/08/31 03:00:11; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1999/08/15 07:10:54; author: jim; state: Exp; lines: +3 -3 Updated my email address
v. 1.2 date: 1999/07/19 03:58:10; author: cpiazza; state: Exp; lines: +3 -2 Add a new master site PR: 12705 Submitted by: Jim Mock , maintainer
v. 1.1 date: 1999/07/18 21:04:26; author: cpiazza; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/07/18 21:04:26; author: cpiazza; state: Exp; lines: +0 -0 Libdockapp: the standard library for windowmaker dock apps. It is used by newer dock apps especially PR: 12682 Submitted by: Jim Mock =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm