FreshPorts -- The Place For Ports Fri, 29 Aug 2008 10:36 PM BST
FreshPorts is now running off the BETA server. Enjoy for now.
Port details
Hermes 1.3.3_2 graphics on this many watch lists=123 search for ports that depend on this port
Fast pixel formats conversion library

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


  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).

WWW: http://www.clanlib.org/hermes/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool15

To install the port: cd /usr/ports/graphics/Hermes/ && make install clean
To add the package: pkg_add -r Hermes


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.su.se/pub/lunar/source-archive/
http://ftp.roedu.net/pub/mirrors/gentoo.org/distfiles/
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/distfiles/
http://gentoo.mirrors.pair.com/distfiles/
http://gentoo.chem.wisc.edu/gentoo/distfiles/
http://adelie.polymtl.ca/distfiles/
http://mirrors.tds.net/gentoo/distfiles/
ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
http://ftp.easynet.nl/mirror/gentoo/distfiles/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
http://trumpetti.atm.tut.fi/gentoo/distfiles/
http://ds.thn.htu.se/linux/gentoo/distfiles/
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/distfiles/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/distfiles/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
http://darkstar.ist.utl.pt/gentoo/distfiles/
http://gentoo.inode.at/distfiles/
http://ftp.rhnet.is/pub/gentoo/distfiles/
http://gentoo.mirror.sdv.fr/distfiles/
http://ftp.gentoo.or.kr/distfiles/
http://mirror.gentoo.gr.jp/distfiles/
http://gentoo.gg3.net/distfiles/
http://gentoo.kems.net/distfiles/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/distfiles/
ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/
ftp://ftp.ussg.iu.edu/pub/linux/gentoo/distfiles/
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/
ftp://gentoo.mirrors.pair.com/distfiles/
ftp://mirrors.tds.net/gentoo/distfiles/
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
ftp://ftp.easynet.nl/mirror/gentoo/distfiles/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
ftp://trumpetti.atm.tut.fi/gentoo/distfiles/
ftp://sunsite.cnlab-switch.ch/mirror/gentoo/distfiles/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo/distfiles/
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo/distfiles/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
ftp://darkstar.ist.utl.pt/pub/gentoo/distfiles/
ftp://gentoo.inode.at/source/distfiles/
ftp://ftp.rhnet.is/pub/gentoo/distfiles/
ftp://files.gentoo.gr/distfiles/
ftp://ftp.planetmirror.com/pub/gentoo/distfiles/
ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/
ftp://gentoo.kems.net/pub/mirrors/gentoo/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 38

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.3.3_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
30 Aug 2007 16:57:06
Original commit files touched by this commit  1.3.3_2
sem search for other commits by this committer
- Fix build with gcc 4.x

PR:             ports/115647 (based on)
Submitted by:   Oliver Brandmueller <ob@e-gitt.net>
02 Jul 2007 20:01:04
Original commit files touched by this commit  1.3.3_2
pav search for other commits by this committer
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
01 Feb 2007 02:42:06
Original commit files touched by this commit  1.3.3_2
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
15 Aug 2006 00:06:39
Original commit files touched by this commit  1.3.3_2
clsung search for other commits by this committer
- 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 <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.3.3_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
16 Dec 2005 16:41:38
Original commit files touched by this commit  1.3.3_1
ehaupt search for other commits by this committer
- Update master site
- Pacify portlint (me)

PR:             90501
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
26 Nov 2005 01:48:16
Original commit files touched by this commit  1.3.3_1
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.3.3_1
ade search for other commits by this committer
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.
01 Jun 2005 20:56:04
Original commit files touched by this commit  1.3.3_1
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
12 Apr 2005 04:26:57
Original commit files touched by this commit  1.3.3_1
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  1.3.3_1
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
04 Aug 2004 23:28:43
Original commit files touched by this commit  1.3.3_1
marcus search for other commits by this committer
Add yet another MASTER_SITE.
26 Jul 2004 20:29:38
Original commit files touched by this commit  1.3.3_1
marcus search for other commits by this committer
Add another MASTER_SITE for Hermes so that it fetches once more.

Submitted by:   Kent Stewart <kstewart@owt.com>
09 Jul 2004 18:43:11
Original commit files touched by this commit  1.3.3_1
marcus search for other commits by this committer
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
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.3.3_1
ade search for other commits by this committer
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.
14 Feb 2004 06:06:06
Original commit files touched by this commit  1.3.3_1
kris search for other commits by this committer
Mark IGNORE on sparc64, because the library interchanges red and blue
colour channels in images, giving funky results.
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.3.3_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.3.3
trevor search for other commits by this committer
SIZEify.
11 Aug 2003 16:44:41
Original commit files touched by this commit  1.3.3
marcus search for other commits by this committer
Update to 1.3.3.

PR:             55467
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
11 Jul 2003 08:15:22
Original commit files touched by this commit  1.3.2_1
marcel search for other commits by this committer
Remove the patch for config.sub to teach it about ia64. We now have a
centralized solution.
08 Jun 2003 18:30:10
Original commit files touched by this commit  1.3.2_1
marcel search for other commits by this committer
Remove ONLY_FOR_ARCHS completely. It lists all supported platforms
now.

Pointed out by: kris
08 Jun 2003 10:36:20
Original commit files touched by this commit  1.3.2_1
marcel search for other commits by this committer
Add ia64 to ONLY_FOR_ARCHS. It builds.
08 Jun 2003 10:34:23
Original commit files touched by this commit  1.3.2_1
marcel search for other commits by this committer
Teach config.sub about ia64.

Ok'd: kris
04 Jun 2003 08:32:39
Original commit files touched by this commit  1.3.2_1
kris search for other commits by this committer
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.
21 May 2003 01:48:42
Original commit files touched by this commit  1.3.2
kris search for other commits by this committer
This seems to build on sparc64 now (perhaps on ia64 as well, although that
should be tested)
18 May 2003 19:58:49
Original commit files touched by this commit  1.3.2
petef search for other commits by this committer
- fix MASTER_SITES
- use DOCSDIR
- fix the auto* build

PR:             52135
Submitted by:   Ports Fury
20 Feb 2003 18:08:19
Original commit files touched by this commit  1.3.2
knu search for other commits by this committer
de-pkg-comment
21 Dec 2002 07:08:47
Original commit files touched by this commit  1.3.2
kris search for other commits by this committer
ONLY_FOR_ARCHES=i386 alpha (looks like it could be ported to sparc64 using
the linux target as a base)
24 Dec 2001 02:17:17
files touched by this commit
pat search for other commits by this committer
- PORTDOCS police   - DOCSDIR support to some   - Brush out some lint    
08 Oct 2000 03:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
28 Aug 2000 19:53:09
files touched by this commit
sobomax search for other commits by this committer
Update to 1.3.2.    
26 Jun 2000 13:43:27
files touched by this commit
sobomax search for other commits by this committer
Add a WWW.    
22 Jun 2000 07:52:16
files touched by this commit
will search for other commits by this committer
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.    
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 10:19:52
files touched by this commit
sobomax search for other commits by this committer
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. 
  
15 Jun 2000 19:12:51
files touched by this commit
sobomax search for other commits by this committer
Second round of INSTALL_SHLIBS=yes fixes.    
29 May 2000 01:14:51
files touched by this commit
will search for other commits by this committer
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. 
  

Number of commits found: 38

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19053
Broken 161
Deprecated 80
Ignore 427
Forbidden 6
Restricted 306
No CDROM 130
Vulnerable 50
Expired 12
Set to expire 61
Interactive 78
new 24 hours 2
new 48 hours7
new 7 days26
new fortnight63
new month223

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.431 seconds.