summaryrefslogtreecommitdiff
path: root/misc/goldstr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-31 09:28:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-31 09:28:23 +0000
commitec6f87332249d306e75408acf828aaa1ba1260ad (patch)
tree8a923d7fb35459842812fe23370fab086b192e20 /misc/goldstr
parentUpdate devel/p5-POE to 0.1501. (diff)
add goldstr
Compute the golden string
Notes
Notes: svn path=/head/; revision=45652
Diffstat (limited to 'misc/goldstr')
-rw-r--r--misc/goldstr/Makefile24
-rw-r--r--misc/goldstr/distinfo1
-rw-r--r--misc/goldstr/pkg-comment1
-rw-r--r--misc/goldstr/pkg-descr5
-rw-r--r--misc/goldstr/pkg-plist1
5 files changed, 32 insertions, 0 deletions
diff --git a/misc/goldstr/Makefile b/misc/goldstr/Makefile
new file mode 100644
index 000000000000..2e431869f333
--- /dev/null
+++ b/misc/goldstr/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# New ports collection makefile for: goldstr
+# Date created: Jul 31, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= goldstr
+PORTVERSION= 1.6.0
+CATEGORIES= misc
+MASTER_SITES= http://it.geocities.com/andreamolteni/prog/goldstr/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
+
+MAN1= goldstr.1
+
+.include <bsd.port.mk>
diff --git a/misc/goldstr/distinfo b/misc/goldstr/distinfo
new file mode 100644
index 000000000000..0c1c294c91af
--- /dev/null
+++ b/misc/goldstr/distinfo
@@ -0,0 +1 @@
+MD5 (goldstr-1.6.0.tar.gz) = 5685bd360a54cc14b285fb034dbc6b39
diff --git a/misc/goldstr/pkg-comment b/misc/goldstr/pkg-comment
new file mode 100644
index 000000000000..5edb4332f41e
--- /dev/null
+++ b/misc/goldstr/pkg-comment
@@ -0,0 +1 @@
+Compute the golden string
diff --git a/misc/goldstr/pkg-descr b/misc/goldstr/pkg-descr
new file mode 100644
index 000000000000..5088b6ea32d3
--- /dev/null
+++ b/misc/goldstr/pkg-descr
@@ -0,0 +1,5 @@
+The purpose of the program is to compute the golden string.
+
+WWW: http://it.geocities.com/andreamolteni/prog/goldstr/
+Gold String:
+ http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/fibrabBITS.html
diff --git a/misc/goldstr/pkg-plist b/misc/goldstr/pkg-plist
new file mode 100644
index 000000000000..7864fcb4b885
--- /dev/null
+++ b/misc/goldstr/pkg-plist
@@ -0,0 +1 @@
+bin/goldstr