aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-07-29 09:12:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-07-29 09:12:37 +0000
commit10588346d36bc9ae62b97d8b2ac11c56ad04df24 (patch)
tree100bc8497eb3bdddc4107fab1d3cfed9e10a64a3 /graphics
parent6ec0158c26d892a46a620e871900ec2b1b182312 (diff)
downloadports-10588346d36bc9ae62b97d8b2ac11c56ad04df24.tar.gz
ports-10588346d36bc9ae62b97d8b2ac11c56ad04df24.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa3/Makefile2
-rw-r--r--graphics/gpaint/Makefile2
-rw-r--r--graphics/guilib/Makefile2
-rw-r--r--graphics/jasper/Makefile2
-rw-r--r--graphics/lib3ds/Makefile2
-rw-r--r--graphics/libaux/Makefile2
-rw-r--r--graphics/libmorph/Makefile2
-rw-r--r--graphics/mesagl/Makefile2
-rw-r--r--graphics/morpheus/Makefile2
-rw-r--r--graphics/pvmpov/Makefile2
-rw-r--r--graphics/py-opengl/Makefile2
-rw-r--r--graphics/sdl_image/Makefile2
-rw-r--r--graphics/sdl_ttf/Makefile2
-rw-r--r--graphics/svgalib/Makefile2
-rw-r--r--graphics/threeDS/Makefile2
-rw-r--r--graphics/tiff/Makefile2
-rw-r--r--graphics/vertex/Makefile2
-rw-r--r--graphics/view3ds/Makefile2
18 files changed, 18 insertions, 18 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile
index 058a4f88a044..0f767c625b7d 100644
--- a/graphics/Mesa3/Makefile
+++ b/graphics/Mesa3/Makefile
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mesa3d
DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \
MesaDemos-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A graphics library similar to SGI's OpenGL
USE_BZIP2= yes
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile
index 0857031ea332..130cf80b35b9 100644
--- a/graphics/gpaint/Makefile
+++ b/graphics/gpaint/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.2.2
CATEGORIES= graphics gnome
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/gpaint/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A small-scale painting program for GNOME
USE_X_PREFIX= yes
diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile
index 5014dd00e5df..b2b7161149bc 100644
--- a/graphics/guilib/Makefile
+++ b/graphics/guilib/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
DISTNAME= GUIlib-${PORTVERSION}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A very simple GUI framework for use with SDL
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile
index 13c899d1d562..d8fac410f61d 100644
--- a/graphics/jasper/Makefile
+++ b/graphics/jasper/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \
${MASTER_SITE_IMAGEMAGICK}
MASTER_SITE_SUBDIR= ImageMagick/delegates
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An implementation of the codec specified in the JPEG-2000 standard
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile
index 8139790354cd..0c5b18c8c39f 100644
--- a/graphics/lib3ds/Makefile
+++ b/graphics/lib3ds/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A library for handling 3DS (3D Studio) files
USE_MESA= yes
diff --git a/graphics/libaux/Makefile b/graphics/libaux/Makefile
index ae71f5b72cbd..d80b4f72a49b 100644
--- a/graphics/libaux/Makefile
+++ b/graphics/libaux/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= graphics
MASTER_SITES= ftp://ftp.rus.uni-stuttgart.de/pub/systems/sgi/OpenGL/contrib/
DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Nano Window Toolkit and Auxiliary Library for OpenGL
WRKSRC= ${WRKDIR}/${PORTNAME}
diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile
index c3fd3998c4db..0a29d99b574c 100644
--- a/graphics/libmorph/Makefile
+++ b/graphics/libmorph/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.1.2
CATEGORIES= graphics
MASTER_SITES= http://wine.sexcity.pl/morpheus/meat/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A library for loading (and saving) 3d models (3d modeller object files)
USE_LIBTOOL= yes
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile
index 5d5e0ce3e6fe..6c44d501da68 100644
--- a/graphics/mesagl/Makefile
+++ b/graphics/mesagl/Makefile
@@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mesa3d
DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \
MesaDemos-${PORTVERSION}${EXTRACT_SUFX}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A graphics library similar to SGI's OpenGL
USE_BZIP2= yes
diff --git a/graphics/morpheus/Makefile b/graphics/morpheus/Makefile
index 6c56e1467fd2..b718b26580e3 100644
--- a/graphics/morpheus/Makefile
+++ b/graphics/morpheus/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.3
CATEGORIES= graphics gnome
MASTER_SITES= http://wine.sexcity.pl/morpheus/meat/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A mesh (3D model) viewer for GNOME desktop
LIB_DEPENDS= morph.0:${PORTSDIR}/graphics/libmorph \
diff --git a/graphics/pvmpov/Makefile b/graphics/pvmpov/Makefile
index 8a4d2e324fcb..61e58ccfeda2 100644
--- a/graphics/pvmpov/Makefile
+++ b/graphics/pvmpov/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://www.luga.de/~flierl/pvmpov/
DISTNAME= ${PORTNAME}-3.1e2
EXTRACT_SUFX= .tgz
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Distributed rendering package for Persistence of Vision Ray Tracer
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/povray31:configure \
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile
index 0810076ca4a0..af86f9b4a909 100644
--- a/graphics/py-opengl/Makefile
+++ b/graphics/py-opengl/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= py${PORTNAME}
PKGNAMEPREFIX= py-
DISTNAME= PyOpenGL-${PORTVERSION:S/.b/b/}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= An OpenGL (and related library) interface for Python
BUILD_DEPENDS= ${PYNUMERIC} \
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile
index 248dee1cf28a..6b1af93208b2 100644
--- a/graphics/sdl_image/Makefile
+++ b/graphics/sdl_image/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
DISTNAME= SDL_image-${PORTVERSION}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A simple library to load images of various formats as SDL surfaces
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile
index 0b8bb61555d4..8ed9e60f5e68 100644
--- a/graphics/sdl_ttf/Makefile
+++ b/graphics/sdl_ttf/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
DISTNAME= SDL_ttf-${PORTVERSION}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A library to use TrueType fonts to render text in SDL applications
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile
index 33a6e0bfcc6d..a935bb544b8a 100644
--- a/graphics/svgalib/Makefile
+++ b/graphics/svgalib/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= http://www.svgalib.org/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A low level console graphics library
USE_GMAKE= yes
diff --git a/graphics/threeDS/Makefile b/graphics/threeDS/Makefile
index 51d3f262a5f0..fe3fbdc0eefd 100644
--- a/graphics/threeDS/Makefile
+++ b/graphics/threeDS/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.3.1
CATEGORIES= graphics python
MASTER_SITES= http://www.demonseed.net/~jp/code/threeDS/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A Python module and viewer for loading and displaying models in 3DS format
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 587949dea468..5a88450ee7b9 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
http://www.libtiff.org/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Tools and library routines for working with TIFF images
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
diff --git a/graphics/vertex/Makefile b/graphics/vertex/Makefile
index 890c9b4e05b3..86253a2e6428 100644
--- a/graphics/vertex/Makefile
+++ b/graphics/vertex/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.1.10
CATEGORIES= graphics
MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A 3D modeller designed specifically for generating efficient game models
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \
diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile
index e353dd2472d1..bb04492321e2 100644
--- a/graphics/view3ds/Makefile
+++ b/graphics/view3ds/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lib3ds
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A simple realtime 3DS file previewer based on the Lib3ds Library
LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds