aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-05-03 12:20:49 +0800
committerhoek <hoek@FreeBSD.org>1999-05-03 12:20:49 +0800
commit082060ac797746cd60d3af17320498c2adc0dd47 (patch)
treede534bc13d18037f597fcda80f22581fce544394 /devel
parent22472523b27dcb4f7a0bb212bcd02baa8d747aa7 (diff)
downloadfreebsd-ports-gnome-082060ac797746cd60d3af17320498c2adc0dd47.tar.gz
freebsd-ports-gnome-082060ac797746cd60d3af17320498c2adc0dd47.tar.zst
freebsd-ports-gnome-082060ac797746cd60d3af17320498c2adc0dd47.zip
Add WWW: to some of the more recent imports...
Diffstat (limited to 'devel')
-rw-r--r--devel/bison-devel/pkg-descr4
-rw-r--r--devel/bison/pkg-descr4
-rw-r--r--devel/bison175/pkg-descr4
-rw-r--r--devel/bison1875/pkg-descr4
-rw-r--r--devel/bison2/pkg-descr4
-rw-r--r--devel/bison20/pkg-descr4
-rw-r--r--devel/libgnugetopt/pkg-descr3
7 files changed, 14 insertions, 13 deletions
diff --git a/devel/bison-devel/pkg-descr b/devel/bison-devel/pkg-descr
index e93db4b4fbcb..c968b052baf7 100644
--- a/devel/bison-devel/pkg-descr
+++ b/devel/bison-devel/pkg-descr
@@ -1,5 +1,5 @@
-From: Paul Rubin <phr@fsf.org>
-Subject: Re: Bison documentation?
+Bison is a tool used to write parsers, such as the parser for GNU cc.
+It is similar to Yacc, which is included in the base FreeBSD system.
The main difference between Bison and Yacc that I know of is that
Bison supports the @N construction, which gives you access to
diff --git a/devel/bison/pkg-descr b/devel/bison/pkg-descr
index e93db4b4fbcb..c968b052baf7 100644
--- a/devel/bison/pkg-descr
+++ b/devel/bison/pkg-descr
@@ -1,5 +1,5 @@
-From: Paul Rubin <phr@fsf.org>
-Subject: Re: Bison documentation?
+Bison is a tool used to write parsers, such as the parser for GNU cc.
+It is similar to Yacc, which is included in the base FreeBSD system.
The main difference between Bison and Yacc that I know of is that
Bison supports the @N construction, which gives you access to
diff --git a/devel/bison175/pkg-descr b/devel/bison175/pkg-descr
index e93db4b4fbcb..c968b052baf7 100644
--- a/devel/bison175/pkg-descr
+++ b/devel/bison175/pkg-descr
@@ -1,5 +1,5 @@
-From: Paul Rubin <phr@fsf.org>
-Subject: Re: Bison documentation?
+Bison is a tool used to write parsers, such as the parser for GNU cc.
+It is similar to Yacc, which is included in the base FreeBSD system.
The main difference between Bison and Yacc that I know of is that
Bison supports the @N construction, which gives you access to
diff --git a/devel/bison1875/pkg-descr b/devel/bison1875/pkg-descr
index e93db4b4fbcb..c968b052baf7 100644
--- a/devel/bison1875/pkg-descr
+++ b/devel/bison1875/pkg-descr
@@ -1,5 +1,5 @@
-From: Paul Rubin <phr@fsf.org>
-Subject: Re: Bison documentation?
+Bison is a tool used to write parsers, such as the parser for GNU cc.
+It is similar to Yacc, which is included in the base FreeBSD system.
The main difference between Bison and Yacc that I know of is that
Bison supports the @N construction, which gives you access to
diff --git a/devel/bison2/pkg-descr b/devel/bison2/pkg-descr
index e93db4b4fbcb..c968b052baf7 100644
--- a/devel/bison2/pkg-descr
+++ b/devel/bison2/pkg-descr
@@ -1,5 +1,5 @@
-From: Paul Rubin <phr@fsf.org>
-Subject: Re: Bison documentation?
+Bison is a tool used to write parsers, such as the parser for GNU cc.
+It is similar to Yacc, which is included in the base FreeBSD system.
The main difference between Bison and Yacc that I know of is that
Bison supports the @N construction, which gives you access to
diff --git a/devel/bison20/pkg-descr b/devel/bison20/pkg-descr
index e93db4b4fbcb..c968b052baf7 100644
--- a/devel/bison20/pkg-descr
+++ b/devel/bison20/pkg-descr
@@ -1,5 +1,5 @@
-From: Paul Rubin <phr@fsf.org>
-Subject: Re: Bison documentation?
+Bison is a tool used to write parsers, such as the parser for GNU cc.
+It is similar to Yacc, which is included in the base FreeBSD system.
The main difference between Bison and Yacc that I know of is that
Bison supports the @N construction, which gives you access to
diff --git a/devel/libgnugetopt/pkg-descr b/devel/libgnugetopt/pkg-descr
index 2b684a58a635..778845febdf7 100644
--- a/devel/libgnugetopt/pkg-descr
+++ b/devel/libgnugetopt/pkg-descr
@@ -1 +1,2 @@
-GNU getopt library. It includes GNU-style getopt_long() function.
+GNU getopt library similar but more powerful than the standard getopt(3).
+It includes the GNU-style getopt_long() function.