aboutsummaryrefslogtreecommitdiff
path: root/net/confregdecode
diff options
context:
space:
mode:
Diffstat (limited to 'net/confregdecode')
-rw-r--r--net/confregdecode/distinfo1
-rw-r--r--net/confregdecode/files/confregdecode14
-rw-r--r--net/confregdecode/files/patch-ab25
-rw-r--r--net/confregdecode/pkg-descr9
-rw-r--r--net/confregdecode/pkg-plist5
5 files changed, 0 insertions, 54 deletions
diff --git a/net/confregdecode/distinfo b/net/confregdecode/distinfo
deleted file mode 100644
index b26497ff30af..000000000000
--- a/net/confregdecode/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (confregdecode-src-1.2.1.tar.gz) = 42d8bf2ad132a26ed79e98cb8d39f89d
diff --git a/net/confregdecode/files/confregdecode b/net/confregdecode/files/confregdecode
deleted file mode 100644
index bc401781ca8a..000000000000
--- a/net/confregdecode/files/confregdecode
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-#
-# Copyright (c)2000-2001 by MarcusCom, Inc. All rights reserved.
-# $Id: confregdecode.sh,v 1.3 2001/05/24 20:22:44 jmarcus Exp $
-#
-
-# Change this to your path to jre
-JRE=%%LOCALBASE%%/bin/javavm
-# End changeable things
-
-CLASSPATH=%%PREFIX%%/share/java/confregdecode.jar:${CLASSPATH}
-
-exec ${JRE} -classpath ${CLASSPATH} com.marcuscom.confregdecode.ConfregDecode
diff --git a/net/confregdecode/files/patch-ab b/net/confregdecode/files/patch-ab
deleted file mode 100644
index 892247713a88..000000000000
--- a/net/confregdecode/files/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Fri Nov 28 21:00:51 2003
-+++ Makefile Fri Dec 19 01:31:42 2003
-@@ -3,17 +3,17 @@
- # $Id: Makefile,v 1.3 2003/11/29 01:41:36 jmarcus Exp $
- #
-
--JAVAC= /usr/local/jdk1.4.2/bin/javac
--JAVAC_FLAGS= -O -g
--JAR= /usr/local/jdk1.4.2/bin/jar
-+JAVAC?= /usr/local/jdk1.4.2/bin/javac
-+JAVAC_FLAGS?= -O -g
-+JAR?= /usr/local/jdk1.4.2/bin/jar
- RM= /bin/rm
-
- all:
- $(JAVAC) $(JAVAC_FLAGS) com/marcuscom/confregdecode/ConfregDecode.java
-
- jar: all
-- $(JAR) -cvf cd.jar com/marcuscom/confregdecode/*.class
-+ $(JAR) -cvf confregdecode.jar com/marcuscom/confregdecode/*.class
-
- clean:
- $(RM) -f com/marcuscom/confregdecode/*.class
-- $(RM) -f cd.jar
-+ $(RM) -f confregdecode.jar
diff --git a/net/confregdecode/pkg-descr b/net/confregdecode/pkg-descr
deleted file mode 100644
index 4ea83254177a..000000000000
--- a/net/confregdecode/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This is a Java applet and application that can encode and decode a Cisco
-router's configuration register.
-
-It also shows some valuable notes for each router family that can help
-with disaster recovery.
-
-It is being released as part of the Cisco-centric Open Source Initiative.
-
-WWW: http://cosi-nms.sourceforge.net/
diff --git a/net/confregdecode/pkg-plist b/net/confregdecode/pkg-plist
deleted file mode 100644
index edd59f8ca670..000000000000
--- a/net/confregdecode/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/confregdecode
-share/java/confregdecode.jar
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/ConfregDecode.html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%