pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/sex Import sex-1.0, courtesy of jfranz@bsdprojec...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/703e5b9118aa
branches:  trunk
changeset: 549007:703e5b9118aa
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Sun Oct 26 09:51:52 2008 +0000

description:
Import sex-1.0, courtesy of jfranz%bsdprojects.net@localhost (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:

 games/sex/DESCR            |   4 ++++
 games/sex/Makefile         |  17 +++++++++++++++++
 games/sex/PLIST            |   3 +++
 games/sex/distinfo         |   7 +++++++
 games/sex/patches/patch-aa |  16 ++++++++++++++++
 games/sex/patches/patch-ab |  13 +++++++++++++
 6 files changed, 60 insertions(+), 0 deletions(-)

diffs (84 lines):

diff -r 9fbbfd8526a3 -r 703e5b9118aa games/sex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/sex/DESCR   Sun Oct 26 09:51:52 2008 +0000
@@ -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 -r 9fbbfd8526a3 -r 703e5b9118aa games/sex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/sex/Makefile        Sun Oct 26 09:51:52 2008 +0000
@@ -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@localhost
+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 -r 9fbbfd8526a3 -r 703e5b9118aa games/sex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/sex/PLIST   Sun Oct 26 09:51:52 2008 +0000
@@ -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 -r 9fbbfd8526a3 -r 703e5b9118aa games/sex/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/sex/distinfo        Sun Oct 26 09:51:52 2008 +0000
@@ -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 -r 9fbbfd8526a3 -r 703e5b9118aa games/sex/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/sex/patches/patch-aa        Sun Oct 26 09:51:52 2008 +0000
@@ -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 -r 9fbbfd8526a3 -r 703e5b9118aa games/sex/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/sex/patches/patch-ab        Sun Oct 26 09:51:52 2008 +0000
@@ -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;
+ 



Home | Main Index | Thread Index | Old Index