pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/wtf Import wtf-20150206 as games/wtf.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0d542d2e532
branches: trunk
changeset: 649375:c0d542d2e532
user: rodent <rodent%pkgsrc.org@localhost>
date: Thu Apr 02 23:12:55 2015 +0000
description:
Import wtf-20150206 as games/wtf.
This is a convenient way to get the "wtf" programme and also its acronyms
database outside of NetBSD source tree. wtf is little shell script which
translates acronyms for you.
diffstat:
games/wtf/DESCR | 3 +++
games/wtf/Makefile | 30 ++++++++++++++++++++++++++++++
games/wtf/PLIST | 5 +++++
games/wtf/distinfo | 5 +++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r d58356160095 -r c0d542d2e532 games/wtf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wtf/DESCR Thu Apr 02 23:12:55 2015 +0000
@@ -0,0 +1,3 @@
+This is a convenient way to get the "wtf" programme and also its acronyms
+database outside of NetBSD source tree. wtf is little shell script which
+translates acronyms for you.
diff -r d58356160095 -r c0d542d2e532 games/wtf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wtf/Makefile Thu Apr 02 23:12:55 2015 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2015/04/02 23:12:55 rodent Exp $
+#
+
+DISTNAME= wtf-20150206
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bsdwtf/}
+
+MAINTAINER= pho%cielonegro.org@localhost
+HOMEPAGE= http://bsdwtf.sourceforge.net/
+COMMENT= Translate common Internet acronyms
+LICENSE= public-domain
+
+NO_BUILD= yes
+
+SUBST_CLASSES+= paths
+SUBST_FILES.paths= wtf wtf.6
+SUBST_MESSAGE.paths= Fixing absolute paths.
+SUBST_SED.paths= -e 's|/usr/share/misc/|${PREFIX}/share/wtf/|g'
+SUBST_STAGE.paths= pre-configure
+
+REPLACE_SH= wtf
+
+INSTALLATION_DIRS+= bin share/wtf ${PKGMANDIR}/man6
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/wtf ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/acronyms* ${DESTDIR}${PREFIX}/share/wtf
+ ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6
+
+.include "../../mk/bsd.pkg.mk"
diff -r d58356160095 -r c0d542d2e532 games/wtf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wtf/PLIST Thu Apr 02 23:12:55 2015 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/02 23:12:55 rodent Exp $
+bin/wtf
+man/man6/wtf.6
+share/wtf/acronyms
+share/wtf/acronyms.comp
diff -r d58356160095 -r c0d542d2e532 games/wtf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/wtf/distinfo Thu Apr 02 23:12:55 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/02 23:12:55 rodent Exp $
+
+SHA1 (wtf-20150206.tar.gz) = 2e43ec94088fab927539e7e97be17025a8e70238
+RMD160 (wtf-20150206.tar.gz) = d5170370f5a15c2dfa2500f0bc7bac98b0adf068
+Size (wtf-20150206.tar.gz) = 23175 bytes
Home |
Main Index |
Thread Index |
Old Index