# New ports collection makefile for: cbview # Date created: 05 May 2004 # Whom: Mezz # # $FreeBSD$ # PORTNAME= cbview PORTVERSION= 0.06 PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= http://elvine.org/code/cbview/ MAINTAINER= mezz@FreeBSD.org COMMENT= A viewer/converter for CBR/CBZ comic book archives RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ unzip:${PORTSDIR}/archivers/unzip \ ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ ${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote NO_BUILD= yes USE_X_PREFIX= yes PLIST_FILES= bin/${PORTNAME} PORTDOCS= COPYING Changes INSTALL README TODO post-patch: @${REINPLACE_CMD} -e 's|perl -w|env perl|g' \ ${WRKSRC}/${PORTNAME} do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ .ifndef (NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include blished>2016-04-01T14:08:37+00:00 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
Cleanup DIST* variables. 2015-05-11T18:34:57+00:00 mat mat@FreeBSD.org 2015-05-11T18:34:57+00:00 d843ecd4966c8a5bed60cf3aaeb27edb6b5b2389 When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
java/junit: 4.11 -> 4.12 2015-05-02T18:00:59+00:00 pi pi@FreeBSD.org 2015-05-02T18:00:59+00:00 8db4e1c4a951d17f6db36847770de3b1d17c6445 Changes: https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md Moved from building from source with ant to using the binary jar file, as the new build mechanism is based on maven. java/hamcrest was split from 4.12. PR: 192575 Submitted by: danilo (maintainer), kevin.bowling@kev009.com
Changes:
https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md

Moved from building from source with ant to using the binary jar file,
as the new build mechanism is based on maven. java/hamcrest was split
from 4.12.

PR:		192575
Submitted by:	danilo (maintainer), kevin.bowling@kev009.com