diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-31 17:28:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-31 17:28:23 +0800 |
commit | 3cb705c1988c5638534ed7b03012cf1fc96b0d6b (patch) | |
tree | 0e703daf5162367566ac33973935bfe6ec571542 /misc | |
parent | b26d0f0c33f4fd5abcd394891576c33f933685af (diff) | |
download | freebsd-ports-gnome-3cb705c1988c5638534ed7b03012cf1fc96b0d6b.tar.gz freebsd-ports-gnome-3cb705c1988c5638534ed7b03012cf1fc96b0d6b.tar.zst freebsd-ports-gnome-3cb705c1988c5638534ed7b03012cf1fc96b0d6b.zip |
add goldstr
Compute the golden string
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/goldstr/Makefile | 24 | ||||
-rw-r--r-- | misc/goldstr/distinfo | 1 | ||||
-rw-r--r-- | misc/goldstr/pkg-comment | 1 | ||||
-rw-r--r-- | misc/goldstr/pkg-descr | 5 | ||||
-rw-r--r-- | misc/goldstr/pkg-plist | 1 |
6 files changed, 33 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 10959c18b233..097719c0806b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -68,6 +68,7 @@ SUBDIR += gnomeuserdocs SUBDIR += gnomeutils SUBDIR += gnuls + SUBDIR += goldstr SUBDIR += gone SUBDIR += gonvert SUBDIR += gplbp 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 |