Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: 2.25/Makefile
===================================================================
--- 2.25/Makefile	(nonexistent)
+++ 2.25/Makefile	(revision 5)
@@ -0,0 +1,321 @@
+
+COMPONENT_TARGETS  = $(HARDWARE_INTEL_PC32)
+COMPONENT_TARGETS += $(HARDWARE_INTEL_PC64)
+COMPONENT_TARGETS += $(HARDWARE_EBOX_3350DX2)
+COMPONENT_TARGETS += $(HARDWARE_CB1X)
+COMPONENT_TARGETS += $(HARDWARE_CB2X)
+COMPONENT_TARGETS += $(HARDWARE_CB3X)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP2E)
+COMPONENT_TARGETS += $(HARDWARE_NANOPI_NEO)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PP)
+COMPONENT_TARGETS += $(HARDWARE_ORANGE_PL2)
+COMPONENT_TARGETS += $(HARDWARE_WECHIP_TX6)
+COMPONENT_TARGETS += $(HARDWARE_FFRK3288)
+COMPONENT_TARGETS += $(HARDWARE_POIN2)
+COMPONENT_TARGETS += $(HARDWARE_RK3328_CC)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_EDGE)
+COMPONENT_TARGETS += $(HARDWARE_LEEZ_P710)
+COMPONENT_TARGETS += $(HARDWARE_M201)
+COMPONENT_TARGETS += $(HARDWARE_MXV)
+COMPONENT_TARGETS += $(HARDWARE_P201)
+COMPONENT_TARGETS += $(HARDWARE_NEXBOX_A95X)
+COMPONENT_TARGETS += $(HARDWARE_ODROID_C2)
+COMPONENT_TARGETS += $(HARDWARE_P212)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_VIM)
+COMPONENT_TARGETS += $(HARDWARE_Q201)
+COMPONENT_TARGETS += $(HARDWARE_ENYBOX_X2)
+COMPONENT_TARGETS += $(HARDWARE_KHADAS_VIM2)
+COMPONENT_TARGETS += $(HARDWARE_NIT6Q)
+COMPONENT_TARGETS += $(HARDWARE_OKMX6DL_C)
+COMPONENT_TARGETS += $(HARDWARE_OKMX6Q_C)
+COMPONENT_TARGETS += $(HARDWARE_BONE_BLACK)
+COMPONENT_TARGETS += $(HARDWARE_OMAP5UEVM)
+COMPONENT_TARGETS += $(HARDWARE_DRA7XXEVM)
+COMPONENT_TARGETS += $(HARDWARE_CI20)
+COMPONENT_TARGETS += $(HARDWARE_BAIKAL_T1)
+COMPONENT_TARGETS += $(HARDWARE_BAIKAL_M1)
+COMPONENT_TARGETS += $(HARDWARE_S824L)
+COMPONENT_TARGETS += $(HARDWARE_VESNIN)
+COMPONENT_TARGETS += $(HARDWARE_S824L_LSB)
+COMPONENT_TARGETS += $(HARDWARE_VESNIN_LSB)
+COMPONENT_TARGETS += $(HARDWARE_TL2WK2)
+COMPONENT_TARGETS += $(HARDWARE_TL2SV2)
+COMPONENT_TARGETS += $(HARDWARE_TL2WK2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_TL2SV2_LSB)
+COMPONENT_TARGETS += $(HARDWARE_SIFIVE_U740)
+
+
+NEED_ABS_PATH      = true
+COMPONENT_IS_3PP   = true
+
+
+include ../../../build-system/constants.mk
+
+
+SOURCE_REQUIRES    = sources/packages/n/alpine
+
+REQUIRES           = libs/ncurses/6.3
+REQUIRES          += net/cyrus-sasl/2.1.27
+REQUIRES          += net/openssl/1.1.1r
+REQUIRES          += net/krb5/1.19.1
+
+# ======= __END_OF_REQUIRES__ =======
+
+
+version            = 2.25
+tar_xz_archive     = $(SRC_PACKAGE_PATH)/packages/n/alpine/alpine-$(version).tar.xz
+SRC_ARCHIVE        = $(tar_xz_archive)
+SRC_DIR            = $(TARGET_BUILD_DIR)/alpine-$(version)
+src_dir_name       = alpine-$(version)
+src_done           = $(TARGET_BUILD_DIR)/.source_done
+
+PATCHES = PATCHES
+
+build_target       = $(TARGET_BUILD_DIR)/.build_done
+install_target     = $(TARGET_BUILD_DIR)/.install_done
+
+
+####### Targets
+
+PKG_GROUP = net
+
+#
+# *PKG_NAME & *PKG_VERSION shouldn't be a reference to value.
+#
+ALPINE_PKG_NAME                = alpine
+ALPINE_PKG_VERSION             = 2.25
+ALPINE_PKG_ARCH                = $(PKGARCH)
+ALPINE_PKG_DISTRO_NAME         = $(DISTRO_NAME)
+ALPINE_PKG_DISTRO_VERSION      = $(DISTRO_VERSION)
+ALPINE_PKG_GROUP               = $(PKG_GROUP)
+###                             |---handy-ruler-------------------------------|
+ALPINE_PKG_SHORT_DESCRIPTION   = Program for Internet News and Email
+ALPINE_PKG_URL                 = $(BUG_URL)
+ALPINE_PKG_LICENSE             = Apache-v2.0
+ALPINE_PKG_DESCRIPTION_FILE    = $(TARGET_BUILD_DIR)/$(ALPINE_PKG_NAME)-pkg-description
+ALPINE_PKG_DESCRIPTION_FILE_IN = $(ALPINE_PKG_NAME)-pkg-description.in
+ALPINE_PKG_INSTALL_SCRIPT      = $(ALPINE_PKG_NAME)-pkg-install.sh
+
+ALPINE_PKG       = $(CURDIR)/$(TARGET_BUILD_DIR)/$(ALPINE_PKG_NAME)-package
+
+pkg_basename     = $(ALPINE_PKG_NAME)-$(ALPINE_PKG_VERSION)-$(ALPINE_PKG_ARCH)-$(ALPINE_PKG_DISTRO_NAME)-$(ALPINE_PKG_DISTRO_VERSION)
+
+pkg_archive      = $(TARGET_BUILD_DIR)/$(PKG_GROUP)/$(pkg_basename).$(pkg_arch_suffix)
+pkg_certificate  = $(call cert-name,$(pkg_archive))
+pkg_signature    = $(call sign-name,$(pkg_archive))
+pkg_description  = $(call desc-name,$(pkg_archive))
+products         = $(call pkg-files,$(pkg_archive))
+
+BUILD_TARGETS    = $(build_target)
+BUILD_TARGETS   += $(install_target)
+
+PRODUCT_TARGETS  = $(products)
+
+ROOTFS_TARGETS   = $(pkg_archive)
+
+
+include ../../../build-system/core.mk
+
+
+env_sysroot  = DESTDIR=$(ALPINE_PKG)
+
+
+extra_configure_switches  = --libdir=/usr/lib$(LIBSUFFIX)
+extra_configure_switches += --mandir=/usr/share/man
+
+extra_configure_switches += --with-ssl-certs-dir=/etc/ssl/certs
+extra_configure_switches += --with-c-client-target=slx
+extra_configure_switches += --with-system-pinerc=/etc/pine.conf
+extra_configure_switches += --with-system-fixed-pinerc=/etc/pine.conf.fixed
+extra_configure_switches += --with-passfile=.alpine.passfile
+extra_configure_switches += --disable-debug
+extra_configure_switches += --with-debug-level=0
+extra_configure_switches += --without-tcl
+extra_configure_switches += --program-prefix=
+extra_configure_switches += --program-suffix=
+
+extra_configure_switches += --with-ssl-dir=$(TARGET_DEST_DIR)/usr
+extra_configure_switches += --with-krb5-dir=$(TARGET_DEST_DIR)/usr
+extra_configure_switches += --with-ldap-dir=$(TARGET_DEST_DIR)/usr
+
+extra_configure_switches += --with-include-path=$(TARGET_DEST_DIR)/usr/include
+extra_configure_switches += --with-lib-path=$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)
+
+extra_configure_switches += --enable-shared=yes
+extra_configure_switches += --enable-static=yes
+
+mail_dir_patch = $(TOP_BUILD_DIR_ABS)/sources/packages/n/alpine/alpine-$(version)-maildir.patch.gz
+
+
+INSTALL_C_CLIENT_LIB = yes
+
+#
+# NOTE:
+# ====
+#   We cannot create /etc/pine.conf during cross-compilation because
+#   this system pinerc file can be created by following command:
+#
+#     $(SRC_DIR)/alpine/alpine -conf > /etc/pine.conf
+#
+#   so here we just copy the pre-created file.
+#
+
+CFLAGS += -fPIC -Wno-incompatible-pointer-types
+
+
+TARGET_BIN_RPATH = /lib$(LIBSUFFIX):/usr/lib$(LIBSUFFIX)
+
+
+####### Dependencies
+
+$(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
+	$(UNPACK_SRC_ARCHIVE)
+	$(APPLY_PATCHES)
+	# ======= Applaying Maildir patch =======
+	@( cd $(SRC_DIR) ; \
+	   zcat $(mail_dir_patch) | patch -p1 ; \
+	 )
+	# ======= Set SSL Certificates directory =======
+	@( cd $(SRC_DIR) ; \
+	   sed -i 's,^\(SSLDIR\).*,\1=/usr,'                     imap/src/osdep/unix/Makefile ; \
+	   sed -i 's,^\(SSLCERTS\).*,\1=/etc/ssl/certs,'         imap/src/osdep/unix/Makefile ; \
+	   sed -i 's,-pipe -fno-omit-frame-pointer,\$$(CFLAGS),' imap/src/osdep/unix/Makefile ; \
+	 )
+	# ======= Make build-machine helpers =======
+	@( cd $(SRC_DIR) ; \
+	   ./configure ; \
+	   make -C pith help_c_gen help_h_gen ; \
+	   mv pith/help_c_gen ./build_help_c_gen ; \
+	   mv pith/help_h_gen ./build_help_h_gen ; \
+	   make distclean ; \
+	   cp build_help_c_gen build_help_h_gen pith/ ; \
+	 )
+	@touch $@
+
+$(build_target): $(src_done)
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) ./configure \
+	  --prefix=/usr               \
+	  --build=$(BUILD)            \
+	  --host=$(TARGET)            \
+	  $(extra_configure_switches)
+	# ======= Correct pats and programs in tech-notes.txt =======
+	@( cd $(SRC_DIR)/doc/tech-notes ; \
+	   sed -i 's,/usr/local/lib/pine.info,/usr/lib/pine.info,g' tech-notes.txt ; \
+	   sed -i 's,/usr/local/lib,/etc,g'                         tech-notes.txt ; \
+	   sed -i 's,/usr/local,/etc,g'                             tech-notes.txt ; \
+	 )
+	# ======= Use build-machine helpers =======
+	@( cd $(SRC_DIR)/pith ; \
+	   sed -i 's,^\([\t]*\)./help_c_gen,\1./build_help_c_gen,' Makefile ; \
+	   sed -i 's,^\([\t]*\)./help_h_gen,\1./build_help_h_gen,' Makefile ; \
+	 )
+	# ======= Remove -I. from CFLAGS =======
+	@( cd $(SRC_DIR) ; \
+	   find . -type f -name Makefile -exec sed -i 's,-I. ,,g' {} \; ; \
+	 )
+	# ======= Suppress interactive questions =======
+	@( cd $(SRC_DIR) ; \
+	   sed -i '/make nounenc;exit 1/d' imap/Makefile ; \
+	 )
+	# ======= Enable CCACHE =======
+	@( cd $(SRC_DIR) ; \
+	   sed -i 's,CC=`\$$(CAT) CCTYPE`,CC="`\$$(CAT) CCTYPE`",' imap/Makefile ; \
+	 )
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) \
+	    AR='$(AR)' RANLIB='$(RANLIB)' GSSDIR='$(TARGET_DEST_DIR)/usr' \
+	    EXTRACFLAGS='-fPIC' EXTRALDFLAGS='$(LDFLAGS)' SSLTYPE=unix
+	@touch $@
+
+$(install_target): $(build_target)
+	@mkdir -p $(ALPINE_PKG)/etc
+	@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 install SSLTYPE=unix $(env_sysroot)
+	@cat $(CURDIR)/conf/pine.conf > $(ALPINE_PKG)/etc/pine.conf.new
+ifeq ($(INSTALL_C_CLIENT_LIB),yes)
+	# ======= Install c-client for IMAP =======
+	@$(STRIP) -g $(SRC_DIR)/imap/c-client/c-client.a 2> /dev/null
+	@mkdir -p $(ALPINE_PKG)/usr/lib$(LIBSUFFIX)/alpine-$(version)/c-client/{include/imap,lib}
+	@for file in c-client mail imap4r1 rfc822 linkage misc smtp nntp http \
+	             json maildir osdep env_unix env fs ftl nl tcp sslio utf8 utf8aux ; do \
+	   install -D -m 644 $(SRC_DIR)/imap/c-client/$${file}.h \
+	                     $(ALPINE_PKG)/usr/lib$(LIBSUFFIX)/alpine-$(version)/c-client/include/imap/$${file}.h ; \
+	 done
+	@install -m 644 $(SRC_DIR)/imap/c-client/linkage.c  \
+	                $(ALPINE_PKG)/usr/lib$(LIBSUFFIX)/alpine-$(version)/c-client/include/imap/linkage.c
+	@install -m 644 $(SRC_DIR)/imap/c-client/c-client.a \
+	                $(ALPINE_PKG)/usr/lib$(LIBSUFFIX)/alpine-$(version)/c-client/lib/c-client.a
+	@ln -sf c-client.a $(ALPINE_PKG)/usr/lib$(LIBSUFFIX)/alpine-$(version)/c-client/lib/libc-client.a
+endif
+	# ======= Install Documentation =======
+	@if [ -d $(ALPINE_PKG)/usr/share/man ]; then \
+	  ( cd $(ALPINE_PKG)/usr/share/man ; \
+	    for manpagedir in `find . -type d -name "man*"` ; do \
+	      ( cd $$manpagedir ; \
+	        for eachpage in `find . -type l -maxdepth 1` ; do \
+	          ln -s `readlink $$eachpage`.gz $$eachpage.gz ; \
+	          rm $$eachpage ; \
+	        done ; \
+	        gzip -9 *.?  ; \
+	      ) \
+	    done \
+	  ) \
+	 fi
+	@mkdir -p $(ALPINE_PKG)/usr/doc/$(src_dir_name)
+	@cp -a $(SRC_DIR)/LICENSE $(SRC_DIR)/NOTICE \
+	       $(ALPINE_PKG)/usr/doc/$(src_dir_name)
+	@mkdir -p $(ALPINE_PKG)/usr/share/doc/$(src_dir_name)/tech-notes
+	@( cd $(SRC_DIR) ; \
+	   cp -a LICENSE NOTICE README* VERSION \
+	         doc/brochure.txt doc/mailcap.unx doc/mime.types \
+	         $(ALPINE_PKG)/usr/share/doc/$(src_dir_name) ; \
+	   cp -a doc/tech-notes/*.{html,txt} \
+	         $(ALPINE_PKG)/usr/share/doc/$(src_dir_name)/tech-notes ; \
+	 )
+	@( cd $(SRC_DIR) ; \
+	   if [ -r ChangeLog ]; then \
+	     DOCSDIR=`echo $(ALPINE_PKG)/usr/share/doc/$(src_dir_name)` ; \
+	     cat ChangeLog | head -n 1000 > $$DOCSDIR/ChangeLog ; \
+	     touch -r ChangeLog $$DOCSDIR/ChangeLog ; \
+	   fi \
+	 )
+	# ======= Install the same to $(TARGET_DEST_DIR) =======
+	$(call install-into-devenv, $(ALPINE_PKG))
+	# ======= Strip binaries =======
+	@( cd $(ALPINE_PKG) ; \
+	   find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs $(STRIP) --strip-unneeded 2> /dev/null ; \
+	 )
+ifneq ($(PATCHELF),)
+	# ======= Set RPATH/RUNPATH for target binaries =======
+	@( cd $(ALPINE_PKG)/usr/bin ; \
+	   for file in `find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs echo` ; do \
+	     rpath=`$(PATCHELF) --print-rpath $$file 2> /dev/null` ; \
+	     if echo "$$rpath" | grep -q "$(TARGET_DEST_DIR)" ; then \
+	       $(PATCHELF) --set-rpath $(TARGET_BIN_RPATH) $$file 1> /dev/null 2> /dev/null ; \
+	     fi ; \
+	   done ; \
+	 )
+endif
+	@touch $@
+
+$(ALPINE_PKG_DESCRIPTION_FILE): $(ALPINE_PKG_DESCRIPTION_FILE_IN)
+	@cat $< | $(SED) -e "s/@VERSION@/$(version)/g" > $@
+
+$(pkg_certificate) : $(pkg_archive) ;
+$(pkg_signature)   : $(pkg_archive) ;
+$(pkg_description) : $(pkg_archive) ;
+
+$(pkg_archive): $(install_target) $(ALPINE_PKG_DESCRIPTION_FILE) $(ALPINE_PKG_INSTALL_SCRIPT)
+	@cp $(ALPINE_PKG_DESCRIPTION_FILE) $(ALPINE_PKG)/.DESCRIPTION
+	@cp $(ALPINE_PKG_INSTALL_SCRIPT) $(ALPINE_PKG)/.INSTALL
+	@$(BUILD_PKG_REQUIRES) $(ALPINE_PKG)/.REQUIRES
+	@echo "pkgname=$(ALPINE_PKG_NAME)"                            >  $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "pkgver=$(ALPINE_PKG_VERSION)"                          >> $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "arch=$(ALPINE_PKG_ARCH)"                               >> $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "distroname=$(ALPINE_PKG_DISTRO_NAME)"                  >> $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "distrover=$(ALPINE_PKG_DISTRO_VERSION)"                >> $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "group=$(ALPINE_PKG_GROUP)"                             >> $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "short_description=\"$(ALPINE_PKG_SHORT_DESCRIPTION)\"" >> $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "url=$(ALPINE_PKG_URL)"                                 >> $(ALPINE_PKG)/.PKGINFO ; \
+	 echo "license=$(ALPINE_PKG_LICENSE)"                         >> $(ALPINE_PKG)/.PKGINFO
+	@$(PSEUDO) sh -c "cd $(ALPINE_PKG) && \
+	                  chown -R root:root . && \
+	                  $(MAKE_PACKAGE) -J --linkadd=yes $(GNUPG_OPTIONS) -m -d .. ."
Index: 2.25/PATCHES
===================================================================
--- 2.25/PATCHES	(nonexistent)
+++ 2.25/PATCHES	(revision 5)
@@ -0,0 +1,2 @@
+
+../../../sources/packages/n/alpine/patches/alpine-2.25-manpage.patch -p0
Index: 2.25/alpine-pkg-description.in
===================================================================
--- 2.25/alpine-pkg-description.in	(nonexistent)
+++ 2.25/alpine-pkg-description.in	(revision 5)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.  Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in.  You must
+# make exactly 11 lines for the formatting to be correct.  It's also
+# customary to leave one space after the ':'.
+
+      |-----handy-ruler------------------------------------------------------|
+alpine: alpine @VERSION@ (Program for Internet News and Email)
+alpine:
+alpine: Alpine is a fast, easy to use email client that is suitable for
+alpine: both the inexperienced email user as well as for the most demanding
+alpine: of power users. Alpine is based on the Pine(R) Message System,
+alpine: which was also developed at the University of Washington.
+alpine:
+alpine: Homepage: https://repo.or.cz/alpine.git
+alpine:
+alpine:
+alpine:
Index: 2.25/alpine-pkg-install.sh
===================================================================
--- 2.25/alpine-pkg-install.sh	(nonexistent)
+++ 2.25/alpine-pkg-install.sh	(revision 5)
@@ -0,0 +1,58 @@
+#!/bin/sh
+
+# Preserve new files
+install_file() {
+  NEW="$1"
+  OLD="`dirname $NEW`/`basename $NEW .new`"
+  # If there's no file by that name, mv it over:
+  if [ ! -r $OLD ]; then
+    mv $NEW $OLD
+  elif [ "`cat $OLD | md5sum`" = "`cat $NEW | md5sum`" ]; then # toss the redundant copy
+    rm $NEW
+  fi
+  # Otherwise, we leave the .new copy for the admin to consider...
+}
+
+
+# arg 1:  the new package version
+pre_install() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
+  install_file etc/pine.conf.new
+
+  # Prevent sticker shock
+  if [ ! -e usr/bin/pine ]; then
+    ( cd usr/bin ; ln -sf alpine pine )
+  fi
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+pre_update() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_update() {
+  post_install
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  /bin/true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  /bin/true
+}
+
+
+operation=$1
+shift
+
+$operation $*

Property changes on: 2.25/alpine-pkg-install.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: 2.25/conf/pine.conf
===================================================================
--- 2.25/conf/pine.conf	(nonexistent)
+++ 2.25/conf/pine.conf	(revision 5)
@@ -0,0 +1,724 @@
+#      /etc/pine.conf -- system wide pine configuration
+#
+# Values here affect all pine users unless they've overridden the values
+# in their .pinerc files.  A copy of this file with current comments may
+# be obtained by running "pine -conf". It will be printed to standard output.
+#
+# For a variable to be unset its value must be null/blank.  This is not the
+# same as the value of "empty string", which can be used to effectively
+# "unset" a variable that has a default or previously assigned value.
+# To set a variable to the empty string its value should be "".
+# Switch variables are set to either "yes" or "no", and default to "no".
+# Except for feature-list items, which are additive, values set in the
+# .pinerc file replace those in pine.conf, and those in pine.conf.fixed
+# over-ride all others.  Features can be over-ridden in .pinerc or
+# pine.conf.fixed by pre-pending the feature name with "no-".
+#
+# (These comments are automatically inserted.)
+
+# Over-rides your full name from Unix password file. Required for PC-Alpine.
+personal-name=
+
+# Sets domain part of From: and local addresses in outgoing mail.
+user-domain=
+
+# List of SMTP servers for sending mail. If blank: Unix Alpine uses sendmail.
+smtp-server=
+
+# NNTP server for posting news. Also sets news-collections for news reading.
+nntp-server=
+
+# Path of (local or remote) INBOX, e.g. ={mail.somewhere.edu}inbox
+# Normal Unix default is the local INBOX (usually /usr/spool/mail/$USER).
+inbox-path=
+
+# List of folder pairs; the first indicates a folder to archive, and the
+# second indicates the folder read messages in the first should
+# be moved to.
+incoming-archive-folders=
+
+# List of folders, assumed to be in first folder collection,
+# offered for pruning each month.  For example: mumble
+pruned-folders=
+
+# Over-rides default path for sent-mail folder, e.g. =old-mail (using first
+# folder collection dir) or ={host2}sent-mail or ="" (to suppress saving).
+# Default: sent-mail (Unix) or SENTMAIL.MTX (PC) in default folder collection.
+default-fcc=
+
+# Over-rides default path for saved-msg folder, e.g. =saved-messages (using 1st
+# folder collection dir) or ={host2}saved-mail or ="" (to suppress saving).
+# Default: saved-messages (Unix) or SAVEMAIL.MTX (PC) in default collection.
+default-saved-msg-folder=
+
+# Over-rides default path for postponed messages folder, e.g. =pm (which uses
+# first folder collection dir) or ={host4}pm (using home dir on host4).
+# Default: postponed-msgs (Unix) or POSTPOND.MTX (PC) in default fldr coltn.
+postponed-folder=
+
+# If set, specifies where already-read messages will be moved upon quitting.
+read-message-folder=
+
+# If set, specifies where form letters should be stored.
+form-letter-folder=
+
+# If set, specifies where trash is moved to in Web Alpine.
+trash-folder=
+
+# Contains the actual signature contents as opposed to the signature filename.
+# If defined, this overrides the signature-file. Default is undefined.
+literal-signature=
+
+# Over-rides default path for signature file. Default is ~/.signature
+signature-file=
+
+# List of features; see Alpine's Setup/options menu for the current set.
+# e.g. feature-list= select-without-confirm, signature-at-bottom
+# Default condition for all of the features is no-.
+feature-list=
+
+# Alpine executes these keys upon startup (e.g. to view msg 13: i,j,1,3,CR,v)
+initial-keystroke-list=
+
+# Only show these headers (by default) when composing messages
+default-composer-hdrs=
+
+# Add these customized headers (and possible default values) when composing
+customized-hdrs=
+
+# When viewing messages, include this list of headers
+viewer-hdrs=
+
+# When viewing messages, number of blank spaces between left display edge and text
+viewer-margin-left=
+
+# When viewing messages, number of blank spaces between right display edge and text
+viewer-margin-right=
+
+# When viewing messages, number of lines of quote displayed before suppressing
+quote-suppression-threshold=
+
+# Determines default folder name for Saves...
+# Choices: default-folder, by-sender, by-from, by-recipient, last-folder-used.
+# Default: "default-folder", i.e. "saved-messages" (Unix) or "SAVEMAIL" (PC).
+saved-msg-name-rule=
+
+# Determines default name for Fcc...
+# Choices: default-fcc, by-recipient, last-fcc-used.
+# Default: "default-fcc" (see also "default-fcc=" variable.)
+fcc-name-rule=
+
+# Sets presentation order of messages in Index. Choices:
+# Subject, From, Arrival, Date, Size, To, Cc, OrderedSubj, Score, and Thread.
+# Order may be reversed by appending /Reverse. Default: "Arrival".
+sort-key=
+
+# Sets presentation order of address book entries. Choices: dont-sort,
+# fullname-with-lists-last, fullname, nickname-with-lists-last, nickname
+# Default: "fullname-with-lists-last".
+addrbook-sort-rule=
+
+# Sets presentation order of folder list entries. Choices: alphabetical,
+# alpha-with-dirs-last, alpha-with-dirs-first.
+# Default: "alpha-with-directories-last".
+folder-sort-rule=
+
+# Sets the default folder and collection offered at the Goto Command's prompt.
+goto-default-rule=
+
+# Sets message which cursor begins on. Choices: first-unseen, first-recent,
+# first-important, first-important-or-unseen, first-important-or-recent,
+# first, last. Default: "first-unseen".
+incoming-startup-rule=
+
+# Allows a default answer for the prune folder questions. Choices: yes-ask,
+# yes-no, no-ask, no-no, ask-ask, ask-no. Default: "ask-ask".
+pruning-rule=
+
+# Controls behavior when reopening an already open folder.
+folder-reopen-rule=
+
+# Style that MESSAGE INDEX is displayed in when threading.
+threading-display-style=
+
+# Style of THREAD INDEX or default MESSAGE INDEX when threading.
+threading-index-style=
+
+# When threading, character used to indicate collapsed messages underneath.
+threading-indicator-character=
+
+# When threading, character used to indicate expanded messages underneath.
+threading-expanded-character=
+
+# When threading, character used to indicate this is the last reply
+# to the parent of this message.
+threading-lastreply-character=
+
+# Reflects capabilities of the display you have.
+# If unset, the default is taken from your locale. That is usually the right
+# thing to use. Typical alternatives include UTF-8, ISO-8859-x, and EUC-JP
+# (where x is a number between 1 and 9).
+display-character-set=
+
+# Reflects capabilities of the keyboard you have.
+# If unset, the default is to use the same value
+# used for the display-character-set.
+keyboard-character-set=
+
+# Defaults to UTF-8. This is used for outgoing messages.
+# It is usually correct to leave this unset.
+posting-character-set=
+
+# Defaults to nothing, which is equivalent to US-ASCII. This is used for
+# unlabeled incoming messages. It is ok to leave this unset but if you receive
+# unlabeled mail that is usually in some known character set, set that here.
+unknown-character-set=
+
+# Specifies the program invoked by ^_ in the Composer,
+# or the "enable-alternate-editor-implicitly" feature.
+editor=
+
+# Specifies the program invoked by ^T in the Composer.
+speller=
+
+# Specifies the column of the screen where the composer should wrap.
+composer-wrap-column=
+
+# Specifies the string to insert when replying to a message.
+reply-indent-string=
+
+# Specifies the introduction to insert when replying to a message.
+reply-leadin=
+
+# Specifies the string to replace quotes with when viewing a message.
+quote-replace-string=
+
+# When these characters appear in the middle of a word in the composer
+# the forward word function will stop at the first text following (as happens
+# with SPACE characters by default)
+composer-word-separators=
+
+# Specifies the string to use when sending a  message with no to or cc.
+empty-header-message=
+
+# Program to view images (e.g. GIF or TIFF attachments).
+image-viewer=
+
+# If "user-domain" not set, strips hostname in FROM address. (Unix only)
+use-only-domain-name=
+
+# Full name for bug report address used by "Report Bug" command
+bugs-fullname=
+
+# Email address used to send bug reports
+bugs-address=
+
+# Program/Script used by "Report Bug" command. No default.
+bugs-additional-data=
+
+# Full name for suggestion address used by "Report Bug" command
+suggest-fullname=
+
+# Email address used to send suggestions
+suggest-address=
+
+# Full name for "local support" address used by "Report Bug" command.
+# Default: Local Support
+local-fullname=
+
+# Email address used to send to "local support".
+# Default: postmaster
+local-address=
+
+# Force these address book entries into all writable personal address books.
+# Syntax is   forced-abook-entry=nickname|fullname|address
+# This is a comma-separated list of entries, each with syntax above.
+# Existing entries with same nickname are not replaced.
+# Example: help|Help Desk|help@ourdomain.com
+forced-abook-entry=
+
+# This is a number between 1 and 5.  It is the number of times a user will
+# have to enter a password when they run the keyboard lock command in the
+# main menu.  Default is 1.
+kblock-passwd-count=
+
+# This variable takes a list of programs that message text is piped into
+# after MIME decoding, prior to display.
+display-filters=
+
+# This defines a program that message text is piped into before MIME
+# encoding, prior to sending
+sending-filters=
+
+# A list of alternate addresses the user is known by
+alt-addresses=
+
+# A list of keywords for use in categorizing messages
+keywords=
+
+# Characters which surround keywords in SUBJKEY token.
+# Default is "{" "} "
+keyword-surrounding-chars=
+
+# Characters between subject and opening text in SUBJECTTEXT token.
+# Default is " - "
+opening-text-separator-chars=
+
+# This is a list of formats for address books.  Each entry in the list is made
+# up of space-delimited tokens telling which fields are displayed and in
+# which order.  See help text
+addressbook-formats=
+
+# This gives a format for displaying the index.  It is made
+# up of space-delimited tokens telling which fields are displayed and in
+# which order.  See help text
+index-format=
+
+# The number of lines of overlap when scrolling through message text
+viewer-overlap=
+
+# Number of lines from top and bottom of screen where single
+# line scrolling occurs.
+scroll-margin=
+
+# The number of seconds to sleep after writing a status message
+status-message-delay=
+
+# Number of times per-second to update busy cue messages
+busy-cue-rate=
+
+# The approximate number of seconds between checks for new mail
+mail-check-interval=
+
+# The approximate number of seconds between checks for new mail in folders
+# other than the current folder and inbox.
+# Default is same as mail-check-interval
+mail-check-interval-noncurrent=
+
+# The minimum number of seconds between checks for new mail in a Mail Drop.
+# This is always effectively at least as large as the mail-check-interval
+maildrop-check-minimum=
+
+# For newsgroups accessed using NNTP, only messages numbered in the range
+# lastmsg-range+1 to lastmsg will be considered
+nntp-range=
+
+# Full path and name of NEWSRC file
+newsrc-path=
+
+# Path and filename of news configuration's active file.
+# The default is typically "/usr/lib/news/active".
+news-active-file-path=
+
+# Directory containing system's news data.
+# The default is typically "/usr/spool/news"
+news-spool-directory=
+
+# Location relative to your HOME directory of the directory where your INBOX
+# for the maildir format is located. Default value is "Maildir". If your
+# inbox is located at "~/Maildir" you do not need to change this value.
+# A common value is also ".maildir"
+maildir-location=
+
+# Path and filename of the program used to upload text from your terminal
+# emulator's into Alpine's composer.
+upload-command=
+
+# Text sent to terminal emulator prior to invoking the program defined by
+# the upload-command variable.
+# Note: _FILE_ will be replaced with the temporary file used in the upload.
+upload-command-prefix=
+
+# Path and filename of the program used to download text via your terminal
+# emulator from Alpine's export and save commands.
+download-command=
+
+# Text sent to terminal emulator prior to invoking the program defined by
+# the download-command variable.
+# Note: _FILE_ will be replaced with the temporary file used in the download.
+download-command-prefix=
+
+# Sets the search path for the mailcap configuration file.
+# NOTE: colon delimited under UNIX, semi-colon delimited under DOS/Windows/OS2.
+mailcap-search-path=
+
+# Sets the search path for the mimetypes configuration file.
+# NOTE: colon delimited under UNIX, semi-colon delimited under DOS/Windows/OS2.
+mimetype-search-path=
+
+# Sets the path for the system ssl certificates issued by a trusted
+# certificate authority. Note that this could be a list of paths, if the same
+# pinerc is used in different systems. Alpine always chooses the first one that
+# it finds. Value must be an absolute path.
+system-certs-path=
+
+# Sets the path for the system ssl file container of certificates issued by a
+# certificate authority. Note that this could be a list of container files,
+# if the same pinerc is used in different systems. Alpine always chooses the,
+# first one that it finds. Value must be an absolute path.
+system-certs-file=
+
+# Sets the path for a file that contains certificates that a user trusts.
+#Note that this could be a list of container files,
+# if the same pinerc is used in different systems. Alpine always chooses the,
+# first one that it finds. Value must be an absolute path.
+user-certs-path=
+
+# Sets the path for a file that contains certificates that a user trusts.
+#Note that this could be a list of container files,
+# if the same pinerc is used in different systems. Alpine always chooses the,
+# first one that it finds. Value must be an absolute path.
+user-certs-file=
+
+# Colon separated list of ciphers that should be negotiated with the remote
+# ssl server upon connection.
+ssl-ciphers=
+
+# List of programs to open Internet URLs (e.g. http or ftp references).
+url-viewers=
+
+# List of directories that are preferred locations to save or export attachments.
+default-directories=
+
+# The maximum number of non-stayopen remote connections that Alpine will use
+max-remote-connections=
+
+# A list of folders that should be left open once opened (INBOX is implicit)
+stay-open-folders=
+
+# Sets the time in seconds that Alpine will attempt to open a network
+# connection when checking for new unseen messages in an incoming folder.
+#  The default is 5.
+incoming-check-timeout=
+
+# Sets the approximate number of seconds between checks for unseen messages
+# in incoming folders. The default is 180.
+incoming-check-interval=
+
+# Sets the approximate number of seconds between checks for unseen messages
+# for other than local or IMAP folders. The default is 180.
+incoming-check-interval-secondary=
+
+# List of incoming folders to check for unseen messages. The default if left
+# blank is to check all incoming folders.
+incoming-check-list=
+
+# Specifies the number of dead letter files to keep when canceling.
+dead-letter-files=
+
+# Sets the filename for the newmail fifo (named pipe). Unix only.
+newmail-fifo-path=
+
+# Sets the width for the NewMail screen.
+newmail-window-width=
+
+# List of incoming msg folders besides INBOX, e.g. ={host2}inbox, {host3}inbox
+# Syntax: optnl-label {optnl-imap-host-name}folder-path
+incoming-folders=
+
+# Alpine compares this value with the first folder collection directory.
+# If they match (or no folder collections are defined), and the directory
+# does not exist, Alpine will create and use it. Default: ~/mail
+mail-directory=
+
+# List of directories where saved-message folders may be. First one is
+# the default for Saves. Example: Main {host1}mail/[], Desktop mail\[]
+# Syntax: optnl-label {optnl-imap-hostname}optnl-directory-path[]
+folder-collections=
+
+# List, only needed if nntp-server not set, or news is on a different host
+# than used for NNTP posting. Examples: News *[] or News *{host3/nntp}[]
+# Syntax: optnl-label *{news-host/protocol}[]
+news-collections=
+
+# List of file or path names for personal addressbook(s).
+# Default: ~/.addressbook (Unix) or \PINE\ADDRBOOK (PC)
+# Syntax: optnl-label path-name
+address-book=
+
+# List of file or path names for global/shared addressbook(s).
+# Default: none
+# Syntax: optnl-label path-name
+global-address-book=
+
+# The system wide standard printers
+standard-printer=
+
+# This names the path to an alternative program, and any necessary arguments,
+# to be used in posting mail messages.  Example:
+#                    /usr/lib/sendmail -oem -t -oi
+# or,
+#                    /usr/local/bin/sendit.sh
+# The latter a script found in Alpine distribution's contrib/util directory.
+# NOTE: The program MUST read the message to be posted on standard input,
+#       AND operate in the style of sendmail's "-t" option.
+sendmail-path=
+
+# This names the root of the tree to which the user is restricted when reading
+# and writing folders and files.  For example, on Unix ~/work confines the
+# user to the subtree beginning with their work subdirectory.
+# (Note: this alone is not sufficient for preventing access.  You will also
+# need to restrict shell access and so on, see Alpine Technical Notes.)
+# Default: not set (so no restriction)
+operating-dir=
+
+# If no user input for this many hours, Alpine will exit if in an idle loop
+# waiting for a new command.  If set to zero (the default), then there will
+# be no timeout.
+user-input-timeout=
+
+# Sets the time in seconds that Alpine will attempt to open a network
+# connection.  The default is 30, the minimum is 5, and the maximum is
+# system defined (typically 75).
+tcp-open-timeout=
+
+# Network read warning timeout. The default is 15, the minimum is 5, and the
+# maximum is 1000.
+tcp-read-warning-timeout=
+
+# Network write warning timeout. The default is 0 (unset), the minimum
+# is 5 (if not 0), and the maximum is 1000.
+tcp-write-warning-timeout=
+
+# If this much time has elapsed at the time of a tcp read or write
+# timeout, Alpine will ask if you want to break the connection.
+# Default is 60 seconds, minimum is 5, maximum is 1000.
+tcp-query-timeout=
+
+# If this much time has elapsed at the time of a tcp read or write timeout,
+# Alpine will close the connection automatically without user intervention.
+# Setting this value to zero (the default) disables this. Setting this variable
+# to a smaller value than tcp-query-timeout will close the connection
+# automatically, and you will never be asked if you want to wait.
+close-connection-timeout=
+
+# Sets the format of the command used to open a UNIX remote
+# shell connection.  The default is "%s %s -l %s exec /etc/r%sd"
+# NOTE: the 4 (four) "%s" entries MUST exist in the provided command
+# where the first is for the command's path, the second is for the
+# host to connect to, the third is for the user to connect as, and the
+# fourth is for the connection method (typically "imap")
+rsh-command=
+
+# Sets the name of the command used to open a UNIX remote shell connection.
+# The default is typically /usr/ucb/rsh.
+rsh-path=
+
+# Sets the time in seconds that Alpine will attempt to open a UNIX remote
+# shell connection.  The default is 15, min is 5, and max is unlimited.
+# Zero disables rsh altogether.
+rsh-open-timeout=
+
+# Sets the format of the command used to open a UNIX secure
+# shell connection.  The default is "%s %s -l %s exec /etc/r%sd"
+# NOTE: the 4 (four) "%s" entries MUST exist in the provided command
+# where the first is for the command's path, the second is for the
+# host to connect to, the third is for the user to connect as, and the
+# fourth is for the connection method (typically "imap")
+ssh-command=
+
+# Sets the name of the command used to open a UNIX secure shell connection.
+# Typically this is /usr/bin/ssh.
+ssh-path=
+
+# Sets the time in seconds that Alpine will attempt to open a UNIX secure
+# shell connection.  The default is 15, min is 5, and max is unlimited.
+# Zero disables ssh altogether.
+ssh-open-timeout=
+
+# Sets the version number Alpine will use as a threshold for offering
+# its new version message on startup.
+new-version-threshold=
+
+# List of mail drivers to disable.
+disable-these-drivers=
+
+# List of SASL authenticators to disable.
+disable-these-authenticators=
+
+# A range in the form min,max that sets the minimum amd maximum versions of the
+# SSL protocol that Alpine will use when connecting to a secure server.
+encryption-protocol-range=
+
+# How many extra copies of remote address book should be kept. Default: 3
+remote-abook-history=
+
+# Minimum number of minutes between checks for remote address book changes.
+# 0 means never check except when opening a remote address book.
+# -1 means never check. Default: 5
+remote-abook-validity=
+
+# Your default printer selection
+printer=
+
+# List of special print commands
+personal-print-command=
+
+# Your client-id and client-secret information to authenticate using XOAUTH2
+xoauth2-info=
+
+# Patterns and their actions are stored here.
+patterns-roles=
+
+# Patterns and their actions are stored here.
+patterns-filters2=
+
+# Patterns and their actions are stored here.
+patterns-scores2=
+
+# Patterns and their actions are stored here.
+patterns-indexcolors=
+
+# Patterns and their actions are stored here.
+patterns-other=
+
+# Patterns and their actions are stored here.
+patterns-search=
+
+# Controls display of color
+color-style=
+
+# Controls display of color for current index line
+current-indexline-style=
+
+# Controls display of color for the titlebar at top of screen
+titlebar-color-style=
+
+# Choose: black, blue, green, cyan, red, magenta, yellow, or white.
+normal-foreground-color=
+normal-background-color=
+reverse-foreground-color=
+reverse-background-color=
+title-foreground-color=
+title-background-color=
+title-closed-foreground-color=
+title-closed-background-color=
+folder-foreground-color=
+folder-background-color=
+directory-foreground-color=
+directory-background-color=
+folder-list-text-foreground-color=
+folder-list-text-background-color=
+status-foreground-color=
+status-background-color=
+keylabel-foreground-color=
+keylabel-background-color=
+keyname-foreground-color=
+keyname-background-color=
+selectable-item-foreground-color=
+selectable-item-background-color=
+meta-message-foreground-color=
+meta-message-background-color=
+quote1-foreground-color=
+quote1-background-color=
+quote2-foreground-color=
+quote2-background-color=
+quote3-foreground-color=
+quote3-background-color=
+incoming-unseen-foreground-color=
+incoming-unseen-background-color=
+signature-foreground-color=
+signature-background-color=
+prompt-foreground-color=
+prompt-background-color=
+header-general-foreground-color=
+header-general-background-color=
+index-to-me-foreground-color=
+index-to-me-background-color=
+index-important-foreground-color=
+index-important-background-color=
+index-deleted-foreground-color=
+index-deleted-background-color=
+index-answered-foreground-color=
+index-answered-background-color=
+index-new-foreground-color=
+index-new-background-color=
+index-recent-foreground-color=
+index-recent-background-color=
+index-forward-foreground-color=
+index-forward-background-color=
+index-unseen-foreground-color=
+index-unseen-background-color=
+index-highpriority-foreground-color=
+index-highpriority-background-color=
+index-lowpriority-foreground-color=
+index-lowpriority-background-color=
+index-arrow-foreground-color=
+index-arrow-background-color=
+index-subject-foreground-color=
+index-subject-background-color=
+index-from-foreground-color=
+index-from-background-color=
+index-opening-foreground-color=
+index-opening-background-color=
+
+# Colors in which tokens will be displayed in the index screen
+index-token-colors=
+
+# When viewing messages, these are the header colors
+viewer-hdr-colors=
+
+# Colors used to display keywords in the index
+keyword-colors=
+
+# Directory used by Alpine to save copies of html messages before they are
+#opened by an external web browser. The default directory is .alpine-html
+# in unix systems and alpine-html in a windows system.
+html-messages-directory=
+
+# Public certificates are kept in files in this directory. The files should
+# contain certificates in PEM format. The name of each file should look
+# like <emailaddress>.crt. The default directory is .alpine-smime/public.
+smime-public-cert-directory=
+
+# If this option is set then public certificates are kept in a single container
+# "file" similar to a remote configuration file instead of in the
+# smime-publiccert-directory. The value can be a remote or local folder
+# specification like for a non-standard pinerc value. The default
+# is that it is not set.
+smime-public-cert-container=
+
+# Private keys are kept in files in this directory. The files are in PEM format.
+# The name of a file should look like <emailaddress>.key.
+# The default directory is .alpine-smime/private.
+smime-private-key-directory=
+
+# If this option is set then private keys are kept in a single container
+# "file" similar to a remote configuration file instead of in the
+# private-key-directory. The value can be a remote or local folder
+# specification like for a non-standard pinerc value. The default
+# is that it is not set.
+smime-private-key-container=
+
+# Certificate Authority certificates (in addition to the normal CACerts for the
+# system) are kept in files in this directory. The files are in PEM format.
+# Filenames should end with .crt. The default directory is .alpine-smime/ca.
+smime-cacert-directory=
+
+# If this option is set then CAcerts are kept in a single container
+# "file" similar to a remote configuration file instead of in the
+# ca-cert-directory. The value can be a remote or local folder
+# specification like for a non-standard pinerc value. The default
+# is that it is not set.
+smime-cacert-container=
+
+# LDAP servers for looking up addresses.
+ldap-servers=
+
+# RSS News feed
+rss-news=
+
+# RSS Weather feed
+rss-weather=
+
+# Web Alpine index table row height
+wp-indexheight=
+
+# Web Alpine number of index lines in table
+wp-indexlines=
+
+# Web Alpine aggregate operations tab state
+wp-aggstate=
+
+# Web Alpine various aspects of cross-session state
+wp-state=
Index: 2.25/conf
===================================================================
--- 2.25/conf	(nonexistent)
+++ 2.25/conf	(revision 5)

Property changes on: 2.25/conf
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: 2.25
===================================================================
--- 2.25	(nonexistent)
+++ 2.25	(revision 5)

Property changes on: 2.25
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~
Index: .
===================================================================
--- .	(nonexistent)
+++ .	(revision 5)

Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,73 ##
+
+# install dir
+dist
+
+# Target build dirs
+.a1x-newlib
+.a2x-newlib
+.at91sam7s-newlib
+
+.build-machine
+
+.a1x-glibc
+.a2x-glibc
+.h3-glibc
+.h5-glibc
+.i586-glibc
+.i686-glibc
+.imx6-glibc
+.jz47xx-glibc
+.makefile
+.am335x-glibc
+.omap543x-glibc
+.p5600-glibc
+.power8-glibc
+.power8le-glibc
+.power9-glibc
+.power9le-glibc
+.m1000-glibc
+.riscv64-glibc
+.rk328x-glibc
+.rk33xx-glibc
+.rk339x-glibc
+.s8xx-glibc
+.s9xx-glibc
+.x86_64-glibc
+
+# Hidden files (each file)
+.makefile
+.dist
+.rootfs
+
+# src & hw requires
+.src_requires
+.src_requires_depend
+.requires
+.requires_depend
+
+# Tarballs
+*.gz
+*.bz2
+*.lz
+*.xz
+*.tgz
+*.txz
+
+# Signatures
+*.asc
+*.sig
+*.sign
+*.sha1sum
+
+# Patches
+*.patch
+
+# Descriptions
+*.dsc
+*.txt
+
+# Default linux config files
+*.defconfig
+
+# backup copies
+*~