diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-11-18 03:33:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-11-18 03:33:49 +0800 |
commit | 0d36b820392e98ce1f2773800637fd8100e9d6a0 (patch) | |
tree | c62301eff33ee631fc7b7bb3c29c0b81e35fb752 | |
parent | 69f954d5efc18056004dbc320ab9fea9fcfa1281 (diff) | |
download | freebsd-ports-graphics-0d36b820392e98ce1f2773800637fd8100e9d6a0.tar.gz freebsd-ports-graphics-0d36b820392e98ce1f2773800637fd8100e9d6a0.tar.zst freebsd-ports-graphics-0d36b820392e98ce1f2773800637fd8100e9d6a0.zip |
- take maintainership
-rw-r--r-- | comms/lrzsz/Makefile | 2 | ||||
-rw-r--r-- | deskutils/abacus/Makefile | 2 | ||||
-rw-r--r-- | games/xneko/Makefile | 2 | ||||
-rw-r--r-- | graphics/gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 2 | ||||
-rw-r--r-- | graphics/jpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mpeg2play/Makefile | 2 | ||||
-rw-r--r-- | www/thumbnail_index/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile index 8ddcf1843c8..c3c0266a1b5 100644 --- a/comms/lrzsz/Makefile +++ b/comms/lrzsz/Makefile @@ -12,7 +12,7 @@ CATEGORIES= comms MASTER_SITES= http://www.ohse.de/uwe/releases/ \ http://www.netsw.org/net/modem/protocols/zmodem/lrzsz/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) GNU_CONFIGURE= yes diff --git a/deskutils/abacus/Makefile b/deskutils/abacus/Makefile index 866ef782f99..e06afbe35df 100644 --- a/deskutils/abacus/Makefile +++ b/deskutils/abacus/Makefile @@ -16,7 +16,7 @@ PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= steve PATCHFILES= ${PORTNAME}-${PORTVERSION}.patch.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Spread sheet for X Window System LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \ diff --git a/games/xneko/Makefile b/games/xneko/Makefile index f74b709091b..e9a78c72968 100644 --- a/games/xneko/Makefile +++ b/games/xneko/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= ../R5contrib DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= The classic cat-and-mouse NO_WRKSUBDIR= yes diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 5130770f395..084c484a183 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.boutell.com/gd/http/ \ ${MASTER_SITE_RINGSERVER} MASTER_SITE_SUBDIR= graphics/gd -MAINTAINER?= ports@FreeBSD.org +MAINTAINER?= dinoex@FreeBSD.org COMMENT?= A graphics library for fast creation of images LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index af161fa3986..cfd1ff651de 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.ijg.org/files/ \ ftp://ftp.uu.net/graphics/jpeg/ DISTNAME= jpegsrc.v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= IJG's jpeg compression utilities WRKSRC= ${WRKDIR}/jpeg-6b diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index af161fa3986..cfd1ff651de 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.ijg.org/files/ \ ftp://ftp.uu.net/graphics/jpeg/ DISTNAME= jpegsrc.v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= IJG's jpeg compression utilities WRKSRC= ${WRKDIR}/jpeg-6b diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 146aee60431..904b9542d4d 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://libtiff.maptools.org/dl/ DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg diff --git a/multimedia/mpeg2play/Makefile b/multimedia/mpeg2play/Makefile index a2988ea892a..33c70746c92 100644 --- a/multimedia/mpeg2play/Makefile +++ b/multimedia/mpeg2play/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= A program to play mpeg-2 movies on X displays USE_IMAKE= yes diff --git a/www/thumbnail_index/Makefile b/www/thumbnail_index/Makefile index d9ef2d17b60..b2e61c41ad0 100644 --- a/www/thumbnail_index/Makefile +++ b/www/thumbnail_index/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thumbnail_index/ DISTNAME= ${PORTNAME}_10aug1998 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Make an HTML index file for a bunch of images RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ |