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>.
This commit is contained in:
parent
30aea4ce06
commit
e299e7185f
4 changed files with 80 additions and 0 deletions
1
games/fortunes-it/DESCR
Normal file
1
games/fortunes-it/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Italian fortunes database
|
27
games/fortunes-it/Makefile
Normal file
27
games/fortunes-it/Makefile
Normal file
|
@ -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"
|
47
games/fortunes-it/PLIST
Normal file
47
games/fortunes-it/PLIST
Normal file
|
@ -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
|
5
games/fortunes-it/distinfo
Normal file
5
games/fortunes-it/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue