From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- graphics/hermes/DESCR | 13 +++++++++++++ graphics/hermes/PLIST | 16 ++++++++++++++++ graphics/hermes/pkg/DESCR | 13 ------------- graphics/hermes/pkg/PLIST | 16 ---------------- 4 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 graphics/hermes/DESCR create mode 100644 graphics/hermes/PLIST delete mode 100644 graphics/hermes/pkg/DESCR delete mode 100644 graphics/hermes/pkg/PLIST (limited to 'graphics/hermes') diff --git a/graphics/hermes/DESCR b/graphics/hermes/DESCR new file mode 100644 index 00000000000..d6ecc9d95c8 --- /dev/null +++ b/graphics/hermes/DESCR @@ -0,0 +1,13 @@ +Hermes is intended for use in graphics libraries or directly in +graphics programs. In the beginning the goal was to provide the +fastest possible routines for the purpose Hermes was designed for, +thus the target were fast graphics libraries for games and the +sort. However, lately more and more choice for high-quality +rendering is being built in so things like photorealistic rendering +software might profit from the speed of Hermes in the very near +future. + +The library is straight-forward to use. There are about 8 functions +you will need to know about for a simple application and probably +twice as many for a more complicated one. It should take about 10 +minutes to build Hermes into your code. diff --git a/graphics/hermes/PLIST b/graphics/hermes/PLIST new file mode 100644 index 00000000000..f1e97768200 --- /dev/null +++ b/graphics/hermes/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:27 zuntum Exp $ +include/Hermes/H_Clear.h +include/Hermes/H_Config.h +include/Hermes/H_Conv.h +include/Hermes/H_Format.h +include/Hermes/H_Pal.h +include/Hermes/H_Types.h +include/Hermes/Hermes.h +include/Hermes/Types.h +include/Hermes/H_Blit.h +lib/libHermes.a +lib/libHermes.la +lib/libHermes.so +lib/libHermes.so.1 +lib/libHermes.so.1.0 +@dirrm include/Hermes diff --git a/graphics/hermes/pkg/DESCR b/graphics/hermes/pkg/DESCR deleted file mode 100644 index d6ecc9d95c8..00000000000 --- a/graphics/hermes/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -Hermes is intended for use in graphics libraries or directly in -graphics programs. In the beginning the goal was to provide the -fastest possible routines for the purpose Hermes was designed for, -thus the target were fast graphics libraries for games and the -sort. However, lately more and more choice for high-quality -rendering is being built in so things like photorealistic rendering -software might profit from the speed of Hermes in the very near -future. - -The library is straight-forward to use. There are about 8 functions -you will need to know about for a simple application and probably -twice as many for a more complicated one. It should take about 10 -minutes to build Hermes into your code. diff --git a/graphics/hermes/pkg/PLIST b/graphics/hermes/pkg/PLIST deleted file mode 100644 index 824751816ae..00000000000 --- a/graphics/hermes/pkg/PLIST +++ /dev/null @@ -1,16 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2001/01/04 15:10:39 agc Exp $ -include/Hermes/H_Clear.h -include/Hermes/H_Config.h -include/Hermes/H_Conv.h -include/Hermes/H_Format.h -include/Hermes/H_Pal.h -include/Hermes/H_Types.h -include/Hermes/Hermes.h -include/Hermes/Types.h -include/Hermes/H_Blit.h -lib/libHermes.a -lib/libHermes.la -lib/libHermes.so -lib/libHermes.so.1 -lib/libHermes.so.1.0 -@dirrm include/Hermes -- cgit v1.2.3