mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
- Disappeared from the internet; detonate in two months
- Style
This commit is contained in:
parent
7b8f2851be
commit
546d632ac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153459
@ -9,16 +9,18 @@ PORTNAME= evg
|
||||
PORTVERSION= 1.3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.zurich.ibm.com//pub/sob/www/halloween/ \
|
||||
http://www.chg.ru/~dima/
|
||||
MASTER_SITES= #
|
||||
DISTNAME= evg-1_3_1
|
||||
EXTRACT_SUFX= _tar
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Create index pages in HTML for photo galleries
|
||||
|
||||
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
|
||||
RUN_DEPENDS+= xv:${PORTSDIR}/graphics/xv
|
||||
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
xv:${PORTSDIR}/graphics/xv
|
||||
|
||||
DEPRECATED= Disappeared from the internet
|
||||
EXPIRATION_DATE=2006-03-14
|
||||
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_PYTHON= yes
|
||||
@ -37,7 +39,7 @@ do-install:
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/eclipthtml.py ${PYTHON_SITELIBDIR}
|
||||
@ ${INSTALL_SCRIPT} ${WRKSRC}/evg ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ ${MKDIR} ${PREFIX}/share/doc/evg
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
|
@ -1,9 +1,4 @@
|
||||
EVG addresses the needs of people who want to put photo galleries on their web
|
||||
pages. Most photo galleries on the Web are rather rude - EVG automatically
|
||||
generates nice index pages and hyperlinked per-image-pages. Thumbnails are
|
||||
generated automatically, as well as adding or removing images is easy.
|
||||
|
||||
WWW: http://eclipt.uni-klu.ac.at/projects/evg/
|
||||
|
||||
- Dima
|
||||
dima@chg.ru
|
||||
generated automatically, as well as adding or removing images is easy.
|
||||
|
@ -1,4 +1,4 @@
|
||||
bin/evg
|
||||
lib/%%PYTHON_VERSION%%/site-packages/eclipthtml.py
|
||||
%%PORTDOCS%%share/doc/evg/README
|
||||
%%PORTDOCS%%@dirrm share/doc/evg
|
||||
%%PYTHON_SITELIBDIR%%/eclipthtml.py
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user