Remove sylpheed-claws, which is now obsolete. Please use
mail/claws-mail instead. ok pval@
This commit is contained in:
parent
6a209cdda1
commit
c2fc4eb10e
@ -1,174 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2007/04/07 16:18:42 steven Exp $
|
||||
|
||||
COMMENT-main= "lightweight GTK+ based mail/news client"
|
||||
COMMENT-dillo= "dillo plugin for sylpheed-claws"
|
||||
COMMENT-docs= "sylpheed-claws FAQ and documentation"
|
||||
COMMENT-imageviewer= "image viewer plugin for sylpheed-claws"
|
||||
COMMENT-spamassassin= "spamassassin plugin for sylpheed-claws"
|
||||
COMMENT-themes= "sylpheed-claws themes"
|
||||
COMMENT-trayicon= "system tray icon plugin for sylpheed-claws"
|
||||
|
||||
VERSION= 1.9.6
|
||||
DISTNAME= sylpheed-claws-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
PKGNAME-main= ${DISTNAME}p5
|
||||
THEMEFILE= sylpheed-iconset-20040929
|
||||
CATEGORIES= mail news x11
|
||||
|
||||
HOMEPAGE= http://sylpheed-claws.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= yes
|
||||
PERMIT_PACKAGE_FTP= yes
|
||||
PERMIT_DISTFILES_CDROM= yes
|
||||
PERMIT_DISTFILES_FTP= yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
|
||||
DISTFILES= ${DISTNAME}.tar.gz ${THEMEFILE}.tar.gz
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= gdk_pixbuf-2.0::x11/gtk+2
|
||||
|
||||
WANTLIB= X11 Xext Xrender crypto \
|
||||
fontconfig freetype m ssl \
|
||||
atk-1.0 gdk-x11-2.0 glib-2.0 \
|
||||
gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
|
||||
pango-1.0 pangocairo-1.0 \
|
||||
pangoft2-1.0 cairo glitz png z
|
||||
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --program-suffix="-claws" \
|
||||
--enable-ipv6 --enable-openssl \
|
||||
--enable-gdk-pixbuf --disable-imlib \
|
||||
--enable-spamassassin-plugin \
|
||||
--disable-clamav-plugin \
|
||||
--disable-mathml-viewer-plugin
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
||||
|
||||
FLAVORS= compface pgpmime jpilot ldap
|
||||
FLAVOR?=
|
||||
|
||||
MULTI_PACKAGES= -main -dillo -docs -imageviewer -spamassassin -themes \
|
||||
-trayicon
|
||||
|
||||
FULLPKGNAME-dillo= sylpheed-claws-dillo-${VERSION}p4
|
||||
FULLPKGNAME-docs= sylpheed-claws-docs-${VERSION}p3
|
||||
FULLPKGNAME-imageviewer=sylpheed-claws-imageviewer-${VERSION}p4
|
||||
FULLPKGNAME-spamassassin=sylpheed-claws-spamassassin-${VERSION}p4
|
||||
FULLPKGNAME-themes= sylpheed-claws-themes-${VERSION}p3
|
||||
FULLPKGNAME-trayicon= sylpheed-claws-trayicon-${VERSION}p5
|
||||
|
||||
RUN_DEPENDS-dillo= ::${BUILD_PKGPATH} \
|
||||
:dillo-*:www/dillo
|
||||
RUN_DEPENDS-docs= ::${BUILD_PKGPATH}
|
||||
RUN_DEPENDS-imageviewer=::${BUILD_PKGPATH}
|
||||
RUN_DEPENDS-spamassassin=::${BUILD_PKGPATH} \
|
||||
:p5-Mail-SpamAssassin-*:mail/p5-Mail-SpamAssassin
|
||||
RUN_DEPENDS-themes= ::${BUILD_PKGPATH}
|
||||
RUN_DEPENDS-trayicon= ::${BUILD_PKGPATH}
|
||||
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
startup-notification-1::devel/startup-notification
|
||||
LIB_DEPENDS-docs=
|
||||
LIB_DEPENDS-themes=
|
||||
|
||||
PKG_ARCH-themes= *
|
||||
PKG_ARCH-docs= *
|
||||
|
||||
WANTLIB-main= ${WANTLIB} ICE SM c pthread gthread-2.0
|
||||
WANTLIB-trayicon= ${WANTLIB} ICE SM
|
||||
WANTLIB-themes=
|
||||
WANTLIB-docs=
|
||||
|
||||
.if ${FLAVOR:L:Mcompface}
|
||||
PERMIT_PACKAGE_CDROM= "No Fee"
|
||||
PERMIT_DISTFILES_CDROM= "No Fee"
|
||||
LIB_DEPENDS+= compface.>=1::mail/faces
|
||||
CONFIGURE_ARGS+= --enable-compface
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-compface
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mpgpmime}
|
||||
BROKEN= Does not work with current gpgme version
|
||||
LIB_DEPENDS+= gpgme.>=4::security/gpgme
|
||||
CONFIGURE_ARGS+= --enable-pgpmime-plugin
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-pgpmime-plugin
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mjpilot}
|
||||
LIB_DEPENDS+= pisock.>=4::comms/pilot-link
|
||||
WANTLIB+= ncurses readline
|
||||
RUN_DEPENDS+= :jpilot-*:comms/jpilot
|
||||
CONFIGURE_ARGS+= --enable-jpilot
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Mldap}
|
||||
LIB_DEPENDS+= ldap.>=2,lber.>=2:openldap-client-*:databases/openldap
|
||||
CONFIGURE_ARGS+= --enable-ldap
|
||||
.endif
|
||||
|
||||
FILES= OOo2sylpheed.pl calypso_convert.pl convert_mbox.pl \
|
||||
eud2gc.py filter_conv.pl freshmeat_search.pl gif2xface.pl \
|
||||
gpg-sign-syl google_msgid.pl google_search.pl \
|
||||
kmail2sylpheed.pl kmail2sylpheed_v2.pl maildir2sylpheed.pl \
|
||||
multiwebsearch.pl nautilus2sylpheed.sh outlook2sylpheed.pl \
|
||||
sylpheed-switcher sylprint.pl sylprint.rc tb2sylpheed \
|
||||
textviewer.sh update-po uudec vcard2xml.py \
|
||||
kdeservicemenu/install.sh \
|
||||
kdeservicemenu/sylpheed-kdeservicemenu.pl
|
||||
|
||||
THEMES= Crystal Everaldo_Kids Gnomeria Gorillaws \
|
||||
Graphitte-0.9.7 GurUnix Korillaws Kovico-sylpheed \
|
||||
New_Session Phoenity Plain_and_Bluish Skypilot_Clawssic \
|
||||
SylZilla Sylpholution XeNtish achileus-noname \
|
||||
black blue_anarchy mongrel mongrel2 mozilla orbit-claws \
|
||||
stw tml02c tom_2.1.1
|
||||
|
||||
DATADIR= ${PREFIX}/share/sylpheed-claws
|
||||
DOCSDIR= ${PREFIX}/share/doc/sylpheed-claws
|
||||
|
||||
post-patch:
|
||||
@cd ${WRKSRC} && mv sylpheed.png sylpheed-claws.png && \
|
||||
mv sylpheed.desktop sylpheed-claws.desktop
|
||||
@cd ${WRKDIR}/${THEMEFILE} && mv "Skypilot Clawssic" \
|
||||
Skypilot_Clawssic
|
||||
|
||||
pre-configure:
|
||||
@perl -pi -e 's|pheed|pheed-claws|g' ${WRKSRC}/sylpheed-claws.desktop
|
||||
@perl -pi -e 's|%%PREFIX%%|${PREFIX}|g' \
|
||||
${WRKSRC}/tools/sylpheed-switcher
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DATADIR}/{themes,kdeservicemenu}
|
||||
${INSTALL_DATA_DIR} ${DOCSDIR}
|
||||
.for d in ${THEMES}
|
||||
@cp -R ${WRKDIR}/${THEMEFILE}/$d ${DATADIR}/themes/
|
||||
.endfor
|
||||
@find ${DATADIR}/themes -type d -print0 | xargs -0 chmod 755
|
||||
@find ${DATADIR}/themes -type f -print0 | xargs -0 chmod 444
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin/
|
||||
.for f in ${FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/tools/$f ${DATADIR}/$f
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools
|
||||
${INSTALL_DATA} ${WRKSRC}/tools/README.sylprint ${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKDIR}/${THEMEFILE}/README ${DOCSDIR}/README.themes
|
||||
${INSTALL_DATA} ${WRKSRC}/src/plugins/dillo_viewer/README \
|
||||
${DOCSDIR}/README.dillo
|
||||
${INSTALL_DATA} ${WRKSRC}/src/plugins/spamassassin/README \
|
||||
${DOCSDIR}/README.spamassassin
|
||||
${INSTALL_DATA} ${WRKSRC}/src/plugins/trayicon/README \
|
||||
${DOCSDIR}/README.trayicon
|
||||
.for f in AUTHORS README README.claws RELEASE_NOTES.claws
|
||||
${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}/$f
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,10 +0,0 @@
|
||||
MD5 (sylpheed-claws-1.9.6.tar.gz) = QEbpBccO/rNjlomEbuFaag==
|
||||
MD5 (sylpheed-iconset-20040929.tar.gz) = 1yzwO/PRPPnieF6so4B3Bw==
|
||||
RMD160 (sylpheed-claws-1.9.6.tar.gz) = EHGyBIa1AQX0QBkU6zfoEizDbNo=
|
||||
RMD160 (sylpheed-iconset-20040929.tar.gz) = XkmH45WsDE80+rh+C0mtmv8BrPw=
|
||||
SHA1 (sylpheed-claws-1.9.6.tar.gz) = jExdB5nItGOzeINSkbJzc5HPe24=
|
||||
SHA1 (sylpheed-iconset-20040929.tar.gz) = GkQxRhO5SgQ81lN1tSMxth8b17g=
|
||||
SHA256 (sylpheed-claws-1.9.6.tar.gz) = yYsvV4DFk6sxT+LKXZSKBx/clgl7Smjf0iiElsGH82s=
|
||||
SHA256 (sylpheed-iconset-20040929.tar.gz) = EeeRz3GHtfOsWlq18BRNnqhwG7xhgrMLNcMMLMUOUhA=
|
||||
SIZE (sylpheed-claws-1.9.6.tar.gz) = 4358076
|
||||
SIZE (sylpheed-iconset-20040929.tar.gz) = 1298891
|
@ -1,40 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2005/04/12 20:29:26 naddy Exp $
|
||||
--- Makefile.in.orig Sat Mar 19 00:18:36 2005
|
||||
+++ Makefile.in Mon Apr 11 14:32:37 2005
|
||||
@@ -258,7 +258,7 @@ build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
exec_prefix = @exec_prefix@
|
||||
faqdir = @faqdir@
|
||||
-gnomedatadir = @gnomedatadir@
|
||||
+gnomedatadir = ${LOCALBASE}/share
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
host_cpu = @host_cpu@
|
||||
@@ -303,14 +303,10 @@ EXTRA_DIST = \
|
||||
TODO-gtk2.jp \
|
||||
autogen.sh
|
||||
|
||||
-@SYLPHEED_GNOME_FALSE@pixmapdir =
|
||||
-@SYLPHEED_GNOME_TRUE@pixmapdir = $(gnomedatadir)/pixmaps
|
||||
-@SYLPHEED_GNOME_FALSE@pixmap_DATA =
|
||||
-@SYLPHEED_GNOME_TRUE@pixmap_DATA = sylpheed.png
|
||||
-@SYLPHEED_GNOME_FALSE@gnomapdir =
|
||||
-@SYLPHEED_GNOME_TRUE@gnomapdir = $(gnomedatadir)/gnome/apps/Internet
|
||||
-@SYLPHEED_GNOME_FALSE@gnomap_DATA =
|
||||
-@SYLPHEED_GNOME_TRUE@gnomap_DATA = sylpheed.desktop
|
||||
+pixmapdir = $(gnomedatadir)/pixmaps
|
||||
+pixmap_DATA = sylpheed-claws.png
|
||||
+gnomapdir = $(gnomedatadir)/gnome/apps/Internet
|
||||
+gnomap_DATA = sylpheed-claws.desktop
|
||||
BZIP2_ENV =
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = sylpheed-claws.pc
|
||||
@@ -782,7 +778,7 @@ info: info-recursive
|
||||
info-am:
|
||||
|
||||
install-data-am: install-gnomapDATA install-pixmapDATA \
|
||||
- install-pkgconfigDATA install-sylpheedincludeHEADERS
|
||||
+ install-pkgconfigDATA
|
||||
|
||||
install-exec-am:
|
||||
|
@ -1,78 +0,0 @@
|
||||
$OpenBSD: patch-config_ltmain_sh,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- config/ltmain.sh.orig Sat Mar 19 00:18:34 2005
|
||||
+++ config/ltmain.sh Sun Apr 3 15:11:14 2005
|
||||
@@ -1857,9 +1857,12 @@ EOF
|
||||
if test "$linkmode,$pass" = "prog,link"; then
|
||||
compile_deplibs="$deplib $compile_deplibs"
|
||||
finalize_deplibs="$deplib $finalize_deplibs"
|
||||
- else
|
||||
- deplibs="$deplib $deplibs"
|
||||
+ continue
|
||||
fi
|
||||
+ if test "$linkmode" = "lib"; then
|
||||
+ newdependency_libs="$deplib $newdependency_libs"
|
||||
+ fi
|
||||
+ deplibs="$deplib $deplibs"
|
||||
continue
|
||||
;;
|
||||
-l*)
|
||||
@@ -2020,6 +2023,7 @@ EOF
|
||||
fi
|
||||
continue
|
||||
;;
|
||||
+
|
||||
%DEPLIBS%)
|
||||
alldeplibs=yes
|
||||
continue
|
||||
@@ -2270,10 +2274,6 @@ EOF
|
||||
link_static=no # Whether the deplib will be linked statically
|
||||
if test -n "$library_names" &&
|
||||
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
||||
- if test "$installed" = no; then
|
||||
- notinst_deplibs="$notinst_deplibs $lib"
|
||||
- need_relink=yes
|
||||
- fi
|
||||
# This is a shared library
|
||||
|
||||
# Warn about portability, can't link against -module's on
|
||||
@@ -5828,40 +5828,6 @@ relink_command=\"$relink_command\""
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit $EXIT_SUCCESS
|
||||
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
- $echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- $echo " $libdir"
|
||||
- done
|
||||
- $echo
|
||||
- $echo "If you ever happen to want to link against installed libraries"
|
||||
- $echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
|
||||
- $echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- $echo " during execution"
|
||||
- fi
|
||||
- if test -n "$runpath_var"; then
|
||||
- $echo " - add LIBDIR to the \`$runpath_var' environment variable"
|
||||
- $echo " during linking"
|
||||
- fi
|
||||
- if test -n "$hardcode_libdir_flag_spec"; then
|
||||
- libdir=LIBDIR
|
||||
- eval flag=\"$hardcode_libdir_flag_spec\"
|
||||
-
|
||||
- $echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- $echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- $echo
|
||||
- $echo "See any operating system documentation about shared libraries for"
|
||||
- $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- $echo "----------------------------------------------------------------------"
|
||||
exit $EXIT_SUCCESS
|
||||
;;
|
||||
|
@ -1,192 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- configure.orig Sat Mar 19 00:08:00 2005
|
||||
+++ configure Sun Apr 3 16:25:45 2005
|
||||
@@ -22287,9 +22287,9 @@ echo "${ECHO_T}$LINGUAS" >&6
|
||||
localedir='${prefix}/${DATADIRNAME}/locale'
|
||||
|
||||
|
||||
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
|
||||
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
|
||||
|
||||
-faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
|
||||
+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
|
||||
|
||||
|
||||
if test "x${datadir}" = 'x${prefix}/share'; then
|
||||
@@ -25979,115 +25979,77 @@ if test "${enable_openssl+set}" = set; t
|
||||
enableval="$enable_openssl"
|
||||
ac_cv_enable_openssl=$enableval
|
||||
else
|
||||
- ac_cv_enable_openssl=yes
|
||||
+ ac_cv_enable_openssl=no
|
||||
fi;
|
||||
-if test x"$ac_cv_enable_openssl" = xyes; then
|
||||
+echo "$as_me:$LINENO: checking whether to use OpenSSL" >&5
|
||||
+echo $ECHO_N "checking whether to use OpenSSL... $ECHO_C" >&6
|
||||
+if test $ac_cv_enable_openssl = yes; then
|
||||
+ echo "$as_me:$LINENO: result: yes" >&5
|
||||
+echo "${ECHO_T}yes" >&6
|
||||
+ echo "$as_me:$LINENO: checking if openssl is available" >&5
|
||||
+echo $ECHO_N "checking if openssl is available... $ECHO_C" >&6
|
||||
+ LIBS="$LIBS -lssl -lcrypto"
|
||||
+ cat >conftest.$ac_ext <<_ACEOF
|
||||
+/* confdefs.h. */
|
||||
+_ACEOF
|
||||
+cat confdefs.h >>conftest.$ac_ext
|
||||
+cat >>conftest.$ac_ext <<_ACEOF
|
||||
+/* end confdefs.h. */
|
||||
|
||||
- succeeded=no
|
||||
+#include <openssl/opensslv.h>
|
||||
|
||||
- if test -z "$PKG_CONFIG"; then
|
||||
- # Extract the first word of "pkg-config", so it can be a program name with args.
|
||||
-set dummy pkg-config; ac_word=$2
|
||||
-echo "$as_me:$LINENO: checking for $ac_word" >&5
|
||||
-echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
||||
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
|
||||
- echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
-else
|
||||
- case $PKG_CONFIG in
|
||||
- [\\/]* | ?:[\\/]*)
|
||||
- ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
|
||||
- ;;
|
||||
- *)
|
||||
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
|
||||
-for as_dir in $PATH
|
||||
-do
|
||||
- IFS=$as_save_IFS
|
||||
- test -z "$as_dir" && as_dir=.
|
||||
- for ac_exec_ext in '' $ac_executable_extensions; do
|
||||
- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
||||
- ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
|
||||
- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
|
||||
- break 2
|
||||
- fi
|
||||
-done
|
||||
-done
|
||||
-
|
||||
- test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
|
||||
- ;;
|
||||
-esac
|
||||
-fi
|
||||
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
|
||||
-
|
||||
-if test -n "$PKG_CONFIG"; then
|
||||
- echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
|
||||
-echo "${ECHO_T}$PKG_CONFIG" >&6
|
||||
-else
|
||||
- echo "$as_me:$LINENO: result: no" >&5
|
||||
-echo "${ECHO_T}no" >&6
|
||||
-fi
|
||||
-
|
||||
- fi
|
||||
-
|
||||
- if test "$PKG_CONFIG" = "no" ; then
|
||||
- echo "*** The pkg-config script could not be found. Make sure it is"
|
||||
- echo "*** in your path, or set the PKG_CONFIG environment variable"
|
||||
- echo "*** to the full path to pkg-config."
|
||||
- echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
|
||||
- else
|
||||
- PKG_CONFIG_MIN_VERSION=0.9.0
|
||||
- if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||
- echo "$as_me:$LINENO: checking for openssl >= 0.9.7" >&5
|
||||
-echo $ECHO_N "checking for openssl >= 0.9.7... $ECHO_C" >&6
|
||||
-
|
||||
- if $PKG_CONFIG --exists "openssl >= 0.9.7" ; then
|
||||
- echo "$as_me:$LINENO: result: yes" >&5
|
||||
+int
|
||||
+main ()
|
||||
+{
|
||||
+ return OPENSSL_VERSION_NUMBER;
|
||||
+ ;
|
||||
+ return 0;
|
||||
+}
|
||||
+_ACEOF
|
||||
+rm -f conftest.$ac_objext conftest$ac_exeext
|
||||
+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
|
||||
+ (eval $ac_link) 2>conftest.er1
|
||||
+ ac_status=$?
|
||||
+ grep -v '^ *+' conftest.er1 >conftest.err
|
||||
+ rm -f conftest.er1
|
||||
+ cat conftest.err >&5
|
||||
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
+ (exit $ac_status); } &&
|
||||
+ { ac_try='test -z "$ac_c_werror_flag"
|
||||
+ || test ! -s conftest.err'
|
||||
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||
+ (eval $ac_try) 2>&5
|
||||
+ ac_status=$?
|
||||
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
+ (exit $ac_status); }; } &&
|
||||
+ { ac_try='test -s conftest$ac_exeext'
|
||||
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
|
||||
+ (eval $ac_try) 2>&5
|
||||
+ ac_status=$?
|
||||
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
||||
+ (exit $ac_status); }; }; then
|
||||
+ echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
- succeeded=yes
|
||||
|
||||
- echo "$as_me:$LINENO: checking OPENSSL_CFLAGS" >&5
|
||||
-echo $ECHO_N "checking OPENSSL_CFLAGS... $ECHO_C" >&6
|
||||
- OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 0.9.7"`
|
||||
- echo "$as_me:$LINENO: result: $OPENSSL_CFLAGS" >&5
|
||||
-echo "${ECHO_T}$OPENSSL_CFLAGS" >&6
|
||||
-
|
||||
- echo "$as_me:$LINENO: checking OPENSSL_LIBS" >&5
|
||||
-echo $ECHO_N "checking OPENSSL_LIBS... $ECHO_C" >&6
|
||||
- OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 0.9.7"`
|
||||
- echo "$as_me:$LINENO: result: $OPENSSL_LIBS" >&5
|
||||
-echo "${ECHO_T}$OPENSSL_LIBS" >&6
|
||||
- else
|
||||
- OPENSSL_CFLAGS=""
|
||||
- OPENSSL_LIBS=""
|
||||
- ## If we have a custom action on failure, don't print errors, but
|
||||
- ## do set a variable so people can do so.
|
||||
- OPENSSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl >= 0.9.7"`
|
||||
-
|
||||
- fi
|
||||
-
|
||||
-
|
||||
-
|
||||
- else
|
||||
- echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
|
||||
- echo "*** See http://www.freedesktop.org/software/pkgconfig"
|
||||
- fi
|
||||
- fi
|
||||
-
|
||||
- if test $succeeded = yes; then
|
||||
- :
|
||||
- else
|
||||
- ac_cv_enable_openssl=no
|
||||
- fi
|
||||
-
|
||||
- if test x$ac_cv_enable_openssl = xyes; then
|
||||
-
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define USE_OPENSSL 1
|
||||
_ACEOF
|
||||
|
||||
- fi
|
||||
-fi
|
||||
+else
|
||||
+ echo "$as_me: failed program was:" >&5
|
||||
+sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
-
|
||||
+ echo "$as_me:$LINENO: result: no" >&5
|
||||
+echo "${ECHO_T}no" >&6
|
||||
+ LIBS="$ac_save_LIBS"
|
||||
+ ac_cv_enable_openssl=no
|
||||
+fi
|
||||
+rm -f conftest.err conftest.$ac_objext \
|
||||
+ conftest$ac_exeext conftest.$ac_ext
|
||||
+else
|
||||
+ echo "$as_me:$LINENO: result: no" >&5
|
||||
+echo "${ECHO_T}no" >&6
|
||||
+fi
|
||||
|
||||
OLDLIBS=$LIBS
|
||||
LIBS=
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/Makefile.in.orig Sat Mar 19 00:18:39 2005
|
||||
+++ src/Makefile.in Mon Apr 11 14:33:17 2005
|
||||
@@ -715,7 +715,7 @@ sylpheed_LDADD = \
|
||||
$(STARTUP_NOTIFICATION_LIBS)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
- -DG_LOG_DOMAIN=\"Sylpheed\" \
|
||||
+ -DG_LOG_DOMAIN=\"Sylpheed-claws\" \
|
||||
-DLOCALEDIR=\""$(localedir)"\" \
|
||||
-DMANUALDIR=\""$(manualdir)"\" \
|
||||
-DFAQDIR=\""$(faqdir)"\" \
|
||||
@@ -1222,7 +1222,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-sylpheedincludeHEADERS
|
||||
+install-data-am:
|
||||
|
||||
install-exec-am: install-binPROGRAMS
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_common_Makefile_in,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/common/Makefile.in.orig Sat Mar 19 00:18:39 2005
|
||||
+++ src/common/Makefile.in Mon Apr 11 14:33:42 2005
|
||||
@@ -612,7 +612,7 @@ info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-sylpheedcommonincludeHEADERS
|
||||
+install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-src_common_plugin_c,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/common/plugin.c.orig Thu Feb 10 02:15:32 2005
|
||||
+++ src/common/plugin.c Sun Apr 3 15:25:49 2005
|
||||
@@ -135,9 +135,9 @@ gint plugin_load(const gchar *filename,
|
||||
return ok;
|
||||
}
|
||||
|
||||
- plugin->name = plugin_name;
|
||||
- plugin->desc = plugin_desc;
|
||||
- plugin->type = plugin_type;
|
||||
+ (gint *)plugin->name = plugin_name;
|
||||
+ (gint *)plugin->desc = plugin_desc;
|
||||
+ (gint *)plugin->type = plugin_type;
|
||||
plugin->filename = g_strdup(filename);
|
||||
|
||||
plugins = g_slist_append(plugins, plugin);
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_common_smtp_h,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/common/smtp.h.orig Sun Apr 3 15:14:42 2005
|
||||
+++ src/common/smtp.h Sun Apr 3 15:15:18 2005
|
||||
@@ -32,7 +32,9 @@ typedef struct _SMTPSession SMTPSession;
|
||||
|
||||
#define SMTP_SESSION(obj) ((SMTPSession *)obj)
|
||||
|
||||
-#define MSGBUFSIZE 8192
|
||||
+#ifndef MSGBUFSIZE
|
||||
+# define MSGBUFSIZE 8192
|
||||
+#endif
|
||||
|
||||
typedef enum
|
||||
{
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_gtk_Makefile_in,v 1.1 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/gtk/Makefile.in.orig Mon Apr 11 14:33:57 2005
|
||||
+++ src/gtk/Makefile.in Mon Apr 11 14:34:15 2005
|
||||
@@ -604,7 +604,7 @@ info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-sylpheedgtkincludeHEADERS
|
||||
+install-data-am:
|
||||
|
||||
install-exec-am:
|
||||
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_inc_c,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/inc.c.orig Sun Apr 3 15:15:51 2005
|
||||
+++ src/inc.c Sun Apr 3 15:16:10 2005
|
||||
@@ -75,7 +75,9 @@ static GdkPixbuf *currentpix;
|
||||
static GdkPixbuf *errorpix;
|
||||
static GdkPixbuf *okpix;
|
||||
|
||||
-#define MSGBUFSIZE 8192
|
||||
+#ifndef MSGBUFSIZE
|
||||
+# define MSGBUFSIZE 8192
|
||||
+#endif
|
||||
|
||||
static void inc_finished (MainWindow *mainwin,
|
||||
gboolean new_messages);
|
@ -1,14 +0,0 @@
|
||||
$OpenBSD: patch-src_mbox_c,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/mbox.c.orig Sun Apr 3 15:16:22 2005
|
||||
+++ src/mbox.c Sun Apr 3 15:16:39 2005
|
||||
@@ -42,7 +42,9 @@
|
||||
#include "utils.h"
|
||||
#include "filtering.h"
|
||||
|
||||
-#define MSGBUFSIZE 8192
|
||||
+#ifndef MSGBUFSIZE
|
||||
+# define MSGBUFSIZE 8192
|
||||
+#endif
|
||||
|
||||
#define FPUTS_TO_TMP_ABORT_IF_FAIL(s) \
|
||||
{ \
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_dillo_viewer_Makefile_in,v 1.2 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/plugins/dillo_viewer/Makefile.in.orig Sun Apr 3 16:55:15 2005
|
||||
+++ src/plugins/dillo_viewer/Makefile.in Sun Apr 3 16:55:51 2005
|
||||
@@ -288,6 +288,7 @@ INCLUDES = \
|
||||
-I../../gtk
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
+ @CPPFLAGS@ \
|
||||
$(ASPELL_CFLAGS) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GTK_CFLAGS) \
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_image_viewer_Makefile_in,v 1.2 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/plugins/image_viewer/Makefile.in.orig Sun Apr 3 16:56:09 2005
|
||||
+++ src/plugins/image_viewer/Makefile.in Sun Apr 3 16:56:28 2005
|
||||
@@ -289,6 +289,7 @@ INCLUDES = \
|
||||
-I../../gtk
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
+ @CPPFLAGS@ \
|
||||
$(ASPELL_CFLAGS) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GTK_CFLAGS) \
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_image_viewer_viewer_c,v 1.1 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/plugins/image_viewer/viewer.c.orig Sun Apr 3 15:18:48 2005
|
||||
+++ src/plugins/image_viewer/viewer.c Sun Apr 3 15:19:35 2005
|
||||
@@ -123,7 +123,7 @@ static void image_viewer_load_file(Image
|
||||
(GTK_SCROLLED_WINDOW(imageviewer->scrolledwin),
|
||||
imageviewer->image);
|
||||
} else
|
||||
- gtk_pixmap_set(imageviewer->image, pixmap, mask);
|
||||
+ gtk_pixmap_set((gint *)imageviewer->image, pixmap, mask);
|
||||
|
||||
gtk_widget_show(imageviewer->image);
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_pgpmime_Makefile_in,v 1.1 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/plugins/pgpmime/Makefile.in.orig Sun Apr 3 17:04:58 2005
|
||||
+++ src/plugins/pgpmime/Makefile.in Sun Apr 3 17:05:16 2005
|
||||
@@ -305,6 +305,7 @@ INCLUDES = \
|
||||
-I../../gtk
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
+ @CPPFLAGS@ \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GTK_CFLAGS) \
|
||||
$(GPGME_CFLAGS)
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_spamassassin_Makefile_in,v 1.4 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/plugins/spamassassin/Makefile.in.orig Sun Apr 3 16:56:54 2005
|
||||
+++ src/plugins/spamassassin/Makefile.in Sun Apr 3 16:57:16 2005
|
||||
@@ -301,6 +301,7 @@ INCLUDES = \
|
||||
-I../../gtk
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
+ @CPPFLAGS@ \
|
||||
$(ASPELL_CFLAGS) \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GTK_CFLAGS) \
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_spamassassin_spamassassin_c,v 1.1 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/plugins/spamassassin/spamassassin.c.orig Sun Apr 3 15:31:09 2005
|
||||
+++ src/plugins/spamassassin/spamassassin.c Sun Apr 3 15:31:46 2005
|
||||
@@ -296,7 +296,7 @@ gint plugin_init(gchar **error)
|
||||
return -1;
|
||||
}
|
||||
|
||||
- username = g_get_user_name();
|
||||
+ (gchar *)username = g_get_user_name();
|
||||
if (username == NULL) {
|
||||
*error = g_strdup("Failed to get username");
|
||||
return -1;
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-src_plugins_trayicon_Makefile_in,v 1.1 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/plugins/trayicon/Makefile.in.orig Sun Apr 3 17:04:00 2005
|
||||
+++ src/plugins/trayicon/Makefile.in Sun Apr 3 17:04:26 2005
|
||||
@@ -301,6 +301,7 @@ INCLUDES = \
|
||||
-Ilibeggtrayicon
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
+ @CPPFLAGS@ \
|
||||
$(GLIB_CFLAGS) \
|
||||
$(GTK_CFLAGS) \
|
||||
$(ASPELL_CFLAGS) \
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_procmime_c,v 1.3 2005/04/12 20:29:26 naddy Exp $
|
||||
--- src/procmime.c.orig Sun Apr 3 15:16:52 2005
|
||||
+++ src/procmime.c Sun Apr 3 15:17:06 2005
|
||||
@@ -1010,7 +1010,7 @@ GList *procmime_get_mime_type_list(void)
|
||||
if (mime_type_list)
|
||||
return mime_type_list;
|
||||
|
||||
- if ((fp = fopen("/etc/mime.types", "rb")) == NULL) {
|
||||
+ if ((fp = fopen("/var/www/conf/mime.types", "rb")) == NULL) {
|
||||
if ((fp = fopen(SYSCONFDIR "/mime.types", "rb")) == NULL) {
|
||||
FILE_OP_ERROR(SYSCONFDIR "/mime.types", "fopen");
|
||||
return NULL;
|
@ -1,34 +0,0 @@
|
||||
$OpenBSD: patch-tools_sylpheed-switcher,v 1.4 2005/04/12 20:29:26 naddy Exp $
|
||||
--- tools/sylpheed-switcher.orig Fri Dec 7 19:25:01 2001
|
||||
+++ tools/sylpheed-switcher Sun Apr 3 15:38:26 2005
|
||||
@@ -73,7 +73,7 @@ if ($sylphpath && $clawspath) { ## this
|
||||
if ($DIR_CHECK == 1) {
|
||||
print "\nNow you can run either the main branch or the claws\n";
|
||||
print "branch by using one of the following options:\n\n";
|
||||
- print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
|
||||
+ print " sylpheed-switcher --main\n sylpheed-switcher --claws\n\n";
|
||||
exit;
|
||||
}
|
||||
## copy the directory tree
|
||||
@@ -82,7 +82,7 @@ if ($sylphpath && $clawspath) { ## this
|
||||
## when setting-up is done print a little message
|
||||
print "\nNow you can run either the main branch or the claws\n";
|
||||
print "branch by using one of the following options:\n\n";
|
||||
- print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
|
||||
+ print " sylpheed-switcher --main\n sylpheed-switcher --claws\n\n";
|
||||
exit;
|
||||
}
|
||||
## the --help option stuff
|
||||
@@ -92,10 +92,10 @@ if ($YouWantHelp) {
|
||||
print "to set up the configuration. Here is an example, adjust the paths\n";
|
||||
print "to suit your set-up, but remember you need the full path with the\n";
|
||||
print "executable included:\n";
|
||||
- print "./sylpheed-switcher --main-path=/usr/local/bin/sylpheed --claws-path=/usr/bin/sylpheed\n\n";
|
||||
+ print " sylpheed-switcher --main-path=/usr/local/bin/sylpheed --claws-path=/usr/local/bin/sylpheed\n\n";
|
||||
print "When you have done the initial set-up, you run either the main branch\n";
|
||||
print "or the claws branch by using one of the following switches:\n\n";
|
||||
- print "./sylpheed-switcher --main\n./sylpheed-switcher --claws\n\n";
|
||||
+ print " sylpheed-switcher --main\n sylpheed-switcher --claws\n\n";
|
||||
print "Add --debug to run sylpheed in debug mode\n\n";
|
||||
exit;
|
||||
}
|
@ -1 +0,0 @@
|
||||
Dillo plugin for sylpheed-claws
|
@ -1 +0,0 @@
|
||||
Sylpheed-claws FAQ and documentation
|
@ -1 +0,0 @@
|
||||
Image viewer plugin for sylpheed-claws
|
@ -1,11 +0,0 @@
|
||||
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail
|
||||
client and news reader based on GTK+. Many features are supported
|
||||
including POP3, IMAP, NNTP, multiple accounts, threading, filtering,
|
||||
MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization,
|
||||
and more.
|
||||
|
||||
Packages can be built with additional FLAVORs:
|
||||
- compface: use compface (X-Face)
|
||||
- pgpmime: enable GnuPG support using GPGME
|
||||
- jpilot: enable JPilot support
|
||||
- ldap: enable LDAP support
|
@ -1 +0,0 @@
|
||||
Spamassassin plugin for sylpheed-claws
|
@ -1 +0,0 @@
|
||||
Sylpheed-claws themes
|
@ -1 +0,0 @@
|
||||
Sylpheed-claws plugin for system tray icon.
|
@ -1,2 +0,0 @@
|
||||
The dillo plugin has been installed into
|
||||
${PREFIX}/lib/sylpheed-claws/plugins/
|
@ -1,2 +0,0 @@
|
||||
The image viewer plugin has been installed into
|
||||
${PREFIX}/lib/sylpheed-claws/plugins/
|
@ -1,5 +0,0 @@
|
||||
|
||||
If you also have the main package of Sylpheed, and do not want to
|
||||
remove it, you can use ${PREFIX}/bin/sylpheed-switcher to switch
|
||||
between the main package and the claws package.
|
||||
|
@ -1,2 +0,0 @@
|
||||
The spamassassing plugin has been installed into
|
||||
${PREFIX}/lib/sylpheed-claws/plugins/
|
@ -1,2 +0,0 @@
|
||||
The sylpheed-claws themes have been installed into
|
||||
${PREFIX}/share/sylpheed-claws/themes/
|
@ -1,2 +0,0 @@
|
||||
The trayicon plugin has been installed into
|
||||
${PREFIX}/lib/sylpheed-claws/plugins/
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-dillo,v 1.3 2007/04/07 16:18:42 steven Exp $
|
||||
lib/sylpheed-claws/plugins/dillo_viewer.so
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-imageviewer,v 1.3 2007/04/07 16:18:42 steven Exp $
|
||||
lib/sylpheed-claws/plugins/image_viewer.so
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-spamassassin,v 1.3 2007/04/07 16:18:42 steven Exp $
|
||||
lib/sylpheed-claws/plugins/spamassassin.so
|
||||
lib/sylpheed-claws/plugins/spamassassin_gtk.so
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-trayicon,v 1.2 2007/04/07 16:18:42 steven Exp $
|
||||
lib/sylpheed-claws/plugins/trayicon.so
|
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-dillo,v 1.2 2005/04/12 20:29:26 naddy Exp $
|
||||
lib/sylpheed-claws/plugins/dillo_viewer.a
|
||||
lib/sylpheed-claws/plugins/dillo_viewer.la
|
||||
%%SHARED%%
|
||||
share/doc/sylpheed-claws/README.dillo
|
@ -1,151 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.2 2005/08/16 09:49:52 espie Exp $
|
||||
@conflict sylpheed-claws-<1.9.6
|
||||
share/doc/sylpheed-claws/
|
||||
share/doc/sylpheed-claws/AUTHORS
|
||||
share/doc/sylpheed-claws/README
|
||||
share/doc/sylpheed-claws/README.claws
|
||||
share/doc/sylpheed-claws/README.sylprint
|
||||
share/doc/sylpheed-claws/README.tools
|
||||
share/doc/sylpheed-claws/RELEASE_NOTES.claws
|
||||
share/doc/sylpheed-claws/faq/
|
||||
share/doc/sylpheed-claws/faq/de/
|
||||
share/doc/sylpheed-claws/faq/de/sylpheed-faq-1.html
|
||||
share/doc/sylpheed-claws/faq/de/sylpheed-faq-2.html
|
||||
share/doc/sylpheed-claws/faq/de/sylpheed-faq-3.html
|
||||
share/doc/sylpheed-claws/faq/de/sylpheed-faq.html
|
||||
share/doc/sylpheed-claws/faq/en/
|
||||
share/doc/sylpheed-claws/faq/en/sylpheed-faq-1.html
|
||||
share/doc/sylpheed-claws/faq/en/sylpheed-faq-2.html
|
||||
share/doc/sylpheed-claws/faq/en/sylpheed-faq-3.html
|
||||
share/doc/sylpheed-claws/faq/en/sylpheed-faq-4.html
|
||||
share/doc/sylpheed-claws/faq/en/sylpheed-faq.html
|
||||
share/doc/sylpheed-claws/faq/es/
|
||||
share/doc/sylpheed-claws/faq/es/sylpheed-faq-1.html
|
||||
share/doc/sylpheed-claws/faq/es/sylpheed-faq-2.html
|
||||
share/doc/sylpheed-claws/faq/es/sylpheed-faq-3.html
|
||||
share/doc/sylpheed-claws/faq/es/sylpheed-faq-4.html
|
||||
share/doc/sylpheed-claws/faq/es/sylpheed-faq.html
|
||||
share/doc/sylpheed-claws/faq/fr/
|
||||
share/doc/sylpheed-claws/faq/fr/sylpheed-faq-1.html
|
||||
share/doc/sylpheed-claws/faq/fr/sylpheed-faq-2.html
|
||||
share/doc/sylpheed-claws/faq/fr/sylpheed-faq-3.html
|
||||
share/doc/sylpheed-claws/faq/fr/sylpheed-faq.html
|
||||
share/doc/sylpheed-claws/faq/it/
|
||||
share/doc/sylpheed-claws/faq/it/sylpheed-faq-1.html
|
||||
share/doc/sylpheed-claws/faq/it/sylpheed-faq-2.html
|
||||
share/doc/sylpheed-claws/faq/it/sylpheed-faq-3.html
|
||||
share/doc/sylpheed-claws/faq/it/sylpheed-faq.html
|
||||
share/doc/sylpheed-claws/manual/
|
||||
share/doc/sylpheed-claws/manual/de/
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-1.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-10.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-11.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-12.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-13.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-14.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-15.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-16.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-17.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-18.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-19.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-2.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-20.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-3.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-4.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-5.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-6.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-7.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-8.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed-9.html
|
||||
share/doc/sylpheed-claws/manual/de/sylpheed.html
|
||||
share/doc/sylpheed-claws/manual/en/
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-1.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-10.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-11.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-12.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-13.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-14.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-15.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-16.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-17.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-18.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-19.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-2.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-20.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-21.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-22.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-3.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-4.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-5.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-6.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-7.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-8.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed-9.html
|
||||
share/doc/sylpheed-claws/manual/en/sylpheed.html
|
||||
share/doc/sylpheed-claws/manual/es/
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-1.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-10.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-11.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-12.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-13.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-14.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-15.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-16.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-17.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-18.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-19.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-2.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-20.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-3.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-4.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-5.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-6.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-7.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-8.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed-9.html
|
||||
share/doc/sylpheed-claws/manual/es/sylpheed.html
|
||||
share/doc/sylpheed-claws/manual/fr/
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-1.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-10.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-11.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-12.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-13.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-14.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-15.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-16.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-17.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-18.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-19.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-2.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-20.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-3.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-4.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-5.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-6.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-7.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-8.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed-9.html
|
||||
share/doc/sylpheed-claws/manual/fr/sylpheed.html
|
||||
share/doc/sylpheed-claws/manual/ja/
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-1.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-10.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-11.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-12.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-13.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-14.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-15.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-16.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-17.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-18.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-19.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-2.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-20.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-3.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-4.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-5.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-6.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-7.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-8.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed-9.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed.html
|
||||
share/doc/sylpheed-claws/manual/ja/sylpheed.sgml
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-imageviewer,v 1.2 2005/04/12 20:29:26 naddy Exp $
|
||||
lib/sylpheed-claws/plugins/image_viewer.a
|
||||
lib/sylpheed-claws/plugins/image_viewer.la
|
||||
%%SHARED%%
|
@ -1,68 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2007/04/07 16:18:42 steven Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
bin/sylpheed-claws
|
||||
bin/sylpheed-switcher
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/sylpheed-claws.pc
|
||||
lib/sylpheed-claws/
|
||||
lib/sylpheed-claws/plugins/
|
||||
@man man/man1/sylpheed-claws.1
|
||||
share/gnome/
|
||||
share/gnome/apps/
|
||||
share/gnome/apps/Internet/
|
||||
share/gnome/apps/Internet/sylpheed-claws.desktop
|
||||
share/locale/bg/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/cs/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/de/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/el/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
share/locale/en_GB/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/es/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/fr/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/hr/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/hu/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/it/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/ja/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/ko/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/nl/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/pl/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/ru/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/sk/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/sr/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/sv/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/locale/zh_TW.Big5/
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed-claws.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/sylpheed-claws.png
|
||||
share/sylpheed-claws/
|
||||
share/sylpheed-claws/OOo2sylpheed.pl
|
||||
share/sylpheed-claws/calypso_convert.pl
|
||||
share/sylpheed-claws/convert_mbox.pl
|
||||
share/sylpheed-claws/eud2gc.py
|
||||
share/sylpheed-claws/filter_conv.pl
|
||||
share/sylpheed-claws/freshmeat_search.pl
|
||||
share/sylpheed-claws/gif2xface.pl
|
||||
share/sylpheed-claws/google_msgid.pl
|
||||
share/sylpheed-claws/google_search.pl
|
||||
share/sylpheed-claws/gpg-sign-syl
|
||||
share/sylpheed-claws/kdeservicemenu/
|
||||
share/sylpheed-claws/kdeservicemenu/install.sh
|
||||
share/sylpheed-claws/kdeservicemenu/sylpheed-kdeservicemenu.pl
|
||||
share/sylpheed-claws/kmail2sylpheed.pl
|
||||
share/sylpheed-claws/kmail2sylpheed_v2.pl
|
||||
share/sylpheed-claws/maildir2sylpheed.pl
|
||||
share/sylpheed-claws/multiwebsearch.pl
|
||||
share/sylpheed-claws/nautilus2sylpheed.sh
|
||||
share/sylpheed-claws/outlook2sylpheed.pl
|
||||
share/sylpheed-claws/sylpheed-switcher
|
||||
share/sylpheed-claws/sylprint.pl
|
||||
share/sylpheed-claws/sylprint.rc
|
||||
share/sylpheed-claws/tb2sylpheed
|
||||
share/sylpheed-claws/textviewer.sh
|
||||
share/sylpheed-claws/update-po
|
||||
share/sylpheed-claws/uudec
|
||||
share/sylpheed-claws/vcard2xml.py
|
@ -1,7 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-spamassassin,v 1.2 2005/04/12 20:29:26 naddy Exp $
|
||||
lib/sylpheed-claws/plugins/spamassassin.a
|
||||
lib/sylpheed-claws/plugins/spamassassin.la
|
||||
lib/sylpheed-claws/plugins/spamassassin_gtk.a
|
||||
lib/sylpheed-claws/plugins/spamassassin_gtk.la
|
||||
%%SHARED%%
|
||||
share/doc/sylpheed-claws/README.spamassassin
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +0,0 @@
|
||||
@comment $OpenBSD: PLIST-trayicon,v 1.1 2005/04/12 20:29:26 naddy Exp $
|
||||
lib/sylpheed-claws/plugins/trayicon.a
|
||||
lib/sylpheed-claws/plugins/trayicon.la
|
||||
%%SHARED%%
|
||||
share/doc/sylpheed-claws/README.trayicon
|
Loading…
x
Reference in New Issue
Block a user