summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-10-26 09:51:52 +0000
committerbjs <bjs@pkgsrc.org>2008-10-26 09:51:52 +0000
commit3b3b7eb928dbdb23a89510c40315763ded0c7ee4 (patch)
tree56e6efb4c72a6ed41e4860bbfa40faf5bb3a7e0d /games
parent4a60621da44d2c2e2e198aa633953ec0da80f963 (diff)
downloadpkgsrc-3b3b7eb928dbdb23a89510c40315763ded0c7ee4.tar.gz
Import sex-1.0, courtesy of jfranz@bsdprojects.net (from pkgsrc-wip).
Blurb: Here is yet another program for spouting silly, random phrases. It mimics awful text porn; more importantly, it's a classic! The output of this program is of a [vaguely] sexually explicit nature.
Diffstat (limited to 'games')
-rw-r--r--games/sex/DESCR4
-rw-r--r--games/sex/Makefile17
-rw-r--r--games/sex/PLIST3
-rw-r--r--games/sex/distinfo7
-rw-r--r--games/sex/patches/patch-aa16
-rw-r--r--games/sex/patches/patch-ab13
6 files changed, 60 insertions, 0 deletions
diff --git a/games/sex/DESCR b/games/sex/DESCR
new file mode 100644
index 00000000000..8c4cf09842c
--- /dev/null
+++ b/games/sex/DESCR
@@ -0,0 +1,4 @@
+Here is yet another program for spouting silly, random phrases. It mimics
+awful text porn; more importantly, it's a classic!
+
+The output of this program is of a [vaguely] sexually explicit nature.
diff --git a/games/sex/Makefile b/games/sex/Makefile
new file mode 100644
index 00000000000..56333a562e3
--- /dev/null
+++ b/games/sex/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 09:51:52 bjs Exp $
+
+DISTNAME= sex-1.0
+CATEGORIES= games
+MASTER_SITES= http://spatula.net/software/sex/
+
+MAINTAINER= jfranz@bsdprojects.net
+COMMENT= Yet another program for spouting silly, random phrases
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+AUTO_MKDIRS= yes
+USE_BSD_MAKEFILE= yes
+
+MAKE_ENV+= MKCATPAGES=no
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/sex/PLIST b/games/sex/PLIST
new file mode 100644
index 00000000000..00208054a92
--- /dev/null
+++ b/games/sex/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/26 09:51:52 bjs Exp $
+bin/sex
+man/man6/sex.6
diff --git a/games/sex/distinfo b/games/sex/distinfo
new file mode 100644
index 00000000000..df21e2f952f
--- /dev/null
+++ b/games/sex/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/26 09:51:52 bjs Exp $
+
+SHA1 (sex-1.0.tar.gz) = 12da3ac34d630f0967d09b4cbe6e73a88a8973d8
+RMD160 (sex-1.0.tar.gz) = 80c7c04f7b77329e4bf20fbf61d6c2fce54d75d6
+Size (sex-1.0.tar.gz) = 4820 bytes
+SHA1 (patch-aa) = 18dbce142a90824cadbc1b30becd0cff4ca35e03
+SHA1 (patch-ab) = 4df48147f5e6bbaf636c17be544e21a1728ec8fb
diff --git a/games/sex/patches/patch-aa b/games/sex/patches/patch-aa
new file mode 100644
index 00000000000..4530f483ef4
--- /dev/null
+++ b/games/sex/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/10/26 09:51:52 bjs Exp $
+
+--- Makefile.orig 2001-05-22 18:13:16.000000000 -0400
++++ Makefile
+@@ -1,9 +1,6 @@
+ # Make sex
+
+-PROG=sex
+-PREFIX?=/usr/local
+-BINDIR=${PREFIX}/bin
+-MANDIR=${PREFIX}/man/man
+-MAN6=sex.6
++PROG= sex
++MAN= sex.6
+
+ .include <bsd.prog.mk>
diff --git a/games/sex/patches/patch-ab b/games/sex/patches/patch-ab
new file mode 100644
index 00000000000..37d6b6ec34f
--- /dev/null
+++ b/games/sex/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/10/26 09:51:52 bjs Exp $
+
+--- sex.c.orig 2001-04-28 18:21:29.000000000 +0100
++++ sex.c 2008-10-23 11:00:07.000000000 +0100
+@@ -252,7 +252,7 @@
+ register TABLE *ttp;
+ register char *cp;
+ int getpid();
+- long now;
++ time_t now;
+ char buffer[2048];
+ int pos, lastword;
+