summaryrefslogtreecommitdiffstats
path: root/misc/geekcode
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-08-30 07:48:45 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-08-30 07:48:45 +0000
commit5e672f35fbde74f1af7c1e303b8814e3fc3f9eff (patch)
tree41396c650fdb5363f82a9f8116b278f6733327d5 /misc/geekcode
parentf435fbb41c03366abbc391d2c0e619509f75944b (diff)
downloadFreeBSD-ports-5e672f35fbde74f1af7c1e303b8814e3fc3f9eff.zip
FreeBSD-ports-5e672f35fbde74f1af7c1e303b8814e3fc3f9eff.tar.gz
Import of geekcode.
The Geek Code Generator. It simply generates your geek code by asking questions about all aspects of your geekiness
Diffstat (limited to 'misc/geekcode')
-rw-r--r--misc/geekcode/Makefile18
-rw-r--r--misc/geekcode/distinfo1
-rw-r--r--misc/geekcode/files/patch-aa34
-rw-r--r--misc/geekcode/pkg-comment1
-rw-r--r--misc/geekcode/pkg-descr4
-rw-r--r--misc/geekcode/pkg-plist1
6 files changed, 59 insertions, 0 deletions
diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile
new file mode 100644
index 0000000..84135bf
--- /dev/null
+++ b/misc/geekcode/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: geekcode generator
+# Version required: 1.1
+# Date created: 30 Aug 1999
+# Whom: Chris Piazza <cpiazza@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= geekcode-1.1
+CATEGORIES= misc
+MASTER_SITES= http://seymour.napalm.net/
+
+MAINTAINER= cpiazza@FreeBSD.org
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/geekcode ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/misc/geekcode/distinfo b/misc/geekcode/distinfo
new file mode 100644
index 0000000..01c17be
--- /dev/null
+++ b/misc/geekcode/distinfo
@@ -0,0 +1 @@
+MD5 (geekcode-1.1.tar.gz) = 38e550117689f04c0803ccce5e0b1f84
diff --git a/misc/geekcode/files/patch-aa b/misc/geekcode/files/patch-aa
new file mode 100644
index 0000000..4959d50
--- /dev/null
+++ b/misc/geekcode/files/patch-aa
@@ -0,0 +1,34 @@
+--- Makefile.orig Sun Aug 29 11:02:52 1999
++++ Makefile Mon Aug 30 00:42:38 1999
+@@ -1,6 +1,6 @@
+-CFLAGS=-O3 -Wall -s
++CFLAGS?=-O3 -Wall -s
+ TARGET=geekcode
+-CC=gcc
++CC?=gcc
+
+ SRCFILES = gc_appearance.c \
+ gc_computers.c \
+@@ -24,14 +24,14 @@
+ rm -f $(TARGET) $(LIBFILES)
+
+ geekcode:
+- gcc $(CFLAGS) -c gc_appearance.c
+- gcc $(CFLAGS) -c gc_computers.c
+- gcc $(CFLAGS) -c gc_entertainment.c
+- gcc $(CFLAGS) -c gc_lifestyle.c
+- gcc $(CFLAGS) -c gc_politics.c
+- gcc $(CFLAGS) -c gc_type.c
+- gcc $(CFLAGS) -c geekcode.c
+- gcc $(CFLAGS) -o $(TARGET) $(LIBFILES)
++ ${CC} $(CFLAGS) -c gc_appearance.c
++ ${CC} $(CFLAGS) -c gc_computers.c
++ ${CC} $(CFLAGS) -c gc_entertainment.c
++ ${CC} $(CFLAGS) -c gc_lifestyle.c
++ ${CC} $(CFLAGS) -c gc_politics.c
++ ${CC} $(CFLAGS) -c gc_type.c
++ ${CC} $(CFLAGS) -c geekcode.c
++ ${CC} $(CFLAGS) -o $(TARGET) $(LIBFILES)
+
+ install:
+ install -m 755 geekcode /usr/local/bin
diff --git a/misc/geekcode/pkg-comment b/misc/geekcode/pkg-comment
new file mode 100644
index 0000000..822d9be
--- /dev/null
+++ b/misc/geekcode/pkg-comment
@@ -0,0 +1 @@
+A Geek Code Generator
diff --git a/misc/geekcode/pkg-descr b/misc/geekcode/pkg-descr
new file mode 100644
index 0000000..9374705
--- /dev/null
+++ b/misc/geekcode/pkg-descr
@@ -0,0 +1,4 @@
+The Geek Code Generator. It simply generates your geek code
+by asking questions about all aspects of your geek life.
+
+WWW: http://seymour.napalm.net/geekcode.html
diff --git a/misc/geekcode/pkg-plist b/misc/geekcode/pkg-plist
new file mode 100644
index 0000000..56dc6cc
--- /dev/null
+++ b/misc/geekcode/pkg-plist
@@ -0,0 +1 @@
+bin/geekcode
OpenPOWER on IntegriCloud