The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD graphics : Hermes

Fast pixel formats conversion library

   HERMES, named after the messenger of the gods, is a library whose 
only purpose is to convert graphic data from one pixel format to another in
the fastest possible way.

  HERMES will also do surface clearing. And it will do it FAST (even with
x86 and MMX routines if you're on those platforms). 

http://www.clanlib.org/hermes/



Hermes history


v. 1.41
date: 2007/08/30 15:57:05;  author: sem;  state: Exp;  lines: +0 -4
- Fix build with gcc 4.x

PR:		ports/115647 (based on)
Submitted by:	Oliver Brandmueller 

v. 1.40 date: 2007/07/02 19:01:01; author: pav; state: Exp; lines: +4 -0 - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
v. 1.39 date: 2007/02/01 02:41:37; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.38 date: 2006/08/14 23:06:31; 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.37 date: 2006/02/23 10:36:47; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.36 date: 2005/12/16 16:41:38; author: ehaupt; state: Exp; lines: +8 -6 - Update master site - Pacify portlint (me) PR: 90501 Submitted by: Jean Milanez Melo
v. 1.35 date: 2005/11/15 06:49:22; 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/06/01 19:56:00; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.33 date: 2005/04/12 03:25:36; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.32 date: 2005/04/11 08:02:30; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.31 date: 2004/08/04 22:28:43; author: marcus; state: Exp; lines: +2 -1 Add yet another MASTER_SITE.
v. 1.30 date: 2004/07/26 19:29:38; author: marcus; state: Exp; lines: +2 -1 Add another MASTER_SITE for Hermes so that it fetches once more. Submitted by: Kent Stewart
v. 1.29 date: 2004/07/09 17:42:24; 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.28 date: 2004/03/14 06:16:35; 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.27 date: 2004/02/14 06:06:06; author: kris; state: Exp; lines: +7 -1 Mark IGNORE on sparc64, because the library interchanges red and blue colour channels in images, giving funky results.
v. 1.26 date: 2004/02/04 05:20:48; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.25 date: 2003/08/11 15:44:41; author: marcus; state: Exp; lines: +1 -7 Update to 1.3.3. PR: 55467 Submitted by: KATO Tsuguru
v. 1.24 date: 2003/06/08 17:30:10; author: marcel; state: Exp; lines: +0 -2 Remove ONLY_FOR_ARCHS completely. It lists all supported platforms now. Pointed out by: kris
v. 1.23 date: 2003/06/08 09:36:20; author: marcel; state: Exp; lines: +1 -1 Add ia64 to ONLY_FOR_ARCHS. It builds.
v. 1.22 date: 2003/06/04 07:32:38; author: kris; state: Exp; lines: +1 -0 Fix endian detection on 64-bit machines and bump PORTREVISION. This was (at least) causing red and blue colour channels to be transposed on sparc64.
v. 1.21 date: 2003/05/21 00:48:42; author: kris; state: Exp; lines: +1 -1 This seems to build on sparc64 now (perhaps on ia64 as well, although that should be tested)
v. 1.20 date: 2003/05/18 18:58:49; author: petef; state: Exp; lines: +16 -6 - fix MASTER_SITES - use DOCSDIR - fix the auto* build PR: 52135 Submitted by: Ports Fury
v. 1.19 date: 2003/02/20 18:07:55; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.18 date: 2002/12/21 07:08:47; author: kris; state: Exp; lines: +1 -0 ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using the linux target as a base)
v. 1.17 date: 2002/11/10 16:46:21; 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.16 date: 2002/11/06 22:45:17; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.15 date: 2000/08/28 17:53:03; author: sobomax; state: Exp; lines: +10 -14 Update to 1.3.2. PR: 20853 Submitted by: Ports Furry
v. 1.14 date: 2000/06/22 05:52:01; author: will; state: Exp; lines: +2 -2 Unleash all of these ports upon the people. I no longer have any interest in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
v. 1.13 date: 2000/06/16 21:50:41; 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.12 date: 2000/06/16 08:18:10; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.11 date: 2000/06/15 17:12:24; author: sobomax; state: Exp; lines: +2 -2 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.10 date: 2000/05/28 23:14:50; author: will; state: Exp; lines: +1 -3 Remove obsolete MASTER_SITES. There no longer seems to be a homepage for this graphics library, which seems to be distributed by ClanLib people these days. Found by: portsurvey
v. 1.9 date: 2000/05/18 04:46:18; author: will; state: Exp; lines: +6 -2 I found a bunch of Linuxberg/Tucows mirrors of Hermes, and since the main servers seem often dehydrated (at least in the U.S.), I'm adding them here so people can get Hermes faster.
v. 1.8 date: 2000/05/17 15:53:18; author: sobomax; state: Exp; lines: +5 -5 Update to 1.3.1. Approved by: maintainer
v. 1.7 date: 2000/04/13 06:27:59; author: obrien; state: Exp; lines: +3 -3 PORTNAME / PORTVERSION syntax conversion
v. 1.6 date: 2000/03/29 09:01:48; author: will; state: Exp; lines: +2 -2 Take over some ports.
v. 1.5 date: 2000/03/29 07:18:47; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.4 date: 1999/08/25 06:13:37; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.3 date: 1999/08/14 07:54:45; author: cpiazza; state: Exp; lines: +4 -4 Update to version 1.2.5 PR: 13067 Submitted by: maintainer
v. 1.2 date: 1999/06/05 19:00:28; author: mharo; state: Exp; lines: +2 -2 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install the .la file.
v. 1.1 date: 1999/05/03 04:19:23; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/05/03 04:19:23; author: steve; state: Exp; lines: +0 -0 Initial import of Hermes version 1.2.4. A fast pixel formats conversion library. PR: 11381 Submitted by: Andrey Zakhvatov ============================================================================= v. 1.41 date: 2007/08/30 15:57:05; author: sem; state: Exp; lines: +0 -4 - Fix build with gcc 4.x PR: ports/115647 (based on) Submitted by: Oliver Brandmueller
v. 1.40 date: 2007/07/02 19:01:01; author: pav; state: Exp; lines: +4 -0 - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
v. 1.39 date: 2007/02/01 02:41:37; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.38 date: 2006/08/14 23:06:31; 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.37 date: 2006/02/23 10:36:47; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.36 date: 2005/12/16 16:41:38; author: ehaupt; state: Exp; lines: +8 -6 - Update master site - Pacify portlint (me) PR: 90501 Submitted by: Jean Milanez Melo
v. 1.35 date: 2005/11/15 06:49:22; 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/06/01 19:56:00; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.33 date: 2005/04/12 03:25:36; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.32 date: 2005/04/11 08:02:30; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.31 date: 2004/08/04 22:28:43; author: marcus; state: Exp; lines: +2 -1 Add yet another MASTER_SITE.
v. 1.30 date: 2004/07/26 19:29:38; author: marcus; state: Exp; lines: +2 -1 Add another MASTER_SITE for Hermes so that it fetches once more. Submitted by: Kent Stewart
v. 1.29 date: 2004/07/09 17:42:24; 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.28 date: 2004/03/14 06:16:35; 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.27 date: 2004/02/14 06:06:06; author: kris; state: Exp; lines: +7 -1 Mark IGNORE on sparc64, because the library interchanges red and blue colour channels in images, giving funky results.
v. 1.26 date: 2004/02/04 05:20:48; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.25 date: 2003/08/11 15:44:41; author: marcus; state: Exp; lines: +1 -7 Update to 1.3.3. PR: 55467 Submitted by: KATO Tsuguru
v. 1.24 date: 2003/06/08 17:30:10; author: marcel; state: Exp; lines: +0 -2 Remove ONLY_FOR_ARCHS completely. It lists all supported platforms now. Pointed out by: kris
v. 1.23 date: 2003/06/08 09:36:20; author: marcel; state: Exp; lines: +1 -1 Add ia64 to ONLY_FOR_ARCHS. It builds.
v. 1.22 date: 2003/06/04 07:32:38; author: kris; state: Exp; lines: +1 -0 Fix endian detection on 64-bit machines and bump PORTREVISION. This was (at least) causing red and blue colour channels to be transposed on sparc64.
v. 1.21 date: 2003/05/21 00:48:42; author: kris; state: Exp; lines: +1 -1 This seems to build on sparc64 now (perhaps on ia64 as well, although that should be tested)
v. 1.20 date: 2003/05/18 18:58:49; author: petef; state: Exp; lines: +16 -6 - fix MASTER_SITES - use DOCSDIR - fix the auto* build PR: 52135 Submitted by: Ports Fury
v. 1.19 date: 2003/02/20 18:07:55; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.18 date: 2002/12/21 07:08:47; author: kris; state: Exp; lines: +1 -0 ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using the linux target as a base)
v. 1.17 date: 2002/11/10 16:46:21; 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.16 date: 2002/11/06 22:45:17; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.15 date: 2000/08/28 17:53:03; author: sobomax; state: Exp; lines: +10 -14 Update to 1.3.2. PR: 20853 Submitted by: Ports Furry
v. 1.14 date: 2000/06/22 05:52:01; author: will; state: Exp; lines: +2 -2 Unleash all of these ports upon the people. I no longer have any interest in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
v. 1.13 date: 2000/06/16 21:50:41; 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.12 date: 2000/06/16 08:18:10; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.11 date: 2000/06/15 17:12:24; author: sobomax; state: Exp; lines: +2 -2 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.10 date: 2000/05/28 23:14:50; author: will; state: Exp; lines: +1 -3 Remove obsolete MASTER_SITES. There no longer seems to be a homepage for this graphics library, which seems to be distributed by ClanLib people these days. Found by: portsurvey
v. 1.9 date: 2000/05/18 04:46:18; author: will; state: Exp; lines: +6 -2 I found a bunch of Linuxberg/Tucows mirrors of Hermes, and since the main servers seem often dehydrated (at least in the U.S.), I'm adding them here so people can get Hermes faster.
v. 1.8 date: 2000/05/17 15:53:18; author: sobomax; state: Exp; lines: +5 -5 Update to 1.3.1. Approved by: maintainer
v. 1.7 date: 2000/04/13 06:27:59; author: obrien; state: Exp; lines: +3 -3 PORTNAME / PORTVERSION syntax conversion
v. 1.6 date: 2000/03/29 09:01:48; author: will; state: Exp; lines: +2 -2 Take over some ports.
v. 1.5 date: 2000/03/29 07:18:47; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.4 date: 1999/08/25 06:13:37; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.3 date: 1999/08/14 07:54:45; author: cpiazza; state: Exp; lines: +4 -4 Update to version 1.2.5 PR: 13067 Submitted by: maintainer
v. 1.2 date: 1999/06/05 19:00:28; author: mharo; state: Exp; lines: +2 -2 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install the .la file.
v. 1.1 date: 1999/05/03 04:19:23; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/05/03 04:19:23; author: steve; state: Exp; lines: +0 -0 Initial import of Hermes version 1.2.4. A fast pixel formats conversion library. PR: 11381 Submitted by: Andrey Zakhvatov ============================================================================= v. 1.41 date: 2007/08/30 15:57:05; author: sem; state: Exp; lines: +0 -4 - Fix build with gcc 4.x PR: ports/115647 (based on) Submitted by: Oliver Brandmueller
v. 1.40 date: 2007/07/02 19:01:01; author: pav; state: Exp; lines: +4 -0 - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
v. 1.39 date: 2007/02/01 02:41:37; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.38 date: 2006/08/14 23:06:31; 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.37 date: 2006/02/23 10:36:47; author: ade; state: Exp; lines: +2 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.36 date: 2005/12/16 16:41:38; author: ehaupt; state: Exp; lines: +8 -6 - Update master site - Pacify portlint (me) PR: 90501 Submitted by: Jean Milanez Melo
v. 1.35 date: 2005/11/15 06:49:22; 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/06/01 19:56:00; author: oliver; state: Exp; lines: +1 -1 change the libtool version to use from 1.3 to 1.5
v. 1.33 date: 2005/04/12 03:25:36; author: obrien; state: Exp; lines: +1 -1 At Kris's request, back out the MACHINE_ARCH spelling correction until after 5.4-RELEASE.
v. 1.32 date: 2005/04/11 08:02:30; author: obrien; state: Exp; lines: +1 -1 Assist getting more ports working on AMD64 by obeying the Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.31 date: 2004/08/04 22:28:43; author: marcus; state: Exp; lines: +2 -1 Add yet another MASTER_SITE.
v. 1.30 date: 2004/07/26 19:29:38; author: marcus; state: Exp; lines: +2 -1 Add another MASTER_SITE for Hermes so that it fetches once more. Submitted by: Kent Stewart
v. 1.29 date: 2004/07/09 17:42:24; 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.28 date: 2004/03/14 06:16:35; 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.27 date: 2004/02/14 06:06:06; author: kris; state: Exp; lines: +7 -1 Mark IGNORE on sparc64, because the library interchanges red and blue colour channels in images, giving funky results.
v. 1.26 date: 2004/02/04 05:20:48; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.25 date: 2003/08/11 15:44:41; author: marcus; state: Exp; lines: +1 -7 Update to 1.3.3. PR: 55467 Submitted by: KATO Tsuguru
v. 1.24 date: 2003/06/08 17:30:10; author: marcel; state: Exp; lines: +0 -2 Remove ONLY_FOR_ARCHS completely. It lists all supported platforms now. Pointed out by: kris
v. 1.23 date: 2003/06/08 09:36:20; author: marcel; state: Exp; lines: +1 -1 Add ia64 to ONLY_FOR_ARCHS. It builds.
v. 1.22 date: 2003/06/04 07:32:38; author: kris; state: Exp; lines: +1 -0 Fix endian detection on 64-bit machines and bump PORTREVISION. This was (at least) causing red and blue colour channels to be transposed on sparc64.
v. 1.21 date: 2003/05/21 00:48:42; author: kris; state: Exp; lines: +1 -1 This seems to build on sparc64 now (perhaps on ia64 as well, although that should be tested)
v. 1.20 date: 2003/05/18 18:58:49; author: petef; state: Exp; lines: +16 -6 - fix MASTER_SITES - use DOCSDIR - fix the auto* build PR: 52135 Submitted by: Ports Fury
v. 1.19 date: 2003/02/20 18:07:55; author: knu; state: Exp; lines: +1 -0 de-pkg-comment
v. 1.18 date: 2002/12/21 07:08:47; author: kris; state: Exp; lines: +1 -0 ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using the linux target as a base)
v. 1.17 date: 2002/11/10 16:46:21; 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.16 date: 2002/11/06 22:45:17; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.15 date: 2000/08/28 17:53:03; author: sobomax; state: Exp; lines: +10 -14 Update to 1.3.2. PR: 20853 Submitted by: Ports Furry
v. 1.14 date: 2000/06/22 05:52:01; author: will; state: Exp; lines: +2 -2 Unleash all of these ports upon the people. I no longer have any interest in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
v. 1.13 date: 2000/06/16 21:50:41; 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.12 date: 2000/06/16 08:18:10; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.11 date: 2000/06/15 17:12:24; author: sobomax; state: Exp; lines: +2 -2 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.10 date: 2000/05/28 23:14:50; author: will; state: Exp; lines: +1 -3 Remove obsolete MASTER_SITES. There no longer seems to be a homepage for this graphics library, which seems to be distributed by ClanLib people these days. Found by: portsurvey
v. 1.9 date: 2000/05/18 04:46:18; author: will; state: Exp; lines: +6 -2 I found a bunch of Linuxberg/Tucows mirrors of Hermes, and since the main servers seem often dehydrated (at least in the U.S.), I'm adding them here so people can get Hermes faster.
v. 1.8 date: 2000/05/17 15:53:18; author: sobomax; state: Exp; lines: +5 -5 Update to 1.3.1. Approved by: maintainer
v. 1.7 date: 2000/04/13 06:27:59; author: obrien; state: Exp; lines: +3 -3 PORTNAME / PORTVERSION syntax conversion
v. 1.6 date: 2000/03/29 09:01:48; author: will; state: Exp; lines: +2 -2 Take over some ports.
v. 1.5 date: 2000/03/29 07:18:47; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.4 date: 1999/08/25 06:13:37; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.3 date: 1999/08/14 07:54:45; author: cpiazza; state: Exp; lines: +4 -4 Update to version 1.2.5 PR: 13067 Submitted by: maintainer
v. 1.2 date: 1999/06/05 19:00:28; author: mharo; state: Exp; lines: +2 -2 Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install the .la file.
v. 1.1 date: 1999/05/03 04:19:23; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/05/03 04:19:23; author: steve; state: Exp; lines: +0 -0 Initial import of Hermes version 1.2.4. A fast pixel formats conversion library. PR: 11381 Submitted by: Andrey Zakhvatov =============================================================================



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