diff options
author | leot <leot@pkgsrc.org> | 2017-07-30 13:21:31 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-07-30 13:21:31 +0000 |
commit | 90aca70587be6e3cc571e8ed7f7fa599bd191cb1 (patch) | |
tree | 10cfb1b4d43100bbc5e097466c3fe0190a9d2391 | |
parent | a471ebbbe63b1c661441d73b70d2a210d02182da (diff) | |
download | pkgsrc-90aca70587be6e3cc571e8ed7f7fa599bd191cb1.tar.gz |
Import fortunes-it-1.99 as games/fortunes-it
Italian fortunes database
Originally packaged by myself in pkgsrc-wip with some improvements
by <wiz> and <asau>.
-rw-r--r-- | games/fortunes-it/DESCR | 1 | ||||
-rw-r--r-- | games/fortunes-it/Makefile | 27 | ||||
-rw-r--r-- | games/fortunes-it/PLIST | 47 | ||||
-rw-r--r-- | games/fortunes-it/distinfo | 5 |
4 files changed, 80 insertions, 0 deletions
diff --git a/games/fortunes-it/DESCR b/games/fortunes-it/DESCR new file mode 100644 index 00000000000..12a24eaa323 --- /dev/null +++ b/games/fortunes-it/DESCR @@ -0,0 +1 @@ +Italian fortunes database diff --git a/games/fortunes-it/Makefile b/games/fortunes-it/Makefile new file mode 100644 index 00000000000..ad42fba068d --- /dev/null +++ b/games/fortunes-it/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2017/07/30 13:21:31 leot Exp $ +# + +DISTNAME= fortune-it-1.99 +PKGNAME= ${DISTNAME:S/fortune/fortunes/} +CATEGORIES= games +MASTER_SITES= http://www.fortune-it.net/download/ \ + ftp://sunsite.unc.edu/pub/Linux/games/amusements/fortune/ + +MAINTAINER= leot@NetBSD.org +HOMEPAGE= http://www.fortune-it.net/ +COMMENT= Italian fortunes +LICENSE= public-domain + +BUILD_DEPENDS+= fortune-strfile-[0-9]*:../../games/fortune-strfile + +STRFILE= ${LOCALBASE}/bin/strfile + +do-build: + find ${WRKSRC}/testi/ -type f -exec ${STRFILE} {} \; + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/games/fortune/it + ${INSTALL_DATA} ${WRKSRC}/testi/* \ + ${DESTDIR}${PREFIX}/share/games/fortune/it + +.include "../../mk/bsd.pkg.mk" diff --git a/games/fortunes-it/PLIST b/games/fortunes-it/PLIST new file mode 100644 index 00000000000..e70f4a10dd1 --- /dev/null +++ b/games/fortunes-it/PLIST @@ -0,0 +1,47 @@ +@comment $NetBSD: PLIST,v 1.1 2017/07/30 13:21:31 leot Exp $ +share/games/fortune/it/adams +share/games/fortune/it/adams.dat +share/games/fortune/it/banner +share/games/fortune/it/banner.dat +share/games/fortune/it/computer +share/games/fortune/it/computer-o +share/games/fortune/it/computer-o.dat +share/games/fortune/it/computer.dat +share/games/fortune/it/definizioni +share/games/fortune/it/definizioni-o +share/games/fortune/it/definizioni-o.dat +share/games/fortune/it/definizioni.dat +share/games/fortune/it/film-o +share/games/fortune/it/film-o.dat +share/games/fortune/it/formiche +share/games/fortune/it/formiche.dat +share/games/fortune/it/italia +share/games/fortune/it/italia-o +share/games/fortune/it/italia-o.dat +share/games/fortune/it/italia.dat +share/games/fortune/it/itatrek +share/games/fortune/it/itatrek.dat +share/games/fortune/it/jackfr +share/games/fortune/it/jackfr-o +share/games/fortune/it/jackfr-o.dat +share/games/fortune/it/jackfr.dat +share/games/fortune/it/leggi +share/games/fortune/it/leggi-o +share/games/fortune/it/leggi-o.dat +share/games/fortune/it/leggi.dat +share/games/fortune/it/luke +share/games/fortune/it/luke.dat +share/games/fortune/it/luttazzi +share/games/fortune/it/luttazzi-o +share/games/fortune/it/luttazzi-o.dat +share/games/fortune/it/luttazzi.dat +share/games/fortune/it/norm +share/games/fortune/it/norm.dat +share/games/fortune/it/obsc-o +share/games/fortune/it/obsc-o.dat +share/games/fortune/it/paolotedeschi +share/games/fortune/it/paolotedeschi.dat +share/games/fortune/it/zuse +share/games/fortune/it/zuse-o +share/games/fortune/it/zuse-o.dat +share/games/fortune/it/zuse.dat diff --git a/games/fortunes-it/distinfo b/games/fortunes-it/distinfo new file mode 100644 index 00000000000..06af2d6dce9 --- /dev/null +++ b/games/fortunes-it/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2017/07/30 13:21:31 leot Exp $ + +SHA1 (fortune-it-1.99.tar.gz) = ff19e081dfd61aef0c4165ec188349d1d45026fc +RMD160 (fortune-it-1.99.tar.gz) = 2a800345910e40a8c65087a2d06f71451f80839e +Size (fortune-it-1.99.tar.gz) = 739886 bytes |