diff options
Diffstat (limited to 'misc')
63 files changed, 0 insertions, 3566 deletions
diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile deleted file mode 100644 index 03f4f0473ffd..000000000000 --- a/misc/amanda26-client/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -client - -COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) - -MASTERDIR= ${.CURDIR}/../amanda-server -PKGINSTALL= mustnotexist - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile deleted file mode 100644 index 5eb57b9c1f44..000000000000 --- a/misc/amanda26-server/Makefile +++ /dev/null @@ -1,227 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.6.1p1 -PORTEPOCH= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amanda -PKGNAMESUFFIX?= -server - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) - -WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda-client - -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 -USE_GMAKE= yes -USE_OPENSSL= yes -PATCH_STRIP= -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --without-amlibexecdir \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump --with-buffered-dump \ - --prefix=${PREFIX} \ - --disable-glibtest \ - --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} \ - --with-bsdtcp-security --with-bsdudp-security \ - --with-ssh-security - -USE_LDCONFIG= yes -USE_PERL5= yes - -OPTIONS= GNUTAR "use GNU tar" on - -.include <bsd.port.pre.mk> - -AMANDA_USER?= operator -AMANDA_GROUP?= operator -AMANDA_GNUTAR_LISTDIR?= ${PREFIX}/var/amanda/gnutar-lists -AMANDA_DATES?= ${PREFIX}/var/amanda/amandates -PLIST_SUB= SHLIBVER=${PORTVERSION} AMANDA_DATES=${AMANDA_DATES} - -# amanda-server/amanda-client common part -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if defined (AMANDA_CONFIG) -CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} -.endif - -.if !defined(WITHOUT_GNUTAR) -CONFIGURE_ARGS+=--with-gnutar-listdir=${AMANDA_GNUTAR_LISTDIR} \ - --with-gnutar=${LOCALBASE}/bin/gtar -BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -.endif - -# amanda-server part -.if !defined(CLIENT_ONLY) - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_TAPE=tape to specify the default tape device" - @${ECHO} " The default is /dev/nrsa0" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuration" - @${ECHO} " The default is DailySet1" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_DATES=path to client amandates file" - @${ECHO} "" - -CONFLICTS= amanda-server-2.5.* - -BUILD_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda-client -RUN_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda-client - -CONFIGURE_ARGS+=--without-client - -MAN5= disklist.5 \ - tapelist.5 -MAN7= amanda-changers.7 \ - amanda-devices.7 -MAN8= amaddclient.8 amadmin.8 amaespipe.8 amcheck.8 \ - amcheckdb.8 amcheckdump.8 amcleanup.8 \ - amcrypt.8 amcryptsimple.8 amcrypt-ossl-asym.8 amcrypt-ossl.8 \ - amdevcheck.8 \ - amdump.8 amfetchdump.8 amflush.8 amgetconf.8 amgpgcrypt.8 \ - amlabel.8 \ - amoverview.8 amreport.8 amrestore.8 amrmtape.8 \ - amserverconfig.8 amservice.8 amstatus.8 \ - amtape.8 amtoc.8 amtapetype.8 \ - amvault.8 - -OPTIONS+= PLOT "enable ploting, requires X11 libraries" off\ - SAMBA "enable the use of smbclient" off \ - MTX "enable the use of mtx changer scripts" off \ - AESPIPE "enable encryption. Needed by amcrypt" off \ - S3 "enable Amazon S3 device support" off - -.if defined (WITH_PLOT) -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -MAN8+= amplot.8 -PLIST_SUB+= PLOT='' -CONFIGURE_ARGS+= --with-gnuplot=${LOCALBASE}/bin/gnuplot -.else -PLIST_SUB+= PLOT='@comment ' -CONFIGURE_ARGS+= --without-gnuplot -.endif - -.if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient -.endif - -.if defined (WITH_MTX) -BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -.endif - -.if defined (WITH_AESPIPE) -RUN_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe -.else -.endif - -# If configure founds libcurl, automatically enabled it (with plist change). -.if defined(WITH_S3) -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --enable-s3-device -PLIST_SUB+= S3DEVICE='' -.else -CONFIGURE_ARGS+= --disable-s3-device -PLIST_SUB+= S3DEVICE='@comment ' -.endif - -.if defined (AMANDA_TAPE) -CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE} -.endif - -# amanda-client part -.else - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuation" - @${ECHO} " The default is DailySet1" - @${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" - @${ECHO} " the gnutar index files should live in" - @${ECHO} " The default is ${PREFIX}/var/amanda/gnutar-lists" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_DATES=path to client amandates file" - @${ECHO} "" - -OPTIONS+= ZFSCOMP "accurate estimation of compressed ZFS filesystems" off - -CONFLICTS= amanda-client-2.5.* -CONFIGURE_ARGS+=--without-server --with-amandates=${AMANDA_DATES} - -MAN5= amanda-archive-format.5 \ - amanda-client.conf.5 \ - amanda.conf.5 -MAN7= amanda-applications.7 \ - amanda-auth.7 \ - amanda-scripts.7 -MAN8= amanda.8 \ - amarchiver.8 \ - amgtar.8 \ - amrecover.8 \ - amsamba.8 \ - amstar.8 \ - amzfs-sendrecv.8 \ - amzfs-snapshot.8 \ - script-email.8 - -post-install: -.ifndef(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${EXAMPLESDIR} -.endif - ${MKDIR} ${AMANDA_GNUTAR_LISTDIR} - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} ${AMANDA_GNUTAR_LISTDIR} - ${TOUCH} ${AMANDA_DATES} - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} ${AMANDA_DATES} - -.endif - -.if defined(WITH_ZFSCOMP) -EXTRA_PATCHES= ${FILESDIR}/extra-patch-application-src::amzfs-sendrecv.pl -.endif - -# MEMO: -# Prefix @WANT_SERVER_TRUE@ for server only files. -# Prefix @WANT_CLIENT_TRUE@ for client only files. -# For debugging: dbprintf(_("getcmd: %s\n"), line); -# Maintainer TODO: -# o amanda-server installs libexec/amanda/amandad, sbin/amarchiver -# which should be handled by amanda-client only. -# o pthread issue: http://wiki.zmanda.com/index.php/Installation/OS_Specific_Notes/Installing_Amanda_on_FreeBSD#Threading_and_-pthread - -.include <bsd.port.post.mk> diff --git a/misc/amanda26-server/distinfo b/misc/amanda26-server/distinfo deleted file mode 100644 index c50498ad6292..000000000000 --- a/misc/amanda26-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (amanda-2.6.1p1.tar.gz) = eae0a75f21aa708a8dccf9ea7ac1c631 -SHA256 (amanda-2.6.1p1.tar.gz) = 23e8523abe5623d4f1f5d7271460d1250309d10897e6da3af8c849bdd20ee921 -SIZE (amanda-2.6.1p1.tar.gz) = 2848295 diff --git a/misc/amanda26-server/files/extra-patch-application-src::amzfs-sendrecv.pl b/misc/amanda26-server/files/extra-patch-application-src::amzfs-sendrecv.pl deleted file mode 100644 index 0a19153747d9..000000000000 --- a/misc/amanda26-server/files/extra-patch-application-src::amzfs-sendrecv.pl +++ /dev/null @@ -1,52 +0,0 @@ ---- application-src/amzfs-sendrecv.pl.orig 2009-01-22 02:35:38.000000000 +0100 -+++ application-src/amzfs-sendrecv.pl 2009-01-31 10:37:59.495534563 +0100 -@@ -235,13 +235,48 @@ - } elsif (defined $errmsg) { - $self->print_to_server_and_die($action, $errmsg, $Amanda::Script_App::ERROR); - } else { -- $self->print_to_server_and_die($action, "cannot estimate snapshot '$self->{snapshot}\@$self->{snapshot}': unknown reason", $Amanda::Script_App::ERROR); -+ $self->print_to_server_and_die($action, "cannot estimate snapshot '$self->{snapshot}\@$self->{snapshot}': unknown reason", $Amanda::Script_App::ERROR); - } - } -+ if ($level == 0) { -+ my $compratio = $self->get_compratio(); -+ $msg *= int $compratio; -+ } - - return $msg; - } - -+sub get_compratio -+{ -+ my $self = shift; -+ my $action = shift; -+ -+ my $cmd; -+ $cmd = "$self->{pfexec_cmd} $self->{zfs_path} get -Hp -o value compressratio $self->{filesystem}\@$self->{snapshot}"; -+ debug "running (get-compression): $cmd"; -+ my($wtr, $rdr, $err, $pid); -+ $err = Symbol::gensym; -+ $pid = open3($wtr, $rdr, $err, $cmd); -+ close $wtr; -+ my ($msg) = <$rdr>; -+ my ($errmsg) = <$err>; -+ waitpid $pid, 0; -+ close $rdr; -+ close $err; -+ if ($? != 0) { -+ if (defined $msg && defined $errmsg) { -+ $self->print_to_server_and_die($action, "$msg, $errmsg", $Amanda::Script_App::ERROR); -+ } elsif (defined $msg) { -+ $self->print_to_server_and_die($action, $msg, $Amanda::Script_App::ERROR); -+ } elsif (defined $errmsg) { -+ $self->print_to_server_and_die($action, $errmsg, $Amanda::Script_App::ERROR); -+ } else { -+ $self->print_to_server_and_die($action, "cannot read compression ratio '$self->{snapshot}\@$self->{snapshot}': unknown reason", $Amanda::Script_App::ERROR); -+ } -+ } -+ return $msg -+} -+ - sub command_index_from_output { - } - diff --git a/misc/amanda26-server/files/extra-patch-sendbackup-dump.c b/misc/amanda26-server/files/extra-patch-sendbackup-dump.c deleted file mode 100644 index 3a232d1a8f25..000000000000 --- a/misc/amanda26-server/files/extra-patch-sendbackup-dump.c +++ /dev/null @@ -1,23 +0,0 @@ ---- client-src/sendbackup-dump.c.orig 2008-12-13 04:18:11.000000000 +0900 -+++ client-src/sendbackup-dump.c 2009-01-27 07:30:40.000000000 +0900 -@@ -35,6 +35,10 @@ - #include "clock.h" - #include "version.h" - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ - #define LEAF_AND_DIRS "sed -e \'\ns/^leaf[ \t]*[0-9]*[ \t]*\\.//\nt\n/^dir[ \t]/ {\ns/^dir[ \t]*[0-9]*[ \t]*\\.//\ns%$%/%\nt\n}\nd\n\'" - - static amregex_t re_table[] = { -@@ -310,6 +314,9 @@ - cmdX, config, - "vxdump", - dumpkeys, -+#ifdef __FreeBSD__ -+ "64", -+#endif - "1048576", - "-", - device, diff --git a/misc/amanda26-server/files/patch-ad b/misc/amanda26-server/files/patch-ad deleted file mode 100644 index 3fff9c551c52..000000000000 --- a/misc/amanda26-server/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/calcsize.c.orig 2008-01-18 09:31:16.000000000 +0900 -+++ client-src/calcsize.c 2008-08-30 20:11:59.000000000 +0900 -@@ -160,7 +160,11 @@ - dump_total += (ST_BLOCKS(finfo) + (off_t)1) / (off_t)2 + (off_t)1; - gtar_total += ROUND(4,(ST_BLOCKS(finfo) + (off_t)1)); - } -+#ifdef GNUTAR -+ g_printf(" GNUTAR dump\n"); -+#else - g_printf(" gtar dump\n"); -+#endif - g_printf("total %-9lu %-9lu\n",gtar_total,dump_total); - return 0; - #else diff --git a/misc/amanda26-server/files/patch-amandad-src::Makefile.in b/misc/amanda26-server/files/patch-amandad-src::Makefile.in deleted file mode 100644 index 9a80b4b90f95..000000000000 --- a/misc/amanda26-server/files/patch-amandad-src::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- amandad-src/Makefile.in.orig 2009-01-27 13:43:16.000000000 +0900 -+++ amandad-src/Makefile.in 2009-01-27 13:44:02.000000000 +0900 -@@ -776,7 +776,8 @@ - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) - LINT = $(AMLINT) - LINTFLAGS = $(AMLINTFLAGS) --amlib_LTLIBRARIES = libamandad.la -+@WANT_SERVER_TRUE@amlib_LTLIBRARIES = -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamandad.la - LIB_EXTENSION = la - libamandad_la_SOURCES = amandad_util.c - libamandad_la_LDFLAGS = -release $(VERSION) diff --git a/misc/amanda26-server/files/patch-amar-src::Makefile.in b/misc/amanda26-server/files/patch-amar-src::Makefile.in deleted file mode 100644 index c7941f44904e..000000000000 --- a/misc/amanda26-server/files/patch-amar-src::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- amar-src/Makefile.in.orig 2009-01-27 14:01:04.000000000 +0900 -+++ amar-src/Makefile.in 2009-01-27 14:01:36.000000000 +0900 -@@ -856,7 +856,8 @@ - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) - LINT = @AMLINT@ - LINTFLAGS = @AMLINTFLAGS@ --amlib_LTLIBRARIES = libamar.la -+@WANT_SERVER_TRUE@amlib_LTLIBRARIES = -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamar.la - libamar_la_SOURCES = amar.c - libamar_la_LDFLAGS = -release $(VERSION) - libamar_la_LIBADD = ../common-src/libamanda.la diff --git a/misc/amanda26-server/files/patch-changer-src::chg-glue.pl b/misc/amanda26-server/files/patch-changer-src::chg-glue.pl deleted file mode 100644 index 20467d2116fd..000000000000 --- a/misc/amanda26-server/files/patch-changer-src::chg-glue.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- changer-src/chg-glue.pl.orig 2009-01-28 15:06:00.000000000 +0900 -+++ changer-src/chg-glue.pl 2009-01-28 15:06:22.000000000 +0900 -@@ -206,6 +206,7 @@ - finish(); - return; - } -+ chomp($command); - - if (($slot) = ($command =~ /^-slot (.*)$/)) { - do_slot($slot); diff --git a/misc/amanda26-server/files/patch-common-src::Makefile.in b/misc/amanda26-server/files/patch-common-src::Makefile.in deleted file mode 100644 index 0f26a0f8e04c..000000000000 --- a/misc/amanda26-server/files/patch-common-src::Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- common-src/Makefile.in.orig 2009-01-22 22:51:24.000000000 +0900 -+++ common-src/Makefile.in 2009-01-27 07:25:59.000000000 +0900 -@@ -1074,6 +1074,7 @@ - - sbin_SCRIPTS_PERL = \ - $(sbin_CHECK_PERL) -+@WANT_SERVER_TRUE@sbin_SCRIPTS_PERL = - - amlibexec_CHECK_PERL = - amlibexec_SCRIPTS_PERL = \ -@@ -1084,6 +1085,7 @@ - amaespipe \ - amcrypt-ossl \ - amcrypt-ossl-asym -+@WANT_SERVER_TRUE@sbin_SCRIPTS_SHELL = - - amlibexec_SCRIPTS_SHELL = - SCRIPTS_INCLUDE = \ -@@ -1137,15 +1139,15 @@ - versuff.c: $(top_builddir)/config.status $(srcdir)/versuff.c.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES) -- @$(NORMAL_INSTALL) -- test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)" -- @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \ -- if test -f $$p; then \ -- f=$(am__strip_dir) \ -- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \ -- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \ -- else :; fi; \ -- done -+@WANT_CLIENT_TRUE@ @$(NORMAL_INSTALL) -+@WANT_CLIENT_TRUE@ test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)" -+@WANT_CLIENT_TRUE@ @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \ -+@WANT_CLIENT_TRUE@ if test -f $$p; then \ -+@WANT_CLIENT_TRUE@ f=$(am__strip_dir) \ -+@WANT_CLIENT_TRUE@ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \ -+@WANT_CLIENT_TRUE@ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \ -+@WANT_CLIENT_TRUE@ else :; fi; \ -+@WANT_CLIENT_TRUE@ done - - uninstall-amlibLTLIBRARIES: - @$(NORMAL_UNINSTALL) diff --git a/misc/amanda26-server/files/patch-man::Makefile.in b/misc/amanda26-server/files/patch-man::Makefile.in deleted file mode 100644 index daeea0759ce8..000000000000 --- a/misc/amanda26-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- man/Makefile.in.orig 2009-01-22 22:51:25.000000000 +0900 -+++ man/Makefile.in 2009-01-27 07:27:10.000000000 +0900 -@@ -640,6 +640,7 @@ - amanda-auth.7 \ - amarchiver.8 \ - script-email.8 -+@WANT_SERVER_TRUE@COMMON_MAN_PAGES = - - CLIENT_MAN_PAGES = \ - amanda-applications.7 \ diff --git a/misc/amanda26-server/files/patch-perl::Amanda::Process.pm b/misc/amanda26-server/files/patch-perl::Amanda::Process.pm deleted file mode 100644 index 806659b3f979..000000000000 --- a/misc/amanda26-server/files/patch-perl::Amanda::Process.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- perl/Amanda/Process.pm.orig 2009-01-28 13:57:55.000000000 +0900 -+++ perl/Amanda/Process.pm 2009-01-28 13:58:19.000000000 +0900 -@@ -155,7 +155,7 @@ - $self->{ppid} = (); - my $ps_argument = $Amanda::Constants::PS_ARGUMENT; - if ($ps_argument eq "CYGWIN") { -- open(PSTABLE, "-|", "ps -ef") || die("ps -ef: $!"); -+ open(PSTABLE, "-|", "ps -f") || die("ps -f: $!"); - my $psline = <PSTABLE>; #header line - while($psline = <PSTABLE>) { - chomp $psline; diff --git a/misc/amanda26-server/files/patch-perl::Makefile.in b/misc/amanda26-server/files/patch-perl::Makefile.in deleted file mode 100644 index b32626c1144e..000000000000 --- a/misc/amanda26-server/files/patch-perl::Makefile.in +++ /dev/null @@ -1,195 +0,0 @@ ---- perl/Makefile.in.orig 2009-01-22 22:51:25.000000000 +0900 -+++ perl/Makefile.in 2009-01-27 16:15:23.000000000 +0900 -@@ -316,9 +316,9 @@ - $(libApplication_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_CLIENT_TRUE@am_libApplication_la_rpath = -rpath \ - @WANT_CLIENT_TRUE@ $(libApplicationdir) --libArchive_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/amar-src/libamar.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libArchive_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/amar-src/libamar.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libArchive_la_OBJECTS = Archive.lo $(am__objects_1) - libArchive_la_OBJECTS = $(am_libArchive_la_OBJECTS) - libArchive_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -@@ -337,15 +337,15 @@ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libCmdline_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_SERVER_TRUE@am_libCmdline_la_rpath = -rpath $(libCmdlinedir) --libConfig_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libConfig_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libConfig_la_OBJECTS = Config.lo $(am__objects_1) - libConfig_la_OBJECTS = $(am_libConfig_la_OBJECTS) - libConfig_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libConfig_la_LDFLAGS) $(LDFLAGS) -o $@ --libDebug_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libDebug_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libDebug_la_OBJECTS = Debug.lo $(am__objects_1) - libDebug_la_OBJECTS = $(am_libDebug_la_OBJECTS) - libDebug_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -@@ -376,8 +376,8 @@ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libLogfile_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_SERVER_TRUE@am_libLogfile_la_rpath = -rpath $(libLogfiledir) --libMainLoop_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libMainLoop_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libMainLoop_la_OBJECTS = MainLoop.lo $(am__objects_1) - libMainLoop_la_OBJECTS = $(am_libMainLoop_la_OBJECTS) - libMainLoop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -@@ -396,23 +396,23 @@ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libTapelist_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_SERVER_TRUE@am_libTapelist_la_rpath = -rpath $(libTapelistdir) --libTests_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTests_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libTests_la_OBJECTS = Tests.lo $(am__objects_1) - libTests_la_OBJECTS = $(am_libTests_la_OBJECTS) - libTests_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libTests_la_LDFLAGS) $(LDFLAGS) -o $@ --libTypes_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTypes_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libTypes_la_OBJECTS = Types.lo $(am__objects_1) - libTypes_la_OBJECTS = $(am_libTypes_la_OBJECTS) - libTypes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libTypes_la_LDFLAGS) $(LDFLAGS) -o $@ --libUtil_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la --am_libUtil_la_OBJECTS = Util.lo $(am__objects_1) -+@WANT_CLIENT_TRUE@libUtil_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@am_libUtil_la_OBJECTS = Util.lo $(am__objects_1) - libUtil_la_OBJECTS = $(am_libUtil_la_OBJECTS) - libUtil_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -984,7 +984,8 @@ - $(am__append_2) $(am__append_3) $(am__append_4) - - # (amplot has a conditional, but doesn't have any header files) --amlib_LTLIBRARIES = libamglue.la -+@WANT_SERVER_TRUE@amlib_LTLIBRARIES = -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamglue.la - libamglue_la_SOURCES = \ - amglue/ghashtable.c \ - amglue/bigint.c \ -@@ -1042,10 +1043,11 @@ - Amanda/Types.pm Amanda/Tests.pm Amanda/MainLoop.pm \ - Amanda/Paths.pm Amanda/Constants.pm Amanda/Script_App.pm \ - $(am__append_8) Amanda/Script.pm -+@WANT_SERVER_TRUE@Amanda_DATA = $(am__append_5) - - # PACKAGE: Amanda::Archive --libArchivedir = $(amperldir)/auto/Amanda/Archive --libArchive_LTLIBRARIES = libArchive.la -+@WANT_CLIENT_TRUE@libArchivedir = $(amperldir)/auto/Amanda/Archive -+@WANT_CLIENT_TRUE@libArchive_LTLIBRARIES = libArchive.la - libArchive_la_SOURCES = Amanda/Archive.c $(AMGLUE_SWG) - libArchive_la_LDFLAGS = $(PERL_EXT_LDFLAGS) - libArchive_la_LIBADD = libamglue.la \ -@@ -1118,57 +1120,57 @@ - - - # PACKAGE: Amanda::Debug --libDebugdir = $(amperldir)/auto/Amanda/Debug --libDebug_LTLIBRARIES = libDebug.la --libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG) --libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libDebug_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libDebugdir = $(amperldir)/auto/Amanda/Debug -+@WANT_CLIENT_TRUE@libDebug_LTLIBRARIES = libDebug.la -+@WANT_CLIENT_TRUE@libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libDebug_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Config --libConfigdir = $(amperldir)/auto/Amanda/Config --libConfig_LTLIBRARIES = libConfig.la --libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG) --libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libConfig_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libConfigdir = $(amperldir)/auto/Amanda/Config -+@WANT_CLIENT_TRUE@libConfig_LTLIBRARIES = libConfig.la -+@WANT_CLIENT_TRUE@libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libConfig_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Util --libUtildir = $(amperldir)/auto/Amanda/Util --libUtil_LTLIBRARIES = libUtil.la --libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG) --libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libUtil_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libUtildir = $(amperldir)/auto/Amanda/Util -+@WANT_CLIENT_TRUE@libUtil_LTLIBRARIES = libUtil.la -+@WANT_CLIENT_TRUE@libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libUtil_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Types --libTypesdir = $(amperldir)/auto/Amanda/Types --libTypes_LTLIBRARIES = libTypes.la --libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG) --libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libTypes_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTypesdir = $(amperldir)/auto/Amanda/Types -+@WANT_CLIENT_TRUE@libTypes_LTLIBRARIES = libTypes.la -+@WANT_CLIENT_TRUE@libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libTypes_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Tests --libTestsdir = $(amperldir)/auto/Amanda/Tests --libTests_LTLIBRARIES = libTests.la --libTests_la_SOURCES = Amanda/Tests.c $(AMGLUE_SWG) --libTests_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libTests_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTestsdir = $(amperldir)/auto/Amanda/Tests -+@WANT_CLIENT_TRUE@libTests_LTLIBRARIES = libTests.la -+@WANT_CLIENT_TRUE@libTests_la_SOURCES = Amanda/Tests.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libTests_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libTests_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::MainLoop --libMainLoopdir = $(amperldir)/auto/Amanda/MainLoop --libMainLoop_LTLIBRARIES = libMainLoop.la --libMainLoop_la_SOURCES = Amanda/MainLoop.c $(AMGLUE_SWG) --libMainLoop_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libMainLoop_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libMainLoopdir = $(amperldir)/auto/Amanda/MainLoop -+@WANT_CLIENT_TRUE@libMainLoop_LTLIBRARIES = libMainLoop.la -+@WANT_CLIENT_TRUE@libMainLoop_la_SOURCES = Amanda/MainLoop.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libMainLoop_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libMainLoop_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Application diff --git a/misc/amanda26-server/files/patch-server-src::amcleanup.pl b/misc/amanda26-server/files/patch-server-src::amcleanup.pl deleted file mode 100644 index fbd45ccbea63..000000000000 --- a/misc/amanda26-server/files/patch-server-src::amcleanup.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcleanup.pl.orig 2009-01-28 13:57:21.000000000 +0900 -+++ server-src/amcleanup.pl 2009-01-28 13:57:33.000000000 +0900 -@@ -94,7 +94,7 @@ - } elsif (!$process_alive) { - #check amdump/amflush process - foreach my $pname ("amdump", "amflush") { -- my $pid = `ps -ef|grep -w ${pname}|grep -w ${config_name}| grep -v grep | awk '{print \$2}'`; -+ my $pid = `ps -f|grep -w ${pname}|grep -w ${config_name}| grep -v grep | awk '{print \$2}'`; - chomp $pid; - if ($pid ne "") { - $Amanda_process->set_master($pname, $pid); diff --git a/misc/amanda26-server/pkg-descr b/misc/amanda26-server/pkg-descr deleted file mode 100644 index 054161f6aeb2..000000000000 --- a/misc/amanda26-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. - -WWW: http://sourceforge.net/projects/amanda/ - -- Jim -jeh@FreeBSD.org diff --git a/misc/amanda26-server/pkg-plist b/misc/amanda26-server/pkg-plist deleted file mode 100644 index 655238c1d854..000000000000 --- a/misc/amanda26-server/pkg-plist +++ /dev/null @@ -1,104 +0,0 @@ -lib/amanda/libamdevice-%%SHLIBVER%%.so -lib/amanda/libamdevice.a -lib/amanda/libamdevice.la -lib/amanda/libamdevice.so -lib/amanda/libamserver-%%SHLIBVER%%.so -lib/amanda/libamserver.a -lib/amanda/libamserver.la -lib/amanda/libamserver.so -lib/amanda/libamxfer-%%SHLIBVER%%.so -lib/amanda/libamxfer.a -lib/amanda/libamxfer.la -lib/amanda/libamxfer.so -lib/amanda/librestore-%%SHLIBVER%%.so -lib/amanda/librestore.a -lib/amanda/librestore.la -lib/amanda/librestore.so -%%SITE_PERL%%/Amanda/Changer.pm -%%SITE_PERL%%/Amanda/Changer/compat.pm -%%SITE_PERL%%/Amanda/Changer/disk.pm -%%SITE_PERL%%/Amanda/Changer/single.pm -%%SITE_PERL%%/Amanda/Cmdline.pm -%%SITE_PERL%%/Amanda/DB/Catalog.pm -%%SITE_PERL%%/Amanda/Device.pm -%%SITE_PERL%%/Amanda/Logfile.pm -%%SITE_PERL%%/Amanda/Process.pm -%%SITE_PERL%%/Amanda/Tapelist.pm -%%SITE_PERL%%/Amanda/Xfer.pm -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.a -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.la -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.so -%%SITE_PERL%%/auto/Amanda/Device/libDevice.a -%%SITE_PERL%%/auto/Amanda/Device/libDevice.la -%%SITE_PERL%%/auto/Amanda/Device/libDevice.so -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.a -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.la -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.so -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.a -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.la -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.so -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.a -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.la -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.so -%%PLOT%%libexec/amanda/amcat.awk -libexec/amanda/amcleanupdisk -libexec/amanda/amindexd -libexec/amanda/amlogroll -%%PLOT%%libexec/amanda/amplot.awk -%%PLOT%%libexec/amanda/amplot.g -%%PLOT%%libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/amtrmlog -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-disk -libexec/amanda/chg-glue -libexec/amanda/chg-iomega -libexec/amanda/chg-juke -libexec/amanda/chg-lib.sh -libexec/amanda/chg-manual -libexec/amanda/chg-mcutil -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-null -libexec/amanda/chg-rait -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/chunker -libexec/amanda/amidxtaped -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/planner -libexec/amanda/taper -%%S3DEVICE%%sbin/activate-devpay -sbin/amaddclient -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcheckdump -sbin/amcleanup -sbin/amdevcheck -sbin/amdump -sbin/amfetchdump -sbin/amflush -sbin/amlabel -sbin/amoverview -%%PLOT%%sbin/amplot -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amserverconfig -sbin/amservice -sbin/amstatus -sbin/amtape -sbin/amtapetype -sbin/amtoc -sbin/amvault -@dirrm %%SITE_PERL%%/auto/Amanda/Cmdline -@dirrm %%SITE_PERL%%/auto/Amanda/Device -@dirrm %%SITE_PERL%%/auto/Amanda/Logfile -@dirrm %%SITE_PERL%%/auto/Amanda/Tapelist -@dirrm %%SITE_PERL%%/auto/Amanda/Xfer -@dirrm %%SITE_PERL%%/Amanda/DB -@dirrm %%SITE_PERL%%/Amanda/Changer -@dirrm include/amanda diff --git a/misc/amanda26-server/pkg-plist.client b/misc/amanda26-server/pkg-plist.client deleted file mode 100644 index 428adc9b1350..000000000000 --- a/misc/amanda26-server/pkg-plist.client +++ /dev/null @@ -1,136 +0,0 @@ -lib/amanda/libamanda-%%SHLIBVER%%.so -lib/amanda/libamanda.a -lib/amanda/libamanda.la -lib/amanda/libamanda.so -lib/amanda/libamandad-%%SHLIBVER%%.so -lib/amanda/libamandad.a -lib/amanda/libamandad.la -lib/amanda/libamandad.so -lib/amanda/libamar-%%SHLIBVER%%.so -lib/amanda/libamar.a -lib/amanda/libamar.la -lib/amanda/libamar.so -lib/amanda/libamclient-%%SHLIBVER%%.so -lib/amanda/libamclient.a -lib/amanda/libamclient.la -lib/amanda/libamclient.so -lib/amanda/libamglue.a -lib/amanda/libamglue.la -lib/amanda/libamglue.so -libexec/amanda/amanda-sh-lib.sh -libexec/amanda/amandad -libexec/amanda/application/amgtar -libexec/amanda/application/amgtar_perl -libexec/amanda/application/amlog-script -libexec/amanda/application/amsamba -libexec/amanda/application/amstar -libexec/amanda/application/amzfs-sendrecv -libexec/amanda/application/amzfs-snapshot -libexec/amanda/application/script-email -libexec/amanda/calcsize -libexec/amanda/killpgrp -libexec/amanda/noop -libexec/amanda/patch-system -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/teecount -libexec/amanda/versionsuffix -%%SITE_PERL%%/Amanda/Application.pm -%%SITE_PERL%%/Amanda/Application/Zfs.pm -%%SITE_PERL%%/Amanda/Archive.pm -%%SITE_PERL%%/Amanda/BigIntCompat.pm -%%SITE_PERL%%/Amanda/Config.pm -%%SITE_PERL%%/Amanda/Constants.pm -%%SITE_PERL%%/Amanda/Debug.pm -%%SITE_PERL%%/Amanda/MainLoop.pm -%%SITE_PERL%%/Amanda/Paths.pm -%%SITE_PERL%%/Amanda/Script.pm -%%SITE_PERL%%/Amanda/Script_App.pm -%%SITE_PERL%%/Amanda/Tests.pm -%%SITE_PERL%%/Amanda/Types.pm -%%SITE_PERL%%/Amanda/Util.pm -%%SITE_PERL%%/auto/Amanda/Application/libApplication.a -%%SITE_PERL%%/auto/Amanda/Application/libApplication.la -%%SITE_PERL%%/auto/Amanda/Application/libApplication.so -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.a -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.la -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.so -%%SITE_PERL%%/auto/Amanda/Config/libConfig.a -%%SITE_PERL%%/auto/Amanda/Config/libConfig.la -%%SITE_PERL%%/auto/Amanda/Config/libConfig.so -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.a -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.la -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.so -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.a -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.la -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.so -%%SITE_PERL%%/auto/Amanda/Tests/libTests.a -%%SITE_PERL%%/auto/Amanda/Tests/libTests.la -%%SITE_PERL%%/auto/Amanda/Tests/libTests.so -%%SITE_PERL%%/auto/Amanda/Types/libTypes.a -%%SITE_PERL%%/auto/Amanda/Types/libTypes.la -%%SITE_PERL%%/auto/Amanda/Types/libTypes.so -%%SITE_PERL%%/auto/Amanda/Util/libUtil.a -%%SITE_PERL%%/auto/Amanda/Util/libUtil.la -%%SITE_PERL%%/auto/Amanda/Util/libUtil.so -sbin/amaespipe -sbin/amarchiver -sbin/amcrypt -sbin/amcrypt-ossl -sbin/amcrypt-ossl-asym -sbin/amcryptsimple -sbin/amgetconf -sbin/amgpgcrypt -sbin/amoldrecover -sbin/amrecover -%%DATADIR%%/COPYRIGHT -%%DATADIR%%/ChangeLog -%%DATADIR%%/NEWS -%%DATADIR%%/ReleaseNotes -%%PORTDOCS%%%%EXAMPLESDIR%%/disklist -%%PORTDOCS%%%%EXAMPLESDIR%%/chg-scsi.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/chg-multi.conf -%%DATADIR%%/example/amanda.conf -%%DATADIR%%/example/amanda-client.conf -%%DATADIR%%/example/inetd.conf.amandaclient -%%DATADIR%%/example/inetd.conf.amandaserver -%%DATADIR%%/example/label-templates/3hole.ps -%%DATADIR%%/example/label-templates/8.5x11.ps -%%DATADIR%%/example/label-templates/DIN-A4.ps -%%DATADIR%%/example/label-templates/DLT-A4.ps -%%DATADIR%%/example/label-templates/DLT.ps -%%DATADIR%%/example/label-templates/EXB-8500.ps -%%DATADIR%%/example/label-templates/HP-DAT.ps -%%DATADIR%%/example/xinetd.amandaclient -%%DATADIR%%/example/xinetd.amandaserver -%%DATADIR%%/template.d/advanced.conf -%%DATADIR%%/template.d/amanda-harddisk.conf -%%DATADIR%%/template.d/amanda-single-tape.conf -%%DATADIR%%/template.d/amanda-tape-changer.conf -%%DATADIR%%/template.d/amanda-S3.conf -%%DATADIR%%/template.d/dumptypes -%%DATADIR%%/template.d/tapetypes -%%DATADIR%%/template.d/README -%%DATADIR%%/template.d/chg-manual.conf -@dirrm %%SITE_PERL%%/auto/Amanda/Util -@dirrm %%SITE_PERL%%/auto/Amanda/Types -@dirrm %%SITE_PERL%%/auto/Amanda/Tests -@dirrm %%SITE_PERL%%/auto/Amanda/MainLoop -@dirrm %%SITE_PERL%%/auto/Amanda/Debug -@dirrm %%SITE_PERL%%/auto/Amanda/Config -@dirrm %%SITE_PERL%%/auto/Amanda/Archive -@dirrm %%SITE_PERL%%/auto/Amanda/Application -@dirrm %%SITE_PERL%%/auto/Amanda -@dirrm %%SITE_PERL%%/Amanda/Application -@dirrm %%SITE_PERL%%/Amanda -@dirrm %%DATADIR%%/template.d -@dirrm %%DATADIR%%/example/label-templates -@dirrm %%DATADIR%%/example -@dirrm %%DATADIR%% -@dirrm libexec/amanda/application -@dirrm libexec/amanda -@dirrm lib/amanda -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile deleted file mode 100644 index 03f4f0473ffd..000000000000 --- a/misc/amanda32-client/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= -client - -COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) - -MASTERDIR= ${.CURDIR}/../amanda-server -PKGINSTALL= mustnotexist - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile deleted file mode 100644 index 5eb57b9c1f44..000000000000 --- a/misc/amanda32-server/Makefile +++ /dev/null @@ -1,227 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.6.1p1 -PORTEPOCH= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= amanda -PKGNAMESUFFIX?= -server - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server) - -WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda-client - -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -GNU_CONFIGURE= yes -USE_GNOME= pkgconfig glib20 -USE_GMAKE= yes -USE_OPENSSL= yes -PATCH_STRIP= -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --without-amlibexecdir \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump --with-buffered-dump \ - --prefix=${PREFIX} \ - --disable-glibtest \ - --with-user=${AMANDA_USER} --with-group=${AMANDA_GROUP} \ - --with-bsdtcp-security --with-bsdudp-security \ - --with-ssh-security - -USE_LDCONFIG= yes -USE_PERL5= yes - -OPTIONS= GNUTAR "use GNU tar" on - -.include <bsd.port.pre.mk> - -AMANDA_USER?= operator -AMANDA_GROUP?= operator -AMANDA_GNUTAR_LISTDIR?= ${PREFIX}/var/amanda/gnutar-lists -AMANDA_DATES?= ${PREFIX}/var/amanda/amandates -PLIST_SUB= SHLIBVER=${PORTVERSION} AMANDA_DATES=${AMANDA_DATES} - -# amanda-server/amanda-client common part -.if defined (AMANDA_SERVER) -CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} -CONFIGURE_ARGS+= --with-tape-server=${AMANDA_SERVER} -.endif - -.if defined (AMANDA_CONFIG) -CONFIGURE_ARGS+= --with-config=${AMANDA_CONFIG} -.endif - -.if !defined(WITHOUT_GNUTAR) -CONFIGURE_ARGS+=--with-gnutar-listdir=${AMANDA_GNUTAR_LISTDIR} \ - --with-gnutar=${LOCALBASE}/bin/gtar -BUILD_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -.endif - -# amanda-server part -.if !defined(CLIENT_ONLY) - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_TAPE=tape to specify the default tape device" - @${ECHO} " The default is /dev/nrsa0" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuration" - @${ECHO} " The default is DailySet1" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_DATES=path to client amandates file" - @${ECHO} "" - -CONFLICTS= amanda-server-2.5.* - -BUILD_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda-client -RUN_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda-client - -CONFIGURE_ARGS+=--without-client - -MAN5= disklist.5 \ - tapelist.5 -MAN7= amanda-changers.7 \ - amanda-devices.7 -MAN8= amaddclient.8 amadmin.8 amaespipe.8 amcheck.8 \ - amcheckdb.8 amcheckdump.8 amcleanup.8 \ - amcrypt.8 amcryptsimple.8 amcrypt-ossl-asym.8 amcrypt-ossl.8 \ - amdevcheck.8 \ - amdump.8 amfetchdump.8 amflush.8 amgetconf.8 amgpgcrypt.8 \ - amlabel.8 \ - amoverview.8 amreport.8 amrestore.8 amrmtape.8 \ - amserverconfig.8 amservice.8 amstatus.8 \ - amtape.8 amtoc.8 amtapetype.8 \ - amvault.8 - -OPTIONS+= PLOT "enable ploting, requires X11 libraries" off\ - SAMBA "enable the use of smbclient" off \ - MTX "enable the use of mtx changer scripts" off \ - AESPIPE "enable encryption. Needed by amcrypt" off \ - S3 "enable Amazon S3 device support" off - -.if defined (WITH_PLOT) -BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -MAN8+= amplot.8 -PLIST_SUB+= PLOT='' -CONFIGURE_ARGS+= --with-gnuplot=${LOCALBASE}/bin/gnuplot -.else -PLIST_SUB+= PLOT='@comment ' -CONFIGURE_ARGS+= --without-gnuplot -.endif - -.if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient -.endif - -.if defined (WITH_MTX) -BUILD_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -RUN_DEPENDS+= mtx:${PORTSDIR}/misc/mtx -.endif - -.if defined (WITH_AESPIPE) -RUN_DEPENDS+= aespipe:${PORTSDIR}/security/aespipe -.else -.endif - -# If configure founds libcurl, automatically enabled it (with plist change). -.if defined(WITH_S3) -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --enable-s3-device -PLIST_SUB+= S3DEVICE='' -.else -CONFIGURE_ARGS+= --disable-s3-device -PLIST_SUB+= S3DEVICE='@comment ' -.endif - -.if defined (AMANDA_TAPE) -CONFIGURE_ARGS+= --with-tape-device=${AMANDA_TAPE} -.endif - -# amanda-client part -.else - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " AMANDA_SERVER=server to specify a server name" - @${ECHO} " The default is `uname -n`" - @${ECHO} " AMANDA_CONFIG=config to specify the default configuation" - @${ECHO} " The default is DailySet1" - @${ECHO} " AMANDA_GNUTAR_LISTDIR=dir to specify the directory that" - @${ECHO} " the gnutar index files should live in" - @${ECHO} " The default is ${PREFIX}/var/amanda/gnutar-lists" - @${ECHO} " AMANDA_USER=user to specify the default user" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_GROUP=group to specify the default group" - @${ECHO} " The default is operator" - @${ECHO} " AMANDA_DATES=path to client amandates file" - @${ECHO} "" - -OPTIONS+= ZFSCOMP "accurate estimation of compressed ZFS filesystems" off - -CONFLICTS= amanda-client-2.5.* -CONFIGURE_ARGS+=--without-server --with-amandates=${AMANDA_DATES} - -MAN5= amanda-archive-format.5 \ - amanda-client.conf.5 \ - amanda.conf.5 -MAN7= amanda-applications.7 \ - amanda-auth.7 \ - amanda-scripts.7 -MAN8= amanda.8 \ - amarchiver.8 \ - amgtar.8 \ - amrecover.8 \ - amsamba.8 \ - amstar.8 \ - amzfs-sendrecv.8 \ - amzfs-snapshot.8 \ - script-email.8 - -post-install: -.ifndef(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${EXAMPLESDIR} -.endif - ${MKDIR} ${AMANDA_GNUTAR_LISTDIR} - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} ${AMANDA_GNUTAR_LISTDIR} - ${TOUCH} ${AMANDA_DATES} - ${CHOWN} ${AMANDA_USER}:${AMANDA_GROUP} ${AMANDA_DATES} - -.endif - -.if defined(WITH_ZFSCOMP) -EXTRA_PATCHES= ${FILESDIR}/extra-patch-application-src::amzfs-sendrecv.pl -.endif - -# MEMO: -# Prefix @WANT_SERVER_TRUE@ for server only files. -# Prefix @WANT_CLIENT_TRUE@ for client only files. -# For debugging: dbprintf(_("getcmd: %s\n"), line); -# Maintainer TODO: -# o amanda-server installs libexec/amanda/amandad, sbin/amarchiver -# which should be handled by amanda-client only. -# o pthread issue: http://wiki.zmanda.com/index.php/Installation/OS_Specific_Notes/Installing_Amanda_on_FreeBSD#Threading_and_-pthread - -.include <bsd.port.post.mk> diff --git a/misc/amanda32-server/distinfo b/misc/amanda32-server/distinfo deleted file mode 100644 index c50498ad6292..000000000000 --- a/misc/amanda32-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (amanda-2.6.1p1.tar.gz) = eae0a75f21aa708a8dccf9ea7ac1c631 -SHA256 (amanda-2.6.1p1.tar.gz) = 23e8523abe5623d4f1f5d7271460d1250309d10897e6da3af8c849bdd20ee921 -SIZE (amanda-2.6.1p1.tar.gz) = 2848295 diff --git a/misc/amanda32-server/files/extra-patch-application-src::amzfs-sendrecv.pl b/misc/amanda32-server/files/extra-patch-application-src::amzfs-sendrecv.pl deleted file mode 100644 index 0a19153747d9..000000000000 --- a/misc/amanda32-server/files/extra-patch-application-src::amzfs-sendrecv.pl +++ /dev/null @@ -1,52 +0,0 @@ ---- application-src/amzfs-sendrecv.pl.orig 2009-01-22 02:35:38.000000000 +0100 -+++ application-src/amzfs-sendrecv.pl 2009-01-31 10:37:59.495534563 +0100 -@@ -235,13 +235,48 @@ - } elsif (defined $errmsg) { - $self->print_to_server_and_die($action, $errmsg, $Amanda::Script_App::ERROR); - } else { -- $self->print_to_server_and_die($action, "cannot estimate snapshot '$self->{snapshot}\@$self->{snapshot}': unknown reason", $Amanda::Script_App::ERROR); -+ $self->print_to_server_and_die($action, "cannot estimate snapshot '$self->{snapshot}\@$self->{snapshot}': unknown reason", $Amanda::Script_App::ERROR); - } - } -+ if ($level == 0) { -+ my $compratio = $self->get_compratio(); -+ $msg *= int $compratio; -+ } - - return $msg; - } - -+sub get_compratio -+{ -+ my $self = shift; -+ my $action = shift; -+ -+ my $cmd; -+ $cmd = "$self->{pfexec_cmd} $self->{zfs_path} get -Hp -o value compressratio $self->{filesystem}\@$self->{snapshot}"; -+ debug "running (get-compression): $cmd"; -+ my($wtr, $rdr, $err, $pid); -+ $err = Symbol::gensym; -+ $pid = open3($wtr, $rdr, $err, $cmd); -+ close $wtr; -+ my ($msg) = <$rdr>; -+ my ($errmsg) = <$err>; -+ waitpid $pid, 0; -+ close $rdr; -+ close $err; -+ if ($? != 0) { -+ if (defined $msg && defined $errmsg) { -+ $self->print_to_server_and_die($action, "$msg, $errmsg", $Amanda::Script_App::ERROR); -+ } elsif (defined $msg) { -+ $self->print_to_server_and_die($action, $msg, $Amanda::Script_App::ERROR); -+ } elsif (defined $errmsg) { -+ $self->print_to_server_and_die($action, $errmsg, $Amanda::Script_App::ERROR); -+ } else { -+ $self->print_to_server_and_die($action, "cannot read compression ratio '$self->{snapshot}\@$self->{snapshot}': unknown reason", $Amanda::Script_App::ERROR); -+ } -+ } -+ return $msg -+} -+ - sub command_index_from_output { - } - diff --git a/misc/amanda32-server/files/extra-patch-sendbackup-dump.c b/misc/amanda32-server/files/extra-patch-sendbackup-dump.c deleted file mode 100644 index 3a232d1a8f25..000000000000 --- a/misc/amanda32-server/files/extra-patch-sendbackup-dump.c +++ /dev/null @@ -1,23 +0,0 @@ ---- client-src/sendbackup-dump.c.orig 2008-12-13 04:18:11.000000000 +0900 -+++ client-src/sendbackup-dump.c 2009-01-27 07:30:40.000000000 +0900 -@@ -35,6 +35,10 @@ - #include "clock.h" - #include "version.h" - -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#endif -+ - #define LEAF_AND_DIRS "sed -e \'\ns/^leaf[ \t]*[0-9]*[ \t]*\\.//\nt\n/^dir[ \t]/ {\ns/^dir[ \t]*[0-9]*[ \t]*\\.//\ns%$%/%\nt\n}\nd\n\'" - - static amregex_t re_table[] = { -@@ -310,6 +314,9 @@ - cmdX, config, - "vxdump", - dumpkeys, -+#ifdef __FreeBSD__ -+ "64", -+#endif - "1048576", - "-", - device, diff --git a/misc/amanda32-server/files/patch-ad b/misc/amanda32-server/files/patch-ad deleted file mode 100644 index 3fff9c551c52..000000000000 --- a/misc/amanda32-server/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- client-src/calcsize.c.orig 2008-01-18 09:31:16.000000000 +0900 -+++ client-src/calcsize.c 2008-08-30 20:11:59.000000000 +0900 -@@ -160,7 +160,11 @@ - dump_total += (ST_BLOCKS(finfo) + (off_t)1) / (off_t)2 + (off_t)1; - gtar_total += ROUND(4,(ST_BLOCKS(finfo) + (off_t)1)); - } -+#ifdef GNUTAR -+ g_printf(" GNUTAR dump\n"); -+#else - g_printf(" gtar dump\n"); -+#endif - g_printf("total %-9lu %-9lu\n",gtar_total,dump_total); - return 0; - #else diff --git a/misc/amanda32-server/files/patch-amandad-src::Makefile.in b/misc/amanda32-server/files/patch-amandad-src::Makefile.in deleted file mode 100644 index 9a80b4b90f95..000000000000 --- a/misc/amanda32-server/files/patch-amandad-src::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- amandad-src/Makefile.in.orig 2009-01-27 13:43:16.000000000 +0900 -+++ amandad-src/Makefile.in 2009-01-27 13:44:02.000000000 +0900 -@@ -776,7 +776,8 @@ - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) - LINT = $(AMLINT) - LINTFLAGS = $(AMLINTFLAGS) --amlib_LTLIBRARIES = libamandad.la -+@WANT_SERVER_TRUE@amlib_LTLIBRARIES = -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamandad.la - LIB_EXTENSION = la - libamandad_la_SOURCES = amandad_util.c - libamandad_la_LDFLAGS = -release $(VERSION) diff --git a/misc/amanda32-server/files/patch-amar-src::Makefile.in b/misc/amanda32-server/files/patch-amar-src::Makefile.in deleted file mode 100644 index c7941f44904e..000000000000 --- a/misc/amanda32-server/files/patch-amar-src::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- amar-src/Makefile.in.orig 2009-01-27 14:01:04.000000000 +0900 -+++ amar-src/Makefile.in 2009-01-27 14:01:36.000000000 +0900 -@@ -856,7 +856,8 @@ - AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) - LINT = @AMLINT@ - LINTFLAGS = @AMLINTFLAGS@ --amlib_LTLIBRARIES = libamar.la -+@WANT_SERVER_TRUE@amlib_LTLIBRARIES = -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamar.la - libamar_la_SOURCES = amar.c - libamar_la_LDFLAGS = -release $(VERSION) - libamar_la_LIBADD = ../common-src/libamanda.la diff --git a/misc/amanda32-server/files/patch-changer-src::chg-glue.pl b/misc/amanda32-server/files/patch-changer-src::chg-glue.pl deleted file mode 100644 index 20467d2116fd..000000000000 --- a/misc/amanda32-server/files/patch-changer-src::chg-glue.pl +++ /dev/null @@ -1,10 +0,0 @@ ---- changer-src/chg-glue.pl.orig 2009-01-28 15:06:00.000000000 +0900 -+++ changer-src/chg-glue.pl 2009-01-28 15:06:22.000000000 +0900 -@@ -206,6 +206,7 @@ - finish(); - return; - } -+ chomp($command); - - if (($slot) = ($command =~ /^-slot (.*)$/)) { - do_slot($slot); diff --git a/misc/amanda32-server/files/patch-common-src::Makefile.in b/misc/amanda32-server/files/patch-common-src::Makefile.in deleted file mode 100644 index 0f26a0f8e04c..000000000000 --- a/misc/amanda32-server/files/patch-common-src::Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- common-src/Makefile.in.orig 2009-01-22 22:51:24.000000000 +0900 -+++ common-src/Makefile.in 2009-01-27 07:25:59.000000000 +0900 -@@ -1074,6 +1074,7 @@ - - sbin_SCRIPTS_PERL = \ - $(sbin_CHECK_PERL) -+@WANT_SERVER_TRUE@sbin_SCRIPTS_PERL = - - amlibexec_CHECK_PERL = - amlibexec_SCRIPTS_PERL = \ -@@ -1084,6 +1085,7 @@ - amaespipe \ - amcrypt-ossl \ - amcrypt-ossl-asym -+@WANT_SERVER_TRUE@sbin_SCRIPTS_SHELL = - - amlibexec_SCRIPTS_SHELL = - SCRIPTS_INCLUDE = \ -@@ -1137,15 +1139,15 @@ - versuff.c: $(top_builddir)/config.status $(srcdir)/versuff.c.in - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - install-amlibLTLIBRARIES: $(amlib_LTLIBRARIES) -- @$(NORMAL_INSTALL) -- test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)" -- @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \ -- if test -f $$p; then \ -- f=$(am__strip_dir) \ -- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \ -- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \ -- else :; fi; \ -- done -+@WANT_CLIENT_TRUE@ @$(NORMAL_INSTALL) -+@WANT_CLIENT_TRUE@ test -z "$(amlibdir)" || $(MKDIR_P) "$(DESTDIR)$(amlibdir)" -+@WANT_CLIENT_TRUE@ @list='$(amlib_LTLIBRARIES)'; for p in $$list; do \ -+@WANT_CLIENT_TRUE@ if test -f $$p; then \ -+@WANT_CLIENT_TRUE@ f=$(am__strip_dir) \ -+@WANT_CLIENT_TRUE@ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(amlibdir)/$$f'"; \ -+@WANT_CLIENT_TRUE@ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(amlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(amlibdir)/$$f"; \ -+@WANT_CLIENT_TRUE@ else :; fi; \ -+@WANT_CLIENT_TRUE@ done - - uninstall-amlibLTLIBRARIES: - @$(NORMAL_UNINSTALL) diff --git a/misc/amanda32-server/files/patch-man::Makefile.in b/misc/amanda32-server/files/patch-man::Makefile.in deleted file mode 100644 index daeea0759ce8..000000000000 --- a/misc/amanda32-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- man/Makefile.in.orig 2009-01-22 22:51:25.000000000 +0900 -+++ man/Makefile.in 2009-01-27 07:27:10.000000000 +0900 -@@ -640,6 +640,7 @@ - amanda-auth.7 \ - amarchiver.8 \ - script-email.8 -+@WANT_SERVER_TRUE@COMMON_MAN_PAGES = - - CLIENT_MAN_PAGES = \ - amanda-applications.7 \ diff --git a/misc/amanda32-server/files/patch-perl::Amanda::Process.pm b/misc/amanda32-server/files/patch-perl::Amanda::Process.pm deleted file mode 100644 index 806659b3f979..000000000000 --- a/misc/amanda32-server/files/patch-perl::Amanda::Process.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- perl/Amanda/Process.pm.orig 2009-01-28 13:57:55.000000000 +0900 -+++ perl/Amanda/Process.pm 2009-01-28 13:58:19.000000000 +0900 -@@ -155,7 +155,7 @@ - $self->{ppid} = (); - my $ps_argument = $Amanda::Constants::PS_ARGUMENT; - if ($ps_argument eq "CYGWIN") { -- open(PSTABLE, "-|", "ps -ef") || die("ps -ef: $!"); -+ open(PSTABLE, "-|", "ps -f") || die("ps -f: $!"); - my $psline = <PSTABLE>; #header line - while($psline = <PSTABLE>) { - chomp $psline; diff --git a/misc/amanda32-server/files/patch-perl::Makefile.in b/misc/amanda32-server/files/patch-perl::Makefile.in deleted file mode 100644 index b32626c1144e..000000000000 --- a/misc/amanda32-server/files/patch-perl::Makefile.in +++ /dev/null @@ -1,195 +0,0 @@ ---- perl/Makefile.in.orig 2009-01-22 22:51:25.000000000 +0900 -+++ perl/Makefile.in 2009-01-27 16:15:23.000000000 +0900 -@@ -316,9 +316,9 @@ - $(libApplication_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_CLIENT_TRUE@am_libApplication_la_rpath = -rpath \ - @WANT_CLIENT_TRUE@ $(libApplicationdir) --libArchive_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/amar-src/libamar.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libArchive_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/amar-src/libamar.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libArchive_la_OBJECTS = Archive.lo $(am__objects_1) - libArchive_la_OBJECTS = $(am_libArchive_la_OBJECTS) - libArchive_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -@@ -337,15 +337,15 @@ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libCmdline_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_SERVER_TRUE@am_libCmdline_la_rpath = -rpath $(libCmdlinedir) --libConfig_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libConfig_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libConfig_la_OBJECTS = Config.lo $(am__objects_1) - libConfig_la_OBJECTS = $(am_libConfig_la_OBJECTS) - libConfig_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libConfig_la_LDFLAGS) $(LDFLAGS) -o $@ --libDebug_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libDebug_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libDebug_la_OBJECTS = Debug.lo $(am__objects_1) - libDebug_la_OBJECTS = $(am_libDebug_la_OBJECTS) - libDebug_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -@@ -376,8 +376,8 @@ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libLogfile_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_SERVER_TRUE@am_libLogfile_la_rpath = -rpath $(libLogfiledir) --libMainLoop_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libMainLoop_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libMainLoop_la_OBJECTS = MainLoop.lo $(am__objects_1) - libMainLoop_la_OBJECTS = $(am_libMainLoop_la_OBJECTS) - libMainLoop_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -@@ -396,23 +396,23 @@ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libTapelist_la_LDFLAGS) $(LDFLAGS) -o $@ - @WANT_SERVER_TRUE@am_libTapelist_la_rpath = -rpath $(libTapelistdir) --libTests_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTests_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libTests_la_OBJECTS = Tests.lo $(am__objects_1) - libTests_la_OBJECTS = $(am_libTests_la_OBJECTS) - libTests_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libTests_la_LDFLAGS) $(LDFLAGS) -o $@ --libTypes_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTypes_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - am_libTypes_la_OBJECTS = Types.lo $(am__objects_1) - libTypes_la_OBJECTS = $(am_libTypes_la_OBJECTS) - libTypes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ - $(libTypes_la_LDFLAGS) $(LDFLAGS) -o $@ --libUtil_la_DEPENDENCIES = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la --am_libUtil_la_OBJECTS = Util.lo $(am__objects_1) -+@WANT_CLIENT_TRUE@libUtil_la_DEPENDENCIES = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@am_libUtil_la_OBJECTS = Util.lo $(am__objects_1) - libUtil_la_OBJECTS = $(am_libUtil_la_OBJECTS) - libUtil_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ -@@ -984,7 +984,8 @@ - $(am__append_2) $(am__append_3) $(am__append_4) - - # (amplot has a conditional, but doesn't have any header files) --amlib_LTLIBRARIES = libamglue.la -+@WANT_SERVER_TRUE@amlib_LTLIBRARIES = -+@WANT_CLIENT_TRUE@amlib_LTLIBRARIES = libamglue.la - libamglue_la_SOURCES = \ - amglue/ghashtable.c \ - amglue/bigint.c \ -@@ -1042,10 +1043,11 @@ - Amanda/Types.pm Amanda/Tests.pm Amanda/MainLoop.pm \ - Amanda/Paths.pm Amanda/Constants.pm Amanda/Script_App.pm \ - $(am__append_8) Amanda/Script.pm -+@WANT_SERVER_TRUE@Amanda_DATA = $(am__append_5) - - # PACKAGE: Amanda::Archive --libArchivedir = $(amperldir)/auto/Amanda/Archive --libArchive_LTLIBRARIES = libArchive.la -+@WANT_CLIENT_TRUE@libArchivedir = $(amperldir)/auto/Amanda/Archive -+@WANT_CLIENT_TRUE@libArchive_LTLIBRARIES = libArchive.la - libArchive_la_SOURCES = Amanda/Archive.c $(AMGLUE_SWG) - libArchive_la_LDFLAGS = $(PERL_EXT_LDFLAGS) - libArchive_la_LIBADD = libamglue.la \ -@@ -1118,57 +1120,57 @@ - - - # PACKAGE: Amanda::Debug --libDebugdir = $(amperldir)/auto/Amanda/Debug --libDebug_LTLIBRARIES = libDebug.la --libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG) --libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libDebug_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libDebugdir = $(amperldir)/auto/Amanda/Debug -+@WANT_CLIENT_TRUE@libDebug_LTLIBRARIES = libDebug.la -+@WANT_CLIENT_TRUE@libDebug_la_SOURCES = Amanda/Debug.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libDebug_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libDebug_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Config --libConfigdir = $(amperldir)/auto/Amanda/Config --libConfig_LTLIBRARIES = libConfig.la --libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG) --libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libConfig_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libConfigdir = $(amperldir)/auto/Amanda/Config -+@WANT_CLIENT_TRUE@libConfig_LTLIBRARIES = libConfig.la -+@WANT_CLIENT_TRUE@libConfig_la_SOURCES = Amanda/Config.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libConfig_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libConfig_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Util --libUtildir = $(amperldir)/auto/Amanda/Util --libUtil_LTLIBRARIES = libUtil.la --libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG) --libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libUtil_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libUtildir = $(amperldir)/auto/Amanda/Util -+@WANT_CLIENT_TRUE@libUtil_LTLIBRARIES = libUtil.la -+@WANT_CLIENT_TRUE@libUtil_la_SOURCES = Amanda/Util.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libUtil_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libUtil_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Types --libTypesdir = $(amperldir)/auto/Amanda/Types --libTypes_LTLIBRARIES = libTypes.la --libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG) --libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libTypes_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTypesdir = $(amperldir)/auto/Amanda/Types -+@WANT_CLIENT_TRUE@libTypes_LTLIBRARIES = libTypes.la -+@WANT_CLIENT_TRUE@libTypes_la_SOURCES = Amanda/Types.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libTypes_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libTypes_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Tests --libTestsdir = $(amperldir)/auto/Amanda/Tests --libTests_LTLIBRARIES = libTests.la --libTests_la_SOURCES = Amanda/Tests.c $(AMGLUE_SWG) --libTests_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libTests_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libTestsdir = $(amperldir)/auto/Amanda/Tests -+@WANT_CLIENT_TRUE@libTests_LTLIBRARIES = libTests.la -+@WANT_CLIENT_TRUE@libTests_la_SOURCES = Amanda/Tests.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libTests_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libTests_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::MainLoop --libMainLoopdir = $(amperldir)/auto/Amanda/MainLoop --libMainLoop_LTLIBRARIES = libMainLoop.la --libMainLoop_la_SOURCES = Amanda/MainLoop.c $(AMGLUE_SWG) --libMainLoop_la_LDFLAGS = $(PERL_EXT_LDFLAGS) --libMainLoop_la_LIBADD = libamglue.la \ -- $(top_builddir)/common-src/libamanda.la -+@WANT_CLIENT_TRUE@libMainLoopdir = $(amperldir)/auto/Amanda/MainLoop -+@WANT_CLIENT_TRUE@libMainLoop_LTLIBRARIES = libMainLoop.la -+@WANT_CLIENT_TRUE@libMainLoop_la_SOURCES = Amanda/MainLoop.c $(AMGLUE_SWG) -+@WANT_CLIENT_TRUE@libMainLoop_la_LDFLAGS = $(PERL_EXT_LDFLAGS) -+@WANT_CLIENT_TRUE@libMainLoop_la_LIBADD = libamglue.la \ -+@WANT_CLIENT_TRUE@ $(top_builddir)/common-src/libamanda.la - - - # PACKAGE: Amanda::Application diff --git a/misc/amanda32-server/files/patch-server-src::amcleanup.pl b/misc/amanda32-server/files/patch-server-src::amcleanup.pl deleted file mode 100644 index fbd45ccbea63..000000000000 --- a/misc/amanda32-server/files/patch-server-src::amcleanup.pl +++ /dev/null @@ -1,11 +0,0 @@ ---- server-src/amcleanup.pl.orig 2009-01-28 13:57:21.000000000 +0900 -+++ server-src/amcleanup.pl 2009-01-28 13:57:33.000000000 +0900 -@@ -94,7 +94,7 @@ - } elsif (!$process_alive) { - #check amdump/amflush process - foreach my $pname ("amdump", "amflush") { -- my $pid = `ps -ef|grep -w ${pname}|grep -w ${config_name}| grep -v grep | awk '{print \$2}'`; -+ my $pid = `ps -f|grep -w ${pname}|grep -w ${config_name}| grep -v grep | awk '{print \$2}'`; - chomp $pid; - if ($pid ne "") { - $Amanda_process->set_master($pname, $pid); diff --git a/misc/amanda32-server/pkg-descr b/misc/amanda32-server/pkg-descr deleted file mode 100644 index 054161f6aeb2..000000000000 --- a/misc/amanda32-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. - -WWW: http://sourceforge.net/projects/amanda/ - -- Jim -jeh@FreeBSD.org diff --git a/misc/amanda32-server/pkg-plist b/misc/amanda32-server/pkg-plist deleted file mode 100644 index 655238c1d854..000000000000 --- a/misc/amanda32-server/pkg-plist +++ /dev/null @@ -1,104 +0,0 @@ -lib/amanda/libamdevice-%%SHLIBVER%%.so -lib/amanda/libamdevice.a -lib/amanda/libamdevice.la -lib/amanda/libamdevice.so -lib/amanda/libamserver-%%SHLIBVER%%.so -lib/amanda/libamserver.a -lib/amanda/libamserver.la -lib/amanda/libamserver.so -lib/amanda/libamxfer-%%SHLIBVER%%.so -lib/amanda/libamxfer.a -lib/amanda/libamxfer.la -lib/amanda/libamxfer.so -lib/amanda/librestore-%%SHLIBVER%%.so -lib/amanda/librestore.a -lib/amanda/librestore.la -lib/amanda/librestore.so -%%SITE_PERL%%/Amanda/Changer.pm -%%SITE_PERL%%/Amanda/Changer/compat.pm -%%SITE_PERL%%/Amanda/Changer/disk.pm -%%SITE_PERL%%/Amanda/Changer/single.pm -%%SITE_PERL%%/Amanda/Cmdline.pm -%%SITE_PERL%%/Amanda/DB/Catalog.pm -%%SITE_PERL%%/Amanda/Device.pm -%%SITE_PERL%%/Amanda/Logfile.pm -%%SITE_PERL%%/Amanda/Process.pm -%%SITE_PERL%%/Amanda/Tapelist.pm -%%SITE_PERL%%/Amanda/Xfer.pm -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.a -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.la -%%SITE_PERL%%/auto/Amanda/Cmdline/libCmdline.so -%%SITE_PERL%%/auto/Amanda/Device/libDevice.a -%%SITE_PERL%%/auto/Amanda/Device/libDevice.la -%%SITE_PERL%%/auto/Amanda/Device/libDevice.so -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.a -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.la -%%SITE_PERL%%/auto/Amanda/Logfile/libLogfile.so -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.a -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.la -%%SITE_PERL%%/auto/Amanda/Tapelist/libTapelist.so -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.a -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.la -%%SITE_PERL%%/auto/Amanda/Xfer/libXfer.so -%%PLOT%%libexec/amanda/amcat.awk -libexec/amanda/amcleanupdisk -libexec/amanda/amindexd -libexec/amanda/amlogroll -%%PLOT%%libexec/amanda/amplot.awk -%%PLOT%%libexec/amanda/amplot.g -%%PLOT%%libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/amtrmlog -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-disk -libexec/amanda/chg-glue -libexec/amanda/chg-iomega -libexec/amanda/chg-juke -libexec/amanda/chg-lib.sh -libexec/amanda/chg-manual -libexec/amanda/chg-mcutil -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-null -libexec/amanda/chg-rait -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/chunker -libexec/amanda/amidxtaped -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/planner -libexec/amanda/taper -%%S3DEVICE%%sbin/activate-devpay -sbin/amaddclient -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcheckdump -sbin/amcleanup -sbin/amdevcheck -sbin/amdump -sbin/amfetchdump -sbin/amflush -sbin/amlabel -sbin/amoverview -%%PLOT%%sbin/amplot -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amserverconfig -sbin/amservice -sbin/amstatus -sbin/amtape -sbin/amtapetype -sbin/amtoc -sbin/amvault -@dirrm %%SITE_PERL%%/auto/Amanda/Cmdline -@dirrm %%SITE_PERL%%/auto/Amanda/Device -@dirrm %%SITE_PERL%%/auto/Amanda/Logfile -@dirrm %%SITE_PERL%%/auto/Amanda/Tapelist -@dirrm %%SITE_PERL%%/auto/Amanda/Xfer -@dirrm %%SITE_PERL%%/Amanda/DB -@dirrm %%SITE_PERL%%/Amanda/Changer -@dirrm include/amanda diff --git a/misc/amanda32-server/pkg-plist.client b/misc/amanda32-server/pkg-plist.client deleted file mode 100644 index 428adc9b1350..000000000000 --- a/misc/amanda32-server/pkg-plist.client +++ /dev/null @@ -1,136 +0,0 @@ -lib/amanda/libamanda-%%SHLIBVER%%.so -lib/amanda/libamanda.a -lib/amanda/libamanda.la -lib/amanda/libamanda.so -lib/amanda/libamandad-%%SHLIBVER%%.so -lib/amanda/libamandad.a -lib/amanda/libamandad.la -lib/amanda/libamandad.so -lib/amanda/libamar-%%SHLIBVER%%.so -lib/amanda/libamar.a -lib/amanda/libamar.la -lib/amanda/libamar.so -lib/amanda/libamclient-%%SHLIBVER%%.so -lib/amanda/libamclient.a -lib/amanda/libamclient.la -lib/amanda/libamclient.so -lib/amanda/libamglue.a -lib/amanda/libamglue.la -lib/amanda/libamglue.so -libexec/amanda/amanda-sh-lib.sh -libexec/amanda/amandad -libexec/amanda/application/amgtar -libexec/amanda/application/amgtar_perl -libexec/amanda/application/amlog-script -libexec/amanda/application/amsamba -libexec/amanda/application/amstar -libexec/amanda/application/amzfs-sendrecv -libexec/amanda/application/amzfs-snapshot -libexec/amanda/application/script-email -libexec/amanda/calcsize -libexec/amanda/killpgrp -libexec/amanda/noop -libexec/amanda/patch-system -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/teecount -libexec/amanda/versionsuffix -%%SITE_PERL%%/Amanda/Application.pm -%%SITE_PERL%%/Amanda/Application/Zfs.pm -%%SITE_PERL%%/Amanda/Archive.pm -%%SITE_PERL%%/Amanda/BigIntCompat.pm -%%SITE_PERL%%/Amanda/Config.pm -%%SITE_PERL%%/Amanda/Constants.pm -%%SITE_PERL%%/Amanda/Debug.pm -%%SITE_PERL%%/Amanda/MainLoop.pm -%%SITE_PERL%%/Amanda/Paths.pm -%%SITE_PERL%%/Amanda/Script.pm -%%SITE_PERL%%/Amanda/Script_App.pm -%%SITE_PERL%%/Amanda/Tests.pm -%%SITE_PERL%%/Amanda/Types.pm -%%SITE_PERL%%/Amanda/Util.pm -%%SITE_PERL%%/auto/Amanda/Application/libApplication.a -%%SITE_PERL%%/auto/Amanda/Application/libApplication.la -%%SITE_PERL%%/auto/Amanda/Application/libApplication.so -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.a -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.la -%%SITE_PERL%%/auto/Amanda/Archive/libArchive.so -%%SITE_PERL%%/auto/Amanda/Config/libConfig.a -%%SITE_PERL%%/auto/Amanda/Config/libConfig.la -%%SITE_PERL%%/auto/Amanda/Config/libConfig.so -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.a -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.la -%%SITE_PERL%%/auto/Amanda/Debug/libDebug.so -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.a -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.la -%%SITE_PERL%%/auto/Amanda/MainLoop/libMainLoop.so -%%SITE_PERL%%/auto/Amanda/Tests/libTests.a -%%SITE_PERL%%/auto/Amanda/Tests/libTests.la -%%SITE_PERL%%/auto/Amanda/Tests/libTests.so -%%SITE_PERL%%/auto/Amanda/Types/libTypes.a -%%SITE_PERL%%/auto/Amanda/Types/libTypes.la -%%SITE_PERL%%/auto/Amanda/Types/libTypes.so -%%SITE_PERL%%/auto/Amanda/Util/libUtil.a -%%SITE_PERL%%/auto/Amanda/Util/libUtil.la -%%SITE_PERL%%/auto/Amanda/Util/libUtil.so -sbin/amaespipe -sbin/amarchiver -sbin/amcrypt -sbin/amcrypt-ossl -sbin/amcrypt-ossl-asym -sbin/amcryptsimple -sbin/amgetconf -sbin/amgpgcrypt -sbin/amoldrecover -sbin/amrecover -%%DATADIR%%/COPYRIGHT -%%DATADIR%%/ChangeLog -%%DATADIR%%/NEWS -%%DATADIR%%/ReleaseNotes -%%PORTDOCS%%%%EXAMPLESDIR%%/disklist -%%PORTDOCS%%%%EXAMPLESDIR%%/chg-scsi.conf -%%PORTDOCS%%%%EXAMPLESDIR%%/chg-multi.conf -%%DATADIR%%/example/amanda.conf -%%DATADIR%%/example/amanda-client.conf -%%DATADIR%%/example/inetd.conf.amandaclient -%%DATADIR%%/example/inetd.conf.amandaserver -%%DATADIR%%/example/label-templates/3hole.ps -%%DATADIR%%/example/label-templates/8.5x11.ps -%%DATADIR%%/example/label-templates/DIN-A4.ps -%%DATADIR%%/example/label-templates/DLT-A4.ps -%%DATADIR%%/example/label-templates/DLT.ps -%%DATADIR%%/example/label-templates/EXB-8500.ps -%%DATADIR%%/example/label-templates/HP-DAT.ps -%%DATADIR%%/example/xinetd.amandaclient -%%DATADIR%%/example/xinetd.amandaserver -%%DATADIR%%/template.d/advanced.conf -%%DATADIR%%/template.d/amanda-harddisk.conf -%%DATADIR%%/template.d/amanda-single-tape.conf -%%DATADIR%%/template.d/amanda-tape-changer.conf -%%DATADIR%%/template.d/amanda-S3.conf -%%DATADIR%%/template.d/dumptypes -%%DATADIR%%/template.d/tapetypes -%%DATADIR%%/template.d/README -%%DATADIR%%/template.d/chg-manual.conf -@dirrm %%SITE_PERL%%/auto/Amanda/Util -@dirrm %%SITE_PERL%%/auto/Amanda/Types -@dirrm %%SITE_PERL%%/auto/Amanda/Tests -@dirrm %%SITE_PERL%%/auto/Amanda/MainLoop -@dirrm %%SITE_PERL%%/auto/Amanda/Debug -@dirrm %%SITE_PERL%%/auto/Amanda/Config -@dirrm %%SITE_PERL%%/auto/Amanda/Archive -@dirrm %%SITE_PERL%%/auto/Amanda/Application -@dirrm %%SITE_PERL%%/auto/Amanda -@dirrm %%SITE_PERL%%/Amanda/Application -@dirrm %%SITE_PERL%%/Amanda -@dirrm %%DATADIR%%/template.d -@dirrm %%DATADIR%%/example/label-templates -@dirrm %%DATADIR%%/example -@dirrm %%DATADIR%% -@dirrm libexec/amanda/application -@dirrm libexec/amanda -@dirrm lib/amanda -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/misc/freecode-submit/Makefile b/misc/freecode-submit/Makefile deleted file mode 100644 index add4a5796b8a..000000000000 --- a/misc/freecode-submit/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: freshmeat-submit -# Date created: 2 Jan 2005 -# Whom: x -# -# $FreeBSD$ -# - -PORTNAME= freshmeat-submit -PORTVERSION= 1.6 -CATEGORIES= misc -MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Submission of updates to Freshmeat via its XML-RPC - -USE_PYTHON= yes -NO_BUILD= yes - -PLIST_FILES= bin/freshmeat-submit -MAN1= freshmeat-submit.1 - -.include <bsd.port.pre.mk> - -do-install: - ${MKDIR} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin - ${MKDIR} ${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1 - -.include <bsd.port.post.mk> diff --git a/misc/freecode-submit/distinfo b/misc/freecode-submit/distinfo deleted file mode 100644 index 57dd911d8fa8..000000000000 --- a/misc/freecode-submit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freshmeat-submit-1.6.tar.gz) = 0c08186b4f0bd6d026c45c3028ed2ccc -SHA256 (freshmeat-submit-1.6.tar.gz) = fc16e245310cf5e20c5ec25bfea3ff618f3c1f6ef700b63276c3c8a681239cba -SIZE (freshmeat-submit-1.6.tar.gz) = 17296 diff --git a/misc/freecode-submit/pkg-descr b/misc/freecode-submit/pkg-descr deleted file mode 100644 index 8f99979e7a4a..000000000000 --- a/misc/freecode-submit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -freshmeat-submit is a Python script that supports remote submission of -release updates to Freshmeat via its XML-RPC interface. It is intended -for use in project release scripts. It reads the metadata from an -RFC-2822-like message on standard input, possibly with overrides -by command-line switches. - -WWW: http://www.catb.org/~esr/freshmeat-submit/ diff --git a/misc/kde3-i18n-sr_Latn/Makefile b/misc/kde3-i18n-sr_Latn/Makefile deleted file mode 100644 index 5dd3fdaaa697..000000000000 --- a/misc/kde3-i18n-sr_Latn/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: kde3-i18n-sr@Latn -# Date created: 01 March 2004 -# Whom: Lauri Watts <lauri@kde.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= sr-Latn- -DISTNAME= ${PORTNAME}-sr@Latn-${PORTVERSION} -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Serbian (latin alphabet) messages and documentation for KDE3 - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> diff --git a/misc/kde3-i18n-sr_Latn/distinfo b/misc/kde3-i18n-sr_Latn/distinfo deleted file mode 100644 index fe19ee3784c3..000000000000 --- a/misc/kde3-i18n-sr_Latn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = b2d9d83c77fd32c3f321515e840770d6 -SHA256 (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = 3faabd63bfe572b32e9913611bd15526612c422b63dbc0cb8be48ea64da2cabe -SIZE (KDE/kde-i18n/kde-i18n-sr@Latn-3.5.10.tar.bz2) = 2681995 diff --git a/misc/kde3-i18n-sr_Latn/pkg-descr b/misc/kde3-i18n-sr_Latn/pkg-descr deleted file mode 100644 index 3354ca873ecc..000000000000 --- a/misc/kde3-i18n-sr_Latn/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE3. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde3-i18n-sr_Latn/pkg-plist b/misc/kde3-i18n-sr_Latn/pkg-plist deleted file mode 100644 index f77996ccf68e..000000000000 --- a/misc/kde3-i18n-sr_Latn/pkg-plist +++ /dev/null @@ -1,592 +0,0 @@ -share/apps/katepart/syntax/logohighlightstyle.sr@Latn.xml -share/apps/khangman/data/sr@Latn/animals.kvtml -share/apps/khangman/data/sr@Latn/easy.kvtml -share/apps/khangman/data/sr@Latn/hard.kvtml -share/apps/khangman/data/sr@Latn/medium.kvtml -share/apps/khangman/sr@Latn.txt -share/apps/ktuberling/sounds/sr@Latn/brkovi.wav -share/apps/ktuberling/sounds/sr@Latn/cigara.wav -share/apps/ktuberling/sounds/sr@Latn/krompirko.wav -share/apps/ktuberling/sounds/sr@Latn/masna.wav -share/apps/ktuberling/sounds/sr@Latn/mindjusa.wav -share/apps/ktuberling/sounds/sr@Latn/naocare.wav -share/apps/ktuberling/sounds/sr@Latn/naocare_za_sunce.wav -share/apps/ktuberling/sounds/sr@Latn/nos.wav -share/apps/ktuberling/sounds/sr@Latn/obrva.wav -share/apps/ktuberling/sounds/sr@Latn/oko.wav -share/apps/ktuberling/sounds/sr@Latn/sat.wav -share/apps/ktuberling/sounds/sr@Latn/sesir.wav -share/apps/ktuberling/sounds/sr@Latn/usta.wav -share/apps/ktuberling/sounds/sr@Latn/uvo.wav -share/apps/ktuberling/sounds/sr@Latn/znacka.wav -share/apps/kturtle/data/logokeywords.sr@Latn.xml -share/apps/kturtle/examples/sr@Latn/curly.logo -share/apps/kturtle/examples/sr@Latn/square.logo -share/apps/kturtle/examples/sr@Latn/triangle.logo -share/locale/sr@Latn/LC_MESSAGES/akregator.mo -share/locale/sr@Latn/LC_MESSAGES/akregator_konqplugin.mo -share/locale/sr@Latn/LC_MESSAGES/alsaplayerui.mo -share/locale/sr@Latn/LC_MESSAGES/amor.mo -share/locale/sr@Latn/LC_MESSAGES/appletproxy.mo -share/locale/sr@Latn/LC_MESSAGES/ark.mo -share/locale/sr@Latn/LC_MESSAGES/ark_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/artsbuilder.mo -share/locale/sr@Latn/LC_MESSAGES/artscontrol.mo -share/locale/sr@Latn/LC_MESSAGES/artsmodules.mo -share/locale/sr@Latn/LC_MESSAGES/atlantik.mo -share/locale/sr@Latn/LC_MESSAGES/atlantikdesigner.mo -share/locale/sr@Latn/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/sr@Latn/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/sr@Latn/LC_MESSAGES/audiorename_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/autorefresh.mo -share/locale/sr@Latn/LC_MESSAGES/babelfish.mo -share/locale/sr@Latn/LC_MESSAGES/blinken.mo -share/locale/sr@Latn/LC_MESSAGES/cervisia.mo -share/locale/sr@Latn/LC_MESSAGES/charlatanui.mo -share/locale/sr@Latn/LC_MESSAGES/clockapplet.mo -share/locale/sr@Latn/LC_MESSAGES/crashesplugin.mo -share/locale/sr@Latn/LC_MESSAGES/cupsdconf.mo -share/locale/sr@Latn/LC_MESSAGES/cvsservice.mo -share/locale/sr@Latn/LC_MESSAGES/dcoprss.mo -share/locale/sr@Latn/LC_MESSAGES/dirfilterplugin.mo -share/locale/sr@Latn/LC_MESSAGES/display.mo -share/locale/sr@Latn/LC_MESSAGES/dockbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/domtreeviewer.mo -share/locale/sr@Latn/LC_MESSAGES/drkonqi.mo -share/locale/sr@Latn/LC_MESSAGES/dub.mo -share/locale/sr@Latn/LC_MESSAGES/extensionproxy.mo -share/locale/sr@Latn/LC_MESSAGES/ffrs.mo -share/locale/sr@Latn/LC_MESSAGES/filetypes.mo -share/locale/sr@Latn/LC_MESSAGES/fsview.mo -share/locale/sr@Latn/LC_MESSAGES/htmlsearch.mo -share/locale/sr@Latn/LC_MESSAGES/imagerename_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/imgalleryplugin.mo -share/locale/sr@Latn/LC_MESSAGES/irkick.mo -share/locale/sr@Latn/LC_MESSAGES/joystick.mo -share/locale/sr@Latn/LC_MESSAGES/juk.mo -share/locale/sr@Latn/LC_MESSAGES/kabc2mutt.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_dir.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_file.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_ldapkio.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_net.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_slox.mo -share/locale/sr@Latn/LC_MESSAGES/kabc_sql.mo -share/locale/sr@Latn/LC_MESSAGES/kabcformat_binary.mo -share/locale/sr@Latn/LC_MESSAGES/kaboodle.mo -share/locale/sr@Latn/LC_MESSAGES/kaccess.mo -share/locale/sr@Latn/LC_MESSAGES/kaddressbook.mo -share/locale/sr@Latn/LC_MESSAGES/kalarm.mo -share/locale/sr@Latn/LC_MESSAGES/kalzium.mo -share/locale/sr@Latn/LC_MESSAGES/kanagram.mo -share/locale/sr@Latn/LC_MESSAGES/kandy.mo -share/locale/sr@Latn/LC_MESSAGES/kappfinder.mo -share/locale/sr@Latn/LC_MESSAGES/karm.mo -share/locale/sr@Latn/LC_MESSAGES/kasbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/kasteroids.mo -share/locale/sr@Latn/LC_MESSAGES/kate.mo -share/locale/sr@Latn/LC_MESSAGES/katecppsymbolviewer.mo -share/locale/sr@Latn/LC_MESSAGES/katefiletemplates.mo -share/locale/sr@Latn/LC_MESSAGES/katefll_initplugin.mo -share/locale/sr@Latn/LC_MESSAGES/katefll_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/katehelloworld.mo -share/locale/sr@Latn/LC_MESSAGES/katehtmltools.mo -share/locale/sr@Latn/LC_MESSAGES/kateinsertcommand.mo -share/locale/sr@Latn/LC_MESSAGES/katekjswrapper.mo -share/locale/sr@Latn/LC_MESSAGES/katemake.mo -share/locale/sr@Latn/LC_MESSAGES/katemodeline.mo -share/locale/sr@Latn/LC_MESSAGES/kateopenheader.mo -share/locale/sr@Latn/LC_MESSAGES/katepart.mo -share/locale/sr@Latn/LC_MESSAGES/katepybrowse.mo -share/locale/sr@Latn/LC_MESSAGES/katesnippets.mo -share/locale/sr@Latn/LC_MESSAGES/katetabbarextension.mo -share/locale/sr@Latn/LC_MESSAGES/katetextfilter.mo -share/locale/sr@Latn/LC_MESSAGES/katexmlcheck.mo -share/locale/sr@Latn/LC_MESSAGES/katexmltools.mo -share/locale/sr@Latn/LC_MESSAGES/katomic.mo -share/locale/sr@Latn/LC_MESSAGES/kaudiocreator.mo -share/locale/sr@Latn/LC_MESSAGES/kay.mo -share/locale/sr@Latn/LC_MESSAGES/kbabel.mo -share/locale/sr@Latn/LC_MESSAGES/kbackgammon.mo -share/locale/sr@Latn/LC_MESSAGES/kbattleship.mo -share/locale/sr@Latn/LC_MESSAGES/kbinaryclock.mo -share/locale/sr@Latn/LC_MESSAGES/kblackbox.mo -share/locale/sr@Latn/LC_MESSAGES/kbounce.mo -share/locale/sr@Latn/LC_MESSAGES/kbruch.mo -share/locale/sr@Latn/LC_MESSAGES/kbstateapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kbugbuster.mo -share/locale/sr@Latn/LC_MESSAGES/kcachegrind.mo -share/locale/sr@Latn/LC_MESSAGES/kcalc.mo -share/locale/sr@Latn/LC_MESSAGES/kcharselect.mo -share/locale/sr@Latn/LC_MESSAGES/kcharselectapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_krfb.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewcanvasconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewgeneralconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewpluginsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcm_kviewviewerpluginsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaccess.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaccessibility.mo -share/locale/sr@Latn/LC_MESSAGES/kcmarts.mo -share/locale/sr@Latn/LC_MESSAGES/kcmaudiocd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmbackground.mo -share/locale/sr@Latn/LC_MESSAGES/kcmbell.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcddb.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcgi.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcolors.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcrypto.mo -share/locale/sr@Latn/LC_MESSAGES/kcmcss.mo -share/locale/sr@Latn/LC_MESSAGES/kcmenergy.mo -share/locale/sr@Latn/LC_MESSAGES/kcmfonts.mo -share/locale/sr@Latn/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/sr@Latn/LC_MESSAGES/kcmicons.mo -share/locale/sr@Latn/LC_MESSAGES/kcminfo.mo -share/locale/sr@Latn/LC_MESSAGES/kcminput.mo -share/locale/sr@Latn/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkabconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkamera.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkclock.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkded.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkdnssd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkeys.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkicker.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkio.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonq.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonqhtml.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkonsole.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkontactnt.mo -share/locale/sr@Latn/LC_MESSAGES/kcmktalkd.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkuick.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkurifilt.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkvaio.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwallet.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwindecoration.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwinrules.mo -share/locale/sr@Latn/LC_MESSAGES/kcmkwm.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlanbrowser.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlaptop.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlaunch.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlayout.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlilo.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlirc.mo -share/locale/sr@Latn/LC_MESSAGES/kcmlocale.mo -share/locale/sr@Latn/LC_MESSAGES/kcmmedia.mo -share/locale/sr@Latn/LC_MESSAGES/kcmnic.mo -share/locale/sr@Latn/LC_MESSAGES/kcmnotify.mo -share/locale/sr@Latn/LC_MESSAGES/kcmperformance.mo -share/locale/sr@Latn/LC_MESSAGES/kcmprintmgr.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsamba.mo -share/locale/sr@Latn/LC_MESSAGES/kcmscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/kcmshell.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsmartcard.mo -share/locale/sr@Latn/LC_MESSAGES/kcmsmserver.mo -share/locale/sr@Latn/LC_MESSAGES/kcmspellchecking.mo -share/locale/sr@Latn/LC_MESSAGES/kcmstyle.mo -share/locale/sr@Latn/LC_MESSAGES/kcmtaskbar.mo -share/locale/sr@Latn/LC_MESSAGES/kcmthinkpad.mo -share/locale/sr@Latn/LC_MESSAGES/kcmusb.mo -share/locale/sr@Latn/LC_MESSAGES/kcmview1394.mo -share/locale/sr@Latn/LC_MESSAGES/kcmwifi.mo -share/locale/sr@Latn/LC_MESSAGES/kcmxinerama.mo -share/locale/sr@Latn/LC_MESSAGES/kcoloredit.mo -share/locale/sr@Latn/LC_MESSAGES/kcontrol.mo -share/locale/sr@Latn/LC_MESSAGES/kcron.mo -share/locale/sr@Latn/LC_MESSAGES/kdat.mo -share/locale/sr@Latn/LC_MESSAGES/kdcop.mo -share/locale/sr@Latn/LC_MESSAGES/kdebugdialog.mo -share/locale/sr@Latn/LC_MESSAGES/kdelibs.mo -share/locale/sr@Latn/LC_MESSAGES/kdelibs_colors.mo -share/locale/sr@Latn/LC_MESSAGES/kdelirc.mo -share/locale/sr@Latn/LC_MESSAGES/kdepasswd.mo -share/locale/sr@Latn/LC_MESSAGES/kdepimresources.mo -share/locale/sr@Latn/LC_MESSAGES/kdepimwizards.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprint.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprint_part.mo -share/locale/sr@Latn/LC_MESSAGES/kdeprintfax.mo -share/locale/sr@Latn/LC_MESSAGES/kdesktop.mo -share/locale/sr@Latn/LC_MESSAGES/kdessh.mo -share/locale/sr@Latn/LC_MESSAGES/kdesu.mo -share/locale/sr@Latn/LC_MESSAGES/kdesud.mo -share/locale/sr@Latn/LC_MESSAGES/kdevdesigner.mo -share/locale/sr@Latn/LC_MESSAGES/kdevelop.mo -share/locale/sr@Latn/LC_MESSAGES/kdevtipofday.mo -share/locale/sr@Latn/LC_MESSAGES/kdf.mo -share/locale/sr@Latn/LC_MESSAGES/kdgantt.mo -share/locale/sr@Latn/LC_MESSAGES/kdialog.mo -share/locale/sr@Latn/LC_MESSAGES/kdict.mo -share/locale/sr@Latn/LC_MESSAGES/kdictapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kdjview.mo -share/locale/sr@Latn/LC_MESSAGES/kdmconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kdmgreet.mo -share/locale/sr@Latn/LC_MESSAGES/kdvi.mo -share/locale/sr@Latn/LC_MESSAGES/kedit.mo -share/locale/sr@Latn/LC_MESSAGES/keduca.mo -share/locale/sr@Latn/LC_MESSAGES/kenolaba.mo -share/locale/sr@Latn/LC_MESSAGES/kfax.mo -share/locale/sr@Latn/LC_MESSAGES/kfaxview.mo -share/locale/sr@Latn/LC_MESSAGES/kfifteenapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_au.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_avi.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_bmp.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_cert.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_cpp.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_dds.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_deb.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_desktop.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_diff.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_drgeo.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_dvi.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_exr.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_flac.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_folder.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_gif.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_html.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ico.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ics.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_jpeg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_kig.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_lnk.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_m3u.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mhtml.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mp3.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mpc.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_mpeg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ogg.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_palm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pcx.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pdf.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_png.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_pnm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_po.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ps.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rfc822.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rgb.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_rpm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_sid.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_tga.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_theora.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_tiff.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_torrent.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_ts.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_txt.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_vcf.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_wav.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_xbm.mo -share/locale/sr@Latn/LC_MESSAGES/kfile_xpm.mo -share/locale/sr@Latn/LC_MESSAGES/kfileaudiopreview.mo -share/locale/sr@Latn/LC_MESSAGES/kfilereplace.mo -share/locale/sr@Latn/LC_MESSAGES/kfileshare.mo -share/locale/sr@Latn/LC_MESSAGES/kfindpart.mo -share/locale/sr@Latn/LC_MESSAGES/kfloppy.mo -share/locale/sr@Latn/LC_MESSAGES/kfmclient.mo -share/locale/sr@Latn/LC_MESSAGES/kfontinst.mo -share/locale/sr@Latn/LC_MESSAGES/kfouleggs.mo -share/locale/sr@Latn/LC_MESSAGES/kgamma.mo -share/locale/sr@Latn/LC_MESSAGES/kgantt.mo -share/locale/sr@Latn/LC_MESSAGES/kgeography.mo -share/locale/sr@Latn/LC_MESSAGES/kget.mo -share/locale/sr@Latn/LC_MESSAGES/kghostview.mo -share/locale/sr@Latn/LC_MESSAGES/kgoldrunner.mo -share/locale/sr@Latn/LC_MESSAGES/kgpg.mo -share/locale/sr@Latn/LC_MESSAGES/kgreet_classic.mo -share/locale/sr@Latn/LC_MESSAGES/kgreet_winbind.mo -share/locale/sr@Latn/LC_MESSAGES/khangman.mo -share/locale/sr@Latn/LC_MESSAGES/khelpcenter.mo -share/locale/sr@Latn/LC_MESSAGES/khexedit.mo -share/locale/sr@Latn/LC_MESSAGES/khexedit2part.mo -share/locale/sr@Latn/LC_MESSAGES/khotkeys.mo -share/locale/sr@Latn/LC_MESSAGES/khtmlkttsd.mo -share/locale/sr@Latn/LC_MESSAGES/khtmlsettingsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kicker.mo -share/locale/sr@Latn/LC_MESSAGES/kickermenu_kate.mo -share/locale/sr@Latn/LC_MESSAGES/kiconedit.mo -share/locale/sr@Latn/LC_MESSAGES/kig.mo -share/locale/sr@Latn/LC_MESSAGES/kimagemapeditor.mo -share/locale/sr@Latn/LC_MESSAGES/kinetd.mo -share/locale/sr@Latn/LC_MESSAGES/kio.mo -share/locale/sr@Latn/LC_MESSAGES/kio_audiocd.mo -share/locale/sr@Latn/LC_MESSAGES/kio_finger.mo -share/locale/sr@Latn/LC_MESSAGES/kio_fish.mo -share/locale/sr@Latn/LC_MESSAGES/kio_floppy.mo -share/locale/sr@Latn/LC_MESSAGES/kio_groupwise.mo -share/locale/sr@Latn/LC_MESSAGES/kio_help.mo -share/locale/sr@Latn/LC_MESSAGES/kio_home.mo -share/locale/sr@Latn/LC_MESSAGES/kio_imap4.mo -share/locale/sr@Latn/LC_MESSAGES/kio_jabberdisco.mo -share/locale/sr@Latn/LC_MESSAGES/kio_lan.mo -share/locale/sr@Latn/LC_MESSAGES/kio_ldap.mo -share/locale/sr@Latn/LC_MESSAGES/kio_mac.mo -share/locale/sr@Latn/LC_MESSAGES/kio_man.mo -share/locale/sr@Latn/LC_MESSAGES/kio_media.mo -share/locale/sr@Latn/LC_MESSAGES/kio_mobile.mo -share/locale/sr@Latn/LC_MESSAGES/kio_nfs.mo -share/locale/sr@Latn/LC_MESSAGES/kio_nntp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_pop3.mo -share/locale/sr@Latn/LC_MESSAGES/kio_print.mo -share/locale/sr@Latn/LC_MESSAGES/kio_remote.mo -share/locale/sr@Latn/LC_MESSAGES/kio_settings.mo -share/locale/sr@Latn/LC_MESSAGES/kio_sftp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_sieve.mo -share/locale/sr@Latn/LC_MESSAGES/kio_smb.mo -share/locale/sr@Latn/LC_MESSAGES/kio_smtp.mo -share/locale/sr@Latn/LC_MESSAGES/kio_svn.mo -share/locale/sr@Latn/LC_MESSAGES/kio_system.mo -share/locale/sr@Latn/LC_MESSAGES/kio_tar.mo -share/locale/sr@Latn/LC_MESSAGES/kio_thumbnail.mo -share/locale/sr@Latn/LC_MESSAGES/kio_trash.mo -share/locale/sr@Latn/LC_MESSAGES/kio_zeroconf.mo -share/locale/sr@Latn/LC_MESSAGES/kioexec.mo -share/locale/sr@Latn/LC_MESSAGES/kitchensync.mo -share/locale/sr@Latn/LC_MESSAGES/kiten.mo -share/locale/sr@Latn/LC_MESSAGES/kjobviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kjots.mo -share/locale/sr@Latn/LC_MESSAGES/kjumpingcube.mo -share/locale/sr@Latn/LC_MESSAGES/klaptopdaemon.mo -share/locale/sr@Latn/LC_MESSAGES/klatin.mo -share/locale/sr@Latn/LC_MESSAGES/kleopatra.mo -share/locale/sr@Latn/LC_MESSAGES/klettres.mo -share/locale/sr@Latn/LC_MESSAGES/klickety.mo -share/locale/sr@Latn/LC_MESSAGES/klines.mo -share/locale/sr@Latn/LC_MESSAGES/klinkstatus.mo -share/locale/sr@Latn/LC_MESSAGES/klipper.mo -share/locale/sr@Latn/LC_MESSAGES/klock.mo -share/locale/sr@Latn/LC_MESSAGES/kmag.mo -share/locale/sr@Latn/LC_MESSAGES/kmahjongg.mo -share/locale/sr@Latn/LC_MESSAGES/kmail.mo -share/locale/sr@Latn/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kmailcvt.mo -share/locale/sr@Latn/LC_MESSAGES/kmathapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmcop.mo -share/locale/sr@Latn/LC_MESSAGES/kmenuapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmenuedit.mo -share/locale/sr@Latn/LC_MESSAGES/kmid.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_delli8k.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_generic.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_kvaio.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_powerbook.mo -share/locale/sr@Latn/LC_MESSAGES/kmilo_thinkpad.mo -share/locale/sr@Latn/LC_MESSAGES/kmilod.mo -share/locale/sr@Latn/LC_MESSAGES/kmines.mo -share/locale/sr@Latn/LC_MESSAGES/kminipagerapplet.mo -share/locale/sr@Latn/LC_MESSAGES/kmix.mo -share/locale/sr@Latn/LC_MESSAGES/kmobile.mo -share/locale/sr@Latn/LC_MESSAGES/kmoon.mo -share/locale/sr@Latn/LC_MESSAGES/kmousetool.mo -share/locale/sr@Latn/LC_MESSAGES/kmouth.mo -share/locale/sr@Latn/LC_MESSAGES/kmplot.mo -share/locale/sr@Latn/LC_MESSAGES/kmrml.mo -share/locale/sr@Latn/LC_MESSAGES/knetattach.mo -share/locale/sr@Latn/LC_MESSAGES/knetwalk.mo -share/locale/sr@Latn/LC_MESSAGES/knetworkconf.mo -share/locale/sr@Latn/LC_MESSAGES/knewsticker.mo -share/locale/sr@Latn/LC_MESSAGES/knode.mo -share/locale/sr@Latn/LC_MESSAGES/knotes.mo -share/locale/sr@Latn/LC_MESSAGES/knotify.mo -share/locale/sr@Latn/LC_MESSAGES/kodo.mo -share/locale/sr@Latn/LC_MESSAGES/kolf.mo -share/locale/sr@Latn/LC_MESSAGES/kolourpaint.mo -share/locale/sr@Latn/LC_MESSAGES/kolourpicker.mo -share/locale/sr@Latn/LC_MESSAGES/kommander.mo -share/locale/sr@Latn/LC_MESSAGES/kompare.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_delicious.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_mediaplayer.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_metabar.mo -share/locale/sr@Latn/LC_MESSAGES/konqsidebar_news.mo -share/locale/sr@Latn/LC_MESSAGES/konqueror.mo -share/locale/sr@Latn/LC_MESSAGES/konquest.mo -share/locale/sr@Latn/LC_MESSAGES/konsole.mo -share/locale/sr@Latn/LC_MESSAGES/konsolekalendar.mo -share/locale/sr@Latn/LC_MESSAGES/kontact.mo -share/locale/sr@Latn/LC_MESSAGES/kooka.mo -share/locale/sr@Latn/LC_MESSAGES/kopete.mo -share/locale/sr@Latn/LC_MESSAGES/korganizer.mo -share/locale/sr@Latn/LC_MESSAGES/korn.mo -share/locale/sr@Latn/LC_MESSAGES/kpackage.mo -share/locale/sr@Latn/LC_MESSAGES/kpager.mo -share/locale/sr@Latn/LC_MESSAGES/kpartsaver.mo -share/locale/sr@Latn/LC_MESSAGES/kpat.mo -share/locale/sr@Latn/LC_MESSAGES/kpdf.mo -share/locale/sr@Latn/LC_MESSAGES/kpercentage.mo -share/locale/sr@Latn/LC_MESSAGES/kpersonalizer.mo -share/locale/sr@Latn/LC_MESSAGES/kpf.mo -share/locale/sr@Latn/LC_MESSAGES/kpilot.mo -share/locale/sr@Latn/LC_MESSAGES/kpoker.mo -share/locale/sr@Latn/LC_MESSAGES/kpovmodeler.mo -share/locale/sr@Latn/LC_MESSAGES/kppp.mo -share/locale/sr@Latn/LC_MESSAGES/kppplogview.mo -share/locale/sr@Latn/LC_MESSAGES/kprinter.mo -share/locale/sr@Latn/LC_MESSAGES/krandr.mo -share/locale/sr@Latn/LC_MESSAGES/krdb.mo -share/locale/sr@Latn/LC_MESSAGES/krdc.mo -share/locale/sr@Latn/LC_MESSAGES/kreadconfig.mo -share/locale/sr@Latn/LC_MESSAGES/krec.mo -share/locale/sr@Latn/LC_MESSAGES/kregexpeditor.mo -share/locale/sr@Latn/LC_MESSAGES/kres_birthday.mo -share/locale/sr@Latn/LC_MESSAGES/kres_blogging.mo -share/locale/sr@Latn/LC_MESSAGES/kres_bugzilla.mo -share/locale/sr@Latn/LC_MESSAGES/kres_exchange.mo -share/locale/sr@Latn/LC_MESSAGES/kres_featureplan.mo -share/locale/sr@Latn/LC_MESSAGES/kres_groupware.mo -share/locale/sr@Latn/LC_MESSAGES/kres_groupwise.mo -share/locale/sr@Latn/LC_MESSAGES/kres_kolab.mo -share/locale/sr@Latn/LC_MESSAGES/kres_remote.mo -share/locale/sr@Latn/LC_MESSAGES/kres_tvanytime.mo -share/locale/sr@Latn/LC_MESSAGES/kres_xmlrpc.mo -share/locale/sr@Latn/LC_MESSAGES/kreversi.mo -share/locale/sr@Latn/LC_MESSAGES/krfb.mo -share/locale/sr@Latn/LC_MESSAGES/kruler.mo -share/locale/sr@Latn/LC_MESSAGES/krunapplet.mo -share/locale/sr@Latn/LC_MESSAGES/ksame.mo -share/locale/sr@Latn/LC_MESSAGES/ksayit.mo -share/locale/sr@Latn/LC_MESSAGES/kscd.mo -share/locale/sr@Latn/LC_MESSAGES/kscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/kshisen.mo -share/locale/sr@Latn/LC_MESSAGES/ksig.mo -share/locale/sr@Latn/LC_MESSAGES/ksim.mo -share/locale/sr@Latn/LC_MESSAGES/ksirc.mo -share/locale/sr@Latn/LC_MESSAGES/ksirtet.mo -share/locale/sr@Latn/LC_MESSAGES/ksmiletris.mo -share/locale/sr@Latn/LC_MESSAGES/ksmserver.mo -share/locale/sr@Latn/LC_MESSAGES/ksnake.mo -share/locale/sr@Latn/LC_MESSAGES/ksnapshot.mo -share/locale/sr@Latn/LC_MESSAGES/ksokoban.mo -share/locale/sr@Latn/LC_MESSAGES/kspaceduel.mo -share/locale/sr@Latn/LC_MESSAGES/ksplash.mo -share/locale/sr@Latn/LC_MESSAGES/ksplashthemes.mo -share/locale/sr@Latn/LC_MESSAGES/kstars.mo -share/locale/sr@Latn/LC_MESSAGES/kstart.mo -share/locale/sr@Latn/LC_MESSAGES/kstartperf.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_highcontrast_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_phase_config.mo -share/locale/sr@Latn/LC_MESSAGES/kstyle_plastik_config.mo -share/locale/sr@Latn/LC_MESSAGES/ksvgplugin.mo -share/locale/sr@Latn/LC_MESSAGES/ksysguard.mo -share/locale/sr@Latn/LC_MESSAGES/ksystemtrayapplet.mo -share/locale/sr@Latn/LC_MESSAGES/ksystraycmd.mo -share/locale/sr@Latn/LC_MESSAGES/ksysv.mo -share/locale/sr@Latn/LC_MESSAGES/kteatime.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_autobookmarker.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_docwordcompletion.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_insertfile.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_isearch.mo -share/locale/sr@Latn/LC_MESSAGES/ktexteditor_kdatatool.mo -share/locale/sr@Latn/LC_MESSAGES/kthememanager.mo -share/locale/sr@Latn/LC_MESSAGES/ktimemon.mo -share/locale/sr@Latn/LC_MESSAGES/ktimer.mo -share/locale/sr@Latn/LC_MESSAGES/ktip.mo -share/locale/sr@Latn/LC_MESSAGES/ktnef.mo -share/locale/sr@Latn/LC_MESSAGES/ktouch.mo -share/locale/sr@Latn/LC_MESSAGES/ktron.mo -share/locale/sr@Latn/LC_MESSAGES/kttsd.mo -share/locale/sr@Latn/LC_MESSAGES/ktuberling.mo -share/locale/sr@Latn/LC_MESSAGES/kturtle.mo -share/locale/sr@Latn/LC_MESSAGES/ktux.mo -share/locale/sr@Latn/LC_MESSAGES/kuick_plugin.mo -share/locale/sr@Latn/LC_MESSAGES/kuickshow.mo -share/locale/sr@Latn/LC_MESSAGES/kuiviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kuser.mo -share/locale/sr@Latn/LC_MESSAGES/kverbos.mo -share/locale/sr@Latn/LC_MESSAGES/kview.mo -share/locale/sr@Latn/LC_MESSAGES/kview_scale.mo -share/locale/sr@Latn/LC_MESSAGES/kviewbrowserplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewcanvas.mo -share/locale/sr@Latn/LC_MESSAGES/kvieweffectsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewpresenterplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewscannerplugin.mo -share/locale/sr@Latn/LC_MESSAGES/kviewshell.mo -share/locale/sr@Latn/LC_MESSAGES/kviewviewer.mo -share/locale/sr@Latn/LC_MESSAGES/kvoctrain.mo -share/locale/sr@Latn/LC_MESSAGES/kwalletmanager.mo -share/locale/sr@Latn/LC_MESSAGES/kwatchgnupg.mo -share/locale/sr@Latn/LC_MESSAGES/kweather.mo -share/locale/sr@Latn/LC_MESSAGES/kwifimanager.mo -share/locale/sr@Latn/LC_MESSAGES/kwin.mo -share/locale/sr@Latn/LC_MESSAGES/kwin4.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_art_clients.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_clients.mo -share/locale/sr@Latn/LC_MESSAGES/kwin_lib.mo -share/locale/sr@Latn/LC_MESSAGES/kwireless.mo -share/locale/sr@Latn/LC_MESSAGES/kwordquiz.mo -share/locale/sr@Latn/LC_MESSAGES/kworldclock.mo -share/locale/sr@Latn/LC_MESSAGES/kwriteconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kxkb.mo -share/locale/sr@Latn/LC_MESSAGES/kxsconfig.mo -share/locale/sr@Latn/LC_MESSAGES/kxsldbg.mo -share/locale/sr@Latn/LC_MESSAGES/libKTTSD.mo -share/locale/sr@Latn/LC_MESSAGES/libdmctl.mo -share/locale/sr@Latn/LC_MESSAGES/libkaddrbk_geo_xxport.mo -share/locale/sr@Latn/LC_MESSAGES/libkaddrbk_gmx_xxport.mo -share/locale/sr@Latn/LC_MESSAGES/libkcal.mo -share/locale/sr@Latn/LC_MESSAGES/libkcddb.mo -share/locale/sr@Latn/LC_MESSAGES/libkdeedu.mo -share/locale/sr@Latn/LC_MESSAGES/libkdegames.mo -share/locale/sr@Latn/LC_MESSAGES/libkdepim.mo -share/locale/sr@Latn/LC_MESSAGES/libkfaximgage.mo -share/locale/sr@Latn/LC_MESSAGES/libkholidays.mo -share/locale/sr@Latn/LC_MESSAGES/libkicker.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_kdeprint.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_konsole.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_prefmenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_recentdocs.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_remotemenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_systemmenu.mo -share/locale/sr@Latn/LC_MESSAGES/libkickermenu_tom.mo -share/locale/sr@Latn/LC_MESSAGES/libkleopatra.mo -share/locale/sr@Latn/LC_MESSAGES/libkmime.mo -share/locale/sr@Latn/LC_MESSAGES/libkonq.mo -share/locale/sr@Latn/LC_MESSAGES/libkpgp.mo -share/locale/sr@Latn/LC_MESSAGES/libkpimexchange.mo -share/locale/sr@Latn/LC_MESSAGES/libkscan.mo -share/locale/sr@Latn/LC_MESSAGES/libkscreensaver.mo -share/locale/sr@Latn/LC_MESSAGES/libksieve.mo -share/locale/sr@Latn/LC_MESSAGES/libksirtet.mo -share/locale/sr@Latn/LC_MESSAGES/libksync.mo -share/locale/sr@Latn/LC_MESSAGES/libtaskbar.mo -share/locale/sr@Latn/LC_MESSAGES/libtaskmanager.mo -share/locale/sr@Latn/LC_MESSAGES/lockout.mo -share/locale/sr@Latn/LC_MESSAGES/lskat.mo -share/locale/sr@Latn/LC_MESSAGES/lyrics.mo -share/locale/sr@Latn/LC_MESSAGES/mediaapplet.mo -share/locale/sr@Latn/LC_MESSAGES/mediacontrol.mo -share/locale/sr@Latn/LC_MESSAGES/mf_konqplugin.mo -share/locale/sr@Latn/LC_MESSAGES/minitoolsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/naughtyapplet.mo -share/locale/sr@Latn/LC_MESSAGES/nexscope.mo -share/locale/sr@Latn/LC_MESSAGES/noatun.mo -share/locale/sr@Latn/LC_MESSAGES/nsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/pitchablespeed.mo -share/locale/sr@Latn/LC_MESSAGES/ppdtranslations.mo -share/locale/sr@Latn/LC_MESSAGES/privacy.mo -share/locale/sr@Latn/LC_MESSAGES/quanta.mo -share/locale/sr@Latn/LC_MESSAGES/quicklauncher.mo -share/locale/sr@Latn/LC_MESSAGES/rellinks.mo -share/locale/sr@Latn/LC_MESSAGES/searchbarplugin.mo -share/locale/sr@Latn/LC_MESSAGES/secpolicy.mo -share/locale/sr@Latn/LC_MESSAGES/spy.mo -share/locale/sr@Latn/LC_MESSAGES/superkaramba.mo -share/locale/sr@Latn/LC_MESSAGES/synaescope.mo -share/locale/sr@Latn/LC_MESSAGES/timezones.mo -share/locale/sr@Latn/LC_MESSAGES/tippecanoe.mo -share/locale/sr@Latn/LC_MESSAGES/trashapplet.mo -share/locale/sr@Latn/LC_MESSAGES/tyler.mo -share/locale/sr@Latn/LC_MESSAGES/uachangerplugin.mo -share/locale/sr@Latn/LC_MESSAGES/umbrello.mo -share/locale/sr@Latn/LC_MESSAGES/useraccount.mo -share/locale/sr@Latn/LC_MESSAGES/validatorsplugin.mo -share/locale/sr@Latn/LC_MESSAGES/wakeup.mo -share/locale/sr@Latn/LC_MESSAGES/wavecapture.mo -share/locale/sr@Latn/LC_MESSAGES/webarchiver.mo -share/locale/sr@Latn/charset -share/locale/sr@Latn/entry.desktop -share/locale/sr@Latn/flag.png -@dirrm share/apps/kturtle/examples/sr@Latn -@dirrm share/apps/kturtle/examples -@dirrm share/apps/kturtle/data -@dirrm share/apps/kturtle -@dirrm share/apps/ktuberling/sounds/sr@Latn -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling -@dirrm share/apps/khangman/data/sr@Latn -@dirrm share/apps/khangman/data -@dirrm share/apps/khangman diff --git a/misc/krecipes-kde4/Makefile b/misc/krecipes-kde4/Makefile deleted file mode 100644 index 9eb82714eb45..000000000000 --- a/misc/krecipes-kde4/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# ports collection makefile for: krecipies -# Date created: 19 March 2005 -# Whom: hank -# -# $FreeBSD$ -# - -PORTNAME= krecipes -PORTVERSION= 0.9.1 -PORTREVISION= 2 -CATEGORIES= misc kde -MASTER_SITES= SF - -MAINTAINER= hank@millerfarm.com -COMMENT= Recipe database for cooks - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool:15 - -OPTIONS= SQLITE "Support for SQLite backend" on \ - MYSQL "Support for MySQL backend" off \ - POSTGRESQL "Support for PostgreSQL backend" off - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_SQLITE) -CONFIGURE_ARGS+= --without-sqlite -.else -USE_SQLITE= yes -.endif - -.if defined(WITH_MYSQL) -RUN_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if defined(WITH_POSTGRESQL) -RUN_DEPENDS+= ${LOCALBASE}/lib/plugins/sqldrivers/libqsqlpsql.so:${PORTSDIR}/databases/qt-pgsql-plugin -.else -CONFIGURE_ARGS+= --without-postgresql -.endif - -post-extract: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -pre-configure: -.if defined(WITHOUT_SQLITE) && !defined(WITH_MYSQL) && !defined(WITH_POSTGRESQL) - @${ECHO} "You must have at least one database backend" - @exit 1 -.endif - -.include <bsd.port.post.mk> diff --git a/misc/krecipes-kde4/distinfo b/misc/krecipes-kde4/distinfo deleted file mode 100644 index b294e7046c8a..000000000000 --- a/misc/krecipes-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (krecipes-0.9.1.tar.gz) = 7414fd5210561801ba04ee3dad6561d9 -SHA256 (krecipes-0.9.1.tar.gz) = 6efdb751f26ab2460d84c39be25042d0bea013becf8c6b1a5ae2a5c46998a0f3 -SIZE (krecipes-0.9.1.tar.gz) = 7791658 diff --git a/misc/krecipes-kde4/pkg-descr b/misc/krecipes-kde4/pkg-descr deleted file mode 100644 index a511adb347a0..000000000000 --- a/misc/krecipes-kde4/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Krecipes lets you manage your recipes, create shopping lists, choose a -recipe based on available ingredients, and plan your menu/diet in advance. -Uses your choice of SQLite, MySQL, or PostgreSQL as a database backend. - -WWW: http://krecipes.sourceforge.net/ - -- Hank -hank@millerfarm.com diff --git a/misc/krecipes-kde4/pkg-plist b/misc/krecipes-kde4/pkg-plist deleted file mode 100644 index c7743eab6f70..000000000000 --- a/misc/krecipes-kde4/pkg-plist +++ /dev/null @@ -1,262 +0,0 @@ -bin/krecipes -share/applnk/Utilities/krecipes.desktop -share/apps/krecipes/data/abbrev.txt -share/apps/krecipes/data/data.sql -share/apps/krecipes/data/samples-cs_CZ.kreml -share/apps/krecipes/data/samples-en_US.kreml -share/apps/krecipes/icons/crystalsvg/128x128/mimetypes/krecipes_file.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/categories.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/diet.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/properties.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/16x16/actions/units.png -share/apps/krecipes/icons/crystalsvg/16x16/mimetypes/krecipes_file.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/categories.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/diet.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/properties.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/22x22/actions/units.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/categories.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/diet.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/krectip.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/properties.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/32x32/actions/units.png -share/apps/krecipes/icons/crystalsvg/32x32/mimetypes/krecipes_file.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/categories.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/diet.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/ingredients.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/properties.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/trolley.png -share/apps/krecipes/icons/crystalsvg/48x48/actions/units.png -share/apps/krecipes/icons/crystalsvg/64x64/mimetypes/krecipes_file.png -share/apps/krecipes/krecipesui.rc -share/apps/krecipes/layouts/default.klo -share/apps/krecipes/layouts/default_print.klo -share/apps/krecipes/layouts/one_column.klo -share/apps/krecipes/pics/dbpermissions.png -share/apps/krecipes/pics/menubg.png -share/apps/krecipes/pics/network.png -share/apps/krecipes/pics/rating0.png -share/apps/krecipes/pics/rating1.png -share/apps/krecipes/pics/rating2.png -share/apps/krecipes/pics/rating3.png -share/apps/krecipes/pics/rating4.png -share/apps/krecipes/pics/rating5.png -share/apps/krecipes/pics/recipes.png -share/apps/krecipes/pics/save.png -share/apps/krecipes/pics/star_half.png -share/apps/krecipes/pics/star_off.png -share/apps/krecipes/pics/star_on.png -share/apps/krecipes/pics/startlogo.png -share/apps/krecipes/pics/wizard.png -share/doc/HTML/da/krecipes/common -share/doc/HTML/da/krecipes/index.cache.bz2 -share/doc/HTML/da/krecipes/index.docbook -share/doc/HTML/en/krecipes/1leftarrow.png -share/doc/HTML/en/krecipes/1rightarrow.png -share/doc/HTML/en/krecipes/2leftarrow.png -share/doc/HTML/en/krecipes/2rightarrow.png -share/doc/HTML/en/krecipes/adv-cat-search.png -share/doc/HTML/en/krecipes/adv-recipe-found.png -share/doc/HTML/en/krecipes/adv-search-parts.png -share/doc/HTML/en/krecipes/adv-srch-multi.png -share/doc/HTML/en/krecipes/authors-adding.png -share/doc/HTML/en/krecipes/back.png -share/doc/HTML/en/krecipes/categories.png -share/doc/HTML/en/krecipes/clear_left.png -share/doc/HTML/en/krecipes/common -share/doc/HTML/en/krecipes/computer3.png -share/doc/HTML/en/krecipes/config-email.png -share/doc/HTML/en/krecipes/configure-shortcuts-adv.png -share/doc/HTML/en/krecipes/configure-shortcuts-basic.png -share/doc/HTML/en/krecipes/configure-shortcuts.png -share/doc/HTML/en/krecipes/configure-toolbars.png -share/doc/HTML/en/krecipes/diet-help.png -share/doc/HTML/en/krecipes/down.png -share/doc/HTML/en/krecipes/editpaste.png -share/doc/HTML/en/krecipes/enter-recipe-tabs.png -share/doc/HTML/en/krecipes/filenew.png -share/doc/HTML/en/krecipes/formatting.png -share/doc/HTML/en/krecipes/forward.png -share/doc/HTML/en/krecipes/import-other-sql.png -share/doc/HTML/en/krecipes/import-recipe-screen.png -share/doc/HTML/en/krecipes/import-settings.png -share/doc/HTML/en/krecipes/import-sqlite.png -share/doc/HTML/en/krecipes/index.cache.bz2 -share/doc/HTML/en/krecipes/index.docbook -share/doc/HTML/en/krecipes/ingredient-match.png -share/doc/HTML/en/krecipes/ingredients.png -share/doc/HTML/en/krecipes/krecipes-main.png -share/doc/HTML/en/krecipes/krectip.png -share/doc/HTML/en/krecipes/locationbar_erase.png -share/doc/HTML/en/krecipes/menu.png -share/doc/HTML/en/krecipes/no.png -share/doc/HTML/en/krecipes/page-setup.png -share/doc/HTML/en/krecipes/parser.png -share/doc/HTML/en/krecipes/performance.png -share/doc/HTML/en/krecipes/prep-method.png -share/doc/HTML/en/krecipes/properties.png -share/doc/HTML/en/krecipes/ratings.png -share/doc/HTML/en/krecipes/recipe-description-tab.png -share/doc/HTML/en/krecipes/recipe-ingredients-tab.png -share/doc/HTML/en/krecipes/recipe-instructions-tab.png -share/doc/HTML/en/krecipes/restore-msg.png -share/doc/HTML/en/krecipes/server-settings.png -share/doc/HTML/en/krecipes/shop-list.png -share/doc/HTML/en/krecipes/smiley.png -share/doc/HTML/en/krecipes/submit-bug.png -share/doc/HTML/en/krecipes/unit-conversions.png -share/doc/HTML/en/krecipes/units.png -share/doc/HTML/en/krecipes/up.png -share/doc/HTML/es/krecipes/adv-cat-search.png -share/doc/HTML/es/krecipes/adv-search-parts.png -share/doc/HTML/es/krecipes/adv-srch-multi.png -share/doc/HTML/es/krecipes/authors-adding.png -share/doc/HTML/es/krecipes/back.png -share/doc/HTML/es/krecipes/categories.png -share/doc/HTML/es/krecipes/clear_left.png -share/doc/HTML/es/krecipes/configure-shortcuts-adv.png -share/doc/HTML/es/krecipes/configure-shortcuts-basic.png -share/doc/HTML/es/krecipes/configure-shortcuts.png -share/doc/HTML/es/krecipes/configure-toolbars.png -share/doc/HTML/es/krecipes/diet-help.png -share/doc/HTML/es/krecipes/down.png -share/doc/HTML/es/krecipes/enter-recipe-tabs.png -share/doc/HTML/es/krecipes/filenew.png -share/doc/HTML/es/krecipes/formatting.png -share/doc/HTML/es/krecipes/forward.png -share/doc/HTML/es/krecipes/import-other-sql.png -share/doc/HTML/es/krecipes/import-recipe-screen.png -share/doc/HTML/es/krecipes/import-settings.png -share/doc/HTML/es/krecipes/import-sqlite.png -share/doc/HTML/es/krecipes/ingredient-match.png -share/doc/HTML/es/krecipes/ingredients.png -share/doc/HTML/es/krecipes/krecipes-main.png -share/doc/HTML/es/krecipes/krectip.png -share/doc/HTML/es/krecipes/locationbar_erase.png -share/doc/HTML/es/krecipes/menu.png -share/doc/HTML/es/krecipes/no.png -share/doc/HTML/es/krecipes/page-setup.png -share/doc/HTML/es/krecipes/performance.png -share/doc/HTML/es/krecipes/prep-method.png -share/doc/HTML/es/krecipes/properties.png -share/doc/HTML/es/krecipes/recipe-description-tab.png -share/doc/HTML/es/krecipes/recipe-ingredients-tab.png -share/doc/HTML/es/krecipes/recipe-instructions-tab.png -share/doc/HTML/es/krecipes/server-settings.png -share/doc/HTML/es/krecipes/shop-list.png -share/doc/HTML/es/krecipes/unit-conversions.png -share/doc/HTML/es/krecipes/units.png -share/doc/HTML/es/krecipes/up.png -share/doc/HTML/et/krecipes/common -share/doc/HTML/et/krecipes/index.cache.bz2 -share/doc/HTML/et/krecipes/index.docbook -share/doc/HTML/pt/krecipes/common -share/doc/HTML/pt/krecipes/index.cache.bz2 -share/doc/HTML/pt/krecipes/index.docbook -share/doc/HTML/sv/krecipes/adv-recipe-found.png -share/doc/HTML/sv/krecipes/authors-adding.png -share/doc/HTML/sv/krecipes/categories.png -share/doc/HTML/sv/krecipes/common -share/doc/HTML/sv/krecipes/configure-shortcuts-adv.png -share/doc/HTML/sv/krecipes/configure-shortcuts-basic.png -share/doc/HTML/sv/krecipes/configure-shortcuts.png -share/doc/HTML/sv/krecipes/configure-toolbars.png -share/doc/HTML/sv/krecipes/diet-help.png -share/doc/HTML/sv/krecipes/enter-recipe-tabs.png -share/doc/HTML/sv/krecipes/formatting.png -share/doc/HTML/sv/krecipes/import-other-sql.png -share/doc/HTML/sv/krecipes/import-recipe-screen.png -share/doc/HTML/sv/krecipes/import-settings.png -share/doc/HTML/sv/krecipes/import-sqlite.png -share/doc/HTML/sv/krecipes/index.cache.bz2 -share/doc/HTML/sv/krecipes/index.docbook -share/doc/HTML/sv/krecipes/ingredient-match.png -share/doc/HTML/sv/krecipes/ingredients.png -share/doc/HTML/sv/krecipes/krecipes-main.png -share/doc/HTML/sv/krecipes/menu.png -share/doc/HTML/sv/krecipes/page-setup.png -share/doc/HTML/sv/krecipes/prep-method.png -share/doc/HTML/sv/krecipes/properties.png -share/doc/HTML/sv/krecipes/recipe-description-tab.png -share/doc/HTML/sv/krecipes/recipe-ingredients-tab.png -share/doc/HTML/sv/krecipes/recipe-instructions-tab.png -share/doc/HTML/sv/krecipes/server-settings.png -share/doc/HTML/sv/krecipes/shop-list.png -share/doc/HTML/sv/krecipes/unit-conversions.png -share/doc/HTML/sv/krecipes/units.png -share/icons/crystalsvg/128x128/mimetypes/krecipes_file.png -share/icons/crystalsvg/16x16/mimetypes/krecipes_file.png -share/icons/crystalsvg/32x32/mimetypes/krecipes_file.png -share/icons/crystalsvg/64x64/mimetypes/krecipes_file.png -share/icons/hicolor/128x128/apps/krecipes.png -share/icons/hicolor/16x16/apps/krecipes.png -share/icons/hicolor/22x22/apps/krecipes.png -share/icons/hicolor/32x32/apps/krecipes.png -share/icons/hicolor/48x48/apps/krecipes.png -share/icons/hicolor/64x64/apps/krecipes.png -share/locale/az/LC_MESSAGES/krecipes.mo -share/locale/bg/LC_MESSAGES/krecipes.mo -share/locale/br/LC_MESSAGES/krecipes.mo -share/locale/ca/LC_MESSAGES/krecipes.mo -share/locale/cs/LC_MESSAGES/krecipes.mo -share/locale/cy/LC_MESSAGES/krecipes.mo -share/locale/da/LC_MESSAGES/krecipes.mo -share/locale/de/LC_MESSAGES/krecipes.mo -share/locale/el/LC_MESSAGES/krecipes.mo -share/locale/en_GB/LC_MESSAGES/krecipes.mo -share/locale/es/LC_MESSAGES/krecipes.mo -share/locale/et/LC_MESSAGES/krecipes.mo -share/locale/fi/LC_MESSAGES/krecipes.mo -share/locale/fr/LC_MESSAGES/krecipes.mo -share/locale/ga/LC_MESSAGES/krecipes.mo -share/locale/is/LC_MESSAGES/krecipes.mo -share/locale/it/LC_MESSAGES/krecipes.mo -share/locale/lt/LC_MESSAGES/krecipes.mo -share/locale/mt/LC_MESSAGES/krecipes.mo -share/locale/nb/LC_MESSAGES/krecipes.mo -share/locale/nl/LC_MESSAGES/krecipes.mo -share/locale/pl/LC_MESSAGES/krecipes.mo -share/locale/pt/LC_MESSAGES/krecipes.mo -share/locale/pt_BR/LC_MESSAGES/krecipes.mo -share/locale/ro/LC_MESSAGES/krecipes.mo -share/locale/ru/LC_MESSAGES/krecipes.mo -share/locale/rw/LC_MESSAGES/krecipes.mo -share/locale/sl/LC_MESSAGES/krecipes.mo -share/locale/sr/LC_MESSAGES/krecipes.mo -share/locale/sr@Latn/LC_MESSAGES/krecipes.mo -share/locale/sv/LC_MESSAGES/krecipes.mo -share/locale/ta/LC_MESSAGES/krecipes.mo -share/locale/tr/LC_MESSAGES/krecipes.mo -share/mimelnk/application/x-krecipes-backup.desktop -share/mimelnk/application/x-krecipes-recipes.desktop -@dirrm share/doc/HTML/sv/krecipes -@dirrm share/doc/HTML/pt/krecipes -@dirrm share/doc/HTML/et/krecipes -@dirrm share/doc/HTML/es/krecipes -@dirrm share/doc/HTML/en/krecipes -@dirrm share/doc/HTML/da/krecipes -@dirrm share/apps/krecipes/pics -@dirrm share/apps/krecipes/layouts -@dirrm share/apps/krecipes/icons/crystalsvg/64x64/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/64x64 -@dirrm share/apps/krecipes/icons/crystalsvg/48x48/actions -@dirrm share/apps/krecipes/icons/crystalsvg/48x48 -@dirrm share/apps/krecipes/icons/crystalsvg/32x32/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/32x32/actions -@dirrm share/apps/krecipes/icons/crystalsvg/32x32 -@dirrm share/apps/krecipes/icons/crystalsvg/22x22/actions -@dirrm share/apps/krecipes/icons/crystalsvg/22x22 -@dirrm share/apps/krecipes/icons/crystalsvg/16x16/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/16x16/actions -@dirrm share/apps/krecipes/icons/crystalsvg/16x16 -@dirrm share/apps/krecipes/icons/crystalsvg/128x128/mimetypes -@dirrm share/apps/krecipes/icons/crystalsvg/128x128 -@dirrm share/apps/krecipes/icons/crystalsvg -@dirrm share/apps/krecipes/icons -@dirrm share/apps/krecipes/data -@dirrm share/apps/krecipes diff --git a/misc/logsurfer+/Makefile b/misc/logsurfer+/Makefile deleted file mode 100644 index c79ae74f02ea..000000000000 --- a/misc/logsurfer+/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: logsurfer -# Date created: 28 Jul 1996 -# Whom: shanee@augusta.de -# -# $FreeBSD$ -# - -PORTNAME= logsurfer -PORTVERSION= 1.5b -CATEGORIES= misc -MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/%SUBDIR%/ \ - ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/%SUBDIR%/ -EXTRACT_SUFX= .tar - -MAINTAINER= ports@FreeBSD.org -COMMENT= Process logfiles and conditionally perform certain actions - -GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --with-etc-dir=${PREFIX}/etc - -MAN1= logsurfer.1 -MAN4= logsurfer.conf.4 - -post-install: - @${MKDIR} ${PREFIX}/share/examples/logsurfer - ${INSTALL_DATA} ${WRKSRC}/config-examples/README \ - ${PREFIX}/share/examples/logsurfer -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ChangeLog README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/misc/logsurfer+/distinfo b/misc/logsurfer+/distinfo deleted file mode 100644 index dfd2c0aa98ae..000000000000 --- a/misc/logsurfer+/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (logsurfer-1.5b.tar) = ade77bed7bc3c73fd26039e69c4937f4 -SHA256 (logsurfer-1.5b.tar) = d78328c3179e4500ecc5535712e298cf422acb8cc5c9c657b529f2fbb1b8b596 -SIZE (logsurfer-1.5b.tar) = 703488 diff --git a/misc/logsurfer+/files/patch-ac b/misc/logsurfer+/files/patch-ac deleted file mode 100644 index 4bcb1e4a400a..000000000000 --- a/misc/logsurfer+/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- src/logsurfer.c.orig Mon Apr 8 10:15:53 1996 -+++ src/logsurfer.c Fri May 28 14:28:06 1999 -@@ -382,6 +382,7 @@ - (void) fprintf(stderr, "unable to allocate memory for logline_buffer\n"); - exit(99); - } -+ logline_buffer[0]='\0'; - - while ( (opt = getopt(argc, argv, "fc:d:l:p:r:s")) != EOF ) - switch(opt) { diff --git a/misc/logsurfer+/pkg-descr b/misc/logsurfer+/pkg-descr deleted file mode 100644 index 55333f8a7359..000000000000 --- a/misc/logsurfer+/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Logsurfer is a program that works on single textlines from -a logfile (or from standard input). It compares each line -against regular expressions of a set of "rules" and per- -forms certain actions that are defined for this match. - -WWW: http://www.cert.dfn.de/eng/logsurf/ diff --git a/misc/logsurfer+/pkg-plist b/misc/logsurfer+/pkg-plist deleted file mode 100644 index 8d527a7b5130..000000000000 --- a/misc/logsurfer+/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/logsurfer -%%PORTDOCS%%share/doc/logsurfer/ChangeLog -%%PORTDOCS%%share/doc/logsurfer/README -%%PORTDOCS%%@dirrm share/doc/logsurfer -share/examples/logsurfer/README -@dirrm share/examples/logsurfer diff --git a/misc/sword15/Makefile b/misc/sword15/Makefile deleted file mode 100644 index 600511721909..000000000000 --- a/misc/sword15/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: sword -# Date created: 22 may 2001 -# Whom: Willem van Engen <wvengen@stack.nl> -# -# $FreeBSD$ -# - -PORTNAME= sword -PORTVERSION= 1.5.11 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v1.5/ \ - http://crosswire.org/ftpmirror/pub/sword/source/v1.5/ \ - LOCAL -MASTER_SITE_SUBDIR= tabthorpe - -MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= A project framework for manipulating Bible texts - -MAKE_JOBS_SAFE= yes - -USE_GNOME= pkgconfig -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:110 autoconf:262 -CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu -USE_LDCONFIG= yes -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message - -.if defined(WITHOUT_CURL) -CONFIGURE_ARGS+= --without-curl -.else -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+= --with-curl - -pre-everything:: - @${ECHO_CMD} "Define WITHOUT_CURL to disable remote fetch (curl) support in the installmanager" -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.am - @@${REINPLACE_CMD} -e 's|:=|=|' ${WRKSRC}/Makefile.am \ - ${WRKSRC}/Makefile.in ${WRKSRC}/lib/Makefile.am \ - ${WRKSRC}/lib/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/share/sword/mods.d -.if !exists(${PREFIX}/etc/sword.conf) - @(cd ${WRKSRC} && ${GMAKE} install_config) -.else - @${ECHO_CMD} "Config file not installed since ${PREFIX}/etc/sword.conf already exists." - @${ECHO_CMD} "Please check that DataPath points to your modules (default ${DATADIR})."; -.endif - @${ECHO_CMD} "" - @${CAT} ${PKGMESSAGE} - -register: - @(cd ${WRKSRC} && ${GMAKE} register) - -.include <bsd.port.mk> diff --git a/misc/sword15/distinfo b/misc/sword15/distinfo deleted file mode 100644 index 88ebc6ff7e4f..000000000000 --- a/misc/sword15/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sword-1.5.11.tar.gz) = 84a13fd3cf767902de91368424f30baa -SHA256 (sword-1.5.11.tar.gz) = 120a881f12c7d2f4fa21cf39616f7246ce1eeae2d6268f432f404720988269a6 -SIZE (sword-1.5.11.tar.gz) = 1799625 diff --git a/misc/sword15/files/patch-configure b/misc/sword15/files/patch-configure deleted file mode 100644 index 8ff7c16b76b2..000000000000 --- a/misc/sword15/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Sun May 29 00:59:43 2005 -+++ configure Mon Jul 10 14:10:06 2006 -@@ -20481,8 +20481,8 @@ - echo "curl found - remote install options available" - CURL_AM_CFLAGS=`$CURL_CONFIG --cflags` - CURL_LIBS=`$CURL_CONFIG --libs` -- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE" -- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE" -+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" -+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" - fi - fi - diff --git a/misc/sword15/files/patch-configure.ac b/misc/sword15/files/patch-configure.ac deleted file mode 100644 index f461d8952bcf..000000000000 --- a/misc/sword15/files/patch-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.ac.orig Mon Jul 10 18:22:50 2006 -+++ configure.ac Mon Jul 10 18:23:13 2006 -@@ -187,8 +187,8 @@ - echo "curl found - remote install options available" - CURL_AM_CFLAGS=`$CURL_CONFIG --cflags` - CURL_LIBS=`$CURL_CONFIG --libs` -- AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE" -- AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE" -+ AM_CXXFLAGS="$AM_CXXFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" -+ AM_CFLAGS="$AM_CFLAGS -DCURLAVAILABLE $CURL_AM_CFLAGS" - fi - fi - diff --git a/misc/sword15/files/patch-include::ftpparse.h b/misc/sword15/files/patch-include::ftpparse.h deleted file mode 100644 index e135d22a25e8..000000000000 --- a/misc/sword15/files/patch-include::ftpparse.h +++ /dev/null @@ -1,19 +0,0 @@ ---- include/ftpparse.h.orig Tue Aug 17 10:49:11 2004 -+++ include/ftpparse.h Tue Aug 17 10:49:24 2004 -@@ -1,7 +1,6 @@ - #ifndef FTPPARSE_H - #define FTPPARSE_H - --#include <time.h> - - /* - ftpparse(&fp,buf,len) tries to parse one line of LIST output. -@@ -25,7 +24,7 @@ - int sizetype; - long size; /* number of octets */ - int mtimetype; -- time_t mtime; /* modification time */ -+ long mtime; /* modification time */ - int idtype; - char *id; /* not necessarily 0-terminated */ - int idlen; diff --git a/misc/sword15/files/patch-src::utilfuns::ftpparse.c b/misc/sword15/files/patch-src::utilfuns::ftpparse.c deleted file mode 100644 index ab8a3eab8e85..000000000000 --- a/misc/sword15/files/patch-src::utilfuns::ftpparse.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/utilfuns/ftpparse.c.orig Thu Feb 19 23:22:11 2004 -+++ src/utilfuns/ftpparse.c Thu Feb 19 23:22:19 2004 -@@ -21,6 +21,7 @@ - NCSA Telnet FTP server. Has LIST = NLST (and bad NLST for directories). - */ - -+#include <time.h> - #include <ftpparse.h> - - static long totai(long year,long month,long mday) diff --git a/misc/sword15/files/pkg-message.in b/misc/sword15/files/pkg-message.in deleted file mode 100644 index db3c756d6416..000000000000 --- a/misc/sword15/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -To use sword, you need to have bible, commentary and/or lexicon -modules. You can install those from the crosswire website in two -ways. If you live in a persecuted country however and do not wish -to risk detection, you should *not* try this. - - 1. Use installmgr (doesn't work when port is built WITHOUT_CURL). E.g.: - # installmgr -init - # installmgr -r crosswire - # installmgr -ri crosswire ASV - See `installmgr --help` for details. - 2. Download raw zip-archives from - http://www.crosswire.org/sword/modules/ - and unpack them in %%PREFIX%%/share/sword. - -You probably want to install a bible-application that uses sword, -like bibletime or gnomesword. diff --git a/misc/sword15/pkg-descr b/misc/sword15/pkg-descr deleted file mode 100644 index c87f98fae37a..000000000000 --- a/misc/sword15/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The SWORD Project is an effort to create an ever expanding software -package for research and study of God and His Word. The SWORD Bible -Framework allows easy manipulation of Bible texts, commentaries, -lexicons, dictionaries, etc. Many frontends are built using this -framework. An installed module set may be shared between many -frontends using the framework. - -WWW: http://www.crosswire.org/sword/ diff --git a/misc/sword15/pkg-plist b/misc/sword15/pkg-plist deleted file mode 100644 index 86bed7f49cb2..000000000000 --- a/misc/sword15/pkg-plist +++ /dev/null @@ -1,238 +0,0 @@ -bin/addld -bin/diatheke -bin/imp2gbs -bin/imp2ld -bin/imp2vs -bin/installmgr -bin/mkfastmod -bin/mod2imp -bin/mod2osis -bin/mod2vpl -bin/mod2zmod -bin/osis2mod -bin/tei2mod -bin/vpl2mod -bin/vs2osisref -bin/xml2gbs -etc/sword.conf -include/sword/Greek2Greek.h -include/sword/GreekChars.h -include/sword/canon.h -include/sword/cipherfil.h -include/sword/curlftpt.h -include/sword/defs.h -include/sword/echomod.h -include/sword/encfiltmgr.h -include/sword/entriesblk.h -include/sword/femain.h -include/sword/filemgr.h -include/sword/flatapi.h -include/sword/ftplib.h -include/sword/ftplibftpt.h -include/sword/ftpparse.h -include/sword/ftptrans.h -include/sword/gbffootnotes.h -include/sword/gbfheadings.h -include/sword/gbfhtml.h -include/sword/gbfhtmlhref.h -include/sword/gbfmorph.h -include/sword/gbfosis.h -include/sword/gbfplain.h -include/sword/gbfredletterwords.h -include/sword/gbfrtf.h -include/sword/gbfstrongs.h -include/sword/gbfthml.h -include/sword/gbfwebif.h -include/sword/gbfwordjs.h -include/sword/greeklexattribs.h -include/sword/hebrewmcim.h -include/sword/hrefcom.h -include/sword/installmgr.h -include/sword/latin1utf16.h -include/sword/latin1utf8.h -include/sword/listkey.h -include/sword/localemgr.h -include/sword/lzsscomprs.h -include/sword/markupfiltmgr.h -include/sword/multimapwdef.h -include/sword/nullim.h -include/sword/osisfootnotes.h -include/sword/osisheadings.h -include/sword/osishtmlhref.h -include/sword/osislemma.h -include/sword/osismorph.h -include/sword/osismorphsegmentation.h -include/sword/osisosis.h -include/sword/osisplain.h -include/sword/osisredletterwords.h -include/sword/osisrtf.h -include/sword/osisscripref.h -include/sword/osisstrongs.h -include/sword/osisvariants.h -include/sword/osiswebif.h -include/sword/osiswordjs.h -include/sword/papyriplain.h -include/sword/plainfootnotes.h -include/sword/plainhtml.h -include/sword/rawcom.h -include/sword/rawfiles.h -include/sword/rawgenbook.h -include/sword/rawld.h -include/sword/rawld4.h -include/sword/rawstr.h -include/sword/rawstr4.h -include/sword/rawtext.h -include/sword/rawverse.h -include/sword/regex.h -include/sword/roman.h -include/sword/rtfhtml.h -include/sword/sapphire.h -include/sword/scsuutf8.h -include/sword/stringmgr.h -include/sword/strkey.h -include/sword/swbasicfilter.h -include/sword/swbuf.h -include/sword/swcacher.h -include/sword/swcipher.h -include/sword/swcom.h -include/sword/swcomprs.h -include/sword/swconfig.h -include/sword/swdisp.h -include/sword/swfilter.h -include/sword/swfiltermgr.h -include/sword/swgenbook.h -include/sword/swinputmeth.h -include/sword/swkey.h -include/sword/swld.h -include/sword/swlocale.h -include/sword/swlog.h -include/sword/swmacs.h -include/sword/swmgr.h -include/sword/swmodule.h -include/sword/swobject.h -include/sword/swoptfilter.h -include/sword/swsearchable.h -include/sword/swtext.h -include/sword/swunicod.h -include/sword/swversion.h -include/sword/sysdata.h -include/sword/teiplain.h -include/sword/teirtf.h -include/sword/thmlfootnotes.h -include/sword/thmlgbf.h -include/sword/thmlheadings.h -include/sword/thmlhtml.h -include/sword/thmlhtmlhref.h -include/sword/thmllemma.h -include/sword/thmlmorph.h -include/sword/thmlosis.h -include/sword/thmlplain.h -include/sword/thmlrtf.h -include/sword/thmlscripref.h -include/sword/thmlstrongs.h -include/sword/thmlvariants.h -include/sword/thmlwebif.h -include/sword/thmlwordjs.h -include/sword/treekey.h -include/sword/treekeyidx.h -include/sword/unicodertf.h -include/sword/untgz.h -include/sword/url.h -include/sword/utf16utf8.h -include/sword/utf8arshaping.h -include/sword/utf8bidireorder.h -include/sword/utf8cantillation.h -include/sword/utf8greekaccents.h -include/sword/utf8hebrewpoints.h -include/sword/utf8html.h -include/sword/utf8latin1.h -include/sword/utf8nfc.h -include/sword/utf8nfkd.h -include/sword/utf8transliterator.h -include/sword/utf8utf16.h -include/sword/utilstr.h -include/sword/utilxml.h -include/sword/versekey.h -include/sword/versetreekey.h -include/sword/zcom.h -include/sword/zconf.h -include/sword/zipcomprs.h -include/sword/zld.h -include/sword/zstr.h -include/sword/ztext.h -include/sword/zverse.h -lib/libsword-1.5.11.so -lib/libsword.a -lib/libsword.la -lib/libsword.so -libdata/pkgconfig/sword.pc -%%DATADIR%%/locales.d/abbr.conf -%%DATADIR%%/locales.d/af-utf8.conf -%%DATADIR%%/locales.d/af.conf -%%DATADIR%%/locales.d/ar_EG-cp1256.conf -%%DATADIR%%/locales.d/ar_EG-utf8.conf -%%DATADIR%%/locales.d/bg_BG-cp1251.conf -%%DATADIR%%/locales.d/bg_BG-utf8.conf -%%DATADIR%%/locales.d/cs-utf8.conf -%%DATADIR%%/locales.d/cs.conf -%%DATADIR%%/locales.d/da-utf8.conf -%%DATADIR%%/locales.d/da.conf -%%DATADIR%%/locales.d/de-utf8.conf -%%DATADIR%%/locales.d/de.conf -%%DATADIR%%/locales.d/de_abbrev-utf8.conf -%%DATADIR%%/locales.d/de_abbrev.conf -%%DATADIR%%/locales.d/en_GB.conf -%%DATADIR%%/locales.d/es-utf8.conf -%%DATADIR%%/locales.d/es.conf -%%DATADIR%%/locales.d/et-utf8.conf -%%DATADIR%%/locales.d/et.conf -%%DATADIR%%/locales.d/et_abbr-utf8.conf -%%DATADIR%%/locales.d/et_abbr.conf -%%DATADIR%%/locales.d/fa-utf8.conf -%%DATADIR%%/locales.d/fi-utf8.conf -%%DATADIR%%/locales.d/fi.conf -%%DATADIR%%/locales.d/fr_abbrev-utf8.conf -%%DATADIR%%/locales.d/fr_abbrev.conf -%%DATADIR%%/locales.d/fr-utf8.conf -%%DATADIR%%/locales.d/fr.conf -%%DATADIR%%/locales.d/he-utf8.conf -%%DATADIR%%/locales.d/hu-utf8.conf -%%DATADIR%%/locales.d/hu.conf -%%DATADIR%%/locales.d/id.conf -%%DATADIR%%/locales.d/it-utf8.conf -%%DATADIR%%/locales.d/it.conf -%%DATADIR%%/locales.d/ja.conf -%%DATADIR%%/locales.d/ko-utf8.conf -%%DATADIR%%/locales.d/ko.conf -%%DATADIR%%/locales.d/ko_abbrev-utf8.conf -%%DATADIR%%/locales.d/ko_abbrev.conf -%%DATADIR%%/locales.d/la.conf -%%DATADIR%%/locales.d/lt-utf8.conf -%%DATADIR%%/locales.d/nl.conf -%%DATADIR%%/locales.d/no-utf8.conf -%%DATADIR%%/locales.d/no.conf -%%DATADIR%%/locales.d/pl-utf8.conf -%%DATADIR%%/locales.d/pl.conf -%%DATADIR%%/locales.d/pt-utf8.conf -%%DATADIR%%/locales.d/pt.conf -%%DATADIR%%/locales.d/pt_BR-utf8.conf -%%DATADIR%%/locales.d/pt_BR.conf -%%DATADIR%%/locales.d/ro.conf -%%DATADIR%%/locales.d/ru_RU-cp1251.conf -%%DATADIR%%/locales.d/ru_RU-koi8-r.conf -%%DATADIR%%/locales.d/ru_RU-utf8.conf -%%DATADIR%%/locales.d/sk-utf8.conf -%%DATADIR%%/locales.d/sk.conf -%%DATADIR%%/locales.d/sl.conf -%%DATADIR%%/locales.d/sv-utf8.conf -%%DATADIR%%/locales.d/sv.conf -%%DATADIR%%/locales.d/th-utf8.conf -%%DATADIR%%/locales.d/uk_UA-cp1251.conf -%%DATADIR%%/locales.d/uk_UA-koi8-u.conf -%%DATADIR%%/locales.d/uk_UA-utf8.conf -%%DATADIR%%/locales.d/vi-utf8.conf -@dirrm %%DATADIR%%/mods.d -@dirrm %%DATADIR%%/locales.d -@dirrm %%DATADIR%% -@dirrm lib/sword -@dirrm include/sword diff --git a/misc/tellico-kde4/Makefile b/misc/tellico-kde4/Makefile deleted file mode 100644 index 280c70cbfeaa..000000000000 --- a/misc/tellico-kde4/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: bookcase -# Date created: 11 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# -# $FreeBSD$ -# - -PORTNAME= tellico -PORTVERSION= 1.3.4 -CATEGORIES= misc kde -MASTER_SITES= http://www.periapsis.org/tellico/download/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= Collection manager for KDE - -LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ - poppler-qt:${PORTSDIR}/graphics/poppler-qt \ - yaz.3:${PORTSDIR}/net/yaz \ - exempi:${PORTSDIR}/textproc/exempi - -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_PYTHON= yes - -CONFIGURE_ARGS+= --disable-cdtext - -OPTIONS= CDDB "CDDB support" on \ - KCAL "KOrganizer support" on \ - AMAZON "Amazon search support" on \ - IMDB "IMDb search support" on - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_CDDB) -CONFIGURE_ARGS+=--disable-libkcddb -.else -LIB_DEPENDS+= kcddb:${PORTSDIR}/multimedia/kdemultimedia3 -.endif - -.if defined(WITHOUT_KCAL) -CONFIGURE_ARGS+=--disable-libkcal -.else -LIB_DEPENDS+= kcal.2:${PORTSDIR}/deskutils/kdepim3 -.endif - -.if defined(WITHOUT_AMAZON) -CONFIGURE_ARGS+=--disable-amazon -.endif - -.if defined(WITHOUT_IMDB) -CONFIGURE_ARGS+=--disable-imdb -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.post.mk> diff --git a/misc/tellico-kde4/distinfo b/misc/tellico-kde4/distinfo deleted file mode 100644 index a61a123e285e..000000000000 --- a/misc/tellico-kde4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tellico-1.3.4.tar.gz) = d6531a9731cc50c59cd2588e7af22ff8 -SHA256 (tellico-1.3.4.tar.gz) = 720a03ab670685bdd77a63b2dcb508ba7e4f3037b80076ea430fe914def379a0 -SIZE (tellico-1.3.4.tar.gz) = 5067461 diff --git a/misc/tellico-kde4/pkg-descr b/misc/tellico-kde4/pkg-descr deleted file mode 100644 index 54d0a1573045..000000000000 --- a/misc/tellico-kde4/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Tellico is an KDE application for organizing your collections. It provides -default templates for books, bibliographies, videos, music, coins, stamps, -trading cards, comic books, and wines. - -Capabilities: - - Supports default collections of books, bibliographic entries, videos, - music, comic books, coins, stamps, trading cards, and wines. - - Supports user-defined custom collections, as well. - - Supports any number of user-defined fields, of eleven different types - - Handles entries with multiple authors, genres, keywords, etc. - - Automatically formats titles and names - - Supports collection searching and view filtering - - Sorts and groups collection by various properties - - Automatically validates ISBN - - Allows customizable entry templates through XSLT - - Imports Bibtex, Bibtexml, CSV, and XSLT-filtered data - - Exports to Bibtex, Bibtexml, CSV, HTML, PilotDB, and XSLT-filtered data - - Includes translations for more than nine languages, other than English - - Imports information directly from Amazon.com - - Imports CDDB data - - Scans and imports audio file collections, such as mp3 or ogg - - Imports and exports to Alexandria libraries - -WWW: http://www.periapsis.org/tellico/ diff --git a/misc/tellico-kde4/pkg-plist b/misc/tellico-kde4/pkg-plist deleted file mode 100644 index 87a46784ac91..000000000000 --- a/misc/tellico-kde4/pkg-plist +++ /dev/null @@ -1,235 +0,0 @@ -bin/tellico -share/applications/kde/tellico.desktop -share/apps/kconf_update/tellico-1-3-update.pl -share/apps/kconf_update/tellico-rename.upd -share/apps/kconf_update/tellico.upd -share/apps/tellico/MARC21slim2MODS3.xsl -share/apps/tellico/MARC21slimUtils.xsl -share/apps/tellico/UNIMARC2MODS3.xsl -share/apps/tellico/amazon2tellico.xsl -share/apps/tellico/arxiv2tellico.xsl -share/apps/tellico/bibtex-translation.xml -share/apps/tellico/bluray-logo.png -share/apps/tellico/cassette-logo.png -share/apps/tellico/cd-logo.png -share/apps/tellico/crossref2tellico.xsl -share/apps/tellico/data-sources/boardgamegeek.rb -share/apps/tellico/data-sources/boardgamegeek.rb.spec -share/apps/tellico/data-sources/dark_horse_comics.py -share/apps/tellico/data-sources/dark_horse_comics.py.spec -share/apps/tellico/data-sources/fr.allocine.py -share/apps/tellico/data-sources/fr.allocine.py.spec -share/apps/tellico/data-sources/ministerio_de_cultura.py -share/apps/tellico/data-sources/ministerio_de_cultura.py.spec -share/apps/tellico/delicious2tellico.xsl -share/apps/tellico/discogs2tellico.xsl -share/apps/tellico/dvd-logo.png -share/apps/tellico/entry-templates/Album.xsl -share/apps/tellico/entry-templates/Compact.xsl -share/apps/tellico/entry-templates/Default.xsl -share/apps/tellico/entry-templates/Fancy.xsl -share/apps/tellico/entry-templates/Video.xsl -share/apps/tellico/gcstar2tellico.xsl -share/apps/tellico/griffith2tellico.py -share/apps/tellico/hddvd-logo.png -share/apps/tellico/isbndb2tellico.xsl -share/apps/tellico/mods2tellico.xsl -share/apps/tellico/pics/README.icons -share/apps/tellico/pics/README.quesnay -share/apps/tellico/pics/album.png -share/apps/tellico/pics/bibtex.png -share/apps/tellico/pics/boardgame.png -share/apps/tellico/pics/book.png -share/apps/tellico/pics/card.png -share/apps/tellico/pics/checkmark.png -share/apps/tellico/pics/coin.png -share/apps/tellico/pics/comic.png -share/apps/tellico/pics/file.png -share/apps/tellico/pics/game.png -share/apps/tellico/pics/nocover_album.png -share/apps/tellico/pics/nocover_bibtex.png -share/apps/tellico/pics/nocover_boardgame.png -share/apps/tellico/pics/nocover_book.png -share/apps/tellico/pics/nocover_comic.png -share/apps/tellico/pics/nocover_game.png -share/apps/tellico/pics/nocover_video.png -share/apps/tellico/pics/person-open.png -share/apps/tellico/pics/person.png -share/apps/tellico/pics/script.png -share/apps/tellico/pics/script.svg -share/apps/tellico/pics/stamp.png -share/apps/tellico/pics/star_off.png -share/apps/tellico/pics/star_on.png -share/apps/tellico/pics/stars1.png -share/apps/tellico/pics/stars10.png -share/apps/tellico/pics/stars2.png -share/apps/tellico/pics/stars3.png -share/apps/tellico/pics/stars4.png -share/apps/tellico/pics/stars5.png -share/apps/tellico/pics/stars6.png -share/apps/tellico/pics/stars7.png -share/apps/tellico/pics/stars8.png -share/apps/tellico/pics/stars9.png -share/apps/tellico/pics/tellico.png -share/apps/tellico/pics/tellico.svg -share/apps/tellico/pics/tellico_mime.svg -share/apps/tellico/pics/video.png -share/apps/tellico/pics/wine.png -share/apps/tellico/pubmed2tellico.xsl -share/apps/tellico/record-logo.png -share/apps/tellico/referencer2tellico.xsl -share/apps/tellico/report-templates/Column_View.xsl -share/apps/tellico/report-templates/Group_Summary.xsl -share/apps/tellico/report-templates/Group_View.xsl -share/apps/tellico/report-templates/Image_List.xsl -share/apps/tellico/report-templates/Loan_View.xsl -share/apps/tellico/report-templates/Title_Listing_(Horizontal).xsl -share/apps/tellico/report-templates/Title_Listing_(Vertical).xsl -share/apps/tellico/report-templates/Tri-Column.xsl -share/apps/tellico/shadowAlpha.png -share/apps/tellico/tellico-by-author.xsl -share/apps/tellico/tellico-by-title.xsl -share/apps/tellico/tellico-common.xsl -share/apps/tellico/tellico-printing.xsl -share/apps/tellico/tellico.dtd -share/apps/tellico/tellico.tips -share/apps/tellico/tellico2gcstar.xsl -share/apps/tellico/tellico2html.js -share/apps/tellico/tellico2html.xsl -share/apps/tellico/tellico2onix.xsl -share/apps/tellico/tellicoui.rc -share/apps/tellico/unixref2tellico.xsl -share/apps/tellico/vhs-logo.png -share/apps/tellico/welcome.html -share/apps/tellico/xmp2tellico.xsl -share/apps/tellico/yahoo2tellico.xsl -share/apps/tellico/z3950-servers.cfg -share/config.kcfg/tellico_config.kcfg -share/config/tellicorc -share/doc/HTML/en/tellico/CMakeLists.txt -share/doc/HTML/en/tellico/advanced.docbook -share/doc/HTML/en/tellico/amazon-options.png -share/doc/HTML/en/tellico/common -share/doc/HTML/en/tellico/configuration.docbook -share/doc/HTML/en/tellico/csv-dialog.png -share/doc/HTML/en/tellico/details.docbook -share/doc/HTML/en/tellico/entry-editor1.png -share/doc/HTML/en/tellico/entry-editor3.png -share/doc/HTML/en/tellico/entry-editor4.png -share/doc/HTML/en/tellico/entry-editor5.png -share/doc/HTML/en/tellico/export-bibtex.png -share/doc/HTML/en/tellico/export-csv.png -share/doc/HTML/en/tellico/export-html.png -share/doc/HTML/en/tellico/export-options.png -share/doc/HTML/en/tellico/export-pdb.png -share/doc/HTML/en/tellico/externalexec-options.png -share/doc/HTML/en/tellico/faqs.docbook -share/doc/HTML/en/tellico/fetch-dialog.png -share/doc/HTML/en/tellico/fields-dialog.png -share/doc/HTML/en/tellico/filter-dialog.png -share/doc/HTML/en/tellico/filter-view.png -share/doc/HTML/en/tellico/freebsd-doc-license.html -share/doc/HTML/en/tellico/fundamentals.docbook -share/doc/HTML/en/tellico/general-options.png -share/doc/HTML/en/tellico/hacking.docbook -share/doc/HTML/en/tellico/imdb-options.png -share/doc/HTML/en/tellico/importing-exporting.docbook -share/doc/HTML/en/tellico/index.cache.bz2 -share/doc/HTML/en/tellico/index.docbook -share/doc/HTML/en/tellico/loan-dialog.png -share/doc/HTML/en/tellico/loan-view.png -share/doc/HTML/en/tellico/main-window.png -share/doc/HTML/en/tellico/menus.docbook -share/doc/HTML/en/tellico/openoffice-dialog.png -share/doc/HTML/en/tellico/print-options.png -share/doc/HTML/en/tellico/report-dialog.png -share/doc/HTML/en/tellico/source-options.png -share/doc/HTML/en/tellico/sru-options.png -share/doc/HTML/en/tellico/template-options.png -share/doc/HTML/en/tellico/z3950-options.png -share/doc/HTML/fr/tellico/CMakeLists.txt -share/doc/HTML/fr/tellico/advanced.docbook -share/doc/HTML/fr/tellico/amazon-options.png -share/doc/HTML/fr/tellico/common -share/doc/HTML/fr/tellico/configuration.docbook -share/doc/HTML/fr/tellico/csv-dialog.png -share/doc/HTML/fr/tellico/details.docbook -share/doc/HTML/fr/tellico/entry-editor1.png -share/doc/HTML/fr/tellico/entry-editor3.png -share/doc/HTML/fr/tellico/entry-editor4.png -share/doc/HTML/fr/tellico/entry-editor5.png -share/doc/HTML/fr/tellico/export-bibtex.png -share/doc/HTML/fr/tellico/export-csv.png -share/doc/HTML/fr/tellico/export-html.png -share/doc/HTML/fr/tellico/export-options.png -share/doc/HTML/fr/tellico/export-pdb.png -share/doc/HTML/fr/tellico/externalexec-options.png -share/doc/HTML/fr/tellico/faqs.docbook -share/doc/HTML/fr/tellico/fetch-dialog.png -share/doc/HTML/fr/tellico/fields-dialog.png -share/doc/HTML/fr/tellico/filter-dialog.png -share/doc/HTML/fr/tellico/filter-view.png -share/doc/HTML/fr/tellico/freebsd-doc-license.html -share/doc/HTML/fr/tellico/fundamentals.docbook -share/doc/HTML/fr/tellico/general-options.png -share/doc/HTML/fr/tellico/hacking.docbook -share/doc/HTML/fr/tellico/imdb-options.png -share/doc/HTML/fr/tellico/importing-exporting.docbook -share/doc/HTML/fr/tellico/index.cache.bz2 -share/doc/HTML/fr/tellico/index.docbook -share/doc/HTML/fr/tellico/loan-dialog.png -share/doc/HTML/fr/tellico/loan-view.png -share/doc/HTML/fr/tellico/main-window.png -share/doc/HTML/fr/tellico/menus.docbook -share/doc/HTML/fr/tellico/openoffice-dialog.png -share/doc/HTML/fr/tellico/print-options.png -share/doc/HTML/fr/tellico/report-dialog.png -share/doc/HTML/fr/tellico/source-options.png -share/doc/HTML/fr/tellico/sru-options.png -share/doc/HTML/fr/tellico/template-options.png -share/doc/HTML/fr/tellico/z3950-options.png -share/icons/hicolor/128x128/apps/tellico.png -share/icons/hicolor/128x128/mimetypes/application-x-tellico.png -share/icons/hicolor/16x16/apps/tellico.png -share/icons/hicolor/16x16/mimetypes/application-x-tellico.png -share/icons/hicolor/22x22/apps/tellico.png -share/icons/hicolor/22x22/mimetypes/application-x-tellico.png -share/icons/hicolor/32x32/apps/tellico.png -share/icons/hicolor/32x32/mimetypes/application-x-tellico.png -share/icons/hicolor/48x48/apps/tellico.png -share/icons/hicolor/48x48/mimetypes/application-x-tellico.png -share/icons/hicolor/64x64/apps/tellico.png -share/icons/hicolor/64x64/mimetypes/application-x-tellico.png -share/locale/bg/LC_MESSAGES/tellico.mo -share/locale/ca/LC_MESSAGES/tellico.mo -share/locale/cs/LC_MESSAGES/tellico.mo -share/locale/de/LC_MESSAGES/tellico.mo -share/locale/ee/LC_MESSAGES/tellico.mo -share/locale/en_GB/LC_MESSAGES/tellico.mo -share/locale/es/LC_MESSAGES/tellico.mo -share/locale/fi/LC_MESSAGES/tellico.mo -share/locale/fr/LC_MESSAGES/tellico.mo -share/locale/hu/LC_MESSAGES/tellico.mo -share/locale/it/LC_MESSAGES/tellico.mo -share/locale/nb/LC_MESSAGES/tellico.mo -share/locale/nl/LC_MESSAGES/tellico.mo -share/locale/nn/LC_MESSAGES/tellico.mo -share/locale/pl/LC_MESSAGES/tellico.mo -share/locale/pt/LC_MESSAGES/tellico.mo -share/locale/pt_BR/LC_MESSAGES/tellico.mo -share/locale/ro/LC_MESSAGES/tellico.mo -share/locale/ru/LC_MESSAGES/tellico.mo -share/locale/sv/LC_MESSAGES/tellico.mo -share/locale/tr/LC_MESSAGES/tellico.mo -share/locale/uk/LC_MESSAGES/tellico.mo -share/mime/packages/tellico.xml -share/mimelnk/application/x-tellico.desktop -@dirrmtry share/mime/packages -@dirrmtry share/mime -@dirrm share/doc/HTML/fr/tellico -@dirrm share/doc/HTML/en/tellico -@dirrm share/apps/tellico/report-templates -@dirrm share/apps/tellico/pics -@dirrm share/apps/tellico/entry-templates -@dirrm share/apps/tellico/data-sources -@dirrm share/apps/tellico |