diff options
Diffstat (limited to 'textproc/dixit')
-rw-r--r-- | textproc/dixit/Makefile | 76 | ||||
-rw-r--r-- | textproc/dixit/distinfo | 4 | ||||
-rw-r--r-- | textproc/dixit/pkg-descr | 20 | ||||
-rw-r--r-- | textproc/dixit/pkg-plist | 4 |
4 files changed, 0 insertions, 104 deletions
diff --git a/textproc/dixit/Makefile b/textproc/dixit/Makefile deleted file mode 100644 index d00f896a2294..000000000000 --- a/textproc/dixit/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# Created by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> -# $FreeBSD$ - -PORTNAME= dixit -PORTVERSION= 11.11 -DISTVERSIONSUFFIX= .${QT_VER} -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= SF \ - SF/${PORTNAME}/${PORTNAME}_qdb:db \ - LOCAL/bdrewery/${PORTNAME}/ \ - LOCAL/bdrewery/${PORTNAME}:db -DISTFILES= ${DISTNAME}.tgz \ - ${_DB_D}:db -EXTRACT_ONLY= ${DISTNAME}.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Romanian dictionaries databases and query application - -LICENSE= GPLv3+ - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake qt:4 -USE_QT= corelib gui network moc_build rcc_build -LDFLAGS+= -lz - -PLIST_SUB= _DB=${_DB} DB_DIR=${DB_DIR} _DB_F=${_DB_F} \ - DB_OWNER=${DB_OWNER} DB_GROUP=${DB_GROUP} DB_MODE=${DB_MODE} - -QT_VER= 4 - -DB_DIR?= /var/db/dixit -DB_OWNER?= root -DB_GROUP?= wheel -DB_MODE?= 0664 -# DB_DATE is the time of the file in the zip archive, not the time of the last -# update of the database (which is a little earlier, but TZ makes it appear to -# be later), but it's all we can do in a makefile. -DB_DATE=201204010000 -_DB_D= ${PORTNAME}.qdb.tar.bz2 -_DB_F= ${PORTNAME}.qdb -_DB= ${DB_DIR}/${_DB_F} - -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "Your dictionary database directory is:" - @${ECHO_MSG} "DB_DIR=${DB_DIR} (default /var/db/dixit)" - @${ECHO_MSG} "You need about 65MB for the dictionary db." - @${ECHO_MSG} - @${ECHO_MSG} "You can allow all users to update (but potentially also delete" - @${ECHO_MSG} "or alter) the dictionaries database by setting DB_MODE=0666" - @${ECHO_MSG} "DB_OWNER=${DB_OWNER} (default: root)" - @${ECHO_MSG} "DB_GROUP=${DB_GROUP} (default: wheel)" - @${ECHO_MSG} "DB_MODE=${DB_MODE} (default: 0664)" - @${ECHO_MSG} - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-O3||' ${WRKSRC}/${PORTNAME}-${PORTVERSION}.${QT_VER}.pro - @${REINPLACE_CMD} -e \ - 's|dixit.qdb|${_DB}|' ${WRKSRC}/src/dixit.h - -do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin) - @${MKDIR} ${STAGEDIR}${DB_DIR} - @${TOUCH} -t ${DB_DATE} ${WRKSRC}/${_DB_F} - @${ECHO_MSG} " ===> Installing database ... .. ." - @if [ ! -e "${_DB}" -o "${_DB}" -ot "${WRKSRC}/${_DB_F}" ]; \ - then ${TAR} -C ${STAGEDIR}${DB_DIR:S/${PORTNAME}//} -xf ${DISTDIR}/${_DB_D} && \ - ${ECHO_MSG} " ===> ... Done."; \ - else ${ECHO_MSG} " ===> Exisitng database is newer, skiping";\ - fi - -.include <bsd.port.mk> diff --git a/textproc/dixit/distinfo b/textproc/dixit/distinfo deleted file mode 100644 index ac7916707e1a..000000000000 --- a/textproc/dixit/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (dixit-11.11.4.tgz) = 559cb5a509d33611680eef8ee1bfdeed80863bfef3a25a8fea6e5fba4273dbcc -SIZE (dixit-11.11.4.tgz) = 158584 -SHA256 (dixit.qdb.tar.bz2) = 27cc07cd6b44867c49d0b7917c0a9f9e9dcfaa4c45aa750fd24894fd5b10b855 -SIZE (dixit.qdb.tar.bz2) = 32306028 diff --git a/textproc/dixit/pkg-descr b/textproc/dixit/pkg-descr deleted file mode 100644 index dda98bb296f2..000000000000 --- a/textproc/dixit/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Dixit is a cross-platform application for consulting off-line a Romanian -definitions dictionary (DEX). It features a browser-like interface, -with cross-references between definitions, and the capability of adding new -definitions from a server. - -The distributed database is currently based on 14 dictionaries plus 5 DEX -editions. The database contains more that 235.000 definitions from various -sources. The most important "Dictionarul explicativ al limbii romane" (DEX 1998) -All 65.542 definitions from DEX have been introduced in the database by -"DEX online" Project (dexonline.ro) volunteers. - -The following dictionaries are also complete, with help from Siveco and Editura -Litera International: "Dictionar de sinonime" (2002), "Dictionar de antonime" -(2002), "Dictionar ortografic al limbii romane" (2002), "Noul dictionar -explicativ al limbii romane" (2002). - -Any resemblance to dict is not entirely coincidental, but the database doesn't -have the same format :( - -WWW: https://sourceforge.net/projects/dixit/ diff --git a/textproc/dixit/pkg-plist b/textproc/dixit/pkg-plist deleted file mode 100644 index 469ac148ae1b..000000000000 --- a/textproc/dixit/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/dixit -@(%%DB_OWNER%%,%%DB_GROUP%%,%%DB_MODE%%) %%DB_DIR%%/%%_DB_F%% -%%DB_DIR%%/LICENSE.GPL3 -@dir %%DB_DIR%% |