diff options
author | martti <martti> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:45:54 +0000 |
commit | 0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /lang | |
parent | 7edec63da8d087916922eee3839d294038f11311 (diff) | |
download | pkgsrc-0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/chicken/Makefile | 4 | ||||
-rw-r--r-- | lang/cilk/Makefile | 4 | ||||
-rw-r--r-- | lang/egcs/Makefile | 4 | ||||
-rw-r--r-- | lang/erlang/Makefile | 4 | ||||
-rw-r--r-- | lang/fort77/Makefile | 4 | ||||
-rw-r--r-- | lang/intercal/Makefile | 4 | ||||
-rw-r--r-- | lang/maude/Makefile | 4 | ||||
-rw-r--r-- | lang/mercury/Makefile | 4 | ||||
-rw-r--r-- | lang/ocaml/Makefile | 4 | ||||
-rw-r--r-- | lang/parrot/Makefile | 4 | ||||
-rw-r--r-- | lang/rexx-imc/Makefile | 4 | ||||
-rw-r--r-- | lang/rexx-regina/Makefile | 4 | ||||
-rw-r--r-- | lang/ruby-base/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl-expect/Makefile | 4 | ||||
-rw-r--r-- | lang/tk-expect/Makefile | 4 |
15 files changed, 30 insertions, 30 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 5c587b40933..47addaa460c 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:44:03 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/21 16:54:00 martti Exp $ # DISTNAME= chicken-1.0 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.call-with-current-continuation.org/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.call-with-current-continuation.org/chicken.html -COMMENT= scheme to C compiler, handling R5RS +COMMENT= Scheme to C compiler, handling R5RS GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile index 6971bce25b6..5fe1f44d742 100644 --- a/lang/cilk/Makefile +++ b/lang/cilk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:44:05 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/07/21 16:54:01 martti Exp $ DISTNAME= cilk-5.3.1 PKGREVISION= 2 @@ -8,7 +8,7 @@ MASTER_SITES= http://supertech.lcs.mit.edu/cilk/ \ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://supertech.lcs.mit.edu/cilk/ -COMMENT= multithreaded parallel programming language based on ANSI C +COMMENT= Multithreaded parallel programming language based on ANSI C ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 -*-*mipse[bl] *-*-powerpc *-*-sparc diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile index e4cc4c3a05e..d131336ec53 100644 --- a/lang/egcs/Makefile +++ b/lang/egcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:44:13 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 16:54:01 martti Exp $ # DISTNAME= egcs-1.1.2 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.1.2/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://egcs.cygnus.com/index.html -COMMENT= the experimental GNU compiler suite +COMMENT= The experimental GNU compiler suite GNU_CONFIGURE= yes diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 1b2e216fd3c..9bee8881b8f 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:44:18 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 16:54:01 martti Exp $ DISTNAME= otp_src_R9B-1 PKGNAME= erlang-9.1 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.erlang.org/download/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.erlang.org -COMMENT= concurrent functional programming language +COMMENT= Concurrent functional programming language DIST_SUBDIR= erlang diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 4805170df1d..96787dc3dfc 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:44:19 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/21 16:54:02 martti Exp $ # DISTNAME= fort77-1.14a @@ -6,7 +6,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/fortran/} MAINTAINER= tech-pkg@NetBSD.org -COMMENT= the driver for f2c, a fortran to C translator +COMMENT= The driver for f2c, a fortran to C translator DEPENDS+= f2c-[0-9]*:../../lang/f2c diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index e15fe689d6b..fbda72f86ca 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/19 07:05:16 salo Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 16:54:02 martti Exp $ # DISTNAME= intercal-0.20 @@ -7,6 +7,6 @@ MASTER_SITES= http://www.tuxedo.org/~esr/intercal/ MAINTAINER= dillo@giga.or.at HOMEPAGE= http://www.tuxedo.org/~esr/intercal/ -COMMENT= the ultimate language for obfuscation and job security +COMMENT= The ultimate language for obfuscation and job security .include "../../mk/bsd.pkg.mk" diff --git a/lang/maude/Makefile b/lang/maude/Makefile index bf0309305f4..42e87d1e8a2 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:44:51 grant Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/21 16:54:03 martti Exp $ # DISTNAME= maude-linux @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://maude.csl.sri.com/ -COMMENT= system for equational and rewriting logic specification/programming +COMMENT= System for equational and rewriting logic specification/programming # see http://maude.csl.sri.com/license/license.html LICENSE= maude-license diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 8c5909db3a6..38fa512a31d 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:44:54 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/21 16:54:03 martti Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.mercury.cs.mu.oz.au/pub/mercury/ \ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.mu.oz.au/mercury/ -COMMENT= modern logic/functional programming language +COMMENT= Modern logic/functional programming language USE_BUILDLINK2= yes GNU_CONFIGURE= yes diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 04dd7c1dc02..661011bda33 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:45:00 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/07/21 16:54:03 martti Exp $ # DISTNAME= ocaml-3.06 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/cristal/ocaml/${DISTNAME}/ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://caml.inria.fr/ocaml/ -COMMENT= the latest implementation of the Caml dialect of ML +COMMENT= The latest implementation of the Caml dialect of ML DEPENDS+= tk>=8.3.2:../../x11/tk diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index a1c128cad8e..c8fec2aabb4 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:45:04 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 16:54:04 martti Exp $ # DISTNAME= parrot-0.0.1 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.netthink.co.uk/downloads/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.python.org/parrot.html -COMMENT= bytecode language possibly to be used by Perl/Python +COMMENT= Bytecode language possibly to be used by Perl/Python USE_PERL5= # defined diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile index 912835eda8c..2a4262477f4 100644 --- a/lang/rexx-imc/Makefile +++ b/lang/rexx-imc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:45:17 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 16:54:05 martti Exp $ # DISTNAME= rexx-imc-1.76 @@ -9,7 +9,7 @@ MASTER_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/ \ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://users.comlab.ox.ac.uk/ian.collier/Rexx/ -COMMENT= implementation of IBM's REXX scripting langauge +COMMENT= Implementation of IBM's REXX scripting langauge USE_LIBTOOL= yes diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index 84e95ffb9bf..76c1c30535a 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:45:18 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 16:54:06 martti Exp $ # DISTNAME= regina301 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://regina-rexx.sourceforge.net/ -COMMENT= implementation of the REXX language +COMMENT= Implementation of the REXX language GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile index d34beb4f89d..fe7a5db5080 100644 --- a/lang/ruby-base/Makefile +++ b/lang/ruby-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:45:19 grant Exp $ +# $NetBSD: Makefile,v 1.18 2003/07/21 16:54:06 martti Exp $ # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp DISTNAME= ${RUBY_DISTNAME} @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_RUBY} MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.ruby-lang.org/en/ -COMMENT= base installation of Ruby +COMMENT= Base installation of Ruby DIST_SUBDIR= ruby USE_RUBY= yes diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 40e3ae17d65..d374151e754 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:45:29 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/07/21 16:54:07 martti Exp $ # .include "Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= tcl-expect-${EXPECT_VERSION} CATEGORIES= lang MAINTAINER= jwise@NetBSD.org -COMMENT= extensions to Tcl to support scripting of interactive programs +COMMENT= Extensions to Tcl to support scripting of interactive programs DEPENDS+= tcl>=8.3.2:../../lang/tcl diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index 999563bb8a0..014b434760f 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:45:33 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/21 16:54:07 martti Exp $ # .include "../../lang/tcl-expect/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= tk-expect-${EXPECT_VERSION} CATEGORIES= lang MAINTAINER= jwise@NetBSD.org -COMMENT= tcl interpreter with both the expect and tk extensions built in +COMMENT= Tcl interpreter with both the expect and tk extensions built in DEPENDS+= tk>=8.3.2:../../x11/tk DEPENDS+= tcl-expect-${EXPECT_VERSION}:../../lang/tcl-expect |