The FreeBSD Ports Archive
FreeBSD graphics : fnlib4>
Fonts and font libraries necessary for Enlightenment
This is a set of fonts and font libraries necessary for the latest
release of Enlightenment.
|
fnlib history
v. 1.37
date: 2007/05/19 20:09:01; 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.36
date: 2007/02/10 06:05:00; author: kris; state: Exp; lines: +1 -0
Use libtool15 port instead of included version to avoid objformat a.out botch
v. 1.35
date: 2006/08/14 23:06:32; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.34
date: 2006/02/23 10:36:58; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:49:27; 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.32
date: 2005/06/01 19:56:01; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.31
date: 2004/07/09 17:42:25; 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.30
date: 2004/03/14 06:16:37; 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.29
date: 2004/02/04 05:20:52; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.28
date: 2003/12/08 00:08:44; author: pav; state: Exp; lines: +1 -0
- Chase checksum. Tarball was rerolled, auto*hell tools changed.
No change in actual source codes or font files. This note appeared
in ChangeLog:
+Tue Jul 29 22:37:39 2003 Michael Jennings (mej)
+
+I'm not sure it's worth it, but hey... Spec file/build cleanups from
+Matthias Brill .
v. 1.27
date: 2003/04/20 19:21:52; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.26
date: 2003/02/20 18:07:59; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.25
date: 2002/11/10 16:46:24; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:45:22; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2002/09/03 02:46:41; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis
v. 1.22
date: 2002/06/21 17:25:45; author: ade; state: Exp; lines: +4 -6
Fix fennerism.
Relinquish maintainership, I no longer use this port.
v. 1.21
date: 2001/03/23 05:42:20; author: ade; state: Exp; lines: +2 -2
Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.20
date: 2001/03/23 05:34:22; author: vanilla; state: Exp; lines: +2 -2
Someone don't like my style, so I drop maintainer now.
v. 1.19
date: 2000/10/05 06:57:37; author: reg; state: Exp; lines: +2 -3
Implement WANT_IMLIB and USE_IMLIB.
v. 1.18
date: 2000/06/16 21:50:43; 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.17
date: 2000/06/16 10:37:38; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.16
date: 2000/04/13 06:28:26; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.15
date: 2000/01/02 06:55:43; author: vanilla; state: Exp; lines: +7 -7
Upgrade to 0.5, and correct MASTER_SITES.
v. 1.14
date: 1999/10/17 02:03:00; author: cpiazza; state: Exp; lines: +5 -4
Add some MASTER_SITES that actually work.
Obtained from: OpenBSD
v. 1.13
date: 1999/10/08 03:29:37; author: nakai; state: Exp; lines: +2 -2
Use updated imlib library.
v. 1.12
date: 1999/08/31 06:44:56; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.11
date: 1999/08/25 06:13:53; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.10
date: 1999/05/29 04:10:17; author: steve; state: Exp; lines: +6 -11
Fixup after imlib version bump.
PR: 11843
Submitted by: Jeremy Lea
v. 1.9
date: 1999/03/15 18:30:04; author: nectar; state: Exp; lines: +2 -2
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
v. 1.8
date: 1999/01/27 08:31:50; author: fenner; state: Exp; lines: +3 -3
Use ${MASTER_SITE_GNOME}
v. 1.7
date: 1999/01/17 18:19:15; author: nectar; state: Exp; lines: +5 -4
Bump imlib version number in dependencies.
Honor LOCALBASE for finding libraries: jpeg, png, et. al.
Location of distfile on MASTER_SITES changed again.
v. 1.6
date: 1998/12/28 00:35:53; author: vanilla; state: Exp; lines: +8 -8
Upgrade to 0.4.
v. 1.5
date: 1998/09/23 17:16:35; author: vanilla; state: Exp; lines: +3 -3
Convert to elf.
v. 1.4
date: 1998/08/05 09:31:07; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.3
date: 1998/07/18 18:45:22; author: vanilla; state: Exp; lines: +6 -4
1. The author change the distfile, and without bump version.
2. Change MASTER_SITE.
3. set myself as MAINTAINER.
v. 1.2
date: 1998/07/04 23:43:34; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.3, and add $Id:$ tag, I forgot it...
v. 1.1
date: 1998/06/24 16:15:08; author: vanilla; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/06/24 16:15:08; author: vanilla; state: Exp; lines: +0 -0
Font library, it required by Enlightenment 0.14.
PR: ports/7036
Submitted by: Brett Taylor
=============================================================================
v. 1.37
date: 2007/05/19 20:09:01; 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.36
date: 2007/02/10 06:05:00; author: kris; state: Exp; lines: +1 -0
Use libtool15 port instead of included version to avoid objformat a.out botch
v. 1.35
date: 2006/08/14 23:06:32; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.34
date: 2006/02/23 10:36:58; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:49:27; 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.32
date: 2005/06/01 19:56:01; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.31
date: 2004/07/09 17:42:25; 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.30
date: 2004/03/14 06:16:37; 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.29
date: 2004/02/04 05:20:52; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.28
date: 2003/12/08 00:08:44; author: pav; state: Exp; lines: +1 -0
- Chase checksum. Tarball was rerolled, auto*hell tools changed.
No change in actual source codes or font files. This note appeared
in ChangeLog:
+Tue Jul 29 22:37:39 2003 Michael Jennings (mej)
+
+I'm not sure it's worth it, but hey... Spec file/build cleanups from
+Matthias Brill .
v. 1.27
date: 2003/04/20 19:21:52; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.26
date: 2003/02/20 18:07:59; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.25
date: 2002/11/10 16:46:24; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:45:22; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2002/09/03 02:46:41; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis
v. 1.22
date: 2002/06/21 17:25:45; author: ade; state: Exp; lines: +4 -6
Fix fennerism.
Relinquish maintainership, I no longer use this port.
v. 1.21
date: 2001/03/23 05:42:20; author: ade; state: Exp; lines: +2 -2
Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.20
date: 2001/03/23 05:34:22; author: vanilla; state: Exp; lines: +2 -2
Someone don't like my style, so I drop maintainer now.
v. 1.19
date: 2000/10/05 06:57:37; author: reg; state: Exp; lines: +2 -3
Implement WANT_IMLIB and USE_IMLIB.
v. 1.18
date: 2000/06/16 21:50:43; 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.17
date: 2000/06/16 10:37:38; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.16
date: 2000/04/13 06:28:26; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.15
date: 2000/01/02 06:55:43; author: vanilla; state: Exp; lines: +7 -7
Upgrade to 0.5, and correct MASTER_SITES.
v. 1.14
date: 1999/10/17 02:03:00; author: cpiazza; state: Exp; lines: +5 -4
Add some MASTER_SITES that actually work.
Obtained from: OpenBSD
v. 1.13
date: 1999/10/08 03:29:37; author: nakai; state: Exp; lines: +2 -2
Use updated imlib library.
v. 1.12
date: 1999/08/31 06:44:56; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.11
date: 1999/08/25 06:13:53; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.10
date: 1999/05/29 04:10:17; author: steve; state: Exp; lines: +6 -11
Fixup after imlib version bump.
PR: 11843
Submitted by: Jeremy Lea
v. 1.9
date: 1999/03/15 18:30:04; author: nectar; state: Exp; lines: +2 -2
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
v. 1.8
date: 1999/01/27 08:31:50; author: fenner; state: Exp; lines: +3 -3
Use ${MASTER_SITE_GNOME}
v. 1.7
date: 1999/01/17 18:19:15; author: nectar; state: Exp; lines: +5 -4
Bump imlib version number in dependencies.
Honor LOCALBASE for finding libraries: jpeg, png, et. al.
Location of distfile on MASTER_SITES changed again.
v. 1.6
date: 1998/12/28 00:35:53; author: vanilla; state: Exp; lines: +8 -8
Upgrade to 0.4.
v. 1.5
date: 1998/09/23 17:16:35; author: vanilla; state: Exp; lines: +3 -3
Convert to elf.
v. 1.4
date: 1998/08/05 09:31:07; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.3
date: 1998/07/18 18:45:22; author: vanilla; state: Exp; lines: +6 -4
1. The author change the distfile, and without bump version.
2. Change MASTER_SITE.
3. set myself as MAINTAINER.
v. 1.2
date: 1998/07/04 23:43:34; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.3, and add $Id:$ tag, I forgot it...
v. 1.1
date: 1998/06/24 16:15:08; author: vanilla; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/06/24 16:15:08; author: vanilla; state: Exp; lines: +0 -0
Font library, it required by Enlightenment 0.14.
PR: ports/7036
Submitted by: Brett Taylor
=============================================================================
v. 1.37
date: 2007/05/19 20:09:01; 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.36
date: 2007/02/10 06:05:00; author: kris; state: Exp; lines: +1 -0
Use libtool15 port instead of included version to avoid objformat a.out botch
v. 1.35
date: 2006/08/14 23:06:32; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.34
date: 2006/02/23 10:36:58; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:49:27; 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.32
date: 2005/06/01 19:56:01; author: oliver; state: Exp; lines: +1 -1
change the libtool version to use from 1.3 to 1.5
v. 1.31
date: 2004/07/09 17:42:25; 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.30
date: 2004/03/14 06:16:37; 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.29
date: 2004/02/04 05:20:52; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.28
date: 2003/12/08 00:08:44; author: pav; state: Exp; lines: +1 -0
- Chase checksum. Tarball was rerolled, auto*hell tools changed.
No change in actual source codes or font files. This note appeared
in ChangeLog:
+Tue Jul 29 22:37:39 2003 Michael Jennings (mej)
+
+I'm not sure it's worth it, but hey... Spec file/build cleanups from
+Matthias Brill .
v. 1.27
date: 2003/04/20 19:21:52; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.26
date: 2003/02/20 18:07:59; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.25
date: 2002/11/10 16:46:24; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.24
date: 2002/11/06 22:45:22; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.23
date: 2002/09/03 02:46:41; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis
v. 1.22
date: 2002/06/21 17:25:45; author: ade; state: Exp; lines: +4 -6
Fix fennerism.
Relinquish maintainership, I no longer use this port.
v. 1.21
date: 2001/03/23 05:42:20; author: ade; state: Exp; lines: +2 -2
Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.20
date: 2001/03/23 05:34:22; author: vanilla; state: Exp; lines: +2 -2
Someone don't like my style, so I drop maintainer now.
v. 1.19
date: 2000/10/05 06:57:37; author: reg; state: Exp; lines: +2 -3
Implement WANT_IMLIB and USE_IMLIB.
v. 1.18
date: 2000/06/16 21:50:43; 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.17
date: 2000/06/16 10:37:38; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.16
date: 2000/04/13 06:28:26; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.15
date: 2000/01/02 06:55:43; author: vanilla; state: Exp; lines: +7 -7
Upgrade to 0.5, and correct MASTER_SITES.
v. 1.14
date: 1999/10/17 02:03:00; author: cpiazza; state: Exp; lines: +5 -4
Add some MASTER_SITES that actually work.
Obtained from: OpenBSD
v. 1.13
date: 1999/10/08 03:29:37; author: nakai; state: Exp; lines: +2 -2
Use updated imlib library.
v. 1.12
date: 1999/08/31 06:44:56; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.11
date: 1999/08/25 06:13:53; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.10
date: 1999/05/29 04:10:17; author: steve; state: Exp; lines: +6 -11
Fixup after imlib version bump.
PR: 11843
Submitted by: Jeremy Lea
v. 1.9
date: 1999/03/15 18:30:04; author: nectar; state: Exp; lines: +2 -2
Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1.
libgdk_imlib.so.2 -> libgdk_imlib.so.3
libImlib.so.2 -> libImlib.so.3
v. 1.8
date: 1999/01/27 08:31:50; author: fenner; state: Exp; lines: +3 -3
Use ${MASTER_SITE_GNOME}
v. 1.7
date: 1999/01/17 18:19:15; author: nectar; state: Exp; lines: +5 -4
Bump imlib version number in dependencies.
Honor LOCALBASE for finding libraries: jpeg, png, et. al.
Location of distfile on MASTER_SITES changed again.
v. 1.6
date: 1998/12/28 00:35:53; author: vanilla; state: Exp; lines: +8 -8
Upgrade to 0.4.
v. 1.5
date: 1998/09/23 17:16:35; author: vanilla; state: Exp; lines: +3 -3
Convert to elf.
v. 1.4
date: 1998/08/05 09:31:07; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.3
date: 1998/07/18 18:45:22; author: vanilla; state: Exp; lines: +6 -4
1. The author change the distfile, and without bump version.
2. Change MASTER_SITE.
3. set myself as MAINTAINER.
v. 1.2
date: 1998/07/04 23:43:34; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.3, and add $Id:$ tag, I forgot it...
v. 1.1
date: 1998/06/24 16:15:08; author: vanilla; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/06/24 16:15:08; author: vanilla; state: Exp; lines: +0 -0
Font library, it required by Enlightenment 0.14.
PR: ports/7036
Submitted by: Brett Taylor
=============================================================================
|
| |

|