diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cfengine3-legacy/Makefile | 51 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/distinfo | 2 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/files/cf-execd.in | 28 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/files/cf-serverd.in | 28 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/cfengine3-legacy/pkg-plist | 256 | ||||
-rw-r--r-- | sysutils/kdf/Makefile | 92 | ||||
-rw-r--r-- | sysutils/kdf/distinfo | 2 | ||||
-rw-r--r-- | sysutils/kdf/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/kdf/pkg-plist | 330 | ||||
-rw-r--r-- | sysutils/kfloppy/Makefile | 92 | ||||
-rw-r--r-- | sysutils/kfloppy/distinfo | 2 | ||||
-rw-r--r-- | sysutils/kfloppy/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/kfloppy/pkg-plist | 330 | ||||
-rw-r--r-- | sysutils/sweeper/Makefile | 92 | ||||
-rw-r--r-- | sysutils/sweeper/distinfo | 2 | ||||
-rw-r--r-- | sysutils/sweeper/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/sweeper/pkg-plist | 330 |
18 files changed, 0 insertions, 1659 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile deleted file mode 100644 index 5edd6e6274c8..000000000000 --- a/sysutils/cfengine3-legacy/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: cfengine v3 -# Date created: February 2, 2009 -# Whom: jrhett@netconsonance.com -# -# $FreeBSD$ -# - -PORTNAME= cfengine -PORTVERSION= 3.2.3 -CATEGORIES= sysutils -MASTER_SITES= http://cfengine.com/source-code/download?file= - -MAINTAINER= cy@FreeBSD.org -COMMENT= A systems administration tool for networks -LATEST_LINK= cfengine3 -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -USE_RC_SUBR= cf-execd cf-serverd - -WITH_BDB_VER?= 47 -USE_BDB= yes -USE_OPENSSL= yes -GNU_CONFIGURE= yes -# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 -DOCSDIR= ${PREFIX}/share/doc/cfengine3 -CONFIGURE_ARGS= --docdir=${DOCSDIR} \ - --htmldir=${DOCSDIR}/html \ - --with-berkeleydb=${LOCALBASE} - -CONFIGURE_ENV+= BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \ - BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \ - BERKELEY_DB_LIB=-l${BDB_LIB_NAME} - -OPTIONS= PCRE "Enable Perl-compatible regular expressions" on -.include <bsd.port.pre.mk> - -.if defined(WITH_PCRE) -LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre -CONFIGURE_ARGS+= --with-pcre=${LOCALBASE} -.endif - -MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \ - cf-report.8 cf-serverd.8 cf-execd.8 \ - cf-know.8 cf-promises.8 cf-runagent.8 - - -post-patch: - @${REINPLACE_CMD} -e '/^htmldir/s!=.*!= @htmldir@!'\ - ${WRKSRC}/docs/Makefile.in - -.include <bsd.port.post.mk> diff --git a/sysutils/cfengine3-legacy/distinfo b/sysutils/cfengine3-legacy/distinfo deleted file mode 100644 index 273366103b79..000000000000 --- a/sysutils/cfengine3-legacy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cfengine-3.2.3.tar.gz) = 20748f2d10ec4e3623138c2ae1cf7d78d147b8c5c15be42965c3155d0762792d -SIZE (cfengine-3.2.3.tar.gz) = 1128462 diff --git a/sysutils/cfengine3-legacy/files/cf-execd.in b/sysutils/cfengine3-legacy/files/cf-execd.in deleted file mode 100644 index 59803d5f7e15..000000000000 --- a/sysutils/cfengine3-legacy/files/cf-execd.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: cf-execd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8) -# -# cf_execd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-execd. -# cf_execd_flags (str): Custom additional arguments to be passed -# to cf-execd (default empty). -# - -. /etc/rc.subr - -name="cf_execd" -rcvar=${name}_enable - -command="%%PREFIX%%/sbin/cf-execd" - -load_rc_config $name - -: ${cf_execd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine3-legacy/files/cf-serverd.in b/sysutils/cfengine3-legacy/files/cf-serverd.in deleted file mode 100644 index 6f2ac493fbd0..000000000000 --- a/sysutils/cfengine3-legacy/files/cf-serverd.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: cf-serverd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8) -# -# cf_serverd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-serverd. -# cf_serverd_flags (str): Custom additional arguments to be passed -# to cf-serverd (default empty). -# - -. /etc/rc.subr - -name="cf_serverd" -rcvar=${name}_enable - -command="%%PREFIX%%/sbin/cf-serverd" - -load_rc_config $name - -: ${cf_serverd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine3-legacy/pkg-descr b/sysutils/cfengine3-legacy/pkg-descr deleted file mode 100644 index 7c0c7eb39135..000000000000 --- a/sysutils/cfengine3-legacy/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Cfengine is an automated suite of programs for configuring and -maintaining Unix-like computers. It has been used on computing arrays -of between 1 and 20,000 computers since 1993 by a wide range of -organizations. Cfengine is supported by active research and was the -first autonomic, hands-free management system for Unix-like operating -systems. Cfengine is an autonomic maintenance system not merely a -change management roll-out tool. Cfengine has a history of security -and adaptability. - -WWW: http://www.cfengine.org/ diff --git a/sysutils/cfengine3-legacy/pkg-plist b/sysutils/cfengine3-legacy/pkg-plist deleted file mode 100644 index a42b443c43bc..000000000000 --- a/sysutils/cfengine3-legacy/pkg-plist +++ /dev/null @@ -1,256 +0,0 @@ -lib/libpromises.la -lib/libpromises.so -lib/libpromises.so.1 -sbin/cf-agent -sbin/cf-execd -sbin/cf-key -sbin/cf-know -sbin/cf-monitord -sbin/cf-promises -sbin/cf-report -sbin/cf-runagent -sbin/cf-serverd -share/cfengine/masterfiles/cfengine_stdlib.cf -share/cfengine/masterfiles/failsafe.cf -share/cfengine/masterfiles/promises.cf -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README -%%DOCSDIR%%/example_config/cfengine_stdlib.cf -%%DOCSDIR%%/example_config/failsafe.cf -%%DOCSDIR%%/example_config/promises.cf -%%DOCSDIR%%/example_config/site.cf -%%DOCSDIR%%/example_config/update.cf -%%DOCSDIR%%/examples/active_directory.cf -%%DOCSDIR%%/examples/app_baseline.cf -%%DOCSDIR%%/examples/cfengine_stdlib.cf -%%DOCSDIR%%/examples/promise_knowledge.cf -%%DOCSDIR%%/examples/unit_abort.cf -%%DOCSDIR%%/examples/unit_accessed_before.cf -%%DOCSDIR%%/examples/unit_accumulated_time.cf -%%DOCSDIR%%/examples/unit_acl.cf -%%DOCSDIR%%/examples/unit_acl_generic.cf -%%DOCSDIR%%/examples/unit_acl_ntfs.cf -%%DOCSDIR%%/examples/unit_acl_secret.cf -%%DOCSDIR%%/examples/unit_activedirectory_listusers.cf -%%DOCSDIR%%/examples/unit_activedirectory_showuser.cf -%%DOCSDIR%%/examples/unit_ago.cf -%%DOCSDIR%%/examples/unit_arrays.cf -%%DOCSDIR%%/examples/unit_backreferences_files.cf -%%DOCSDIR%%/examples/unit_badpromise.cf -%%DOCSDIR%%/examples/unit_badtype.cf -%%DOCSDIR%%/examples/unit_bsdflags.cf -%%DOCSDIR%%/examples/unit_cf2_integration.cf -%%DOCSDIR%%/examples/unit_change_detect.cf -%%DOCSDIR%%/examples/unit_changedbefore.cf -%%DOCSDIR%%/examples/unit_chdir.cf -%%DOCSDIR%%/examples/unit_classes_global.cf -%%DOCSDIR%%/examples/unit_classmatch.cf -%%DOCSDIR%%/examples/unit_classvar_convergence.cf -%%DOCSDIR%%/examples/unit_commands.cf -%%DOCSDIR%%/examples/unit_compare.cf -%%DOCSDIR%%/examples/unit_control_expand.cf -%%DOCSDIR%%/examples/unit_controlclasses.cf -%%DOCSDIR%%/examples/unit_copy.cf -%%DOCSDIR%%/examples/unit_copy_classes.cf -%%DOCSDIR%%/examples/unit_copy_copbl.cf -%%DOCSDIR%%/examples/unit_copy_edit.cf -%%DOCSDIR%%/examples/unit_copydir_copbl.cf -%%DOCSDIR%%/examples/unit_copylinks.cf -%%DOCSDIR%%/examples/unit_countclassesmatching.cf -%%DOCSDIR%%/examples/unit_countlinesmatching.cf -%%DOCSDIR%%/examples/unit_create_filedir.cf -%%DOCSDIR%%/examples/unit_createdb.cf -%%DOCSDIR%%/examples/unit_customize_by_named_list.cf -%%DOCSDIR%%/examples/unit_definitions.cf -%%DOCSDIR%%/examples/unit_deletelines.cf -%%DOCSDIR%%/examples/unit_disable.cf -%%DOCSDIR%%/examples/unit_disable_and_rotate_files.cf -%%DOCSDIR%%/examples/unit_diskfree.cf -%%DOCSDIR%%/examples/unit_dollar.cf -%%DOCSDIR%%/examples/unit_edit_column_files.cf -%%DOCSDIR%%/examples/unit_edit_comment_lines.cf -%%DOCSDIR%%/examples/unit_edit_deletenotmatch.cf -%%DOCSDIR%%/examples/unit_edit_insert_fuzzylines.cf -%%DOCSDIR%%/examples/unit_edit_insert_lines.cf -%%DOCSDIR%%/examples/unit_edit_insert_lines_silly.cf -%%DOCSDIR%%/examples/unit_edit_passwd_file.cf -%%DOCSDIR%%/examples/unit_edit_passwd_file_basic.cf -%%DOCSDIR%%/examples/unit_edit_replace_string.cf -%%DOCSDIR%%/examples/unit_edit_sectioned_file.cf -%%DOCSDIR%%/examples/unit_edit_setvar.cf -%%DOCSDIR%%/examples/unit_edit_triggerclass.cf -%%DOCSDIR%%/examples/unit_env.cf -%%DOCSDIR%%/examples/unit_environment.cf -%%DOCSDIR%%/examples/unit_environment_simple.cf -%%DOCSDIR%%/examples/unit_epimenides.cf -%%DOCSDIR%%/examples/unit_escape.cf -%%DOCSDIR%%/examples/unit_exec_args.cf -%%DOCSDIR%%/examples/unit_exec_in_sequence.cf -%%DOCSDIR%%/examples/unit_execd.cf -%%DOCSDIR%%/examples/unit_execresult.cf -%%DOCSDIR%%/examples/unit_expand.cf -%%DOCSDIR%%/examples/unit_failedcommand.cf -%%DOCSDIR%%/examples/unit_failsafe.cf -%%DOCSDIR%%/examples/unit_file_change_detection.cf -%%DOCSDIR%%/examples/unit_file_owner_list_template.cf -%%DOCSDIR%%/examples/unit_fileexists.cf -%%DOCSDIR%%/examples/unit_filenames.cf -%%DOCSDIR%%/examples/unit_fileperms.cf -%%DOCSDIR%%/examples/unit_filesexist.cf -%%DOCSDIR%%/examples/unit_filesexist2.cf -%%DOCSDIR%%/examples/unit_filesize.cf -%%DOCSDIR%%/examples/unit_fix_names.cf -%%DOCSDIR%%/examples/unit_getenv.cf -%%DOCSDIR%%/examples/unit_getfields.cf -%%DOCSDIR%%/examples/unit_getgid.cf -%%DOCSDIR%%/examples/unit_getindices.cf -%%DOCSDIR%%/examples/unit_getindices_and_values.cf -%%DOCSDIR%%/examples/unit_getmacaddress.cf -%%DOCSDIR%%/examples/unit_getregistry.cf -%%DOCSDIR%%/examples/unit_getuid.cf -%%DOCSDIR%%/examples/unit_getusers.cf -%%DOCSDIR%%/examples/unit_global_list_expansion.cf -%%DOCSDIR%%/examples/unit_global_list_expansion_2.cf -%%DOCSDIR%%/examples/unit_grep.cf -%%DOCSDIR%%/examples/unit_groupexists.cf -%%DOCSDIR%%/examples/unit_hash.cf -%%DOCSDIR%%/examples/unit_hashcomment.cf -%%DOCSDIR%%/examples/unit_hashmatch.cf -%%DOCSDIR%%/examples/unit_hashuncomment.cf -%%DOCSDIR%%/examples/unit_helloworld.cf -%%DOCSDIR%%/examples/unit_host2ip.cf -%%DOCSDIR%%/examples/unit_hostrange.cf -%%DOCSDIR%%/examples/unit_hostsseen.cf -%%DOCSDIR%%/examples/unit_hub.cf -%%DOCSDIR%%/examples/unit_id.cf -%%DOCSDIR%%/examples/unit_insert_users.cf -%%DOCSDIR%%/examples/unit_intarray.cf -%%DOCSDIR%%/examples/unit_inventory_cpu.cf -%%DOCSDIR%%/examples/unit_iprange.cf -%%DOCSDIR%%/examples/unit_irange.cf -%%DOCSDIR%%/examples/unit_isdir.cf -%%DOCSDIR%%/examples/unit_islink.cf -%%DOCSDIR%%/examples/unit_isnewerthan.cf -%%DOCSDIR%%/examples/unit_isplain.cf -%%DOCSDIR%%/examples/unit_isvariable.cf -%%DOCSDIR%%/examples/unit_iteration.cf -%%DOCSDIR%%/examples/unit_join.cf -%%DOCSDIR%%/examples/unit_knowledge_driver.cf -%%DOCSDIR%%/examples/unit_knowledge_txt.cf -%%DOCSDIR%%/examples/unit_lastnode.cf -%%DOCSDIR%%/examples/unit_ldap.cf -%%DOCSDIR%%/examples/unit_linking.cf -%%DOCSDIR%%/examples/unit_literal_server.cf -%%DOCSDIR%%/examples/unit_locate_files_and_compress.cf -%%DOCSDIR%%/examples/unit_log_private.cf -%%DOCSDIR%%/examples/unit_loops.cf -%%DOCSDIR%%/examples/unit_lsdir.cf -%%DOCSDIR%%/examples/unit_measure_log.cf -%%DOCSDIR%%/examples/unit_measurements.cf -%%DOCSDIR%%/examples/unit_menu.cf -%%DOCSDIR%%/examples/unit_method.cf -%%DOCSDIR%%/examples/unit_method_validate.cf -%%DOCSDIR%%/examples/unit_method_var.cf -%%DOCSDIR%%/examples/unit_module_exec.cf -%%DOCSDIR%%/examples/unit_module_exec_2.cf -%%DOCSDIR%%/examples/unit_monitord.cf -%%DOCSDIR%%/examples/unit_mount_fs.cf -%%DOCSDIR%%/examples/unit_multipassvars.cf -%%DOCSDIR%%/examples/unit_neighbourhood_watch.cf -%%DOCSDIR%%/examples/unit_null_config.cf -%%DOCSDIR%%/examples/unit_occurrences.cf -%%DOCSDIR%%/examples/unit_ordering.cf -%%DOCSDIR%%/examples/unit_package_apt.cf -%%DOCSDIR%%/examples/unit_package_freebsd.cf -%%DOCSDIR%%/examples/unit_package_hash.cf -%%DOCSDIR%%/examples/unit_package_msi_file.cf -%%DOCSDIR%%/examples/unit_package_msi_version.cf -%%DOCSDIR%%/examples/unit_package_rpm.cf -%%DOCSDIR%%/examples/unit_package_solaris.cf -%%DOCSDIR%%/examples/unit_package_yum.cf -%%DOCSDIR%%/examples/unit_package_zypper.cf -%%DOCSDIR%%/examples/unit_parallel_exec.cf -%%DOCSDIR%%/examples/unit_parsestringarray.cf -%%DOCSDIR%%/examples/unit_pathtype.cf -%%DOCSDIR%%/examples/unit_pattern_and_edit.cf -%%DOCSDIR%%/examples/unit_peers.cf -%%DOCSDIR%%/examples/unit_postfix.cf -%%DOCSDIR%%/examples/unit_process_kill.cf -%%DOCSDIR%%/examples/unit_process_matching.cf -%%DOCSDIR%%/examples/unit_process_matching2.cf -%%DOCSDIR%%/examples/unit_process_matching3.cf -%%DOCSDIR%%/examples/unit_process_restart.cf -%%DOCSDIR%%/examples/unit_process_restart_basic.cf -%%DOCSDIR%%/examples/unit_process_signalling.cf -%%DOCSDIR%%/examples/unit_services_win.cf -%%DOCSDIR%%/examples/unit_product.cf -%%DOCSDIR%%/examples/unit_promises.cf -%%DOCSDIR%%/examples/unit_readlist.cf -%%DOCSDIR%%/examples/unit_readtcp.cf -%%DOCSDIR%%/examples/unit_reg_multiline.cf -%%DOCSDIR%%/examples/unit_regarray.cf -%%DOCSDIR%%/examples/unit_regex_win.cf -%%DOCSDIR%%/examples/unit_regextract.cf -%%DOCSDIR%%/examples/unit_registry.cf -%%DOCSDIR%%/examples/unit_registry_cache.cf -%%DOCSDIR%%/examples/unit_regline.cf -%%DOCSDIR%%/examples/unit_reglist.cf -%%DOCSDIR%%/examples/unit_remoteclasses.cf -%%DOCSDIR%%/examples/unit_remove_deadlinks.cf -%%DOCSDIR%%/examples/unit_rename.cf -%%DOCSDIR%%/examples/unit_repairedcommand.cf -%%DOCSDIR%%/examples/unit_report_custom.cf -%%DOCSDIR%%/examples/unit_report_diffs.cf -%%DOCSDIR%%/examples/unit_report_state.cf -%%DOCSDIR%%/examples/unit_reporting.cf -%%DOCSDIR%%/examples/unit_reporttofile.cf -%%DOCSDIR%%/examples/unit_resolveconf.cf -%%DOCSDIR%%/examples/unit_returnszero.cf -%%DOCSDIR%%/examples/unit_root_passwd.cf -%%DOCSDIR%%/examples/unit_select_class.cf -%%DOCSDIR%%/examples/unit_select_mode.cf -%%DOCSDIR%%/examples/unit_select_region.cf -%%DOCSDIR%%/examples/unit_select_size.cf -%%DOCSDIR%%/examples/unit_selectservers.cf -%%DOCSDIR%%/examples/unit_server_copy_localhost.cf -%%DOCSDIR%%/examples/unit_server_copy_purge.cf -%%DOCSDIR%%/examples/unit_server_copy_remote.cf -%%DOCSDIR%%/examples/unit_server_flatcopy_localhost.cf -%%DOCSDIR%%/examples/unit_service_disable.cf -%%DOCSDIR%%/examples/unit_service_start.cf -%%DOCSDIR%%/examples/unit_setuidlog.cf -%%DOCSDIR%%/examples/unit_setvar.cf -%%DOCSDIR%%/examples/unit_software_dist.cf -%%DOCSDIR%%/examples/unit_splitstring.cf -%%DOCSDIR%%/examples/unit_sql.cf -%%DOCSDIR%%/examples/unit_storage.cf -%%DOCSDIR%%/examples/unit_strcmp.cf -%%DOCSDIR%%/examples/unit_stringarray.cf -%%DOCSDIR%%/examples/unit_switchcase.cf -%%DOCSDIR%%/examples/unit_syslog.cf -%%DOCSDIR%%/examples/unit_syslog2.cf -%%DOCSDIR%%/examples/unit_template.cf -%%DOCSDIR%%/examples/unit_template2.cf -%%DOCSDIR%%/examples/unit_test_environment.cf -%%DOCSDIR%%/examples/unit_tidy_all_files.cf -%%DOCSDIR%%/examples/unit_translatepath.cf -%%DOCSDIR%%/examples/unit_update.cf -%%DOCSDIR%%/examples/unit_user_edit.cf -%%DOCSDIR%%/examples/unit_user_edit_method.cf -%%DOCSDIR%%/examples/unit_userexists.cf -%%DOCSDIR%%/examples/unit_varclass.cf -%%DOCSDIR%%/examples/unit_varexpansion.cf -%%DOCSDIR%%/examples/unit_varnet.cf -%%DOCSDIR%%/examples/unit_vars.cf -%%DOCSDIR%%/examples/unit_warnifline.cf -%%DOCSDIR%%/examples/unit_webserver.cf -%%DOCSDIR%%/examples/unit_zenoss.cf -%%DOCSDIR%%/examples/win_emergency.cf -%%DOCSDIR%%/examples/win_registry.cf -%%DOCSDIR%%/examples/win_schedule.cf -%%DOCSDIR%%/examples/win_services.cf -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%%/example_config -@dirrm %%DOCSDIR%% -@dirrm share/cfengine/masterfiles -@dirrm share/cfengine diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile deleted file mode 100644 index bf11844a7c90..000000000000 --- a/sysutils/kdf/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= kdeutils -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Collection of utilities for KDE 4 - -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - qimageblitz.4:${PORTSDIR}/x11/qimageblitz - -RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg - -LATEST_LINK= ${PORTNAME}4 - -KDE4_BUILDENV= yes -USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ - kdelibs pimlibs workspace baseapps -USE_PYTHON= 2.5+ -USE_QT_VER= 4 -QT_COMPONENTS= dbus gui network script xml xmlpatterns \ - qmake_build moc_build rcc_build uic_build -USE_XORG= x11 xrender xtst -USE_BZIP2= yes -CMAKE_ARGS+= -DBUILD_filelight:BOOL=FALSE \ - -DBUILD_printer-applet:BOOL=FALSE -MAKE_JOBS_SAFE= yes - -MAN1= ark.1 - -OPTIONS= FILELIGHT "Install Filelight file system viewer" on \ - LIRC "Support for IR remote controls" off \ - PRINTER_APPLET "Install printer system tray utility" off \ - 7ZIP "Support for 7-Zip archives in Ark" off \ - RAR "Support for RAR archives in Ark" off \ - ZIP "Support for ZIP archives in Ark" off - -.include <bsd.port.options.mk> - -.ifndef(WITHOUT_FILELIGHT) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/filelight:${PORTSDIR}/sysutils/filelight-kde4 -.endif - -.ifdef(WITH_LIRC) -RUN_DEPENDS+= lircd:${PORTSDIR}/comms/lirc -.endif - -.ifdef(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet -.endif - -.ifdef(WITH_7ZIP) -RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip -.endif - -.ifdef(WITH_ZIP) -RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ - zip:${PORTSDIR}/archivers/zip -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= archive.10:${PORTSDIR}/archivers/libarchive -.endif - -.ifdef(WITH_RAR) -RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar -.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" -INSTALL_RAR= YES -.elif ${ARCH} == "amd64" -.ifndef(HAVE_COMPAT_IA32_KERN) -HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi -.endif -.if ${HAVE_COMPAT_IA32_KERN} == "YES" -INSTALL_RAR= YES -.endif -.endif -.ifdef(INSTALL_RAR) -RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo deleted file mode 100644 index 0e23ed964282..000000000000 --- a/sysutils/kdf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kdeutils-4.7.3.tar.bz2) = a8c802f32b9e918d806a4487c25485f86019e4c473f0de6d3086d8ea8e492839 -SIZE (KDE/kdeutils-4.7.3.tar.bz2) = 3802391 diff --git a/sysutils/kdf/pkg-descr b/sysutils/kdf/pkg-descr deleted file mode 100644 index e1be153978a1..000000000000 --- a/sysutils/kdf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The KDE utilities are a compilation of various desktop utilities, -developed in the KDE module kdeutils. - -WWW: http://utils.kde.org diff --git a/sysutils/kdf/pkg-plist b/sysutils/kdf/pkg-plist deleted file mode 100644 index 075e9e1e6330..000000000000 --- a/sysutils/kdf/pkg-plist +++ /dev/null @@ -1,330 +0,0 @@ -bin/ark -bin/kcalc -bin/kcharselect -bin/kdf -bin/kfloppy -bin/kgpg -bin/krcdnotifieritem -bin/ktimer -bin/kwalletmanager -bin/kwikdisk -bin/superkaramba -bin/sweeper -lib/kde4/arkpart.so -lib/kde4/kcm_kdf.so -lib/kde4/kcm_kwallet.so -lib/kde4/kcm_remotecontrol.so -lib/kde4/kded_kremotecontroldaemon.so -lib/kde4/kerfuffle_cli7z.so -lib/kde4/kerfuffle_clirar.so -lib/kde4/kerfuffle_clizip.so -lib/kde4/kerfuffle_libarchive.so -lib/kde4/kerfuffle_libbz2.so -lib/kde4/kerfuffle_libgz.so -lib/kde4/kerfuffle_libxz.so -lib/kde4/kremotecontrol_lirc.so -lib/kde4/libextracthere.so -lib/kde4/plasma_engine_kremoteconrol.so -lib/kde4/plasma_package_superkaramba.so -lib/kde4/plasma_scriptengine_superkaramba.so -lib/libkdeinit4_kcalc.so -lib/libkerfuffle.so -lib/libkerfuffle.so.5 -lib/libkerfuffle.so.5.0.1 -lib/liblibkremotecontrol.so -lib/liblibkremotecontrol.so.1 -lib/liblibkremotecontrol.so.1.0.0 -lib/libsuperkaramba.so -lib/libsuperkaramba.so.5 -lib/libsuperkaramba.so.5.0.1 -share/applications/kde4/KCharSelect.desktop -share/applications/kde4/KFloppy.desktop -share/applications/kde4/ark.desktop -share/applications/kde4/kcalc.desktop -share/applications/kde4/kdf.desktop -share/applications/kde4/kgpg.desktop -share/applications/kde4/krcdnotifieritem.desktop -share/applications/kde4/ktimer.desktop -share/applications/kde4/kwalletmanager-kwalletd.desktop -share/applications/kde4/kwalletmanager.desktop -share/applications/kde4/kwikdisk.desktop -share/applications/kde4/superkaramba.desktop -share/applications/kde4/sweeper.desktop -share/apps/ark/ark_part.rc -share/apps/ark/arkui.rc -share/apps/kcalc/kcalcui.rc -share/apps/kcalc/scienceconstants.xml -share/apps/kcharselect/kcharselectui.rc -share/apps/kconf_update/kcalcrc.upd -share/apps/kconf_update/kcharselect.upd -share/apps/kdf/kdfui.rc -share/apps/kgpg/icons/hicolor/16x16/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/16x16/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/16x16/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/16x16/status/key-group.png -share/apps/kgpg/icons/hicolor/16x16/status/key-orphan.png -share/apps/kgpg/icons/hicolor/16x16/status/key-pair.png -share/apps/kgpg/icons/hicolor/16x16/status/key-single.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/key-generate-pair.png -share/apps/kgpg/icons/hicolor/22x22/actions/view-key-secret.png -share/apps/kgpg/icons/hicolor/22x22/status/key-group.png -share/apps/kgpg/icons/hicolor/22x22/status/key-pair.png -share/apps/kgpg/icons/hicolor/22x22/status/key-single.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/32x32/status/key-group.png -share/apps/kgpg/icons/hicolor/32x32/status/key-pair.png -share/apps/kgpg/icons/hicolor/32x32/status/key-single.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/48x48/status/key-group.png -share/apps/kgpg/icons/hicolor/48x48/status/key-pair.png -share/apps/kgpg/icons/hicolor/48x48/status/key-single.png -share/apps/kgpg/icons/hicolor/scalable/actions/document-export-key.svgz -share/apps/kgpg/icons/hicolor/scalable/actions/document-import-key.svgz -share/apps/kgpg/icons/hicolor/scalable/actions/document-properties-key.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-group.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-pair.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-single.svgz -share/apps/kgpg/keysmanager.rc -share/apps/kgpg/kgpgeditor.rc -share/apps/kgpg/tips -share/apps/kremotecontrol/profiles/amarok.profile.xml -share/apps/kremotecontrol/profiles/dragonplayer.profile.xml -share/apps/kremotecontrol/profiles/klauncher.profile.xml -share/apps/kremotecontrol/profiles/kmix.profile.xml -share/apps/kremotecontrol/profiles/konqueror.profile.xml -share/apps/kremotecontrol/profiles/kscd.profile.xml -share/apps/kremotecontrol/profiles/okular.profile.xml -share/apps/kremotecontrol/profiles/powermanagement.profile.xml -share/apps/kremotecontrol/profiles/profile.xsd -share/apps/kremotecontrol/profiles/vlc.profile.xml -share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc -share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_closed.png -share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_open.png -share/apps/kwalletmanager/kwalleteditor.rc -share/apps/kwalletmanager/kwalletmanager.rc -share/apps/superkaramba/superkarambaui.rc -share/apps/sweeper/sweeperui.rc -share/autostart/kgpg.desktop -share/config.kcfg/ark.kcfg -share/config.kcfg/kcalc.kcfg -share/config.kcfg/kgpg.kcfg -share/config/superkaramba.knsrc -share/dbus-1/interfaces/org.kde.kgpg.Key.xml -share/dbus-1/interfaces/org.kde.superkaramba.xml -share/dbus-1/interfaces/org.kde.sweeper.xml -share/doc/HTML/en/ark/ark-mainwindow.png -share/doc/HTML/en/ark/common -share/doc/HTML/en/ark/index.cache.bz2 -share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/kcalc/commands.docbook -share/doc/HTML/en/kcalc/common -share/doc/HTML/en/kcalc/index.cache.bz2 -share/doc/HTML/en/kcalc/index.docbook -share/doc/HTML/en/kcharselect/common -share/doc/HTML/en/kcharselect/index.cache.bz2 -share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcharselect/kcharselect.png -share/doc/HTML/en/kcontrol/blockdevices/common -share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 -share/doc/HTML/en/kcontrol/blockdevices/index.docbook -share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png -share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png -share/doc/HTML/en/kcontrol/kremotecontrol/common -share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 -share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook -share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png -share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png -share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png -share/doc/HTML/en/kdf/common -share/doc/HTML/en/kdf/index.cache.bz2 -share/doc/HTML/en/kdf/index.docbook -share/doc/HTML/en/kdf/kdf.png -share/doc/HTML/en/kdf/kdf_config.png -share/doc/HTML/en/kfloppy/common -share/doc/HTML/en/kfloppy/index.cache.bz2 -share/doc/HTML/en/kfloppy/index.docbook -share/doc/HTML/en/kgpg/common -share/doc/HTML/en/kgpg/editor.png -share/doc/HTML/en/kgpg/index.cache.bz2 -share/doc/HTML/en/kgpg/index.docbook -share/doc/HTML/en/kgpg/keygen.png -share/doc/HTML/en/kgpg/keymanage.png -share/doc/HTML/en/kgpg/keyprop.png -share/doc/HTML/en/kgpg/keys.png -share/doc/HTML/en/kgpg/keyserver-search.png -share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/options.png -share/doc/HTML/en/kgpg/select-secret-key.png -share/doc/HTML/en/kgpg/systray.png -share/doc/HTML/en/ktimer/common -share/doc/HTML/en/ktimer/first.png -share/doc/HTML/en/ktimer/index.cache.bz2 -share/doc/HTML/en/ktimer/index.docbook -share/doc/HTML/en/ktimer/main.png -share/doc/HTML/en/ktimer/running.png -share/doc/HTML/en/ktimer/two.at.once.png -share/doc/HTML/en/kwallet/common -share/doc/HTML/en/kwallet/edit1.png -share/doc/HTML/en/kwallet/edit2.png -share/doc/HTML/en/kwallet/first-open-request.png -share/doc/HTML/en/kwallet/index.cache.bz2 -share/doc/HTML/en/kwallet/index.docbook -share/doc/HTML/en/kwallet/kwalletmanager.png -share/doc/HTML/en/kwallet/openwallet-request.png -share/doc/HTML/en/kwallet/oxygen48-status-wallet-closed.png -share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png -share/doc/HTML/en/kwallet/save-login-information.png -share/doc/HTML/en/sweeper/common -share/doc/HTML/en/sweeper/index.cache.bz2 -share/doc/HTML/en/sweeper/index.docbook -share/doc/HTML/en/sweeper/sweeper.png -share/icons/hicolor/128x128/apps/kdf.png -share/icons/hicolor/128x128/apps/kfloppy.png -share/icons/hicolor/128x128/apps/ktimer.png -share/icons/hicolor/128x128/apps/kwalletmanager.png -share/icons/hicolor/128x128/apps/kwalletmanager2.png -share/icons/hicolor/128x128/apps/kwikdisk.png -share/icons/hicolor/128x128/apps/superkaramba.png -share/icons/hicolor/128x128/devices/infrared-remote.png -share/icons/hicolor/16x16/apps/kdf.png -share/icons/hicolor/16x16/apps/kfloppy.png -share/icons/hicolor/16x16/apps/kgpg.png -share/icons/hicolor/16x16/apps/ktimer.png -share/icons/hicolor/16x16/apps/kwalletmanager.png -share/icons/hicolor/16x16/apps/kwalletmanager2.png -share/icons/hicolor/16x16/apps/kwikdisk.png -share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/16x16/devices/infrared-remote.png -share/icons/hicolor/22x22/actions/krcd_flash.png -share/icons/hicolor/22x22/actions/krcd_off.png -share/icons/hicolor/22x22/apps/kdf.png -share/icons/hicolor/22x22/apps/kfloppy.png -share/icons/hicolor/22x22/apps/kgpg.png -share/icons/hicolor/22x22/apps/krcd.png -share/icons/hicolor/22x22/apps/kwalletmanager.png -share/icons/hicolor/22x22/apps/kwikdisk.png -share/icons/hicolor/22x22/apps/superkaramba.png -share/icons/hicolor/22x22/devices/infrared-remote.png -share/icons/hicolor/32x32/apps/kdf.png -share/icons/hicolor/32x32/apps/kfloppy.png -share/icons/hicolor/32x32/apps/kgpg.png -share/icons/hicolor/32x32/apps/ktimer.png -share/icons/hicolor/32x32/apps/kwalletmanager.png -share/icons/hicolor/32x32/apps/kwalletmanager2.png -share/icons/hicolor/32x32/apps/kwikdisk.png -share/icons/hicolor/32x32/apps/superkaramba.png -share/icons/hicolor/32x32/devices/infrared-remote.png -share/icons/hicolor/42x42/devices/infrared-remote.png -share/icons/hicolor/48x48/apps/kdf.png -share/icons/hicolor/48x48/apps/kfloppy.png -share/icons/hicolor/48x48/apps/kgpg.png -share/icons/hicolor/48x48/apps/ktimer.png -share/icons/hicolor/48x48/apps/kwalletmanager.png -share/icons/hicolor/48x48/apps/kwalletmanager2.png -share/icons/hicolor/48x48/apps/kwikdisk.png -share/icons/hicolor/48x48/apps/superkaramba.png -share/icons/hicolor/48x48/devices/infrared-remote.png -share/icons/hicolor/64x64/apps/kdf.png -share/icons/hicolor/64x64/apps/kfloppy.png -share/icons/hicolor/64x64/apps/kwalletmanager.png -share/icons/hicolor/64x64/apps/kwalletmanager2.png -share/icons/hicolor/64x64/apps/kwikdisk.png -share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/64x64/devices/infrared-remote.png -share/icons/hicolor/8x8/devices/infrared-remote.png -share/icons/hicolor/scalable/actions/krcd_flash.svgz -share/icons/hicolor/scalable/actions/krcd_off.svgz -share/icons/hicolor/scalable/apps/krcd.svgz -share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/hicolor/scalable/devices/infrared-remote.svgz -share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/32x32/apps/kcmdf.png -share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop -share/kde4/services/ServiceMenus/ark_servicemenu.desktop -share/kde4/services/ServiceMenus/encryptfile.desktop -share/kde4/services/ServiceMenus/encryptfolder.desktop -share/kde4/services/ServiceMenus/viewdecrypted.desktop -share/kde4/services/ark_dndextract.desktop -share/kde4/services/ark_part.desktop -share/kde4/services/kcm_remotecontrol.desktop -share/kde4/services/kcmdf.desktop -share/kde4/services/kded/kremotecontroldaemon.desktop -share/kde4/services/kerfuffle_cli7z.desktop -share/kde4/services/kerfuffle_clirar.desktop -share/kde4/services/kerfuffle_clizip.desktop -share/kde4/services/kerfuffle_libarchive.desktop -share/kde4/services/kerfuffle_libarchive_readonly.desktop -share/kde4/services/kerfuffle_libbz2.desktop -share/kde4/services/kerfuffle_libgz.desktop -share/kde4/services/kerfuffle_libxz.desktop -share/kde4/services/kremotecontrolbackends/kremotecontrol_lirc.desktop -share/kde4/services/kwalletconfig.desktop -share/kde4/services/kwalletmanager_show.desktop -share/kde4/services/plasma-engine-kremotecontrol.desktop -share/kde4/services/plasma-package-superkaramba.desktop -share/kde4/services/plasma-scriptengine-superkaramba.desktop -share/kde4/servicetypes/kerfufflePlugin.desktop -share/kde4/servicetypes/kremotecontrolmanager.desktop -@dirrm share/kde4/services/kremotecontrolbackends -@dirrmtry share/icons/oxygen/42x42/devices -@dirrmtry share/icons/oxygen/42x42 -@dirrmtry share/icons/hicolor/8x8/devices -@dirrmtry share/icons/hicolor/8x8 -@dirrmtry share/icons/hicolor/42x42/devices -@dirrmtry share/icons/hicolor/42x42 -@dirrm share/doc/HTML/en/sweeper -@dirrm share/doc/HTML/en/kwallet -@dirrm share/doc/HTML/en/ktimer -@dirrm share/doc/HTML/en/kgpg -@dirrm share/doc/HTML/en/kfloppy -@dirrm share/doc/HTML/en/kdf -@dirrm share/doc/HTML/en/kcontrol/kremotecontrol -@dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcharselect -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/ark -@dirrm share/apps/sweeper -@dirrm share/apps/superkaramba -@dirrm share/apps/kwalletmanager/icons/hicolor/22x22/actions -@dirrm share/apps/kwalletmanager/icons/hicolor/22x22 -@dirrm share/apps/kwalletmanager/icons/hicolor -@dirrm share/apps/kwalletmanager/icons -@dirrm share/apps/kwalletmanager -@dirrm share/apps/kremotecontroldaemon -@dirrm share/apps/kremotecontrol/profiles -@dirrm share/apps/kremotecontrol -@dirrm share/apps/kgpg/icons/hicolor/scalable/status -@dirrm share/apps/kgpg/icons/hicolor/scalable/actions -@dirrm share/apps/kgpg/icons/hicolor/scalable -@dirrm share/apps/kgpg/icons/hicolor/48x48/status -@dirrm share/apps/kgpg/icons/hicolor/48x48/actions -@dirrm share/apps/kgpg/icons/hicolor/48x48 -@dirrm share/apps/kgpg/icons/hicolor/32x32/status -@dirrm share/apps/kgpg/icons/hicolor/32x32/actions -@dirrm share/apps/kgpg/icons/hicolor/32x32 -@dirrm share/apps/kgpg/icons/hicolor/22x22/status -@dirrm share/apps/kgpg/icons/hicolor/22x22/actions -@dirrm share/apps/kgpg/icons/hicolor/22x22 -@dirrm share/apps/kgpg/icons/hicolor/16x16/status -@dirrm share/apps/kgpg/icons/hicolor/16x16/actions -@dirrm share/apps/kgpg/icons/hicolor/16x16 -@dirrm share/apps/kgpg/icons/hicolor -@dirrm share/apps/kgpg/icons -@dirrm share/apps/kgpg -@dirrm share/apps/kdf -@dirrm share/apps/kcalc -@dirrm share/apps/ark diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile deleted file mode 100644 index bf11844a7c90..000000000000 --- a/sysutils/kfloppy/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= kdeutils -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Collection of utilities for KDE 4 - -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - qimageblitz.4:${PORTSDIR}/x11/qimageblitz - -RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg - -LATEST_LINK= ${PORTNAME}4 - -KDE4_BUILDENV= yes -USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ - kdelibs pimlibs workspace baseapps -USE_PYTHON= 2.5+ -USE_QT_VER= 4 -QT_COMPONENTS= dbus gui network script xml xmlpatterns \ - qmake_build moc_build rcc_build uic_build -USE_XORG= x11 xrender xtst -USE_BZIP2= yes -CMAKE_ARGS+= -DBUILD_filelight:BOOL=FALSE \ - -DBUILD_printer-applet:BOOL=FALSE -MAKE_JOBS_SAFE= yes - -MAN1= ark.1 - -OPTIONS= FILELIGHT "Install Filelight file system viewer" on \ - LIRC "Support for IR remote controls" off \ - PRINTER_APPLET "Install printer system tray utility" off \ - 7ZIP "Support for 7-Zip archives in Ark" off \ - RAR "Support for RAR archives in Ark" off \ - ZIP "Support for ZIP archives in Ark" off - -.include <bsd.port.options.mk> - -.ifndef(WITHOUT_FILELIGHT) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/filelight:${PORTSDIR}/sysutils/filelight-kde4 -.endif - -.ifdef(WITH_LIRC) -RUN_DEPENDS+= lircd:${PORTSDIR}/comms/lirc -.endif - -.ifdef(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet -.endif - -.ifdef(WITH_7ZIP) -RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip -.endif - -.ifdef(WITH_ZIP) -RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ - zip:${PORTSDIR}/archivers/zip -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= archive.10:${PORTSDIR}/archivers/libarchive -.endif - -.ifdef(WITH_RAR) -RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar -.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" -INSTALL_RAR= YES -.elif ${ARCH} == "amd64" -.ifndef(HAVE_COMPAT_IA32_KERN) -HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi -.endif -.if ${HAVE_COMPAT_IA32_KERN} == "YES" -INSTALL_RAR= YES -.endif -.endif -.ifdef(INSTALL_RAR) -RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/kfloppy/distinfo b/sysutils/kfloppy/distinfo deleted file mode 100644 index 0e23ed964282..000000000000 --- a/sysutils/kfloppy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kdeutils-4.7.3.tar.bz2) = a8c802f32b9e918d806a4487c25485f86019e4c473f0de6d3086d8ea8e492839 -SIZE (KDE/kdeutils-4.7.3.tar.bz2) = 3802391 diff --git a/sysutils/kfloppy/pkg-descr b/sysutils/kfloppy/pkg-descr deleted file mode 100644 index e1be153978a1..000000000000 --- a/sysutils/kfloppy/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The KDE utilities are a compilation of various desktop utilities, -developed in the KDE module kdeutils. - -WWW: http://utils.kde.org diff --git a/sysutils/kfloppy/pkg-plist b/sysutils/kfloppy/pkg-plist deleted file mode 100644 index 075e9e1e6330..000000000000 --- a/sysutils/kfloppy/pkg-plist +++ /dev/null @@ -1,330 +0,0 @@ -bin/ark -bin/kcalc -bin/kcharselect -bin/kdf -bin/kfloppy -bin/kgpg -bin/krcdnotifieritem -bin/ktimer -bin/kwalletmanager -bin/kwikdisk -bin/superkaramba -bin/sweeper -lib/kde4/arkpart.so -lib/kde4/kcm_kdf.so -lib/kde4/kcm_kwallet.so -lib/kde4/kcm_remotecontrol.so -lib/kde4/kded_kremotecontroldaemon.so -lib/kde4/kerfuffle_cli7z.so -lib/kde4/kerfuffle_clirar.so -lib/kde4/kerfuffle_clizip.so -lib/kde4/kerfuffle_libarchive.so -lib/kde4/kerfuffle_libbz2.so -lib/kde4/kerfuffle_libgz.so -lib/kde4/kerfuffle_libxz.so -lib/kde4/kremotecontrol_lirc.so -lib/kde4/libextracthere.so -lib/kde4/plasma_engine_kremoteconrol.so -lib/kde4/plasma_package_superkaramba.so -lib/kde4/plasma_scriptengine_superkaramba.so -lib/libkdeinit4_kcalc.so -lib/libkerfuffle.so -lib/libkerfuffle.so.5 -lib/libkerfuffle.so.5.0.1 -lib/liblibkremotecontrol.so -lib/liblibkremotecontrol.so.1 -lib/liblibkremotecontrol.so.1.0.0 -lib/libsuperkaramba.so -lib/libsuperkaramba.so.5 -lib/libsuperkaramba.so.5.0.1 -share/applications/kde4/KCharSelect.desktop -share/applications/kde4/KFloppy.desktop -share/applications/kde4/ark.desktop -share/applications/kde4/kcalc.desktop -share/applications/kde4/kdf.desktop -share/applications/kde4/kgpg.desktop -share/applications/kde4/krcdnotifieritem.desktop -share/applications/kde4/ktimer.desktop -share/applications/kde4/kwalletmanager-kwalletd.desktop -share/applications/kde4/kwalletmanager.desktop -share/applications/kde4/kwikdisk.desktop -share/applications/kde4/superkaramba.desktop -share/applications/kde4/sweeper.desktop -share/apps/ark/ark_part.rc -share/apps/ark/arkui.rc -share/apps/kcalc/kcalcui.rc -share/apps/kcalc/scienceconstants.xml -share/apps/kcharselect/kcharselectui.rc -share/apps/kconf_update/kcalcrc.upd -share/apps/kconf_update/kcharselect.upd -share/apps/kdf/kdfui.rc -share/apps/kgpg/icons/hicolor/16x16/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/16x16/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/16x16/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/16x16/status/key-group.png -share/apps/kgpg/icons/hicolor/16x16/status/key-orphan.png -share/apps/kgpg/icons/hicolor/16x16/status/key-pair.png -share/apps/kgpg/icons/hicolor/16x16/status/key-single.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/key-generate-pair.png -share/apps/kgpg/icons/hicolor/22x22/actions/view-key-secret.png -share/apps/kgpg/icons/hicolor/22x22/status/key-group.png -share/apps/kgpg/icons/hicolor/22x22/status/key-pair.png -share/apps/kgpg/icons/hicolor/22x22/status/key-single.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/32x32/status/key-group.png -share/apps/kgpg/icons/hicolor/32x32/status/key-pair.png -share/apps/kgpg/icons/hicolor/32x32/status/key-single.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/48x48/status/key-group.png -share/apps/kgpg/icons/hicolor/48x48/status/key-pair.png -share/apps/kgpg/icons/hicolor/48x48/status/key-single.png -share/apps/kgpg/icons/hicolor/scalable/actions/document-export-key.svgz -share/apps/kgpg/icons/hicolor/scalable/actions/document-import-key.svgz -share/apps/kgpg/icons/hicolor/scalable/actions/document-properties-key.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-group.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-pair.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-single.svgz -share/apps/kgpg/keysmanager.rc -share/apps/kgpg/kgpgeditor.rc -share/apps/kgpg/tips -share/apps/kremotecontrol/profiles/amarok.profile.xml -share/apps/kremotecontrol/profiles/dragonplayer.profile.xml -share/apps/kremotecontrol/profiles/klauncher.profile.xml -share/apps/kremotecontrol/profiles/kmix.profile.xml -share/apps/kremotecontrol/profiles/konqueror.profile.xml -share/apps/kremotecontrol/profiles/kscd.profile.xml -share/apps/kremotecontrol/profiles/okular.profile.xml -share/apps/kremotecontrol/profiles/powermanagement.profile.xml -share/apps/kremotecontrol/profiles/profile.xsd -share/apps/kremotecontrol/profiles/vlc.profile.xml -share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc -share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_closed.png -share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_open.png -share/apps/kwalletmanager/kwalleteditor.rc -share/apps/kwalletmanager/kwalletmanager.rc -share/apps/superkaramba/superkarambaui.rc -share/apps/sweeper/sweeperui.rc -share/autostart/kgpg.desktop -share/config.kcfg/ark.kcfg -share/config.kcfg/kcalc.kcfg -share/config.kcfg/kgpg.kcfg -share/config/superkaramba.knsrc -share/dbus-1/interfaces/org.kde.kgpg.Key.xml -share/dbus-1/interfaces/org.kde.superkaramba.xml -share/dbus-1/interfaces/org.kde.sweeper.xml -share/doc/HTML/en/ark/ark-mainwindow.png -share/doc/HTML/en/ark/common -share/doc/HTML/en/ark/index.cache.bz2 -share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/kcalc/commands.docbook -share/doc/HTML/en/kcalc/common -share/doc/HTML/en/kcalc/index.cache.bz2 -share/doc/HTML/en/kcalc/index.docbook -share/doc/HTML/en/kcharselect/common -share/doc/HTML/en/kcharselect/index.cache.bz2 -share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcharselect/kcharselect.png -share/doc/HTML/en/kcontrol/blockdevices/common -share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 -share/doc/HTML/en/kcontrol/blockdevices/index.docbook -share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png -share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png -share/doc/HTML/en/kcontrol/kremotecontrol/common -share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 -share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook -share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png -share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png -share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png -share/doc/HTML/en/kdf/common -share/doc/HTML/en/kdf/index.cache.bz2 -share/doc/HTML/en/kdf/index.docbook -share/doc/HTML/en/kdf/kdf.png -share/doc/HTML/en/kdf/kdf_config.png -share/doc/HTML/en/kfloppy/common -share/doc/HTML/en/kfloppy/index.cache.bz2 -share/doc/HTML/en/kfloppy/index.docbook -share/doc/HTML/en/kgpg/common -share/doc/HTML/en/kgpg/editor.png -share/doc/HTML/en/kgpg/index.cache.bz2 -share/doc/HTML/en/kgpg/index.docbook -share/doc/HTML/en/kgpg/keygen.png -share/doc/HTML/en/kgpg/keymanage.png -share/doc/HTML/en/kgpg/keyprop.png -share/doc/HTML/en/kgpg/keys.png -share/doc/HTML/en/kgpg/keyserver-search.png -share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/options.png -share/doc/HTML/en/kgpg/select-secret-key.png -share/doc/HTML/en/kgpg/systray.png -share/doc/HTML/en/ktimer/common -share/doc/HTML/en/ktimer/first.png -share/doc/HTML/en/ktimer/index.cache.bz2 -share/doc/HTML/en/ktimer/index.docbook -share/doc/HTML/en/ktimer/main.png -share/doc/HTML/en/ktimer/running.png -share/doc/HTML/en/ktimer/two.at.once.png -share/doc/HTML/en/kwallet/common -share/doc/HTML/en/kwallet/edit1.png -share/doc/HTML/en/kwallet/edit2.png -share/doc/HTML/en/kwallet/first-open-request.png -share/doc/HTML/en/kwallet/index.cache.bz2 -share/doc/HTML/en/kwallet/index.docbook -share/doc/HTML/en/kwallet/kwalletmanager.png -share/doc/HTML/en/kwallet/openwallet-request.png -share/doc/HTML/en/kwallet/oxygen48-status-wallet-closed.png -share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png -share/doc/HTML/en/kwallet/save-login-information.png -share/doc/HTML/en/sweeper/common -share/doc/HTML/en/sweeper/index.cache.bz2 -share/doc/HTML/en/sweeper/index.docbook -share/doc/HTML/en/sweeper/sweeper.png -share/icons/hicolor/128x128/apps/kdf.png -share/icons/hicolor/128x128/apps/kfloppy.png -share/icons/hicolor/128x128/apps/ktimer.png -share/icons/hicolor/128x128/apps/kwalletmanager.png -share/icons/hicolor/128x128/apps/kwalletmanager2.png -share/icons/hicolor/128x128/apps/kwikdisk.png -share/icons/hicolor/128x128/apps/superkaramba.png -share/icons/hicolor/128x128/devices/infrared-remote.png -share/icons/hicolor/16x16/apps/kdf.png -share/icons/hicolor/16x16/apps/kfloppy.png -share/icons/hicolor/16x16/apps/kgpg.png -share/icons/hicolor/16x16/apps/ktimer.png -share/icons/hicolor/16x16/apps/kwalletmanager.png -share/icons/hicolor/16x16/apps/kwalletmanager2.png -share/icons/hicolor/16x16/apps/kwikdisk.png -share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/16x16/devices/infrared-remote.png -share/icons/hicolor/22x22/actions/krcd_flash.png -share/icons/hicolor/22x22/actions/krcd_off.png -share/icons/hicolor/22x22/apps/kdf.png -share/icons/hicolor/22x22/apps/kfloppy.png -share/icons/hicolor/22x22/apps/kgpg.png -share/icons/hicolor/22x22/apps/krcd.png -share/icons/hicolor/22x22/apps/kwalletmanager.png -share/icons/hicolor/22x22/apps/kwikdisk.png -share/icons/hicolor/22x22/apps/superkaramba.png -share/icons/hicolor/22x22/devices/infrared-remote.png -share/icons/hicolor/32x32/apps/kdf.png -share/icons/hicolor/32x32/apps/kfloppy.png -share/icons/hicolor/32x32/apps/kgpg.png -share/icons/hicolor/32x32/apps/ktimer.png -share/icons/hicolor/32x32/apps/kwalletmanager.png -share/icons/hicolor/32x32/apps/kwalletmanager2.png -share/icons/hicolor/32x32/apps/kwikdisk.png -share/icons/hicolor/32x32/apps/superkaramba.png -share/icons/hicolor/32x32/devices/infrared-remote.png -share/icons/hicolor/42x42/devices/infrared-remote.png -share/icons/hicolor/48x48/apps/kdf.png -share/icons/hicolor/48x48/apps/kfloppy.png -share/icons/hicolor/48x48/apps/kgpg.png -share/icons/hicolor/48x48/apps/ktimer.png -share/icons/hicolor/48x48/apps/kwalletmanager.png -share/icons/hicolor/48x48/apps/kwalletmanager2.png -share/icons/hicolor/48x48/apps/kwikdisk.png -share/icons/hicolor/48x48/apps/superkaramba.png -share/icons/hicolor/48x48/devices/infrared-remote.png -share/icons/hicolor/64x64/apps/kdf.png -share/icons/hicolor/64x64/apps/kfloppy.png -share/icons/hicolor/64x64/apps/kwalletmanager.png -share/icons/hicolor/64x64/apps/kwalletmanager2.png -share/icons/hicolor/64x64/apps/kwikdisk.png -share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/64x64/devices/infrared-remote.png -share/icons/hicolor/8x8/devices/infrared-remote.png -share/icons/hicolor/scalable/actions/krcd_flash.svgz -share/icons/hicolor/scalable/actions/krcd_off.svgz -share/icons/hicolor/scalable/apps/krcd.svgz -share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/hicolor/scalable/devices/infrared-remote.svgz -share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/32x32/apps/kcmdf.png -share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop -share/kde4/services/ServiceMenus/ark_servicemenu.desktop -share/kde4/services/ServiceMenus/encryptfile.desktop -share/kde4/services/ServiceMenus/encryptfolder.desktop -share/kde4/services/ServiceMenus/viewdecrypted.desktop -share/kde4/services/ark_dndextract.desktop -share/kde4/services/ark_part.desktop -share/kde4/services/kcm_remotecontrol.desktop -share/kde4/services/kcmdf.desktop -share/kde4/services/kded/kremotecontroldaemon.desktop -share/kde4/services/kerfuffle_cli7z.desktop -share/kde4/services/kerfuffle_clirar.desktop -share/kde4/services/kerfuffle_clizip.desktop -share/kde4/services/kerfuffle_libarchive.desktop -share/kde4/services/kerfuffle_libarchive_readonly.desktop -share/kde4/services/kerfuffle_libbz2.desktop -share/kde4/services/kerfuffle_libgz.desktop -share/kde4/services/kerfuffle_libxz.desktop -share/kde4/services/kremotecontrolbackends/kremotecontrol_lirc.desktop -share/kde4/services/kwalletconfig.desktop -share/kde4/services/kwalletmanager_show.desktop -share/kde4/services/plasma-engine-kremotecontrol.desktop -share/kde4/services/plasma-package-superkaramba.desktop -share/kde4/services/plasma-scriptengine-superkaramba.desktop -share/kde4/servicetypes/kerfufflePlugin.desktop -share/kde4/servicetypes/kremotecontrolmanager.desktop -@dirrm share/kde4/services/kremotecontrolbackends -@dirrmtry share/icons/oxygen/42x42/devices -@dirrmtry share/icons/oxygen/42x42 -@dirrmtry share/icons/hicolor/8x8/devices -@dirrmtry share/icons/hicolor/8x8 -@dirrmtry share/icons/hicolor/42x42/devices -@dirrmtry share/icons/hicolor/42x42 -@dirrm share/doc/HTML/en/sweeper -@dirrm share/doc/HTML/en/kwallet -@dirrm share/doc/HTML/en/ktimer -@dirrm share/doc/HTML/en/kgpg -@dirrm share/doc/HTML/en/kfloppy -@dirrm share/doc/HTML/en/kdf -@dirrm share/doc/HTML/en/kcontrol/kremotecontrol -@dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcharselect -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/ark -@dirrm share/apps/sweeper -@dirrm share/apps/superkaramba -@dirrm share/apps/kwalletmanager/icons/hicolor/22x22/actions -@dirrm share/apps/kwalletmanager/icons/hicolor/22x22 -@dirrm share/apps/kwalletmanager/icons/hicolor -@dirrm share/apps/kwalletmanager/icons -@dirrm share/apps/kwalletmanager -@dirrm share/apps/kremotecontroldaemon -@dirrm share/apps/kremotecontrol/profiles -@dirrm share/apps/kremotecontrol -@dirrm share/apps/kgpg/icons/hicolor/scalable/status -@dirrm share/apps/kgpg/icons/hicolor/scalable/actions -@dirrm share/apps/kgpg/icons/hicolor/scalable -@dirrm share/apps/kgpg/icons/hicolor/48x48/status -@dirrm share/apps/kgpg/icons/hicolor/48x48/actions -@dirrm share/apps/kgpg/icons/hicolor/48x48 -@dirrm share/apps/kgpg/icons/hicolor/32x32/status -@dirrm share/apps/kgpg/icons/hicolor/32x32/actions -@dirrm share/apps/kgpg/icons/hicolor/32x32 -@dirrm share/apps/kgpg/icons/hicolor/22x22/status -@dirrm share/apps/kgpg/icons/hicolor/22x22/actions -@dirrm share/apps/kgpg/icons/hicolor/22x22 -@dirrm share/apps/kgpg/icons/hicolor/16x16/status -@dirrm share/apps/kgpg/icons/hicolor/16x16/actions -@dirrm share/apps/kgpg/icons/hicolor/16x16 -@dirrm share/apps/kgpg/icons/hicolor -@dirrm share/apps/kgpg/icons -@dirrm share/apps/kgpg -@dirrm share/apps/kdf -@dirrm share/apps/kcalc -@dirrm share/apps/ark diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile deleted file mode 100644 index bf11844a7c90..000000000000 --- a/sysutils/sweeper/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection Makefile for: kdeutils -# Date created: 2008-01-31 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= kdeutils -PORTVERSION= ${KDE4_VERSION} -CATEGORIES= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Collection of utilities for KDE 4 - -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - qimageblitz.4:${PORTSDIR}/x11/qimageblitz - -RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg - -LATEST_LINK= ${PORTNAME}4 - -KDE4_BUILDENV= yes -USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ - kdelibs pimlibs workspace baseapps -USE_PYTHON= 2.5+ -USE_QT_VER= 4 -QT_COMPONENTS= dbus gui network script xml xmlpatterns \ - qmake_build moc_build rcc_build uic_build -USE_XORG= x11 xrender xtst -USE_BZIP2= yes -CMAKE_ARGS+= -DBUILD_filelight:BOOL=FALSE \ - -DBUILD_printer-applet:BOOL=FALSE -MAKE_JOBS_SAFE= yes - -MAN1= ark.1 - -OPTIONS= FILELIGHT "Install Filelight file system viewer" on \ - LIRC "Support for IR remote controls" off \ - PRINTER_APPLET "Install printer system tray utility" off \ - 7ZIP "Support for 7-Zip archives in Ark" off \ - RAR "Support for RAR archives in Ark" off \ - ZIP "Support for ZIP archives in Ark" off - -.include <bsd.port.options.mk> - -.ifndef(WITHOUT_FILELIGHT) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/filelight:${PORTSDIR}/sysutils/filelight-kde4 -.endif - -.ifdef(WITH_LIRC) -RUN_DEPENDS+= lircd:${PORTSDIR}/comms/lirc -.endif - -.ifdef(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet -.endif - -.ifdef(WITH_7ZIP) -RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip -.endif - -.ifdef(WITH_ZIP) -RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ - zip:${PORTSDIR}/archivers/zip -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= archive.10:${PORTSDIR}/archivers/libarchive -.endif - -.ifdef(WITH_RAR) -RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar -.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" -INSTALL_RAR= YES -.elif ${ARCH} == "amd64" -.ifndef(HAVE_COMPAT_IA32_KERN) -HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi -.endif -.if ${HAVE_COMPAT_IA32_KERN} == "YES" -INSTALL_RAR= YES -.endif -.endif -.ifdef(INSTALL_RAR) -RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo deleted file mode 100644 index 0e23ed964282..000000000000 --- a/sysutils/sweeper/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/kdeutils-4.7.3.tar.bz2) = a8c802f32b9e918d806a4487c25485f86019e4c473f0de6d3086d8ea8e492839 -SIZE (KDE/kdeutils-4.7.3.tar.bz2) = 3802391 diff --git a/sysutils/sweeper/pkg-descr b/sysutils/sweeper/pkg-descr deleted file mode 100644 index e1be153978a1..000000000000 --- a/sysutils/sweeper/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The KDE utilities are a compilation of various desktop utilities, -developed in the KDE module kdeutils. - -WWW: http://utils.kde.org diff --git a/sysutils/sweeper/pkg-plist b/sysutils/sweeper/pkg-plist deleted file mode 100644 index 075e9e1e6330..000000000000 --- a/sysutils/sweeper/pkg-plist +++ /dev/null @@ -1,330 +0,0 @@ -bin/ark -bin/kcalc -bin/kcharselect -bin/kdf -bin/kfloppy -bin/kgpg -bin/krcdnotifieritem -bin/ktimer -bin/kwalletmanager -bin/kwikdisk -bin/superkaramba -bin/sweeper -lib/kde4/arkpart.so -lib/kde4/kcm_kdf.so -lib/kde4/kcm_kwallet.so -lib/kde4/kcm_remotecontrol.so -lib/kde4/kded_kremotecontroldaemon.so -lib/kde4/kerfuffle_cli7z.so -lib/kde4/kerfuffle_clirar.so -lib/kde4/kerfuffle_clizip.so -lib/kde4/kerfuffle_libarchive.so -lib/kde4/kerfuffle_libbz2.so -lib/kde4/kerfuffle_libgz.so -lib/kde4/kerfuffle_libxz.so -lib/kde4/kremotecontrol_lirc.so -lib/kde4/libextracthere.so -lib/kde4/plasma_engine_kremoteconrol.so -lib/kde4/plasma_package_superkaramba.so -lib/kde4/plasma_scriptengine_superkaramba.so -lib/libkdeinit4_kcalc.so -lib/libkerfuffle.so -lib/libkerfuffle.so.5 -lib/libkerfuffle.so.5.0.1 -lib/liblibkremotecontrol.so -lib/liblibkremotecontrol.so.1 -lib/liblibkremotecontrol.so.1.0.0 -lib/libsuperkaramba.so -lib/libsuperkaramba.so.5 -lib/libsuperkaramba.so.5.0.1 -share/applications/kde4/KCharSelect.desktop -share/applications/kde4/KFloppy.desktop -share/applications/kde4/ark.desktop -share/applications/kde4/kcalc.desktop -share/applications/kde4/kdf.desktop -share/applications/kde4/kgpg.desktop -share/applications/kde4/krcdnotifieritem.desktop -share/applications/kde4/ktimer.desktop -share/applications/kde4/kwalletmanager-kwalletd.desktop -share/applications/kde4/kwalletmanager.desktop -share/applications/kde4/kwikdisk.desktop -share/applications/kde4/superkaramba.desktop -share/applications/kde4/sweeper.desktop -share/apps/ark/ark_part.rc -share/apps/ark/arkui.rc -share/apps/kcalc/kcalcui.rc -share/apps/kcalc/scienceconstants.xml -share/apps/kcharselect/kcharselectui.rc -share/apps/kconf_update/kcalcrc.upd -share/apps/kconf_update/kcharselect.upd -share/apps/kdf/kdfui.rc -share/apps/kgpg/icons/hicolor/16x16/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/16x16/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/16x16/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/16x16/status/key-group.png -share/apps/kgpg/icons/hicolor/16x16/status/key-orphan.png -share/apps/kgpg/icons/hicolor/16x16/status/key-pair.png -share/apps/kgpg/icons/hicolor/16x16/status/key-single.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/22x22/actions/key-generate-pair.png -share/apps/kgpg/icons/hicolor/22x22/actions/view-key-secret.png -share/apps/kgpg/icons/hicolor/22x22/status/key-group.png -share/apps/kgpg/icons/hicolor/22x22/status/key-pair.png -share/apps/kgpg/icons/hicolor/22x22/status/key-single.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/32x32/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/32x32/status/key-group.png -share/apps/kgpg/icons/hicolor/32x32/status/key-pair.png -share/apps/kgpg/icons/hicolor/32x32/status/key-single.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-export-key.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-import-key.png -share/apps/kgpg/icons/hicolor/48x48/actions/document-properties-key.png -share/apps/kgpg/icons/hicolor/48x48/status/key-group.png -share/apps/kgpg/icons/hicolor/48x48/status/key-pair.png -share/apps/kgpg/icons/hicolor/48x48/status/key-single.png -share/apps/kgpg/icons/hicolor/scalable/actions/document-export-key.svgz -share/apps/kgpg/icons/hicolor/scalable/actions/document-import-key.svgz -share/apps/kgpg/icons/hicolor/scalable/actions/document-properties-key.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-group.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-pair.svgz -share/apps/kgpg/icons/hicolor/scalable/status/key-single.svgz -share/apps/kgpg/keysmanager.rc -share/apps/kgpg/kgpgeditor.rc -share/apps/kgpg/tips -share/apps/kremotecontrol/profiles/amarok.profile.xml -share/apps/kremotecontrol/profiles/dragonplayer.profile.xml -share/apps/kremotecontrol/profiles/klauncher.profile.xml -share/apps/kremotecontrol/profiles/kmix.profile.xml -share/apps/kremotecontrol/profiles/konqueror.profile.xml -share/apps/kremotecontrol/profiles/kscd.profile.xml -share/apps/kremotecontrol/profiles/okular.profile.xml -share/apps/kremotecontrol/profiles/powermanagement.profile.xml -share/apps/kremotecontrol/profiles/profile.xsd -share/apps/kremotecontrol/profiles/vlc.profile.xml -share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc -share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_closed.png -share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_open.png -share/apps/kwalletmanager/kwalleteditor.rc -share/apps/kwalletmanager/kwalletmanager.rc -share/apps/superkaramba/superkarambaui.rc -share/apps/sweeper/sweeperui.rc -share/autostart/kgpg.desktop -share/config.kcfg/ark.kcfg -share/config.kcfg/kcalc.kcfg -share/config.kcfg/kgpg.kcfg -share/config/superkaramba.knsrc -share/dbus-1/interfaces/org.kde.kgpg.Key.xml -share/dbus-1/interfaces/org.kde.superkaramba.xml -share/dbus-1/interfaces/org.kde.sweeper.xml -share/doc/HTML/en/ark/ark-mainwindow.png -share/doc/HTML/en/ark/common -share/doc/HTML/en/ark/index.cache.bz2 -share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/kcalc/commands.docbook -share/doc/HTML/en/kcalc/common -share/doc/HTML/en/kcalc/index.cache.bz2 -share/doc/HTML/en/kcalc/index.docbook -share/doc/HTML/en/kcharselect/common -share/doc/HTML/en/kcharselect/index.cache.bz2 -share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcharselect/kcharselect.png -share/doc/HTML/en/kcontrol/blockdevices/common -share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 -share/doc/HTML/en/kcontrol/blockdevices/index.docbook -share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png -share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png -share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png -share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png -share/doc/HTML/en/kcontrol/kremotecontrol/common -share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 -share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook -share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png -share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png -share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png -share/doc/HTML/en/kdf/common -share/doc/HTML/en/kdf/index.cache.bz2 -share/doc/HTML/en/kdf/index.docbook -share/doc/HTML/en/kdf/kdf.png -share/doc/HTML/en/kdf/kdf_config.png -share/doc/HTML/en/kfloppy/common -share/doc/HTML/en/kfloppy/index.cache.bz2 -share/doc/HTML/en/kfloppy/index.docbook -share/doc/HTML/en/kgpg/common -share/doc/HTML/en/kgpg/editor.png -share/doc/HTML/en/kgpg/index.cache.bz2 -share/doc/HTML/en/kgpg/index.docbook -share/doc/HTML/en/kgpg/keygen.png -share/doc/HTML/en/kgpg/keymanage.png -share/doc/HTML/en/kgpg/keyprop.png -share/doc/HTML/en/kgpg/keys.png -share/doc/HTML/en/kgpg/keyserver-search.png -share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/options.png -share/doc/HTML/en/kgpg/select-secret-key.png -share/doc/HTML/en/kgpg/systray.png -share/doc/HTML/en/ktimer/common -share/doc/HTML/en/ktimer/first.png -share/doc/HTML/en/ktimer/index.cache.bz2 -share/doc/HTML/en/ktimer/index.docbook -share/doc/HTML/en/ktimer/main.png -share/doc/HTML/en/ktimer/running.png -share/doc/HTML/en/ktimer/two.at.once.png -share/doc/HTML/en/kwallet/common -share/doc/HTML/en/kwallet/edit1.png -share/doc/HTML/en/kwallet/edit2.png -share/doc/HTML/en/kwallet/first-open-request.png -share/doc/HTML/en/kwallet/index.cache.bz2 -share/doc/HTML/en/kwallet/index.docbook -share/doc/HTML/en/kwallet/kwalletmanager.png -share/doc/HTML/en/kwallet/openwallet-request.png -share/doc/HTML/en/kwallet/oxygen48-status-wallet-closed.png -share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png -share/doc/HTML/en/kwallet/save-login-information.png -share/doc/HTML/en/sweeper/common -share/doc/HTML/en/sweeper/index.cache.bz2 -share/doc/HTML/en/sweeper/index.docbook -share/doc/HTML/en/sweeper/sweeper.png -share/icons/hicolor/128x128/apps/kdf.png -share/icons/hicolor/128x128/apps/kfloppy.png -share/icons/hicolor/128x128/apps/ktimer.png -share/icons/hicolor/128x128/apps/kwalletmanager.png -share/icons/hicolor/128x128/apps/kwalletmanager2.png -share/icons/hicolor/128x128/apps/kwikdisk.png -share/icons/hicolor/128x128/apps/superkaramba.png -share/icons/hicolor/128x128/devices/infrared-remote.png -share/icons/hicolor/16x16/apps/kdf.png -share/icons/hicolor/16x16/apps/kfloppy.png -share/icons/hicolor/16x16/apps/kgpg.png -share/icons/hicolor/16x16/apps/ktimer.png -share/icons/hicolor/16x16/apps/kwalletmanager.png -share/icons/hicolor/16x16/apps/kwalletmanager2.png -share/icons/hicolor/16x16/apps/kwikdisk.png -share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/16x16/devices/infrared-remote.png -share/icons/hicolor/22x22/actions/krcd_flash.png -share/icons/hicolor/22x22/actions/krcd_off.png -share/icons/hicolor/22x22/apps/kdf.png -share/icons/hicolor/22x22/apps/kfloppy.png -share/icons/hicolor/22x22/apps/kgpg.png -share/icons/hicolor/22x22/apps/krcd.png -share/icons/hicolor/22x22/apps/kwalletmanager.png -share/icons/hicolor/22x22/apps/kwikdisk.png -share/icons/hicolor/22x22/apps/superkaramba.png -share/icons/hicolor/22x22/devices/infrared-remote.png -share/icons/hicolor/32x32/apps/kdf.png -share/icons/hicolor/32x32/apps/kfloppy.png -share/icons/hicolor/32x32/apps/kgpg.png -share/icons/hicolor/32x32/apps/ktimer.png -share/icons/hicolor/32x32/apps/kwalletmanager.png -share/icons/hicolor/32x32/apps/kwalletmanager2.png -share/icons/hicolor/32x32/apps/kwikdisk.png -share/icons/hicolor/32x32/apps/superkaramba.png -share/icons/hicolor/32x32/devices/infrared-remote.png -share/icons/hicolor/42x42/devices/infrared-remote.png -share/icons/hicolor/48x48/apps/kdf.png -share/icons/hicolor/48x48/apps/kfloppy.png -share/icons/hicolor/48x48/apps/kgpg.png -share/icons/hicolor/48x48/apps/ktimer.png -share/icons/hicolor/48x48/apps/kwalletmanager.png -share/icons/hicolor/48x48/apps/kwalletmanager2.png -share/icons/hicolor/48x48/apps/kwikdisk.png -share/icons/hicolor/48x48/apps/superkaramba.png -share/icons/hicolor/48x48/devices/infrared-remote.png -share/icons/hicolor/64x64/apps/kdf.png -share/icons/hicolor/64x64/apps/kfloppy.png -share/icons/hicolor/64x64/apps/kwalletmanager.png -share/icons/hicolor/64x64/apps/kwalletmanager2.png -share/icons/hicolor/64x64/apps/kwikdisk.png -share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/64x64/devices/infrared-remote.png -share/icons/hicolor/8x8/devices/infrared-remote.png -share/icons/hicolor/scalable/actions/krcd_flash.svgz -share/icons/hicolor/scalable/actions/krcd_off.svgz -share/icons/hicolor/scalable/apps/krcd.svgz -share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/hicolor/scalable/devices/infrared-remote.svgz -share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/32x32/apps/kcmdf.png -share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop -share/kde4/services/ServiceMenus/ark_servicemenu.desktop -share/kde4/services/ServiceMenus/encryptfile.desktop -share/kde4/services/ServiceMenus/encryptfolder.desktop -share/kde4/services/ServiceMenus/viewdecrypted.desktop -share/kde4/services/ark_dndextract.desktop -share/kde4/services/ark_part.desktop -share/kde4/services/kcm_remotecontrol.desktop -share/kde4/services/kcmdf.desktop -share/kde4/services/kded/kremotecontroldaemon.desktop -share/kde4/services/kerfuffle_cli7z.desktop -share/kde4/services/kerfuffle_clirar.desktop -share/kde4/services/kerfuffle_clizip.desktop -share/kde4/services/kerfuffle_libarchive.desktop -share/kde4/services/kerfuffle_libarchive_readonly.desktop -share/kde4/services/kerfuffle_libbz2.desktop -share/kde4/services/kerfuffle_libgz.desktop -share/kde4/services/kerfuffle_libxz.desktop -share/kde4/services/kremotecontrolbackends/kremotecontrol_lirc.desktop -share/kde4/services/kwalletconfig.desktop -share/kde4/services/kwalletmanager_show.desktop -share/kde4/services/plasma-engine-kremotecontrol.desktop -share/kde4/services/plasma-package-superkaramba.desktop -share/kde4/services/plasma-scriptengine-superkaramba.desktop -share/kde4/servicetypes/kerfufflePlugin.desktop -share/kde4/servicetypes/kremotecontrolmanager.desktop -@dirrm share/kde4/services/kremotecontrolbackends -@dirrmtry share/icons/oxygen/42x42/devices -@dirrmtry share/icons/oxygen/42x42 -@dirrmtry share/icons/hicolor/8x8/devices -@dirrmtry share/icons/hicolor/8x8 -@dirrmtry share/icons/hicolor/42x42/devices -@dirrmtry share/icons/hicolor/42x42 -@dirrm share/doc/HTML/en/sweeper -@dirrm share/doc/HTML/en/kwallet -@dirrm share/doc/HTML/en/ktimer -@dirrm share/doc/HTML/en/kgpg -@dirrm share/doc/HTML/en/kfloppy -@dirrm share/doc/HTML/en/kdf -@dirrm share/doc/HTML/en/kcontrol/kremotecontrol -@dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcharselect -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/ark -@dirrm share/apps/sweeper -@dirrm share/apps/superkaramba -@dirrm share/apps/kwalletmanager/icons/hicolor/22x22/actions -@dirrm share/apps/kwalletmanager/icons/hicolor/22x22 -@dirrm share/apps/kwalletmanager/icons/hicolor -@dirrm share/apps/kwalletmanager/icons -@dirrm share/apps/kwalletmanager -@dirrm share/apps/kremotecontroldaemon -@dirrm share/apps/kremotecontrol/profiles -@dirrm share/apps/kremotecontrol -@dirrm share/apps/kgpg/icons/hicolor/scalable/status -@dirrm share/apps/kgpg/icons/hicolor/scalable/actions -@dirrm share/apps/kgpg/icons/hicolor/scalable -@dirrm share/apps/kgpg/icons/hicolor/48x48/status -@dirrm share/apps/kgpg/icons/hicolor/48x48/actions -@dirrm share/apps/kgpg/icons/hicolor/48x48 -@dirrm share/apps/kgpg/icons/hicolor/32x32/status -@dirrm share/apps/kgpg/icons/hicolor/32x32/actions -@dirrm share/apps/kgpg/icons/hicolor/32x32 -@dirrm share/apps/kgpg/icons/hicolor/22x22/status -@dirrm share/apps/kgpg/icons/hicolor/22x22/actions -@dirrm share/apps/kgpg/icons/hicolor/22x22 -@dirrm share/apps/kgpg/icons/hicolor/16x16/status -@dirrm share/apps/kgpg/icons/hicolor/16x16/actions -@dirrm share/apps/kgpg/icons/hicolor/16x16 -@dirrm share/apps/kgpg/icons/hicolor -@dirrm share/apps/kgpg/icons -@dirrm share/apps/kgpg -@dirrm share/apps/kdf -@dirrm share/apps/kcalc -@dirrm share/apps/ark |