Bug 172097 - Release maintainership of java/java3d
Summary: Release maintainership of java/java3d
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 21:30 UTC by Jonathan Chen
Modified: 2012-09-28 00:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chen 2012-09-26 21:30:07 UTC
Please release this back to the ports pool. I haven't used this port for a long time.
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-09-26 21:32:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-28 00:03:48 UTC
Author: jgh
Date: Thu Sep 27 23:03:38 2012
New Revision: 304978
URL: http://svn.freebsd.org/changeset/ports/304978

Log:
  - reset maintainer per maintainer
  - while here...
    - fix MASTER_SITES
    - use optionsNG for DOCS
    - add additional CATEGORIES
    - adjust COMMENT
    - update WWW address and pkg-descr
  
  PR:		172097
  Submitted by:	maintainer, jonc@chen.org.nz

Modified:
  head/java/java3d/Makefile
  head/java/java3d/pkg-descr

Modified: head/java/java3d/Makefile
==============================================================================
--- head/java/java3d/Makefile	Thu Sep 27 21:59:32 2012	(r304977)
+++ head/java/java3d/Makefile	Thu Sep 27 23:03:38 2012	(r304978)
@@ -8,14 +8,15 @@
 PORTNAME=	java3d
 PORTVERSION=	1.5.2
 PORTREVISION=	1
-CATEGORIES=	java graphics
-MASTER_SITES=	http://daemon.wizard.googlepages.com/
+CATEGORIES=	java graphics games devel
+MASTER_SITES=	https://sites.google.com/site/daemonwizard/
 DISTNAME=	java3d-${PORTVERSION}
 
-MAINTAINER=	jonc@chen.org.nz
-COMMENT=	Java3D Kit ${PORTVERSION}
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Provides API for creating and manipulation of 3D geometry
 
 USE_BZIP2=	yes
+FETCH_ARGS=	-Fpr
 
 USE_JAVA=	yes
 USE_GL=		gl
@@ -26,15 +27,15 @@ USE_ANT=	yes
 
 PLIST_SUB+=	JAVA_HOME=${JAVA_HOME:S/^${PREFIX}\///} ARCH=${ARCH}
 
-.if !defined(NOPORTDOCS)
 DOCSSRC=	${WRKSRC}/j3d-core/build/freebsd/javadocs/docs-public
 PORTDOCS=	*
-.endif
+
+.include <bsd.port.options.mk>
 
 do-build:
 	cd ${WRKSRC}/vecmath && ${ANT} dist
 	cd ${WRKSRC}/j3d-core && ${ANT} -Dbuild.type=fcs -Dis${OPSYS}=yes -Dports.localbase=${LOCALBASE} jar-opt
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	cd ${WRKSRC}/j3d-core && ${ANT} -Dbuild.type=fcs -Dis${OPSYS}=yes docs-public
 .endif
 
@@ -49,7 +50,7 @@ do-install:
 		${JAVA_HOME}/jre/lib/${ARCH}
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	cd ${DOCSSRC} && ${COPYTREE_SHARE} \* ${DOCSDIR}
 .endif

Modified: head/java/java3d/pkg-descr
==============================================================================
--- head/java/java3d/pkg-descr	Thu Sep 27 21:59:32 2012	(r304977)
+++ head/java/java3d/pkg-descr	Thu Sep 27 23:03:38 2012	(r304978)
@@ -1,6 +1,7 @@
 The Java 3D API enables the creation of three-dimensional graphics
 applications and Internet-based 3D applets. It provides high-level
 constructs for creating and manipulation 3D geometry and building the
-structures used in rendering that geometry.
+structures used in rendering that geometry. With this sof tware, you
+can efficiently define and render very large virtual worlds.
 
-WWW: https://java3d.dev.java.net/
+WWW:	http://java3d.java.net/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jason Helfman freebsd_committer freebsd_triage 2012-09-28 00:03:58 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!