1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

[repocopy] net/jrobin -> databases/jrobin

Chase the migration of net/rrdtool to databases/rrdtool

PR:		ports/114313
Submitted by:	Edwin Groothuis <edwin@freebsd.org>
Approved by:	maintainer timeout
This commit is contained in:
Edwin Groothuis 2007-08-11 11:31:45 +00:00
parent b8f29a83f7
commit 7a33ed2408
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197459
7 changed files with 3 additions and 63 deletions

1
MOVED
View File

@ -3144,3 +3144,4 @@ editors/semi113||2007-08-05|Expired: distfile no longer available
deskutils/intclock|x11-clocks/intclock|2007-08-08|Moved to a more appropriate category
net/smokeping|net-mgmt/smokeping|2007-08-10|Moved to a more appropriate category
net/rrdtool10|databases/rrdtool10|2007-08-11|Moved to a more appropriate category
net/jrobin|databases/jrobin|2007-08-11|Moved to a more appropriate category

View File

@ -91,6 +91,7 @@
SUBDIR += jdb
SUBDIR += jdbc-oracle8i
SUBDIR += jdbc-oracle9i
SUBDIR += jrobin
SUBDIR += kbibtex
SUBDIR += keximdb
SUBDIR += kinterbasdb

View File

@ -9,7 +9,7 @@
PORTNAME= jrobin
PORTVERSION= 1.5.4
PORTREVISION= 1
CATEGORIES= net java
CATEGORIES= databases java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}-1

View File

@ -230,7 +230,6 @@
SUBDIR += jakarta-commons-net
SUBDIR += java-beepcore
SUBDIR += jcifs
SUBDIR += jrobin
SUBDIR += jsch
SUBDIR += jumpgate
SUBDIR += jwhois

View File

@ -1,44 +0,0 @@
# ex:ts=8
# Ports collection makefile for: JRobin
# Date created: Mar 9, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jrobin
PORTVERSION= 1.5.4
PORTREVISION= 1
CATEGORIES= net java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= nemoliu@FreeBSD.org
COMMENT= A pure Java alternative to RRDTool
USE_JAVA= yes
USE_ANT= yes
JAVA_VERSION= 1.5+
ALL_TARGET= dist
WRKSRC= ${WRKDIR}/JRobinLite-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/ant
.if !defined(NOPORTDOCS)
ALL_TARGET+= javadoc
PORTDOCS= *
.endif
CLASSES= jrobin convertor inspector
do-install:
.for c in ${CLASSES}
${INSTALL_DATA} ${WRKSRC}/lib/${c}-${PORTVERSION}.jar ${JAVAJARDIR}/${c}.jar
@${ECHO} '${JAVAJARDIR:S,^${PREFIX}/,,}/${c}.jar' >> ${TMPPLIST}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (jrobin-1.5.4-1.tar.gz) = 57f87893ff9ddca1efa9d1a68bba6c2b
SHA256 (jrobin-1.5.4-1.tar.gz) = 82cfc2fa8f22da4919391a8f100d1a1eaaac5599e4688180c27f231845c47a3d
SIZE (jrobin-1.5.4-1.tar.gz) = 752043

View File

@ -1,14 +0,0 @@
JRobin is a 100% pure java implementation of RRDTool's functionality. It
follows the same logic and uses the same data sources, archive types and
definitions as RRDTool does. JRobin supports all standard operations on
Round Robin Database (RRD) files: CREATE, UPDATE, FETCH, LAST, DUMP, XPORT
and GRAPH. JRobin's API is made for those who are familiar with RRDTool's
concepts and logic, but prefer to work with pure java. If you provide the
same data to RRDTool and JRobin, you will get exactly the same results and
graphs. JRobin is made from the scratch and it uses very limited portions
of RRDTool's original source code. JRobin does not use native functions and
libraries, has no Runtime.exec() calls and does not require RRDTool to be
present. JRobin is distributed as a software library (jar files) and comes
with full java source code (LGPL licence).
WWW: http://www.jrobin.org/