User Contributed Cardstacks for Popup
* English-German (3910 cards) * German-French (4006 cards) WWW: http://popup.sourceforge.net/
This commit is contained in:
parent
26143f4272
commit
62c76f8886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180097
4 changed files with 52 additions and 0 deletions
|
@ -717,6 +717,7 @@
|
|||
SUBDIR += po4a
|
||||
SUBDIR += pocketreader
|
||||
SUBDIR += popup
|
||||
SUBDIR += popup-stacks
|
||||
SUBDIR += ppower4
|
||||
SUBDIR += print-n-times
|
||||
SUBDIR += prosper
|
||||
|
|
39
textproc/popup-stacks/Makefile
Normal file
39
textproc/popup-stacks/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# New ports collection makefile for: popup
|
||||
# Date created: 18 Dec 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= popup
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://popup.sourceforge.net/files/cstack/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMESUFFIX= -stacks${PKGNAMESUFFIX2}
|
||||
DISTFILES= English-German.cstack.gz German-French.cstack.gz
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Stacks for use with Popup
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
STACKS= English-German.cstack German-French.cstack
|
||||
PLIST_DIRS= share/examples/popup
|
||||
.for i in ${STACKS}
|
||||
PLIST_FILES+= share/examples/popup/${i}
|
||||
.endfor
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
.for i in ${DISTFILES}
|
||||
${CP} ${DISTDIR}/${i} ${WRKDIR}/
|
||||
${GZIP_CMD} -d ${WRKDIR}/${i}
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
(cd ${WRKDIR} && ${INSTALL_DATA} ${STACKS} ${EXAMPLESDIR}/)
|
||||
|
||||
.include <bsd.port.mk>
|
6
textproc/popup-stacks/distinfo
Normal file
6
textproc/popup-stacks/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
MD5 (English-German.cstack.gz) = 7b73216b1833cf7fb2a114cfcc88b3d7
|
||||
SHA256 (English-German.cstack.gz) = eb6c871bb174f958971956fca5028ad0fec12603fbccfbc402798e6987947f5e
|
||||
SIZE (English-German.cstack.gz) = 67202
|
||||
MD5 (German-French.cstack.gz) = 2cc247484e4b48325f610c5b07437574
|
||||
SHA256 (German-French.cstack.gz) = 9c114f912e1ad225631f004028061c504d1ae5b089cb3976031bc3cca6bac482
|
||||
SIZE (German-French.cstack.gz) = 32554
|
6
textproc/popup-stacks/pkg-descr
Normal file
6
textproc/popup-stacks/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
User Contributed Cardstacks for Popup
|
||||
|
||||
* English-German (3910 cards)
|
||||
* German-French (4006 cards)
|
||||
|
||||
WWW: http://popup.sourceforge.net/
|
Loading…
Reference in a new issue