mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
add jpatch 0.3b1
A spline based 3D modeling tool
This commit is contained in:
parent
7e195786e2
commit
60eebf1e90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112579
5 changed files with 42 additions and 0 deletions
|
@ -178,6 +178,7 @@
|
|||
SUBDIR += jgraph
|
||||
SUBDIR += jgv
|
||||
SUBDIR += jhead
|
||||
SUBDIR += jpatch
|
||||
SUBDIR += jpeg
|
||||
SUBDIR += jpeg2ps-a4
|
||||
SUBDIR += jpeg2ps-letter
|
||||
|
|
32
graphics/jpatch/Makefile
Normal file
32
graphics/jpatch/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: jpatch
|
||||
# Date created: Jun 30, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= jpatch
|
||||
PORTVERSION= 0.3.b1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.b/beta/}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A spline based 3D modeling tool
|
||||
|
||||
USE_JAVA= 1.4+
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= ${JAVAJARDIR:S,^${PREFIX}/,,}/jpatch.jar \
|
||||
bin/jpatch
|
||||
|
||||
post-patch:
|
||||
@${SED} 's,%%JAVAJARDIR%%,${JAVAJARDIR},' ${FILESDIR}/jpatch > ${WRKSRC}/jpatch
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/jpatch.jar ${JAVAJARDIR}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/jpatch ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/jpatch/distinfo
Normal file
2
graphics/jpatch/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (jpatch0.3beta1.tar.gz) = a440e93e0aeb142217c9ec86547142b9
|
||||
SIZE (jpatch0.3beta1.tar.gz) = 1995660
|
3
graphics/jpatch/files/jpatch
Normal file
3
graphics/jpatch/files/jpatch
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
java -jar %%JAVAJARDIR%%/jpatch.jar
|
4
graphics/jpatch/pkg-descr
Normal file
4
graphics/jpatch/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Patch is a spline based 3D modeling tool. It allows to create 3D models which
|
||||
can be rendered with POV-Ray or RenderMan compatible renderers (e.g. Aqsis).
|
||||
|
||||
WWW: http://jpatch.sourceforge.net/
|
Loading…
Add table
Reference in a new issue