diff options
author | bf <bf@FreeBSD.org> | 2011-10-26 13:54:00 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-26 13:54:00 +0800 |
commit | 41ad84d1a48995b93c3b0bc66f86a5cc842d1047 (patch) | |
tree | 6abeaf6d29c029f8e44ecf0bb5a02eb0f43a50ec /graphics | |
parent | 5ebe76f2b0adf60605f0977c3ace3bb40399fd77 (diff) | |
download | freebsd-ports-gnome-41ad84d1a48995b93c3b0bc66f86a5cc842d1047.tar.gz freebsd-ports-gnome-41ad84d1a48995b93c3b0bc66f86a5cc842d1047.tar.zst freebsd-ports-gnome-41ad84d1a48995b93c3b0bc66f86a5cc842d1047.zip |
Adopt during Stas's hiatus
Approved by: stas
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre-nox11/Makefile | 2 | ||||
-rw-r--r-- | graphics/djvulibre/Makefile | 2 | ||||
-rw-r--r-- | graphics/epeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/imlib2/Makefile | 2 | ||||
-rw-r--r-- | graphics/imlib2_loaders/Makefile | 2 | ||||
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/djvulibre-nox11/Makefile b/graphics/djvulibre-nox11/Makefile index 5ed95ead125e..7bd5102d81cb 100644 --- a/graphics/djvulibre-nox11/Makefile +++ b/graphics/djvulibre-nox11/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics www MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION} PKGNAMESUFFIX= -nox11 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= DjVu base libraries and utilities LICENSE= GPLv2 diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index ab5254f09f87..0e8624867d28 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.5.24 CATEGORIES= graphics www MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= DjVu viewers and browser plugin LICENSE= GPLv2 diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index 6ebb36fc3809..27587157ca5f 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -13,7 +13,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ http://download.enlightenment.org/snapshots/2008-01-25/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= An immensely fast JPEG thumbnailing library LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index a364dbacbb5f..5e4467efbca1 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -13,7 +13,7 @@ CATEGORIES= graphics enlightenment MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment/imlib2-src/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= The next generation graphics library for Enlightenment LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index 489913b771c4..42b48b790df4 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -13,7 +13,7 @@ CATEGORIES= graphics enlightenment MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment/imlib2-src/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Extra image loader plugins for Imlib 2 GNU_CONFIGURE= yes diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 50ef3a2b55f4..7ecdee2ff0eb 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -12,7 +12,7 @@ CATEGORIES= graphics MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= OpenGL interface for Objective Caml WRKSRC= ${WRKDIR}/lablGL-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} |