aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2009-02-07 20:45:25 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2009-02-07 20:45:25 +0000
commitc44c5be7ed8cb63fe3a4ec4c9282afbf5ed2ea3a (patch)
treef6dc475ea0d212065620ac166d3a57ee4ee1f15a
parent8829ed8aaa4266821b0af8b5d30fb6b4cbc04fbb (diff)
downloadports-c44c5be7ed8cb63fe3a4ec4c9282afbf5ed2ea3a.tar.gz
ports-c44c5be7ed8cb63fe3a4ec4c9282afbf5ed2ea3a.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/srmt/Makefile52
-rw-r--r--sysutils/srmt/distinfo3
-rw-r--r--sysutils/srmt/files/patch-RULES_rules.cnf17
-rw-r--r--sysutils/srmt/files/patch-aa42
-rw-r--r--sysutils/srmt/files/patch-rmt_rmt.152
-rw-r--r--sysutils/srmt/pkg-descr4
-rw-r--r--sysutils/srmt/pkg-plist4
9 files changed, 1 insertions, 175 deletions
diff --git a/MOVED b/MOVED
index 4161229dc1ca..beec2bd79085 100644
--- a/MOVED
+++ b/MOVED
@@ -3806,3 +3806,4 @@ net/gacxtool||2009-02-03|Has expired: depends on expired, broken port
devel/py-coro||2009-02-03|Has expired: has been broken for more than 6 months
chinese/stardict2-dict-zh_TW||2009-02-03|Has expired: has been broken for more than 6 months
x11-themes/gtk-industrial-theme||2009-02-03|Has expired: has been broken for more than 6 months
+sysutils/srmt||2009-02-07|Moved into archivers/star
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 18a65692a7d8..b266962e348c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -695,7 +695,6 @@
SUBDIR += spassgen
SUBDIR += spindown
SUBDIR += spinner
- SUBDIR += srmt
SUBDIR += ssync
SUBDIR += stalepid
SUBDIR += stmpclean
diff --git a/sysutils/srmt/Makefile b/sysutils/srmt/Makefile
deleted file mode 100644
index 34f3ddbd5add..000000000000
--- a/sysutils/srmt/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: srmt
-# Date created: Wed Jan 15 13:11:24 CET 2003
-# Whom: olgeni@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= srmt
-PORTVERSION= 1.4.3
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.berlios.de/pub/star/
-DISTNAME= star-${PORTVERSION}
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Schily's enhanced rmt implementation
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-MAKE_ENV= MAKEPROG=${GMAKE} CCOM=${CC}
-MAN1= srmt.1
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800032
-BROKEN= does not compile
-.endif
-
-post-extract:
-.if ${MACHINE_ARCH} != "i386" || ${CC} != "cc"
- @${LN} -sf i386-freebsd-cc.rul \
- ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-${CC}.rul
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/etc/default/rmt|${PREFIX}/etc/srmt.conf|g' ${WRKSRC}/rmt/rmt.c ${WRKSRC}/rmt/rmt.1
- @${REINPLACE_CMD} -e 's|!!PREFIX!!|${PREFIX}|g' ${WRKSRC}/rmt/rmt.1
- @${FIND} ${WRKSRC} -name \*.bak | ${XARGS} ${RM}
-
-do-install:
- @${INSTALL_PROGRAM} \
- ${WRKSRC}/rmt/OBJ/${MACHINE_ARCH}-freebsd-${CC}/rmt \
- ${PREFIX}/sbin/srmt
- @${INSTALL_MAN} ${WRKSRC}/rmt/rmt.1 ${MANPREFIX}/man/man1/srmt.1
- @${INSTALL_DATA} ${WRKSRC}/rmt/rmt.dfl ${PREFIX}/etc/srmt.conf.dist
-
- @if [ ! -f ${PREFIX}/etc/srmt.conf ]; then \
- ${CP} -p ${PREFIX}/etc/srmt.conf.dist ${PREFIX}/etc/srmt.conf; \
- fi
- @${CHMOD} u+s ${PREFIX}/sbin/srmt
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/srmt/distinfo b/sysutils/srmt/distinfo
deleted file mode 100644
index 4dd856867050..000000000000
--- a/sysutils/srmt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (star-1.4.3.tar.bz2) = e0760d494c1962d9d784d0c4378d40df
-SHA256 (star-1.4.3.tar.bz2) = 41a6f6583aeea358286315845e577d6e46fd52618cc38552329ac629a8e11086
-SIZE (star-1.4.3.tar.bz2) = 428795
diff --git a/sysutils/srmt/files/patch-RULES_rules.cnf b/sysutils/srmt/files/patch-RULES_rules.cnf
deleted file mode 100644
index 1fc4dcbd13eb..000000000000
--- a/sysutils/srmt/files/patch-RULES_rules.cnf
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- RULES/rules.cnf.orig Sun Jul 21 02:26:12 2002
-+++ RULES/rules.cnf Sun Jul 21 02:27:02 2002
-@@ -33,8 +33,9 @@
- #
- # Hack until the <mach>-<os>-*cc.rul files are updated
- #
--_HCCCOM= $(OARCH:%-gcc=gcc)
--HCCCOM= $(_HCCCOM:%-cc=cc)
-+#_HCCCOM= $(OARCH:%-gcc=gcc)
-+#HCCCOM= $(_HCCCOM:%-cc=cc)
-+HCCCOM= $(C_ARCH)
-
- _CCCOM= $(_UNIQ)$(CCCOM)
- __CCCOM= $(_CCCOM:$(_UNIQ)=$(HCCCOM))
diff --git a/sysutils/srmt/files/patch-aa b/sysutils/srmt/files/patch-aa
deleted file mode 100644
index e724def86681..000000000000
--- a/sysutils/srmt/files/patch-aa
+++ /dev/null
@@ -1,42 +0,0 @@
-
-$FreeBSD$
-
---- RULES/i386-freebsd-cc.rul.orig Wed Oct 16 05:43:39 2002
-+++ RULES/i386-freebsd-cc.rul Tue Nov 26 03:09:44 2002
-@@ -24,7 +24,7 @@
- ###########################################################################
-
- CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
--CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(GCCOPTOPT) $(COPTX)
-+CFLAGS+= -static $(COPTS) $(CWARNOPTS) $(COPTX)
-
- CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
- COPTS=
-@@ -47,7 +47,7 @@
-
- LIBS_PATH= -L$(OLIBSDIR)
-
--LDFLAGS= $(LDOPTS) $(LDOPTX)
-+LDFLAGS+= -static $(LDOPTS) $(LDOPTX)
- LDLIBS= $(LIBS) $(LIBX)
-
- #LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
-@@ -57,14 +57,14 @@
-
- FLOAT_OPTIONS=
-
--CC= @echo " ==> COMPILING \"$@\""; gcc
--LDCC= @echo " ==> LINKING \"$@\""; gcc
--DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
-+CC= @echo " ==> COMPILING \"$@\""; ${CCOM}
-+LDCC= @echo " ==> LINKING \"$@\""; ${CCOM}
-+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; ${CCOM}
- RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
- ARFLAGS= cr
- LORDER= lorder
- TSORT= tsort
-
- RMDEP= :
--MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
-+MKDEP= @echo " ==> MAKING DEPENDENCIES \"$@\""; $(RMDEP); ${CCOM} -M
- MKDEP_OUT=
diff --git a/sysutils/srmt/files/patch-rmt_rmt.1 b/sysutils/srmt/files/patch-rmt_rmt.1
deleted file mode 100644
index 4c21c60c4ca1..000000000000
--- a/sysutils/srmt/files/patch-rmt_rmt.1
+++ /dev/null
@@ -1,52 +0,0 @@
-
-$FreeBSD$
-
---- rmt/rmt.1.orig Sun Nov 10 17:58:57 2002
-+++ rmt/rmt.1 Sun Jan 19 15:13:21 2003
-@@ -17,10 +17,7 @@
- .SH NAME
- rmt \- remote magnetic tape protocol server
- .SH SYNOPSIS
--.B /opt/schily/sbin/rmt
--.br
--.B /etc/rmt
--
-+.B !!PREFIX!!/sbin/srmt
- .SH DESCRIPTION
- .IX "rmt command" "" "\fLrmt\fP \(em remote magnetic tape protocol server"
- .IX "remote magnetic tape protocol server" "" "remote magnetic tape protocol server \(em \fLrmt\fP"
-@@ -519,8 +516,8 @@
- to exit.
- .SH FILES
- .TP
--/etc/default/rmt
--Default values can be set for the following options in /etc/default/rmt.
-+/usr/local/etc/srmt.conf
-+Default values can be set for the following options in /usr/local/etc/srmt.conf.
- For example:
- .sp
- .BR DEBUG= /tmp/rmt.debug
-@@ -568,7 +565,7 @@
- is not a socket from a remote host,
- .B rmt
- will compare the host entry from
--.B /etc/default/rmt
-+.B /usr/local/etc/srmt.conf
- with the following strings:
- .RS
- .TP 10
-@@ -635,12 +632,12 @@
- adds some security features to the server that make it behave
- slightly different from older implementations.
- Read the above documentation about the file
--/etc/default/rmt
-+/usr/local/etc/srmt.conf
- to make sure your local installation is configured for your needs.
- .LP
- To grant the same permissions as with old
- .B rmt
--servers, create a file /etc/default/rmt and add the following lines
-+servers, create a file /usr/local/etc/srmt.conf and add the following lines
- to this file:
- .LP
- .BR USER= *
diff --git a/sysutils/srmt/pkg-descr b/sysutils/srmt/pkg-descr
deleted file mode 100644
index c06822a48a12..000000000000
--- a/sysutils/srmt/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Schily's version of the remote tape server program, with Sun and
-GNU enhancements.
-
-WWW: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
diff --git a/sysutils/srmt/pkg-plist b/sysutils/srmt/pkg-plist
deleted file mode 100644
index a8dc27ee22fe..000000000000
--- a/sysutils/srmt/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/srmt
-@unexec if cmp -s %D/etc/srmt.conf %D/etc/srmt.conf.dist; then rm -f %D/etc/srmt.conf; fi
-etc/srmt.conf.dist
-@exec [ -f %B/srmt.conf ] || cp %B/%f %B/srmt.conf