summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-14 21:43:38 +0000
committerjtb <jtb@pkgsrc.org>2001-04-14 21:43:38 +0000
commiteb0cef2016fbd9fb9d81b3a73b8171cc1edae460 (patch)
tree17fca57b4a5d95e28deb838b9d6abd7a2f8436d5 /devel
parent096f4aad4362ee1ba0d616bc018900440fee08d8 (diff)
downloadpkgsrc-eb0cef2016fbd9fb9d81b3a73b8171cc1edae460.tar.gz
Change MAINTAINER section to packages@netbsd.org
Diffstat (limited to 'devel')
-rw-r--r--devel/cweb/Makefile4
-rw-r--r--devel/fortran-utils/Makefile4
-rw-r--r--devel/ftnchek/Makefile4
-rw-r--r--devel/haskell-mode/Makefile4
-rw-r--r--devel/hdf/Makefile4
-rw-r--r--devel/hdf5/Makefile4
-rw-r--r--devel/libctl/Makefile4
-rw-r--r--devel/p5-ExtUtils-F77/Makefile4
-rw-r--r--devel/p5-Storable/Makefile4
-rw-r--r--devel/ratfor/Makefile4
10 files changed, 20 insertions, 20 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile
index 002fa091146..1da87d2b6d9 100644
--- a/devel/cweb/Makefile
+++ b/devel/cweb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/04/13 22:03:13 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2001/04/14 21:43:39 jtb Exp $
#
# XXX This package needs to be installed with the same PREFIX as teTeX
#
@@ -7,7 +7,7 @@ DISTNAME= cweb-3.63
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/}
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/cweb.html
COMMENT= The CWEB System of Structured Documentation
diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile
index acd4ae1eb16..be83f970405 100644
--- a/devel/fortran-utils/Makefile
+++ b/devel/fortran-utils/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2001/03/01 21:14:27 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:39 jtb Exp $
DISTNAME= fortran-utils-1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
COMMENT= Utilities for Fortran programmers
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile
index b6e0db74d54..ec6e1549bdb 100644
--- a/devel/ftnchek/Makefile
+++ b/devel/ftnchek/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2001/03/15 23:48:22 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:40 jtb Exp $
DISTNAME= ftnchek-3.0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/}
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.dsm.fordham.edu/~ftnchek
COMMENT= Static analyzer for Fortran programs
diff --git a/devel/haskell-mode/Makefile b/devel/haskell-mode/Makefile
index 6d66b683417..3e41d50dbc7 100644
--- a/devel/haskell-mode/Makefile
+++ b/devel/haskell-mode/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 14:38:30 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:40 jtb Exp $
DISTNAME= haskell-mode-20001129
CATEGORIES= devel editors
MASTER_SITES= ${MASTER_SITE_LOCAL}
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.haskell.org/haskell-mode/
COMMENT= Haskell mode for Emacs
diff --git a/devel/hdf/Makefile b/devel/hdf/Makefile
index e2eda80b6aa..5dc71df178e 100644
--- a/devel/hdf/Makefile
+++ b/devel/hdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/03/31 18:23:00 jtb Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/14 21:43:41 jtb Exp $
DISTNAME= HDF4.1r4
PKGNAME= hdf-4.1r4
@@ -6,7 +6,7 @@ CATEGORIES= devel
MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF/HDF/HDF_Current/tar/ \
ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF/HDF_Current/tar/
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hdf.ncsa.uiuc.edu/hdf4.html
COMMENT= NCSA Hierarchical Data Format
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index e0c906787f5..daaaa206c80 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2001/03/22 13:28:24 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/04/14 21:43:42 jtb Exp $
DISTNAME= hdf5-1.4.0
CATEGORIES= devel
MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.4.0/src/ \
ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.0/src/
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
COMMENT= Hierarchical Data Format (version 5)
diff --git a/devel/libctl/Makefile b/devel/libctl/Makefile
index ef17bb54d08..490917495a8 100644
--- a/devel/libctl/Makefile
+++ b/devel/libctl/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2001/02/24 13:42:06 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2001/04/14 21:43:40 jtb Exp $
DISTNAME= libctl-1.4
CATEGORIES= devel
MASTER_SITES= http://superjdj.mit.edu/libctl/
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://ab-initio.mit.edu/libctl/
COMMENT= Guile-based flexible control file library for scientific simulations
diff --git a/devel/p5-ExtUtils-F77/Makefile b/devel/p5-ExtUtils-F77/Makefile
index e121cd590a6..e50485570ff 100644
--- a/devel/p5-ExtUtils-F77/Makefile
+++ b/devel/p5-ExtUtils-F77/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:50 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:41 jtb Exp $
DISTNAME= ExtUtils-F77-1.13
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
COMMENT= Perl module for determining how to link Fortran and C
USE_PERL5= #defined
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile
index 3cc98c2c1b8..57fa7715c3a 100644
--- a/devel/p5-Storable/Makefile
+++ b/devel/p5-Storable/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2001/03/20 15:12:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:41 jtb Exp $
DISTNAME= Storable-1.0.11
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Storable/}
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
COMMENT= Perl extension module for persistent data storage
USE_PERL5= #defined
diff --git a/devel/ratfor/Makefile b/devel/ratfor/Makefile
index 37998a72954..2ca562b67b0 100644
--- a/devel/ratfor/Makefile
+++ b/devel/ratfor/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/04/14 21:43:42 jtb Exp $
DISTNAME= ratfor77
PKGNAME= ratfor-1.0
CATEGORIES= devel
MASTER_SITES= ftp://sepftp.stanford.edu/pub/sep-distr/
-MAINTAINER= jtb@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://sepwww.stanford.edu/software/ratfor.html
COMMENT= Preprocessor for the Ratfor dialect of Fortran