diff options
50 files changed, 10 insertions, 1629 deletions
@@ -4197,3 +4197,13 @@ net-p2p/mute-net||2009-10-31|Broken for extensive period of time and unmaintaine emulators/fceu|emulators/fceux|2009-11-04|Repocopied to new location net/p5-Net-EPP-Frame|net/p5-Net-EPP|2009-11-11|Please use net/p5-Net-EPP net/p5-Net-EPP-Client|net/p5-Net-EPP|2009-11-11|Please use net/p5-Net-EPP +editors/qemacs||2009-11-19|Has expired: depends on old version of GCC, no maintainer, not used by any other port, dead upstream +mail/postfix-gps-devel||2009-11-19|Has expired: Older than main port, no sign of maintainer activity beyond port creation 4+ years ago +graphics/php4-ffmpeg||2009-11-19|Has expired: development continues only for php5 +net-p2p/nicotine||2009-11-19|Has expired: development stalled years ago, use net-p2p/nicotine-plus instead +sysutils/rsyslog||2009-11-19|Has expired: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead +sysutils/rsyslog-gssapi||2009-11-19|Has expired: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead +sysutils/rsyslog-mysql||2009-11-19|Has expired: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead +sysutils/rsyslog-pgsql||2009-11-19|Has expired: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead +misc/kde4-l10n-ta||2009-11-19|Has expired +misc/kde4-l10n-eo||2009-11-19|Has expired diff --git a/editors/Makefile b/editors/Makefile index b06b0bda46e3..e202778702d2 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -179,7 +179,6 @@ SUBDIR += psgml SUBDIR += puff SUBDIR += py-room - SUBDIR += qemacs SUBDIR += richtext SUBDIR += rospell SUBDIR += rox-edit diff --git a/editors/qemacs/Makefile b/editors/qemacs/Makefile deleted file mode 100644 index 04511d6e63e7..000000000000 --- a/editors/qemacs/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: qemacs -# Date created: 27 January 2003 -# Whom: Brad Davis <so14k@so14k.com> et al -# -# $FreeBSD$ -# - -PORTNAME= qemacs -PORTVERSION= 0.3.1 -PORTREVISION= 3 -CATEGORIES= editors -MASTER_SITES= http://fabrice.bellard.free.fr/qemacs/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Quick Emacs - a very small but powerful UNIX editor - -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix="${PREFIX}" --make="${GMAKE}" --cc="${CC}" \ - --extra-cflags="${CFLAGS}" --extra-ldflags="${LDFLAGS}" -USE_GCC= 3.4 - -DEPRECATED= depends on old version of GCC, no maintainer, not used by any other port, dead upstream -EXPIRATION_DATE=2009-10-26 - -DATADIR= ${PREFIX}/share/qe - -MAN1= qe.1 -MLINKS= qe.1 qemacs.1 -PORTDOCS= qe-doc.html -PLIST_FILES= bin/html2png bin/qe bin/qemacs \ - %%DATADIR%%/kmaps %%DATADIR%%/ligatures -PLIST_DIRS= %%DATADIR%% - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -IGNORE= crashes on startup -.endif - -.if defined(WITHOUT_PNG) -CONFIGURE_ARGS+= --disable-png -.else -LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -CFLAGS+= `libpng-config --I_opts` -LDFLAGS= `libpng-config --L_opts` -.endif - -.if defined(WITHOUT_X11) -PKGNAMESUFFIX= -nox11 -CONFIGURE_ARGS+= --disable-x11 -.else -USE_XORG= x11 xv xext -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-Wall -g|-Wall|g ; \ - s|-m.*386||g ; \ - s|-ldl||g ; \ - s|-L/usr/X11R6/lib||g ; \ - s|make -C|$$(MAKE) -C|g ; \ - s|HOST_CC|CC|g' - @${REINPLACE_CMD} -e 's|/usr/share/doc/qemacs/|${DOCSDIR}/|g ; \ - s|README.gz|qe-doc.html|g' ${WRKSRC}/qe.1 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/html2png ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/qe ${PREFIX}/bin - ${LN} -sf qe ${PREFIX}/bin/qemacs - ${INSTALL_MAN} ${WRKSRC}/qe.1 ${MANPREFIX}/man/man1 - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/kmaps ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/ligatures ${DATADIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/qe-doc.html ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/editors/qemacs/distinfo b/editors/qemacs/distinfo deleted file mode 100644 index 9ec3b68298cc..000000000000 --- a/editors/qemacs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qemacs-0.3.1.tar.gz) = 74d85dee9861d494bf1f9c53bbc85298 -SHA256 (qemacs-0.3.1.tar.gz) = a3db57e09729d8c83be5ff9ab028ece173d8f5f10aaf61ca41f88aecb64996c7 -SIZE (qemacs-0.3.1.tar.gz) = 809124 diff --git a/editors/qemacs/files/patch-charset.c b/editors/qemacs/files/patch-charset.c deleted file mode 100644 index d8796d70e349..000000000000 --- a/editors/qemacs/files/patch-charset.c +++ /dev/null @@ -1,11 +0,0 @@ ---- charset.c.orig Tue Apr 22 07:01:42 2003 -+++ charset.c Thu Jan 18 13:56:10 2007 -@@ -20,7 +20,7 @@ - - QECharset *first_charset = NULL; - --extern QECharset charset_7bit; -+static QECharset charset_7bit; - - /* specific tables */ - static unsigned short table_idem[256]; diff --git a/editors/qemacs/files/patch-configure b/editors/qemacs/files/patch-configure deleted file mode 100644 index 6a141f1d05d9..000000000000 --- a/editors/qemacs/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Apr 22 07:01:43 2003 -+++ configure Thu Jan 18 12:39:56 2007 -@@ -311,7 +311,7 @@ - head $source_path/VERSION >>config.mak - echo "" >>config.mak - echo -n "#define QE_VERSION \"" >> $TMPH --head $source_path/VERSION >> $TMPH -+echo -n `head $source_path/VERSION` >> $TMPH - echo "\"" >> $TMPH - if test "$network" = "yes" ; then - echo "#define CONFIG_NETWORK 1" >> $TMPH diff --git a/editors/qemacs/files/patch-qe.h b/editors/qemacs/files/patch-qe.h deleted file mode 100644 index 3756ddf0de61..000000000000 --- a/editors/qemacs/files/patch-qe.h +++ /dev/null @@ -1,22 +0,0 @@ ---- qe.h.orig 2003-04-22 00:01:42.000000000 +0200 -+++ qe.h 2005-06-07 16:02:27.000000000 +0200 -@@ -576,10 +576,18 @@ - - /* make sure that the keyword is not disabled by glibc (TINYC case) */ - #undef __attribute__ -- -+#if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 3) - /* same method as the linux kernel... */ - #define __init_call __attribute__ ((unused,__section__ (".initcall.init"))) - #define __exit_call __attribute__ ((unused,__section__ (".exitcall.exit"))) -+#else -+#undef __attribute_used__ -+#define __attribute_used__ __attribute__((__used__)) -+#define __init_call __attribute_used__ __attribute__((__section__ (".initcall.init"))) -+#define __exit_call __attribute_used__ __attribute__((__section__ (".exitcall.exit"))) -+ -+#endif -+ - - #define qe_module_init(fn) \ - static int (*__initcall_##fn)(void) __init_call = fn diff --git a/editors/qemacs/files/patch-tty.c b/editors/qemacs/files/patch-tty.c deleted file mode 100644 index 36726f020dd5..000000000000 --- a/editors/qemacs/files/patch-tty.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tty.c.orig Tue Apr 22 07:01:42 2003 -+++ tty.c Thu Jan 18 13:56:41 2007 -@@ -70,7 +70,7 @@ - return 1; - } - --extern QEDisplay tty_dpy; -+static QEDisplay tty_dpy; - - static int term_init(QEditScreen *s, int w, int h) - { diff --git a/editors/qemacs/files/patch-unicode_join.c b/editors/qemacs/files/patch-unicode_join.c deleted file mode 100644 index 69e27ec48a55..000000000000 --- a/editors/qemacs/files/patch-unicode_join.c +++ /dev/null @@ -1,10 +0,0 @@ ---- unicode_join.c.orig Sat Aug 21 20:08:14 2004 -+++ unicode_join.c Sat Aug 21 20:08:27 2004 -@@ -182,6 +182,7 @@ - *q++ = l1; - i++; - found: -+ break; - } - } - return q - buf_out; diff --git a/editors/qemacs/files/patch-x11.c b/editors/qemacs/files/patch-x11.c deleted file mode 100644 index 2e0654fbf9be..000000000000 --- a/editors/qemacs/files/patch-x11.c +++ /dev/null @@ -1,11 +0,0 @@ ---- x11.c.orig Tue Apr 22 07:01:42 2003 -+++ x11.c Thu Jan 18 13:57:10 2007 -@@ -76,7 +76,7 @@ - static CSSRect update_rects[UPDATE_MAX_REGIONS]; - #endif - --extern QEDisplay x11_dpy; -+static QEDisplay x11_dpy; - static int visual_depth; - - static int force_tty = 0; diff --git a/editors/qemacs/pkg-descr b/editors/qemacs/pkg-descr deleted file mode 100644 index 15b12eebf878..000000000000 --- a/editors/qemacs/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -QEmacs has features other big editors lack: -* Full screen editor with an Emacs look and feel with all Emacs common - features: multi-buffer, multi-window, command mode, universal argument, - keyboard macros, config file with C like syntax, minibuffer with - completion and history. -* Can edit files of hundreds of Megabytes without being slow by using a - highly optimized internal representation and by mmaping the file. -* Full UTF8 support, including bidirectional editing respecting the Unicode - bidi algorithm. Arabic and Indic scripts handling (in progress). -* C mode: coloring with immediate update. Emacs like auto-indent. -* Shell mode: colorized VT100 emulation so that your shell work exactly as - you expect. Compile mode with next/prev error. -* Input methods for most languages, including Chinese (input methods come - from the Yudit editor). -* Hexadecimal editing mode with insertion and block commands. Unicode hexa - editing of UTF8 files also supported. -* Works on any VT100 terminals without termcap. UTF8 VT100 support included - with double width glyphs. -* X11 support. Support multiple proportionnal fonts at the same time (as - XEmacs). X Input methods supported. Xft extension supported for anti - aliased font display. - -WWW: http://fabrice.bellard.free.fr/qemacs/ diff --git a/graphics/Makefile b/graphics/Makefile index 24c5801919a8..54b6116411e2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -671,7 +671,6 @@ SUBDIR += php-magickwand SUBDIR += php4-chartdirector SUBDIR += php4-exif - SUBDIR += php4-ffmpeg SUBDIR += php4-gd SUBDIR += php5-chartdirector SUBDIR += php5-exif diff --git a/graphics/php4-ffmpeg/Makefile b/graphics/php4-ffmpeg/Makefile deleted file mode 100644 index 80f78bcf317e..000000000000 --- a/graphics/php4-ffmpeg/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: php4-ffmpeg -# Date created: 2006-10-19 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ffmpeg -PORTVERSION= 0.5.1 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}-php/${PORTNAME}-php/${PORTVERSION} -PKGNAMEPREFIX= php4- -DISTNAME= ${PORTNAME}-php-${PORTVERSION} -EXTRACT_SUFX= .tbz2 - -MAINTAINER= acm@FreeBSD.org -COMMENT= The ffmpeg shared extension for php - -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ - avutil.1:${PORTSDIR}/multimedia/ffmpeg - -BROKEN= does not compile with ffmpeg 0.5 and later -DEPRECATED= development continues only for php5 -EXPIRATION_DATE= 2009-10-12 - -CFLAGS+= -I${LOCALBASE}/include -DEFAULT_PHP_VER=4 -IGNORE_WITH_PHP=5 -USE_BZIP2= yes -USE_PHP= yes -USE_PHPIZE= yes -USE_PHPEXT= yes - -CONFIGURE_ARGS+= --with-ffmpeg=${LOCALBASE}/include - -.include <bsd.port.mk> diff --git a/graphics/php4-ffmpeg/distinfo b/graphics/php4-ffmpeg/distinfo deleted file mode 100644 index 7e4fa2aa54b8..000000000000 --- a/graphics/php4-ffmpeg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ffmpeg-php-0.5.1.tbz2) = 705e306c0687cf3fb4743c2a7e847c2f -SHA256 (ffmpeg-php-0.5.1.tbz2) = bbdb2091084129abb266e33b8dc3ea14b3870e8f3ab7a26141c322c6c1b86d8a -SIZE (ffmpeg-php-0.5.1.tbz2) = 1603431 diff --git a/graphics/php4-ffmpeg/files/patch-config.m4 b/graphics/php4-ffmpeg/files/patch-config.m4 deleted file mode 100644 index 3be77b9a5689..000000000000 --- a/graphics/php4-ffmpeg/files/patch-config.m4 +++ /dev/null @@ -1,27 +0,0 @@ ---- config.m4.orig 2006-09-30 02:14:15.000000000 +0800 -+++ config.m4 2008-07-28 15:53:18.099676966 +0800 -@@ -6,7 +6,11 @@ - - AC_MSG_CHECKING(for ffmpeg headers) - for i in $PHP_FFMPEG /usr/local /usr ; do -- if test -f $i/include/ffmpeg/avcodec.h; then -+ if test -f $i/include/libavcodec/avcodec.h; then -+ FFMPEG_DIR=$i -+ FFMPEG_INCDIR="$i/include/libavcodec $i/include/libavformat" -+ break -+ elif test -f $i/include/ffmpeg/avcodec.h; then - FFMPEG_DIR=$i - FFMPEG_INCDIR=$i/include/ffmpeg - break -@@ -45,7 +49,10 @@ - - PHP_ADD_LIBRARY_WITH_PATH(avcodec, $FFMPEG_LIBDIR, FFMPEG_SHARED_LIBADD) - PHP_ADD_LIBRARY_WITH_PATH(avformat, $FFMPEG_LIBDIR, FFMPEG_SHARED_LIBADD) -- PHP_ADD_INCLUDE($FFMPEG_INCDIR) -+ -+ for i in $FFMPEG_INCDIR; do -+ PHP_ADD_INCLUDE($i) -+ done - - PHP_NEW_EXTENSION(ffmpeg, ffmpeg-php.c ffmpeg_movie.c ffmpeg_frame.c ffmpeg_animated_gif.c, $ext_shared,, \\$(GDLIB_CFLAGS)) - PHP_SUBST(FFMPEG_SHARED_LIBADD) diff --git a/graphics/php4-ffmpeg/pkg-descr b/graphics/php4-ffmpeg/pkg-descr deleted file mode 100644 index d37829bb1543..000000000000 --- a/graphics/php4-ffmpeg/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The ffmpeg-php is an extension for PHP that adds an easy to use, -object-oriented API for accessing and retrieving information from video and -audio files. It has methods for returning frames from movie files as images -that can be manipulated using PHP's image functions. This works well for -automatically creating thumbnail images from movies. ffmpeg-php is also useful -for reporting the duration and bitrate of audio files (mp3, wma...). - -The ffmpeg-php can access many of the video formats supported by ffmpeg (mov, -avi, mpg, wmv...) - -WWW: http://ffmpeg-php.sourceforge.net/ diff --git a/mail/Makefile b/mail/Makefile index 0a0ca99a842e..247b434b5626 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -491,7 +491,6 @@ SUBDIR += postfix SUBDIR += postfix-current SUBDIR += postfix-gps - SUBDIR += postfix-gps-devel SUBDIR += postfix-policyd-sf SUBDIR += postfix-policyd-spf SUBDIR += postfix-policyd-spf-perl diff --git a/mail/postfix-gps-devel/Makefile b/mail/postfix-gps-devel/Makefile deleted file mode 100644 index 96730a12ead0..000000000000 --- a/mail/postfix-gps-devel/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: postfix-gps-devel -# Date created: 29 May 2005 -# Whom: Dennis K. Jensen <freebsd@signout.dk> -# -# $FreeBSD$ -# - -PORTNAME= gps -PORTVERSION= 1.004 -PORTREVISION= 2 -CATEGORIES= mail security -MASTER_SITES= http://mimo.gn.apc.org/gps/ -PKGNAMEPREFIX= postfix- -PKGNAMESUFFIX= -devel -DISTNAME= gps-${PORTVERSION} - -MAINTAINER= freebsd@signout.dk -COMMENT= Greylist Policy Service for postfix - -LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi -RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers - -DEPRECATED= Older than main port, no sign of maintainer activity beyond port creation 4+ years ago -EXPIRATION_DATE=2009-11-03 - -SCRIPT_FILES= gps-maintain.pl gps-db-update.pl - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_AUTOTOOLS= automake:19 autoconf:262 -USE_GCC= 3.4 -CONFIGURE_ARGS= --bindir=${PREFIX}/libexec --includedir=${PREFIX}/include -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" - -pre-configure: - @cd ${WRKSRC} && ${ACLOCAL} -post-install: - @${INSTALL_DATA} ${WRKSRC}/etc/gps.conf ${PREFIX}/etc/gps.conf-dist -.for f in ${SCRIPT_FILES} - @${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/libexec -.endfor - @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/mail/postfix-gps-devel/distinfo b/mail/postfix-gps-devel/distinfo deleted file mode 100644 index 6e2f0ef3248a..000000000000 --- a/mail/postfix-gps-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gps-1.004.tar.gz) = 9a0a0a80535c13f4a4486f23dbc212af -SHA256 (gps-1.004.tar.gz) = 08c0a12dac77c8797e5e2b5aa3237a8cf76284d0203d711ddfdd4234a615822d -SIZE (gps-1.004.tar.gz) = 348669 diff --git a/mail/postfix-gps-devel/files/patch-configure.in b/mail/postfix-gps-devel/files/patch-configure.in deleted file mode 100644 index 9b61221091ba..000000000000 --- a/mail/postfix-gps-devel/files/patch-configure.in +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.in.orig Fri Sep 17 07:55:55 2004 -+++ configure.in Mon Sep 20 01:48:31 2004 -@@ -20,9 +20,6 @@ - - AC_LANG_CPLUSPLUS - AC_PROG_CXX --AM_PROG_LIBTOOL --AC_PROG_LD --AM_PROG_LD - dnl AC_CHECK_LIB(dbi, libdbi) - - AC_HAVE_HEADERS(syslog.h) diff --git a/mail/postfix-gps-devel/files/patch-src__Makefile.am b/mail/postfix-gps-devel/files/patch-src__Makefile.am deleted file mode 100644 index 6cb666ce6f83..000000000000 --- a/mail/postfix-gps-devel/files/patch-src__Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ ---- src/Makefile.am.orig Sun Nov 21 01:41:36 2004 -+++ src/Makefile.am Sun Jan 9 16:45:10 2005 -@@ -9,5 +9,5 @@ - noinst_HEADERS = configreader.h db.h read.h triplet.h defs.h strtrim.h cfg.h \ - wlmodule.h wldb.h tmplwlmod.h dbdefs.h doxygen.h wlcacheddb.h dbiquote.h \ - regexcpp.h pmatcher.h action.h --gps_LDADD = -lpthread -ldbi -ldl -+gps_LDADD = -ldbi ${PTHREAD_LIBS} - METASOURCES = AUTO diff --git a/mail/postfix-gps-devel/files/patch-src__pmatcher.h b/mail/postfix-gps-devel/files/patch-src__pmatcher.h deleted file mode 100644 index 78d804db9ce7..000000000000 --- a/mail/postfix-gps-devel/files/patch-src__pmatcher.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/pmatcher.h.orig Sun Nov 21 05:37:49 2004 -+++ src/pmatcher.h Sun Jan 9 16:50:54 2005 -@@ -24,6 +24,7 @@ - #include <string> - //getnameinfo - #include <netdb.h> -+#include <sys/socket.h> - // - #include "regexcpp.h" - #include "triplet.h" diff --git a/mail/postfix-gps-devel/pkg-descr b/mail/postfix-gps-devel/pkg-descr deleted file mode 100644 index 03ce142dab64..000000000000 --- a/mail/postfix-gps-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This program is an implementation of a greylist policy service for -postfix (2.1.0 and later). Greylisting is a concept to reduce the -amount of UCE ('spam') by technical means. Tests on production -systems show that greylisting is hugely effective. - -Read more about greylisting on: -WWW: http://www.greylisting.org and -WWW: http://projects.puremagic.com/greylisting/whitepaper.html - -Also, please consult homepage of this program: -WWW: http://mimo.gn.apc.org/gps/ diff --git a/mail/postfix-gps-devel/pkg-message b/mail/postfix-gps-devel/pkg-message deleted file mode 100644 index 1e61bd1e1225..000000000000 --- a/mail/postfix-gps-devel/pkg-message +++ /dev/null @@ -1,30 +0,0 @@ -======================================================================== -Configuration Instructions - -You should now create a database for gps, and grant a dedicated database -user appropriate privilege to access it. Please copy gps.conf-dist found -in your local etc directory to gps.conf and do some changes to reflect -the database and user. gps will automatically create the tables that -is needed for greylisting. - -After you have all these done, modify the postfix master.cf and include -gps as policy server. We recommend that you use Unix domain socket -since this can be used even within a jail(8) environment. An example -entry is: - -policy unix - n n - - spawn - user=nobody argv=%%PREFIX%%/libexec/gps -v %%PREFIX%%/etc/gps.conf - -In order to make policy server effect on your postfix installation, -you should add something like: - - check_policy_service unix:private/policy - -Into your smtpd_sender_restrictions configuration in postfix's main.cf. - -Also, you may want to include the following line into your crontab so -system will automatically do daily cleanup of the greylist table: - -27 * * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -eq 0 -age 86400 %%PREFIX%%/etc/gps.conf -55 3 * * * %%PREFIX%%/libexec/gps-maintain.pl -delete -age 3110400 %%PREFIX%%/etc/gps.conf -======================================================================== diff --git a/mail/postfix-gps-devel/pkg-plist b/mail/postfix-gps-devel/pkg-plist deleted file mode 100644 index 21a2db2dcbfb..000000000000 --- a/mail/postfix-gps-devel/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -etc/gps.conf-dist -libexec/gps -libexec/gps-maintain.pl -libexec/gps-db-update.pl diff --git a/misc/Makefile b/misc/Makefile index 7974122c8b74..cda63cf04f0c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -273,7 +273,6 @@ SUBDIR += kde4-l10n-da SUBDIR += kde4-l10n-el SUBDIR += kde4-l10n-en_GB - SUBDIR += kde4-l10n-eo SUBDIR += kde4-l10n-es SUBDIR += kde4-l10n-et SUBDIR += kde4-l10n-eu @@ -307,7 +306,6 @@ SUBDIR += kde4-l10n-sl SUBDIR += kde4-l10n-sr SUBDIR += kde4-l10n-sv - SUBDIR += kde4-l10n-ta SUBDIR += kde4-l10n-tg SUBDIR += kde4-l10n-th SUBDIR += kde4-l10n-tr diff --git a/misc/kde4-l10n-eo/Makefile b/misc/kde4-l10n-eo/Makefile deleted file mode 100644 index 36bc2eaf35ac..000000000000 --- a/misc/kde4-l10n-eo/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: kde4-l10n-eo -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-l10n -PORTVERSION= 4.1.4 -CATEGORIES= misc kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Esperanto messages and documentation for KDE4 - -IGNORE= unfetchable and unmaintained upstream -EXPIRATION_DATE= 2009-11-17 - -KDE4_L10N= eo - -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> diff --git a/misc/kde4-l10n-eo/distinfo b/misc/kde4-l10n-eo/distinfo deleted file mode 100644 index f33593f2e027..000000000000 --- a/misc/kde4-l10n-eo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-l10n/kde-l10n-eo-4.1.4.tar.bz2) = 88875e433f2440757b03df87eab9de07 -SHA256 (KDE/kde-l10n/kde-l10n-eo-4.1.4.tar.bz2) = c9466ab2b15ef94a4987b98496d988a7aa9ef5b690ee02ac270c4e9b60ab3c47 -SIZE (KDE/kde-l10n/kde-l10n-eo-4.1.4.tar.bz2) = 1115714 diff --git a/misc/kde4-l10n-eo/pkg-descr b/misc/kde4-l10n-eo/pkg-descr deleted file mode 100644 index 3073b1096b79..000000000000 --- a/misc/kde4-l10n-eo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE4. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-eo/pkg-plist b/misc/kde4-l10n-eo/pkg-plist deleted file mode 100644 index 57a1e2be2d18..000000000000 --- a/misc/kde4-l10n-eo/pkg-plist +++ /dev/null @@ -1,294 +0,0 @@ -share/locale/eo/LC_MESSAGES/akregator.mo -share/locale/eo/LC_MESSAGES/amor.mo -share/locale/eo/LC_MESSAGES/ark.mo -share/locale/eo/LC_MESSAGES/audiorename_plugin.mo -share/locale/eo/LC_MESSAGES/blinken.mo -share/locale/eo/LC_MESSAGES/bovo.mo -share/locale/eo/LC_MESSAGES/cervisia.mo -share/locale/eo/LC_MESSAGES/display.mo -share/locale/eo/LC_MESSAGES/dolphin.mo -share/locale/eo/LC_MESSAGES/drkonqi.mo -share/locale/eo/LC_MESSAGES/filetypes.mo -share/locale/eo/LC_MESSAGES/gwenview.mo -share/locale/eo/LC_MESSAGES/htmlsearch.mo -share/locale/eo/LC_MESSAGES/imagerename_plugin.mo -share/locale/eo/LC_MESSAGES/joystick.mo -share/locale/eo/LC_MESSAGES/kabc_dir.mo -share/locale/eo/LC_MESSAGES/kabc_file.mo -share/locale/eo/LC_MESSAGES/kabc_ldapkio.mo -share/locale/eo/LC_MESSAGES/kabc_net.mo -share/locale/eo/LC_MESSAGES/kabcformat_binary.mo -share/locale/eo/LC_MESSAGES/kaccess.mo -share/locale/eo/LC_MESSAGES/kaddressbook.mo -share/locale/eo/LC_MESSAGES/kalzium.mo -share/locale/eo/LC_MESSAGES/kanagram.mo -share/locale/eo/LC_MESSAGES/kappfinder.mo -share/locale/eo/LC_MESSAGES/kate.mo -share/locale/eo/LC_MESSAGES/katepart4.mo -share/locale/eo/LC_MESSAGES/katomic.mo -share/locale/eo/LC_MESSAGES/kbattleship.mo -share/locale/eo/LC_MESSAGES/kblackbox.mo -share/locale/eo/LC_MESSAGES/kblankscrn.mo -share/locale/eo/LC_MESSAGES/kbounce.mo -share/locale/eo/LC_MESSAGES/kbruch.mo -share/locale/eo/LC_MESSAGES/kcalc.mo -share/locale/eo/LC_MESSAGES/kcertpart.mo -share/locale/eo/LC_MESSAGES/kcharselect.mo -share/locale/eo/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/eo/LC_MESSAGES/kcm_phonon.mo -share/locale/eo/LC_MESSAGES/kcm_phononxine.mo -share/locale/eo/LC_MESSAGES/kcm_solid.mo -share/locale/eo/LC_MESSAGES/kcmaccess.mo -share/locale/eo/LC_MESSAGES/kcmaudiocd.mo -share/locale/eo/LC_MESSAGES/kcmbackground.mo -share/locale/eo/LC_MESSAGES/kcmbell.mo -share/locale/eo/LC_MESSAGES/kcmcgi.mo -share/locale/eo/LC_MESSAGES/kcmcolors.mo -share/locale/eo/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/eo/LC_MESSAGES/kcmcrypto.mo -share/locale/eo/LC_MESSAGES/kcmcss.mo -share/locale/eo/LC_MESSAGES/kcmenergy.mo -share/locale/eo/LC_MESSAGES/kcmfonts.mo -share/locale/eo/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/eo/LC_MESSAGES/kcmicons.mo -share/locale/eo/LC_MESSAGES/kcminfo.mo -share/locale/eo/LC_MESSAGES/kcminit.mo -share/locale/eo/LC_MESSAGES/kcminput.mo -share/locale/eo/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/eo/LC_MESSAGES/kcmkamera.mo -share/locale/eo/LC_MESSAGES/kcmkclock.mo -share/locale/eo/LC_MESSAGES/kcmkded.mo -share/locale/eo/LC_MESSAGES/kcmkdnssd.mo -share/locale/eo/LC_MESSAGES/kcmkeyboard.mo -share/locale/eo/LC_MESSAGES/kcmkeys.mo -share/locale/eo/LC_MESSAGES/kcmkgamma.mo -share/locale/eo/LC_MESSAGES/kcmkio.mo -share/locale/eo/LC_MESSAGES/kcmkonq.mo -share/locale/eo/LC_MESSAGES/kcmkonqhtml.mo -share/locale/eo/LC_MESSAGES/kcmkurifilt.mo -share/locale/eo/LC_MESSAGES/kcmkwincompositing.mo -share/locale/eo/LC_MESSAGES/kcmkwindecoration.mo -share/locale/eo/LC_MESSAGES/kcmkwinrules.mo -share/locale/eo/LC_MESSAGES/kcmkwm.mo -share/locale/eo/LC_MESSAGES/kcmlaunch.mo -share/locale/eo/LC_MESSAGES/kcmlilo.mo -share/locale/eo/LC_MESSAGES/kcmlocale.mo -share/locale/eo/LC_MESSAGES/kcmnic.mo -share/locale/eo/LC_MESSAGES/kcmnotify.mo -share/locale/eo/LC_MESSAGES/kcmperformance.mo -share/locale/eo/LC_MESSAGES/kcmsamba.mo -share/locale/eo/LC_MESSAGES/kcmscreensaver.mo -share/locale/eo/LC_MESSAGES/kcmshell.mo -share/locale/eo/LC_MESSAGES/kcmsmartcard.mo -share/locale/eo/LC_MESSAGES/kcmsmserver.mo -share/locale/eo/LC_MESSAGES/kcmstyle.mo -share/locale/eo/LC_MESSAGES/kcmtaskbar.mo -share/locale/eo/LC_MESSAGES/kcmusb.mo -share/locale/eo/LC_MESSAGES/kcmview1394.mo -share/locale/eo/LC_MESSAGES/kcmxinerama.mo -share/locale/eo/LC_MESSAGES/kcolorchooser.mo -share/locale/eo/LC_MESSAGES/kcron.mo -share/locale/eo/LC_MESSAGES/kdat.mo -share/locale/eo/LC_MESSAGES/kde-menu.mo -share/locale/eo/LC_MESSAGES/kdebugdialog.mo -share/locale/eo/LC_MESSAGES/kdelibs4.mo -share/locale/eo/LC_MESSAGES/kdelibs_colors4.mo -share/locale/eo/LC_MESSAGES/kdepasswd.mo -share/locale/eo/LC_MESSAGES/kdeqt.mo -share/locale/eo/LC_MESSAGES/kdessh.mo -share/locale/eo/LC_MESSAGES/kdesu.mo -share/locale/eo/LC_MESSAGES/kdesud.mo -share/locale/eo/LC_MESSAGES/kdf.mo -share/locale/eo/LC_MESSAGES/kdialog.mo -share/locale/eo/LC_MESSAGES/kdmconfig.mo -share/locale/eo/LC_MESSAGES/kdmgreet.mo -share/locale/eo/LC_MESSAGES/keditbookmarks.mo -share/locale/eo/LC_MESSAGES/kfile.mo -share/locale/eo/LC_MESSAGES/kfile_avi.mo -share/locale/eo/LC_MESSAGES/kfile_dds.mo -share/locale/eo/LC_MESSAGES/kfile_dvi.mo -share/locale/eo/LC_MESSAGES/kfile_exr.mo -share/locale/eo/LC_MESSAGES/kfile_flac.mo -share/locale/eo/LC_MESSAGES/kfile_mp3.mo -share/locale/eo/LC_MESSAGES/kfile_mpc.mo -share/locale/eo/LC_MESSAGES/kfile_ogg.mo -share/locale/eo/LC_MESSAGES/kfile_pnm.mo -share/locale/eo/LC_MESSAGES/kfile_raw.mo -share/locale/eo/LC_MESSAGES/kfile_rgb.mo -share/locale/eo/LC_MESSAGES/kfile_rpm.mo -share/locale/eo/LC_MESSAGES/kfile_sid.mo -share/locale/eo/LC_MESSAGES/kfile_theora.mo -share/locale/eo/LC_MESSAGES/kfile_tiff.mo -share/locale/eo/LC_MESSAGES/kfile_wav.mo -share/locale/eo/LC_MESSAGES/kfile_xps.mo -share/locale/eo/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/eo/LC_MESSAGES/kfindpart.mo -share/locale/eo/LC_MESSAGES/kfloppy.mo -share/locale/eo/LC_MESSAGES/kfmclient.mo -share/locale/eo/LC_MESSAGES/kfontinst.mo -share/locale/eo/LC_MESSAGES/kfourinline.mo -share/locale/eo/LC_MESSAGES/kgeography.mo -share/locale/eo/LC_MESSAGES/kgreet_classic.mo -share/locale/eo/LC_MESSAGES/kgreet_winbind.mo -share/locale/eo/LC_MESSAGES/khelpcenter.mo -share/locale/eo/LC_MESSAGES/khotkeys.mo -share/locale/eo/LC_MESSAGES/khotnewstuff.mo -share/locale/eo/LC_MESSAGES/khtmlkttsd.mo -share/locale/eo/LC_MESSAGES/kinfocenter.mo -share/locale/eo/LC_MESSAGES/kio4.mo -share/locale/eo/LC_MESSAGES/kio_archive.mo -share/locale/eo/LC_MESSAGES/kio_audiocd.mo -share/locale/eo/LC_MESSAGES/kio_finger.mo -share/locale/eo/LC_MESSAGES/kio_fish.mo -share/locale/eo/LC_MESSAGES/kio_floppy.mo -share/locale/eo/LC_MESSAGES/kio_help4.mo -share/locale/eo/LC_MESSAGES/kio_imap4.mo -share/locale/eo/LC_MESSAGES/kio_man.mo -share/locale/eo/LC_MESSAGES/kio_nfs.mo -share/locale/eo/LC_MESSAGES/kio_nntp.mo -share/locale/eo/LC_MESSAGES/kio_pop3.mo -share/locale/eo/LC_MESSAGES/kio_remote.mo -share/locale/eo/LC_MESSAGES/kio_settings.mo -share/locale/eo/LC_MESSAGES/kio_sftp.mo -share/locale/eo/LC_MESSAGES/kio_smb.mo -share/locale/eo/LC_MESSAGES/kio_smtp.mo -share/locale/eo/LC_MESSAGES/kio_thumbnail.mo -share/locale/eo/LC_MESSAGES/kio_trash.mo -share/locale/eo/LC_MESSAGES/kioclient.mo -share/locale/eo/LC_MESSAGES/kioexec.mo -share/locale/eo/LC_MESSAGES/kiriki.mo -share/locale/eo/LC_MESSAGES/kiten.mo -share/locale/eo/LC_MESSAGES/kjots.mo -share/locale/eo/LC_MESSAGES/kjumpingcube.mo -share/locale/eo/LC_MESSAGES/klines.mo -share/locale/eo/LC_MESSAGES/klipper.mo -share/locale/eo/LC_MESSAGES/klock.mo -share/locale/eo/LC_MESSAGES/kmag.mo -share/locale/eo/LC_MESSAGES/kmahjongg.mo -share/locale/eo/LC_MESSAGES/kmail.mo -share/locale/eo/LC_MESSAGES/kmailcvt.mo -share/locale/eo/LC_MESSAGES/kmenuedit.mo -share/locale/eo/LC_MESSAGES/kmimetypefinder.mo -share/locale/eo/LC_MESSAGES/kmines.mo -share/locale/eo/LC_MESSAGES/kmix.mo -share/locale/eo/LC_MESSAGES/kmousetool.mo -share/locale/eo/LC_MESSAGES/kmouth.mo -share/locale/eo/LC_MESSAGES/kmplot.mo -share/locale/eo/LC_MESSAGES/knetattach.mo -share/locale/eo/LC_MESSAGES/knetworkconfmodule.mo -share/locale/eo/LC_MESSAGES/knode.mo -share/locale/eo/LC_MESSAGES/knotes.mo -share/locale/eo/LC_MESSAGES/knotify4.mo -share/locale/eo/LC_MESSAGES/kolourpaint.mo -share/locale/eo/LC_MESSAGES/konqueror.mo -share/locale/eo/LC_MESSAGES/konquest.mo -share/locale/eo/LC_MESSAGES/konsole.mo -share/locale/eo/LC_MESSAGES/korn.mo -share/locale/eo/LC_MESSAGES/kpackage.mo -share/locale/eo/LC_MESSAGES/kpartsaver.mo -share/locale/eo/LC_MESSAGES/kpasswdserver.mo -share/locale/eo/LC_MESSAGES/kpat.mo -share/locale/eo/LC_MESSAGES/kppp.mo -share/locale/eo/LC_MESSAGES/kppplogview.mo -share/locale/eo/LC_MESSAGES/kquitapp.mo -share/locale/eo/LC_MESSAGES/krandr.mo -share/locale/eo/LC_MESSAGES/krdb.mo -share/locale/eo/LC_MESSAGES/kreadconfig.mo -share/locale/eo/LC_MESSAGES/kreversi.mo -share/locale/eo/LC_MESSAGES/kruler.mo -share/locale/eo/LC_MESSAGES/krunner.mo -share/locale/eo/LC_MESSAGES/krunner_bookmarksrunner.mo -share/locale/eo/LC_MESSAGES/krunner_calculatorrunner.mo -share/locale/eo/LC_MESSAGES/krunner_locationsrunner.mo -share/locale/eo/LC_MESSAGES/krunner_webshortcutsrunner.mo -share/locale/eo/LC_MESSAGES/ksame.mo -share/locale/eo/LC_MESSAGES/kscd.mo -share/locale/eo/LC_MESSAGES/kscreensaver.mo -share/locale/eo/LC_MESSAGES/kshisen.mo -share/locale/eo/LC_MESSAGES/kshorturifilter.mo -share/locale/eo/LC_MESSAGES/ksmserver.mo -share/locale/eo/LC_MESSAGES/ksnapshot.mo -share/locale/eo/LC_MESSAGES/kspaceduel.mo -share/locale/eo/LC_MESSAGES/ksplashthemes.mo -share/locale/eo/LC_MESSAGES/kstars.mo -share/locale/eo/LC_MESSAGES/kstart.mo -share/locale/eo/LC_MESSAGES/kstyle_config.mo -share/locale/eo/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/eo/LC_MESSAGES/ksysguard.mo -share/locale/eo/LC_MESSAGES/ksystraycmd.mo -share/locale/eo/LC_MESSAGES/ksysv.mo -share/locale/eo/LC_MESSAGES/kteatime.mo -share/locale/eo/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/eo/LC_MESSAGES/kthememanager.mo -share/locale/eo/LC_MESSAGES/ktimer.mo -share/locale/eo/LC_MESSAGES/ktimetracker.mo -share/locale/eo/LC_MESSAGES/ktraderclient.mo -share/locale/eo/LC_MESSAGES/ktuberling.mo -share/locale/eo/LC_MESSAGES/ktux.mo -share/locale/eo/LC_MESSAGES/kuiserver.mo -share/locale/eo/LC_MESSAGES/kurifilter.mo -share/locale/eo/LC_MESSAGES/kuser.mo -share/locale/eo/LC_MESSAGES/kweather.mo -share/locale/eo/LC_MESSAGES/kwin.mo -share/locale/eo/LC_MESSAGES/kwin_clients.mo -share/locale/eo/LC_MESSAGES/kwin_effects.mo -share/locale/eo/LC_MESSAGES/kwin_lib.mo -share/locale/eo/LC_MESSAGES/kwrite.mo -share/locale/eo/LC_MESSAGES/kwriteconfig.mo -share/locale/eo/LC_MESSAGES/kxkb.mo -share/locale/eo/LC_MESSAGES/kxsconfig.mo -share/locale/eo/LC_MESSAGES/libkcal.mo -share/locale/eo/LC_MESSAGES/libkdeedu.mo -share/locale/eo/LC_MESSAGES/libkdegames.mo -share/locale/eo/LC_MESSAGES/libkonq.mo -share/locale/eo/LC_MESSAGES/libkscreensaver.mo -share/locale/eo/LC_MESSAGES/libkworkspace.mo -share/locale/eo/LC_MESSAGES/libphonon.mo -share/locale/eo/LC_MESSAGES/libplasma.mo -share/locale/eo/LC_MESSAGES/libtaskmanager.mo -share/locale/eo/LC_MESSAGES/lskat.mo -share/locale/eo/LC_MESSAGES/nepomuk.mo -share/locale/eo/LC_MESSAGES/nsplugin.mo -share/locale/eo/LC_MESSAGES/okular.mo -share/locale/eo/LC_MESSAGES/okular_chm.mo -share/locale/eo/LC_MESSAGES/okular_djvu.mo -share/locale/eo/LC_MESSAGES/okular_dvi.mo -share/locale/eo/LC_MESSAGES/okular_fictionbook.mo -share/locale/eo/LC_MESSAGES/okular_ghostview.mo -share/locale/eo/LC_MESSAGES/okular_kimgio.mo -share/locale/eo/LC_MESSAGES/okular_ooo.mo -share/locale/eo/LC_MESSAGES/okular_plucker.mo -share/locale/eo/LC_MESSAGES/okular_poppler.mo -share/locale/eo/LC_MESSAGES/okular_tiff.mo -share/locale/eo/LC_MESSAGES/okular_xps.mo -share/locale/eo/LC_MESSAGES/parley.mo -share/locale/eo/LC_MESSAGES/phonon-xine.mo -share/locale/eo/LC_MESSAGES/phonon_kde.mo -share/locale/eo/LC_MESSAGES/plasma.mo -share/locale/eo/LC_MESSAGES/plasma_applet_battery.mo -share/locale/eo/LC_MESSAGES/plasma_applet_clock.mo -share/locale/eo/LC_MESSAGES/plasma_applet_desktop.mo -share/locale/eo/LC_MESSAGES/plasma_applet_devicenotifier.mo -share/locale/eo/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/eo/LC_MESSAGES/plasma_applet_knewsticker.mo -share/locale/eo/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/eo/LC_MESSAGES/plasma_applet_pager.mo -share/locale/eo/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/eo/LC_MESSAGES/plasma_engine_dict.mo -share/locale/eo/LC_MESSAGES/plasmaengineexplorer.mo -share/locale/eo/LC_MESSAGES/processcore.mo -share/locale/eo/LC_MESSAGES/processui.mo -share/locale/eo/LC_MESSAGES/solid-bluetooth.mo -share/locale/eo/LC_MESSAGES/solid-hardware.mo -share/locale/eo/LC_MESSAGES/solid-network.mo -share/locale/eo/LC_MESSAGES/solid-powermanagement.mo -share/locale/eo/LC_MESSAGES/solidcontrol.mo -share/locale/eo/LC_MESSAGES/soliduiserver.mo -share/locale/eo/LC_MESSAGES/spy.mo -share/locale/eo/LC_MESSAGES/svgpart.mo -share/locale/eo/LC_MESSAGES/sweeper.mo -share/locale/eo/LC_MESSAGES/systemsettings.mo -share/locale/eo/LC_MESSAGES/timezones4.mo -share/locale/eo/LC_MESSAGES/umbrello.mo -share/locale/eo/LC_MESSAGES/useraccount.mo -share/locale/eo/entry.desktop diff --git a/misc/kde4-l10n-ta/Makefile b/misc/kde4-l10n-ta/Makefile deleted file mode 100644 index 005029bd8c4a..000000000000 --- a/misc/kde4-l10n-ta/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: kde4-l10n-ta -# Date created: 29 July 2008 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kde-l10n -PORTVERSION= 4.1.4 -CATEGORIES= misc kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Tamil messages and documentation for KDE4 - -IGNORE= unfetchable and unmaintained upstream -EXPIRATION_DATE= 2009-11-17 - -KDE4_L10N= ta - -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include <bsd.port.mk> diff --git a/misc/kde4-l10n-ta/distinfo b/misc/kde4-l10n-ta/distinfo deleted file mode 100644 index a9c7212ccc98..000000000000 --- a/misc/kde4-l10n-ta/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kde-l10n/kde-l10n-ta-4.1.4.tar.bz2) = 6b1ffdaed790ed733bfc3aac8808cbad -SHA256 (KDE/kde-l10n/kde-l10n-ta-4.1.4.tar.bz2) = 4237dc10f2ac2d154d6c27e185f62116e1e07ae7e2465f33ebf0bce5a523d61e -SIZE (KDE/kde-l10n/kde-l10n-ta-4.1.4.tar.bz2) = 1733264 diff --git a/misc/kde4-l10n-ta/pkg-descr b/misc/kde4-l10n-ta/pkg-descr deleted file mode 100644 index 3073b1096b79..000000000000 --- a/misc/kde4-l10n-ta/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for KDE4. - -WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-ta/pkg-plist b/misc/kde4-l10n-ta/pkg-plist deleted file mode 100644 index a51c873bedf2..000000000000 --- a/misc/kde4-l10n-ta/pkg-plist +++ /dev/null @@ -1,377 +0,0 @@ -share/locale/ta/LC_MESSAGES/akregator.mo -share/locale/ta/LC_MESSAGES/amor.mo -share/locale/ta/LC_MESSAGES/ark.mo -share/locale/ta/LC_MESSAGES/audiocd_encoder_lame.mo -share/locale/ta/LC_MESSAGES/audiocd_encoder_vorbis.mo -share/locale/ta/LC_MESSAGES/audiorename_plugin.mo -share/locale/ta/LC_MESSAGES/cervisia.mo -share/locale/ta/LC_MESSAGES/cvsservice.mo -share/locale/ta/LC_MESSAGES/display.mo -share/locale/ta/LC_MESSAGES/dolphin.mo -share/locale/ta/LC_MESSAGES/drkonqi.mo -share/locale/ta/LC_MESSAGES/filetypes.mo -share/locale/ta/LC_MESSAGES/htmlsearch.mo -share/locale/ta/LC_MESSAGES/imagerename_plugin.mo -share/locale/ta/LC_MESSAGES/joystick.mo -share/locale/ta/LC_MESSAGES/juk.mo -share/locale/ta/LC_MESSAGES/kabc_dir.mo -share/locale/ta/LC_MESSAGES/kabc_file.mo -share/locale/ta/LC_MESSAGES/kabc_ldapkio.mo -share/locale/ta/LC_MESSAGES/kabc_net.mo -share/locale/ta/LC_MESSAGES/kabc_slox.mo -share/locale/ta/LC_MESSAGES/kabcformat_binary.mo -share/locale/ta/LC_MESSAGES/kaccess.mo -share/locale/ta/LC_MESSAGES/kaddressbook.mo -share/locale/ta/LC_MESSAGES/kalarm.mo -share/locale/ta/LC_MESSAGES/kalzium.mo -share/locale/ta/LC_MESSAGES/kappfinder.mo -share/locale/ta/LC_MESSAGES/kate.mo -share/locale/ta/LC_MESSAGES/katefiletemplates.mo -share/locale/ta/LC_MESSAGES/katehelloworld.mo -share/locale/ta/LC_MESSAGES/katehtmltools.mo -share/locale/ta/LC_MESSAGES/katekjswrapper.mo -share/locale/ta/LC_MESSAGES/katemake.mo -share/locale/ta/LC_MESSAGES/kateopenheader.mo -share/locale/ta/LC_MESSAGES/katepart4.mo -share/locale/ta/LC_MESSAGES/katepybrowse.mo -share/locale/ta/LC_MESSAGES/katesnippets.mo -share/locale/ta/LC_MESSAGES/katesymbolviewer.mo -share/locale/ta/LC_MESSAGES/katetabbarextension.mo -share/locale/ta/LC_MESSAGES/katetextfilter.mo -share/locale/ta/LC_MESSAGES/katexmlcheck.mo -share/locale/ta/LC_MESSAGES/katexmltools.mo -share/locale/ta/LC_MESSAGES/katomic.mo -share/locale/ta/LC_MESSAGES/kbattleship.mo -share/locale/ta/LC_MESSAGES/kblackbox.mo -share/locale/ta/LC_MESSAGES/kblankscrn.mo -share/locale/ta/LC_MESSAGES/kbounce.mo -share/locale/ta/LC_MESSAGES/kbruch.mo -share/locale/ta/LC_MESSAGES/kbstateapplet.mo -share/locale/ta/LC_MESSAGES/kbugbuster.mo -share/locale/ta/LC_MESSAGES/kcachegrind.mo -share/locale/ta/LC_MESSAGES/kcalc.mo -share/locale/ta/LC_MESSAGES/kcertpart.mo -share/locale/ta/LC_MESSAGES/kcharselect.mo -share/locale/ta/LC_MESSAGES/kcm_autostart.mo -share/locale/ta/LC_MESSAGES/kcm_emoticons.mo -share/locale/ta/LC_MESSAGES/kcm_krfb.mo -share/locale/ta/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/ta/LC_MESSAGES/kcm_memory.mo -share/locale/ta/LC_MESSAGES/kcm_partition.mo -share/locale/ta/LC_MESSAGES/kcm_pci.mo -share/locale/ta/LC_MESSAGES/kcm_phonon.mo -share/locale/ta/LC_MESSAGES/kcm_phononxine.mo -share/locale/ta/LC_MESSAGES/kcm_solid.mo -share/locale/ta/LC_MESSAGES/kcmaccess.mo -share/locale/ta/LC_MESSAGES/kcmaudiocd.mo -share/locale/ta/LC_MESSAGES/kcmbackground.mo -share/locale/ta/LC_MESSAGES/kcmbell.mo -share/locale/ta/LC_MESSAGES/kcmcddb.mo -share/locale/ta/LC_MESSAGES/kcmcgi.mo -share/locale/ta/LC_MESSAGES/kcmcolors.mo -share/locale/ta/LC_MESSAGES/kcmcomponentchooser.mo -share/locale/ta/LC_MESSAGES/kcmcrypto.mo -share/locale/ta/LC_MESSAGES/kcmcss.mo -share/locale/ta/LC_MESSAGES/kcmenergy.mo -share/locale/ta/LC_MESSAGES/kcmfonts.mo -share/locale/ta/LC_MESSAGES/kcmhtmlsearch.mo -share/locale/ta/LC_MESSAGES/kcmicons.mo -share/locale/ta/LC_MESSAGES/kcminfo.mo -share/locale/ta/LC_MESSAGES/kcminit.mo -share/locale/ta/LC_MESSAGES/kcminput.mo -share/locale/ta/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/ta/LC_MESSAGES/kcmkabconfig.mo -share/locale/ta/LC_MESSAGES/kcmkamera.mo -share/locale/ta/LC_MESSAGES/kcmkclock.mo -share/locale/ta/LC_MESSAGES/kcmkded.mo -share/locale/ta/LC_MESSAGES/kcmkdnssd.mo -share/locale/ta/LC_MESSAGES/kcmkeyboard.mo -share/locale/ta/LC_MESSAGES/kcmkeys.mo -share/locale/ta/LC_MESSAGES/kcmkgamma.mo -share/locale/ta/LC_MESSAGES/kcmkio.mo -share/locale/ta/LC_MESSAGES/kcmkonq.mo -share/locale/ta/LC_MESSAGES/kcmkonqhtml.mo -share/locale/ta/LC_MESSAGES/kcmkurifilt.mo -share/locale/ta/LC_MESSAGES/kcmkwallet.mo -share/locale/ta/LC_MESSAGES/kcmkwincompositing.mo -share/locale/ta/LC_MESSAGES/kcmkwindecoration.mo -share/locale/ta/LC_MESSAGES/kcmkwinrules.mo -share/locale/ta/LC_MESSAGES/kcmkwm.mo -share/locale/ta/LC_MESSAGES/kcmlaunch.mo -share/locale/ta/LC_MESSAGES/kcmlilo.mo -share/locale/ta/LC_MESSAGES/kcmlocale.mo -share/locale/ta/LC_MESSAGES/kcmnic.mo -share/locale/ta/LC_MESSAGES/kcmnotify.mo -share/locale/ta/LC_MESSAGES/kcmopengl.mo -share/locale/ta/LC_MESSAGES/kcmperformance.mo -share/locale/ta/LC_MESSAGES/kcmsamba.mo -share/locale/ta/LC_MESSAGES/kcmscreensaver.mo -share/locale/ta/LC_MESSAGES/kcmshell.mo -share/locale/ta/LC_MESSAGES/kcmsmartcard.mo -share/locale/ta/LC_MESSAGES/kcmsmserver.mo -share/locale/ta/LC_MESSAGES/kcmsolidproc.mo -share/locale/ta/LC_MESSAGES/kcmstyle.mo -share/locale/ta/LC_MESSAGES/kcmtaskbar.mo -share/locale/ta/LC_MESSAGES/kcmusb.mo -share/locale/ta/LC_MESSAGES/kcmview1394.mo -share/locale/ta/LC_MESSAGES/kcmxinerama.mo -share/locale/ta/LC_MESSAGES/kcron.mo -share/locale/ta/LC_MESSAGES/kdat.mo -share/locale/ta/LC_MESSAGES/kde-menu.mo -share/locale/ta/LC_MESSAGES/kdebugdialog.mo -share/locale/ta/LC_MESSAGES/kdelibs4.mo -share/locale/ta/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ta/LC_MESSAGES/kdepasswd.mo -share/locale/ta/LC_MESSAGES/kdepimresources.mo -share/locale/ta/LC_MESSAGES/kdepimwizards.mo -share/locale/ta/LC_MESSAGES/kdeqt.mo -share/locale/ta/LC_MESSAGES/kdessh.mo -share/locale/ta/LC_MESSAGES/kdesu.mo -share/locale/ta/LC_MESSAGES/kdesud.mo -share/locale/ta/LC_MESSAGES/kdf.mo -share/locale/ta/LC_MESSAGES/kdgantt1.mo -share/locale/ta/LC_MESSAGES/kdialog.mo -share/locale/ta/LC_MESSAGES/kdmconfig.mo -share/locale/ta/LC_MESSAGES/kdmgreet.mo -share/locale/ta/LC_MESSAGES/keditbookmarks.mo -share/locale/ta/LC_MESSAGES/kfile.mo -share/locale/ta/LC_MESSAGES/kfile_avi.mo -share/locale/ta/LC_MESSAGES/kfile_dds.mo -share/locale/ta/LC_MESSAGES/kfile_drgeo.mo -share/locale/ta/LC_MESSAGES/kfile_dvi.mo -share/locale/ta/LC_MESSAGES/kfile_exr.mo -share/locale/ta/LC_MESSAGES/kfile_flac.mo -share/locale/ta/LC_MESSAGES/kfile_kig.mo -share/locale/ta/LC_MESSAGES/kfile_mp3.mo -share/locale/ta/LC_MESSAGES/kfile_mpc.mo -share/locale/ta/LC_MESSAGES/kfile_ogg.mo -share/locale/ta/LC_MESSAGES/kfile_pnm.mo -share/locale/ta/LC_MESSAGES/kfile_rgb.mo -share/locale/ta/LC_MESSAGES/kfile_rpm.mo -share/locale/ta/LC_MESSAGES/kfile_sid.mo -share/locale/ta/LC_MESSAGES/kfile_theora.mo -share/locale/ta/LC_MESSAGES/kfile_tiff.mo -share/locale/ta/LC_MESSAGES/kfile_torrent.mo -share/locale/ta/LC_MESSAGES/kfile_wav.mo -share/locale/ta/LC_MESSAGES/kfileaudiopreview4.mo -share/locale/ta/LC_MESSAGES/kfilereplace.mo -share/locale/ta/LC_MESSAGES/kfileshare.mo -share/locale/ta/LC_MESSAGES/kfindpart.mo -share/locale/ta/LC_MESSAGES/kfloppy.mo -share/locale/ta/LC_MESSAGES/kfmclient.mo -share/locale/ta/LC_MESSAGES/kfontinst.mo -share/locale/ta/LC_MESSAGES/kfourinline.mo -share/locale/ta/LC_MESSAGES/kgeography.mo -share/locale/ta/LC_MESSAGES/kget.mo -share/locale/ta/LC_MESSAGES/kgoldrunner.mo -share/locale/ta/LC_MESSAGES/kgpg.mo -share/locale/ta/LC_MESSAGES/kgreet_classic.mo -share/locale/ta/LC_MESSAGES/kgreet_generic.mo -share/locale/ta/LC_MESSAGES/kgreet_winbind.mo -share/locale/ta/LC_MESSAGES/khangman.mo -share/locale/ta/LC_MESSAGES/khelpcenter.mo -share/locale/ta/LC_MESSAGES/khotkeys.mo -share/locale/ta/LC_MESSAGES/khotnewstuff.mo -share/locale/ta/LC_MESSAGES/khtmlkttsd.mo -share/locale/ta/LC_MESSAGES/kiconfinder.mo -share/locale/ta/LC_MESSAGES/kig.mo -share/locale/ta/LC_MESSAGES/kimagemapeditor.mo -share/locale/ta/LC_MESSAGES/kinetd.mo -share/locale/ta/LC_MESSAGES/kinfocenter.mo -share/locale/ta/LC_MESSAGES/kio4.mo -share/locale/ta/LC_MESSAGES/kio_archive.mo -share/locale/ta/LC_MESSAGES/kio_audiocd.mo -share/locale/ta/LC_MESSAGES/kio_finger.mo -share/locale/ta/LC_MESSAGES/kio_fish.mo -share/locale/ta/LC_MESSAGES/kio_floppy.mo -share/locale/ta/LC_MESSAGES/kio_groupwise.mo -share/locale/ta/LC_MESSAGES/kio_help4.mo -share/locale/ta/LC_MESSAGES/kio_imap4.mo -share/locale/ta/LC_MESSAGES/kio_ldap.mo -share/locale/ta/LC_MESSAGES/kio_man.mo -share/locale/ta/LC_MESSAGES/kio_nfs.mo -share/locale/ta/LC_MESSAGES/kio_nntp.mo -share/locale/ta/LC_MESSAGES/kio_pop3.mo -share/locale/ta/LC_MESSAGES/kio_remote.mo -share/locale/ta/LC_MESSAGES/kio_settings.mo -share/locale/ta/LC_MESSAGES/kio_sftp.mo -share/locale/ta/LC_MESSAGES/kio_sieve.mo -share/locale/ta/LC_MESSAGES/kio_smb.mo -share/locale/ta/LC_MESSAGES/kio_smtp.mo -share/locale/ta/LC_MESSAGES/kio_svn.mo -share/locale/ta/LC_MESSAGES/kio_thumbnail.mo -share/locale/ta/LC_MESSAGES/kio_trash.mo -share/locale/ta/LC_MESSAGES/kio_zeroconf.mo -share/locale/ta/LC_MESSAGES/kioclient.mo -share/locale/ta/LC_MESSAGES/kioexec.mo -share/locale/ta/LC_MESSAGES/kiten.mo -share/locale/ta/LC_MESSAGES/kjots.mo -share/locale/ta/LC_MESSAGES/kjumpingcube.mo -share/locale/ta/LC_MESSAGES/kleopatra.mo -share/locale/ta/LC_MESSAGES/klettres.mo -share/locale/ta/LC_MESSAGES/klines.mo -share/locale/ta/LC_MESSAGES/klinkstatus.mo -share/locale/ta/LC_MESSAGES/klipper.mo -share/locale/ta/LC_MESSAGES/klock.mo -share/locale/ta/LC_MESSAGES/kmag.mo -share/locale/ta/LC_MESSAGES/kmahjongg.mo -share/locale/ta/LC_MESSAGES/kmail.mo -share/locale/ta/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ta/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ta/LC_MESSAGES/kmailcvt.mo -share/locale/ta/LC_MESSAGES/kmenuedit.mo -share/locale/ta/LC_MESSAGES/kmimetypefinder.mo -share/locale/ta/LC_MESSAGES/kmines.mo -share/locale/ta/LC_MESSAGES/kmix.mo -share/locale/ta/LC_MESSAGES/kmousetool.mo -share/locale/ta/LC_MESSAGES/kmouth.mo -share/locale/ta/LC_MESSAGES/kmplot.mo -share/locale/ta/LC_MESSAGES/knetattach.mo -share/locale/ta/LC_MESSAGES/knode.mo -share/locale/ta/LC_MESSAGES/knotes.mo -share/locale/ta/LC_MESSAGES/knotify4.mo -share/locale/ta/LC_MESSAGES/kolf.mo -share/locale/ta/LC_MESSAGES/kolourpaint.mo -share/locale/ta/LC_MESSAGES/kompare.mo -share/locale/ta/LC_MESSAGES/konqueror.mo -share/locale/ta/LC_MESSAGES/konquest.mo -share/locale/ta/LC_MESSAGES/konsole.mo -share/locale/ta/LC_MESSAGES/konsolekalendar.mo -share/locale/ta/LC_MESSAGES/kontact.mo -share/locale/ta/LC_MESSAGES/kopete.mo -share/locale/ta/LC_MESSAGES/korganizer.mo -share/locale/ta/LC_MESSAGES/korn.mo -share/locale/ta/LC_MESSAGES/kpackage.mo -share/locale/ta/LC_MESSAGES/kpartsaver.mo -share/locale/ta/LC_MESSAGES/kpasswdserver.mo -share/locale/ta/LC_MESSAGES/kpat.mo -share/locale/ta/LC_MESSAGES/kpercentage.mo -share/locale/ta/LC_MESSAGES/kpilot.mo -share/locale/ta/LC_MESSAGES/kppp.mo -share/locale/ta/LC_MESSAGES/kppplogview.mo -share/locale/ta/LC_MESSAGES/kquitapp.mo -share/locale/ta/LC_MESSAGES/krandr.mo -share/locale/ta/LC_MESSAGES/krdb.mo -share/locale/ta/LC_MESSAGES/krdc.mo -share/locale/ta/LC_MESSAGES/kreadconfig.mo -share/locale/ta/LC_MESSAGES/kres_bugzilla.mo -share/locale/ta/LC_MESSAGES/kres_featureplan.mo -share/locale/ta/LC_MESSAGES/kres_groupwise.mo -share/locale/ta/LC_MESSAGES/kres_kolab.mo -share/locale/ta/LC_MESSAGES/kres_remote.mo -share/locale/ta/LC_MESSAGES/kres_xmlrpc.mo -share/locale/ta/LC_MESSAGES/kreversi.mo -share/locale/ta/LC_MESSAGES/krfb.mo -share/locale/ta/LC_MESSAGES/kruler.mo -share/locale/ta/LC_MESSAGES/krunner.mo -share/locale/ta/LC_MESSAGES/krunner_bookmarksrunner.mo -share/locale/ta/LC_MESSAGES/krunner_calculatorrunner.mo -share/locale/ta/LC_MESSAGES/krunner_locationsrunner.mo -share/locale/ta/LC_MESSAGES/krunner_shellrunner.mo -share/locale/ta/LC_MESSAGES/krunner_webshortcutsrunner.mo -share/locale/ta/LC_MESSAGES/krunner_xesam.mo -share/locale/ta/LC_MESSAGES/ksame.mo -share/locale/ta/LC_MESSAGES/ksayit.mo -share/locale/ta/LC_MESSAGES/kscd.mo -share/locale/ta/LC_MESSAGES/kscreensaver.mo -share/locale/ta/LC_MESSAGES/kshisen.mo -share/locale/ta/LC_MESSAGES/kshorturifilter.mo -share/locale/ta/LC_MESSAGES/ksmserver.mo -share/locale/ta/LC_MESSAGES/ksnapshot.mo -share/locale/ta/LC_MESSAGES/kspaceduel.mo -share/locale/ta/LC_MESSAGES/ksplashthemes.mo -share/locale/ta/LC_MESSAGES/kstars.mo -share/locale/ta/LC_MESSAGES/kstart.mo -share/locale/ta/LC_MESSAGES/kstartperf.mo -share/locale/ta/LC_MESSAGES/kstyle_config.mo -share/locale/ta/LC_MESSAGES/kstyle_keramik_config.mo -share/locale/ta/LC_MESSAGES/kstyle_phase_config.mo -share/locale/ta/LC_MESSAGES/ksysguard.mo -share/locale/ta/LC_MESSAGES/ksystraycmd.mo -share/locale/ta/LC_MESSAGES/ksysv.mo -share/locale/ta/LC_MESSAGES/kteatime.mo -share/locale/ta/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ta/LC_MESSAGES/kthememanager.mo -share/locale/ta/LC_MESSAGES/ktimer.mo -share/locale/ta/LC_MESSAGES/ktimetracker.mo -share/locale/ta/LC_MESSAGES/ktnef.mo -share/locale/ta/LC_MESSAGES/ktouch.mo -share/locale/ta/LC_MESSAGES/ktraderclient.mo -share/locale/ta/LC_MESSAGES/kttsd.mo -share/locale/ta/LC_MESSAGES/ktuberling.mo -share/locale/ta/LC_MESSAGES/kturtle.mo -share/locale/ta/LC_MESSAGES/ktux.mo -share/locale/ta/LC_MESSAGES/kuiserver.mo -share/locale/ta/LC_MESSAGES/kuiviewer.mo -share/locale/ta/LC_MESSAGES/kurifilter.mo -share/locale/ta/LC_MESSAGES/kuser.mo -share/locale/ta/LC_MESSAGES/kwalletmanager.mo -share/locale/ta/LC_MESSAGES/kwatchgnupg.mo -share/locale/ta/LC_MESSAGES/kweather.mo -share/locale/ta/LC_MESSAGES/kwin.mo -share/locale/ta/LC_MESSAGES/kwin_art_clients.mo -share/locale/ta/LC_MESSAGES/kwin_clients.mo -share/locale/ta/LC_MESSAGES/kwin_effects.mo -share/locale/ta/LC_MESSAGES/kwin_lib.mo -share/locale/ta/LC_MESSAGES/kwinstartmenu.mo -share/locale/ta/LC_MESSAGES/kwordquiz.mo -share/locale/ta/LC_MESSAGES/kwrite.mo -share/locale/ta/LC_MESSAGES/kwriteconfig.mo -share/locale/ta/LC_MESSAGES/kxkb.mo -share/locale/ta/LC_MESSAGES/kxsconfig.mo -share/locale/ta/LC_MESSAGES/kxsldbg.mo -share/locale/ta/LC_MESSAGES/libkcal.mo -share/locale/ta/LC_MESSAGES/libkcddb.mo -share/locale/ta/LC_MESSAGES/libkdegames.mo -share/locale/ta/LC_MESSAGES/libkdepim.mo -share/locale/ta/LC_MESSAGES/libkholidays.mo -share/locale/ta/LC_MESSAGES/libkleopatra.mo -share/locale/ta/LC_MESSAGES/libkmime.mo -share/locale/ta/LC_MESSAGES/libkonq.mo -share/locale/ta/LC_MESSAGES/libkpgp.mo -share/locale/ta/LC_MESSAGES/libkscreensaver.mo -share/locale/ta/LC_MESSAGES/libksieve.mo -share/locale/ta/LC_MESSAGES/libkworkspace.mo -share/locale/ta/LC_MESSAGES/libphonon.mo -share/locale/ta/LC_MESSAGES/libplasma.mo -share/locale/ta/LC_MESSAGES/libtaskmanager.mo -share/locale/ta/LC_MESSAGES/lskat.mo -share/locale/ta/LC_MESSAGES/nepomuk.mo -share/locale/ta/LC_MESSAGES/nsplugin.mo -share/locale/ta/LC_MESSAGES/oktetapart.mo -share/locale/ta/LC_MESSAGES/okular.mo -share/locale/ta/LC_MESSAGES/parley.mo -share/locale/ta/LC_MESSAGES/phonon-xine.mo -share/locale/ta/LC_MESSAGES/phonon_kde.mo -share/locale/ta/LC_MESSAGES/plasma.mo -share/locale/ta/LC_MESSAGES/plasma_applet_battery.mo -share/locale/ta/LC_MESSAGES/plasma_applet_clock.mo -share/locale/ta/LC_MESSAGES/plasma_applet_desktop.mo -share/locale/ta/LC_MESSAGES/plasma_applet_devicenotifier.mo -share/locale/ta/LC_MESSAGES/plasma_applet_dig_clock.mo -share/locale/ta/LC_MESSAGES/plasma_applet_knewsticker.mo -share/locale/ta/LC_MESSAGES/plasma_applet_launcher.mo -share/locale/ta/LC_MESSAGES/plasma_applet_pager.mo -share/locale/ta/LC_MESSAGES/plasma_applet_tasks.mo -share/locale/ta/LC_MESSAGES/plasma_applet_trash.mo -share/locale/ta/LC_MESSAGES/plasma_engine_dict.mo -share/locale/ta/LC_MESSAGES/plasmaengineexplorer.mo -share/locale/ta/LC_MESSAGES/plasmapkg.mo -share/locale/ta/LC_MESSAGES/plasmoidviewer.mo -share/locale/ta/LC_MESSAGES/printer-applet.mo -share/locale/ta/LC_MESSAGES/processcore.mo -share/locale/ta/LC_MESSAGES/processui.mo -share/locale/ta/LC_MESSAGES/solid-bluetooth.mo -share/locale/ta/LC_MESSAGES/solid-hardware.mo -share/locale/ta/LC_MESSAGES/solid-network.mo -share/locale/ta/LC_MESSAGES/solid-powermanagement.mo -share/locale/ta/LC_MESSAGES/solidcontrol.mo -share/locale/ta/LC_MESSAGES/soliduiserver.mo -share/locale/ta/LC_MESSAGES/spy.mo -share/locale/ta/LC_MESSAGES/strigila_diff.mo -share/locale/ta/LC_MESSAGES/sweeper.mo -share/locale/ta/LC_MESSAGES/systemsettings.mo -share/locale/ta/LC_MESSAGES/timezones4.mo -share/locale/ta/LC_MESSAGES/umbrello.mo -share/locale/ta/LC_MESSAGES/useraccount.mo -share/locale/ta/entry.desktop diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 58d483da6af1..f8b933e27526 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -83,7 +83,6 @@ SUBDIR += museekplus SUBDIR += mutella SUBDIR += napshare - SUBDIR += nicotine SUBDIR += nicotine-plus SUBDIR += opendchub SUBDIR += opennap diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile deleted file mode 100644 index c653854f2e32..000000000000 --- a/net-p2p/nicotine/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: nicotine -# Date created: 19 Aug 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nicotine -PORTVERSION= 1.0.8 -PORTREVISION= 3 -CATEGORIES= net-p2p -MASTER_SITES= http://nicotine.thegraveyard.org/ - -MAINTAINER= stefan@FreeBSD.org -COMMENT= GTK2 SoulSeek filesharing client - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb - -USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -USE_GETTEXT= yes - -DEPRECATED= development stalled years ago, use net-p2p/nicotine-plus instead -EXPIRATION_DATE= 2009-10-31 - -OPTIONS= GEOIP "Enable the GeoIP based country code blocker" off \ - PSYCO "Enable Psyco, the optimizing Python compiler" off \ - VORBIS "Enable OGG/Vorbis support" on - -.include <bsd.port.pre.mk> - -.if defined(WITH_GEOIP) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP -.endif -.if defined(WITH_PSYCO) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco -.endif -.if defined(WITH_VORBIS) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|sys\.prefix|\"${PREFIX}\"|g" ${WRKSRC}/setup.py - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.import-winconfig ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/nicotine/distinfo b/net-p2p/nicotine/distinfo deleted file mode 100644 index 969e961c7186..000000000000 --- a/net-p2p/nicotine/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nicotine-1.0.8.tar.bz2) = 2392a74dc5be09a062ba77ec4a041e99 -SHA256 (nicotine-1.0.8.tar.bz2) = 8e9d8707991316603363a9198fa4a3510e66aecfcead6f6f721b0500916bf4d2 -SIZE (nicotine-1.0.8.tar.bz2) = 305645 diff --git a/net-p2p/nicotine/pkg-descr b/net-p2p/nicotine/pkg-descr deleted file mode 100644 index ba82d0f159cb..000000000000 --- a/net-p2p/nicotine/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Nicotine is a GTK2 SoulSeek filesharing client, and is based upon the -PySoulSeek (net-p2p/pyslsk) code. - -WWW: http://nicotine.thegraveyard.org/ diff --git a/net-p2p/nicotine/pkg-plist b/net-p2p/nicotine/pkg-plist deleted file mode 100644 index 5da2fb22ffa6..000000000000 --- a/net-p2p/nicotine/pkg-plist +++ /dev/null @@ -1,111 +0,0 @@ -bin/nicotine -bin/nicotine-import-winconfig -%%PYTHON_SITELIBDIR%%/pynicotine/ConfigParser.py -%%PYTHON_SITELIBDIR%%/pynicotine/ConfigParser.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/ConfigParser.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/__init__.py -%%PYTHON_SITELIBDIR%%/pynicotine/__init__.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/__init__.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/config.py -%%PYTHON_SITELIBDIR%%/pynicotine/config.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/config.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/__init__.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/__init__.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/__init__.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/about.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/about.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/about.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/browsetreemodels.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/browsetreemodels.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/browsetreemodels.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/chatrooms.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/chatrooms.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/chatrooms.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/checklatest.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/checklatest.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/checklatest.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/dirchooser.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/dirchooser.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/dirchooser.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/downloads.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/downloads.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/downloads.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/frame.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/frame.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/frame.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/glade2py.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/glade2py.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/glade2py.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/imagedata.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/imagedata.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/imagedata.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/nicotine_glade.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/nicotine_glade.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/nicotine_glade.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/privatechat.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/privatechat.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/privatechat.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/search.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/search.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/search.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settings_glade.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settings_glade.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settings_glade.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settingswindow.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settingswindow.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/settingswindow.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/ticker.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/ticker.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/ticker.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/transferlist.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/transferlist.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/transferlist.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/translux.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/translux.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/translux.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/uploads.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/uploads.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/uploads.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userbrowse.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userbrowse.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userbrowse.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userinfo.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userinfo.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userinfo.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userlist.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userlist.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/userlist.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/utils.py -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/utils.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/gtkgui/utils.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/mp3.py -%%PYTHON_SITELIBDIR%%/pynicotine/mp3.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/mp3.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/pynicotine.py -%%PYTHON_SITELIBDIR%%/pynicotine/pynicotine.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/pynicotine.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/slskmessages.py -%%PYTHON_SITELIBDIR%%/pynicotine/slskmessages.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/slskmessages.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/slskproto.py -%%PYTHON_SITELIBDIR%%/pynicotine/slskproto.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/slskproto.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/transfers.py -%%PYTHON_SITELIBDIR%%/pynicotine/transfers.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/transfers.pyo -%%PYTHON_SITELIBDIR%%/pynicotine/utils.py -%%PYTHON_SITELIBDIR%%/pynicotine/utils.pyc -%%PYTHON_SITELIBDIR%%/pynicotine/utils.pyo -%%PORTDOCS%%%%DOCSDIR%%/README.import-winconfig -%%PORTDOCS%%%%DOCSDIR%%/README -share/locale/de/LC_MESSAGES/nicotine.mo -share/locale/dk/LC_MESSAGES/nicotine.mo -share/locale/es/LC_MESSAGES/nicotine.mo -share/locale/fr/LC_MESSAGES/nicotine.mo -share/locale/it/LC_MESSAGES/nicotine.mo -share/locale/nl/LC_MESSAGES/nicotine.mo -share/locale/pl/LC_MESSAGES/nicotine.mo -share/locale/sv/LC_MESSAGES/nicotine.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/pynicotine/gtkgui -@dirrm %%PYTHON_SITELIBDIR%%/pynicotine diff --git a/sysutils/Makefile b/sysutils/Makefile index ba80ebcce16e..2d6954274c55 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -663,10 +663,6 @@ SUBDIR += rsnapshot SUBDIR += rsyncbackup SUBDIR += rsyncmanager - SUBDIR += rsyslog - SUBDIR += rsyslog-gssapi - SUBDIR += rsyslog-mysql - SUBDIR += rsyslog-pgsql SUBDIR += rsyslog3 SUBDIR += rsyslog3-dbi SUBDIR += rsyslog3-gssapi diff --git a/sysutils/rsyslog-gssapi/Makefile b/sysutils/rsyslog-gssapi/Makefile deleted file mode 100644 index 32729e134f97..000000000000 --- a/sysutils/rsyslog-gssapi/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: rsyslog-gssapi -# Date created: 31 December 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -TYPE= gssapi -COMMENT= GSS API output module for rsyslog -PKGNAMESUFFIX= -${TYPE} - -MASTERDIR= ${.CURDIR}/../rsyslog -CONFIGURE_ARGS+= --enable-${TYPE}-krb5 -RUN_DEPENDS= rsyslog>=0:${PORTSDIR}/sysutils/rsyslog -PLIST_FILES= lib/rsyslog/om${TYPE}.so -PLIST_DIRS= lib/rsyslog -PLIST= "" - -do-install: - @${INSTALL} -d ${PREFIX}/lib/rsyslog/ - @${INSTALL_PROGRAM} ${WRKSRC}/plugins/om${TYPE}/.libs/om${TYPE}.so \ - ${PREFIX}/lib/rsyslog/ - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/rsyslog-mysql/Makefile b/sysutils/rsyslog-mysql/Makefile deleted file mode 100644 index 4f87d4d1c85d..000000000000 --- a/sysutils/rsyslog-mysql/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: rsyslog-mysql -# Date created: 13 December 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= MySQL output module for rsyslog -PKGNAMESUFFIX= -mysql - -MASTERDIR= ${.CURDIR}/../rsyslog -USE_MYSQL= yes -CONFIGURE_ARGS+= --enable-mysql -RUN_DEPENDS= rsyslog>=0:${PORTSDIR}/sysutils/rsyslog -PLIST_FILES= lib/rsyslog/ommysql.so -PLIST_DIRS= lib/rsyslog -PLIST= "" - -do-install: - @${INSTALL} -d ${PREFIX}/lib/rsyslog/ - @${INSTALL_PROGRAM} ${WRKSRC}/plugins/ommysql/.libs/ommysql.so \ - ${PREFIX}/lib/rsyslog/ - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/rsyslog-pgsql/Makefile b/sysutils/rsyslog-pgsql/Makefile deleted file mode 100644 index e8a0b5fdb889..000000000000 --- a/sysutils/rsyslog-pgsql/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: rsyslog-pgsql -# Date created: 13 December 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -COMMENT= PostgreSQL output module for rsyslog -PKGNAMESUFFIX= -pgsql - -MASTERDIR= ${.CURDIR}/../rsyslog -USE_PGSQL= yes -CONFIGURE_ARGS+= --enable-pgsql -RUN_DEPENDS= rsyslog>=0:${PORTSDIR}/sysutils/rsyslog -PLIST_FILES= lib/rsyslog/ompgsql.so -PLIST_DIRS= lib/rsyslog -PLIST= "" - -do-install: - @${INSTALL} -d ${PREFIX}/lib/rsyslog/ - @${INSTALL_PROGRAM} ${WRKSRC}/plugins/ompgsql/.libs/ompgsql.so \ - ${PREFIX}/lib/rsyslog/ - -.include "${MASTERDIR}/Makefile" diff --git a/sysutils/rsyslog/Makefile b/sysutils/rsyslog/Makefile deleted file mode 100644 index a7c98a681ef1..000000000000 --- a/sysutils/rsyslog/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: rsyslog -# Date created: 9 July 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= rsyslog -PORTVERSION= 2.0.7 -CATEGORIES= sysutils -MASTER_SITES= http://download.rsyslog.com/rsyslog/ - -MAINTAINER= ports@FreeBSD.org -COMMENT?= Enhanced syslog daemon - -LIB_DEPENDS= logging.0:${PORTSDIR}/devel/liblogging - -.ifndef PKGNAMESUFFIX -USE_RC_SUBR= ${PORTNAME}d -SUB_FILES= pkg-message -MAN8= rfc3195d.8 rklogd.8 rsyslogd.8 -MAN5= rsyslog.conf.5 -.endif - -DEPRECATED= Use sysutils/rsyslog3 or sysutils/rsyslog4 instead -EXPIRATION_DATE= 2009-11-07 - -NO_LATEST_LINK= yes -CONFLICTS= rsyslog-[3-4].[0-9]* -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-klogd --disable-static -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -PORT_VERBS= rfc3195d rklogd ${PORTNAME} - -post-patch: - @${REINPLACE_CMD} -e 's|<wait.h>|<sys/wait.h>|' ${WRKSRC}/srUtils.c - @${REINPLACE_CMD} -e '/^rfc3195d_LDADD =/s|$$| -llogging|;s|-ldl||'\ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/lib/rsyslog/|${PREFIX}/lib/rsyslog/|'\ - ${WRKSRC}/Makefile.in ${WRKSRC}/syslogd.c - @${REINPLACE_CMD} -e 's|rs_strerror_r|strerror_r|g' ${WRKSRC}/rfc3195d.c - @${GREP} -rl '/etc/rsyslog.conf' ${WRKSRC}|${XARGS} ${REINPLACE_CMD} -e\ - 's|/etc/rsyslog.conf|${PREFIX}/etc/rsyslog.conf|' - @${ECHO_CMD} '#include <sys/socket.h>' >> ${WRKSRC}/net.h - @${ECHO_CMD} '#include <paths.h>' >> ${WRKSRC}/omusrmsg.h - @${FIND} ${WRKSRC} -name '*.bak' -delete - -post-configure: - @${ECHO_CMD} '#define FEATURE_RFC3195 1' >> ${WRKSRC}/config.h - @${ECHO_CMD} '#define PATCHLEVEL "0"' >> ${WRKSRC}/config.h - -.ifndef PKGNAMESUFFIX -post-install: -.ifndef NOPORTDOCS - @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/*html ${DOCSDIR}/ -.endif - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.mk> diff --git a/sysutils/rsyslog/distinfo b/sysutils/rsyslog/distinfo deleted file mode 100644 index 8dae3740f0b2..000000000000 --- a/sysutils/rsyslog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rsyslog-2.0.7.tar.gz) = 795d89f90a5364c0e528f725f10c732b -SHA256 (rsyslog-2.0.7.tar.gz) = f17a8c889bee9d2f5bcdcd9b3be98e7065d90f8f209550fb59f383873a1737e0 -SIZE (rsyslog-2.0.7.tar.gz) = 707904 diff --git a/sysutils/rsyslog/files/patch-syslogd.c b/sysutils/rsyslog/files/patch-syslogd.c deleted file mode 100644 index f646cc94c27d..000000000000 --- a/sysutils/rsyslog/files/patch-syslogd.c +++ /dev/null @@ -1,22 +0,0 @@ ---- ./syslogd.c.orig 2007-08-25 20:07:21.000000000 +0400 -+++ ./syslogd.c 2007-08-25 20:08:39.000000000 +0400 -@@ -86,7 +86,6 @@ - #include "rsyslog.h" - - #ifdef __FreeBSD__ --#define BSD - #endif - - /* change the following setting to e.g. 32768 if you would like to -@@ -1877,6 +1876,11 @@ - return iRet; - } - -+size_t strnlen (const char *string, size_t maxlen) -+{ -+ const char *end = memchr (string, '\0', maxlen); -+ return end ? (size_t) (end - string) : maxlen; -+} - - /* rgerhards, 2005-10-24: crunch_list is called only during option processing. So - * it is never called once rsyslogd is running (not even when HUPed). This code diff --git a/sysutils/rsyslog/files/pkg-message.in b/sysutils/rsyslog/files/pkg-message.in deleted file mode 100644 index a6d483ef34f4..000000000000 --- a/sysutils/rsyslog/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -To start using rsyslogd(8), stop syslogd(8) if it's running and -add the following lines to rc.conf(5): - syslogd_enable="NO" - rsyslogd_enable="YES" -It's recommended to copy syslog.conf(5) to -%%PREFIX%%/etc/rsyslog.conf and edit it there. Otherwise add -this: - rsyslogd_config="/etc/syslog.conf" -newsyslog(8) has the path of syslogd's pid file hardcoded. To -make it work seamlessly with rsyslog, add this: - rsyslogd_pidfile="/var/run/syslog.pid" -rsyslogd(8) does not support logging /dev/klog. To enable a -simple logger(1)-based workaround, add this: - rsyslogd_klog_enable="YES" -=================================================================== diff --git a/sysutils/rsyslog/files/rsyslogd.in b/sysutils/rsyslog/files/rsyslogd.in deleted file mode 100644 index d33e18b281c4..000000000000 --- a/sysutils/rsyslog/files/rsyslogd.in +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: rsyslogd -# REQUIRE: mountcritremote cleanvar newsyslog ldconfig -# BEFORE: SERVERS - -. %%RC_SUBR%% - -name=rsyslogd -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/${name}" -load_rc_config $name -: ${rsyslogd_enable:="NO"} -: ${rsyslogd_pidfile:="/var/run/rsyslogd.pid"} -: ${rsyslogd_config:="%%PREFIX%%/etc/rsyslog.conf"} -: ${rsyslogd_klog_enable:="NO"} -: ${rsyslogd_klog_pidfile:="/var/run/rsyslog-klog.pid"} -pidfile="${rsyslogd_pidfile}" -command_args="-i ${pidfile} -f ${rsyslogd_config}" -required_files="${rsyslogd_config}" -start_precmd="rsyslogd_precmd" -stop_precmd="stop_precmd" -extra_commands="reload" - -sockfile="/var/run/rsyslogd.sockets" -evalargs="rc_flags=\"\`set_socketlist\` \$rc_flags\"" -altlog_proglist="named" - -stop_precmd() -{ - if [ -r ${rsyslogd_klog_pidfile} ]&&[ -s ${rsyslogd_klog_pidfile} ]; then - kill `cat ${rsyslogd_klog_pidfile}` - fi - rm -f ${rsyslogd_klog_pidfile} -} - -rsyslogd_precmd() -{ - if checkyesno rsyslogd_klog_enable; then - daemon -cfp ${rsyslogd_klog_pidfile}\ - logger -t kernel -p kern.notice -f /dev/klog - fi - local _l _ldir - - # Transitional symlink for old binaries - # - if [ ! -L /dev/log ]; then - ln -sf /var/run/log /dev/log - fi - rm -f /var/run/log - - # Create default list of syslog sockets to watch - # - ( umask 022 ; > $sockfile ) - - # If running named(8) or ntpd(8) chrooted, added appropriate - # syslog socket to list of sockets to watch. - # - for _l in $altlog_proglist; do - eval _ldir=\$${_l}_chrootdir - if checkyesno `set_rcvar $_l` && [ -n "$_ldir" ]; then - echo "${_ldir}/var/run/log" >> $sockfile - fi - done - - # If other sockets have been provided, change run_rc_command()'s - # internal copy of $rsyslogd_flags to force use of specific - # rsyslogd sockets. - # - if [ -s $sockfile ]; then - echo "/var/run/log" >> $sockfile - eval $evalargs - fi - - return 0 -} - -set_socketlist() -{ - local _s _socketargs - - _socketargs= - for _s in `cat $sockfile | tr '\n' ' '` ; do - _socketargs="-a $_s $_socketargs" - done - echo $_socketargs -} - -run_rc_command "$1" diff --git a/sysutils/rsyslog/pkg-descr b/sysutils/rsyslog/pkg-descr deleted file mode 100644 index 61b61e869b7d..000000000000 --- a/sysutils/rsyslog/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Rsyslog is an enhanced multi-threaded syslogd supporting, among others, -MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any -message part, and fine grain output format control. It is quite -compatible to stock sysklogd and can be used as a drop-in replacement. -Its advanced features make it suitable for enterprise-class, encryption -protected syslog relay chains while at the same time being very easy to -setup for the novice user. - -Rsyslog v2 is deprecated and is no longer supported. It operates with some -limitations under FreeBSD. Consider using Rsyslog v3 or v4. - -WWW: http://www.rsyslog.com/ diff --git a/sysutils/rsyslog/pkg-plist b/sysutils/rsyslog/pkg-plist deleted file mode 100644 index 1f2ca7040e18..000000000000 --- a/sysutils/rsyslog/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -sbin/rfc3195d -sbin/rklogd -sbin/rsyslogd -%%PORTDOCS%%%%DOCSDIR%%/bugs.html -%%PORTDOCS%%%%DOCSDIR%%/contributors.html -%%PORTDOCS%%%%DOCSDIR%%/features.html -%%PORTDOCS%%%%DOCSDIR%%/generic_design.html -%%PORTDOCS%%%%DOCSDIR%%/history.html -%%PORTDOCS%%%%DOCSDIR%%/how2help.html -%%PORTDOCS%%%%DOCSDIR%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/ipv6.html -%%PORTDOCS%%%%DOCSDIR%%/man_rsyslogd.html -%%PORTDOCS%%%%DOCSDIR%%/manual.html -%%PORTDOCS%%%%DOCSDIR%%/modules.html -%%PORTDOCS%%%%DOCSDIR%%/professional_support.html -%%PORTDOCS%%%%DOCSDIR%%/property_replacer.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_actionexeconlywhenpreviousissuspended.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_actionresumeinterval.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_allowedsender.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_controlcharacterescapeprefix.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_debugprintcfsyslinehandlerlist.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_debugprintmodulelist.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_debugprinttemplatelist.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_dircreatemode.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_dirgroup.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_dirowner.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_dropmsgswithmaliciousdnsptrrecords.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_droptrailinglfonreception.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_dynafilecachesize.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_escapecontrolcharactersonreceive.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_failonchownfailure.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_filecreatemode.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_filegroup.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_fileowner.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_gssforwardservicename.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_gsslistenservicename.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_gssmode.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_includeconfig.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_mainmsgqueuesize.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_moddir.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_modload.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_repeatedmsgreduction.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_resetconfigvariables.html -%%PORTDOCS%%%%DOCSDIR%%/rsconf1_umask.html -%%PORTDOCS%%%%DOCSDIR%%/rsyslog_conf.html -%%PORTDOCS%%%%DOCSDIR%%/rsyslog_mysql.html -%%PORTDOCS%%%%DOCSDIR%%/rsyslog_packages.html -%%PORTDOCS%%%%DOCSDIR%%/rsyslog_php_syslog_ng.html -%%PORTDOCS%%%%DOCSDIR%%/rsyslog_recording_pri.html -%%PORTDOCS%%%%DOCSDIR%%/rsyslog_stunnel.html -%%PORTDOCS%%%%DOCSDIR%%/syslog-protocol.html -%%PORTDOCS%%%%DOCSDIR%%/version_naming.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% |