Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test grimoire by David Kowis (a1a41d02921acc1e16a2367dec60b1e1112d5267)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by David Kowis (a1a41d02921acc1e16a2367dec60b1e1112d5267)
  • Date: Tue, 13 Jun 2006 20:51:40 +0200

On Tue, Jun 13, 2006 at 01:02:39PM -0500, David Kowis wrote:
> GIT changes to test grimoire by David Kowis <dkowis AT shlrm.org>:
>
> mail/abook/DETAILS | 4 ++--
> mail/abook/HISTORY | 3 +++
> mail/anomy-sanitizer/BUILD | 12 ++----------
> mail/anomy-sanitizer/DEPENDS | 3 ---
> mail/anomy-sanitizer/DETAILS | 8 ++------
> mail/anomy-sanitizer/HISTORY | 5 +++++
> mail/mailx/DETAILS | 21 +++++++++++++++++++++
> mail/mailx/HISTORY | 4 ++++
> mail/msmtp/DETAILS | 4 ++--
> mail/msmtp/HISTORY | 3 +++
> mail/nail/DETAILS | 20 --------------------
> 11 files changed, 44 insertions(+), 43 deletions(-)
>
> New commits:
> commit a1a41d02921acc1e16a2367dec60b1e1112d5267
> Author: David Kowis <dkowis AT shlrm.org>
> Commit: David Kowis <dkowis AT shlrm.org>
>
> Moved nail to mailx as that's what it's called now...

Don't just rename the spell please, but follow the deprecation procedure
as outlined in http://wiki.sourcemage.org/Spell_Deprecation

> commit 8d824a964dbbf01923c1d18650726d6d368844b9
> Author: David Kowis <dkowis AT shlrm.org>
> Commit: David Kowis <dkowis AT shlrm.org>
>
> msmtp:
>
> bringint it to the latest version
>
> commit c4a02a02a2b4fd5f6e3612ce5fe4c40c748bf0bc
> Author: David Kowis <dkowis AT shlrm.org>
> Commit: David Kowis <dkowis AT shlrm.org>
>
> Bringing anomy-sanitizer to the latest and removing some
>
> non-needed dependencies (according to the docs)
>
> commit b8d45ca30cb910cb02aeb25275696768880c4e64
> Author: David Kowis <dkowis AT shlrm.org>
> Commit: David Kowis <dkowis AT shlrm.org>
>
> abook:
>
> Version bump to 0.5.5
>
> diff --git a/mail/abook/DETAILS b/mail/abook/DETAILS
> index 99299a4..763166e 100755
> --- a/mail/abook/DETAILS
> +++ b/mail/abook/DETAILS
> @@ -1,10 +1,10 @@
> SPELL=abook
> - VERSION=0.5.3
> + VERSION=0.5.5
> BUILD_API=2
> SOURCE=$SPELL-$VERSION.tar.gz
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> -
> SOURCE_HASH=sha512:1f331db99f301c3abea5054dda62834b53350847f92b5b6d452c9f7857b9af4f75936dd4555a615444dfc2d60c4a6236625a263d6e369a1dde2dda188311965e
> +
> SOURCE_HASH=sha512:ab67644fa3234365ec9da4555e1085acff09993aa83b3361e38371e8f16394944a5504396dac582632cb6f3397529d6e875490a0e1026437fa6c684b61898954
> WEB_SITE=http://abook.sourceforge.net
> ENTERED=20050515
> SHORT="Text-based address book"
> diff --git a/mail/abook/HISTORY b/mail/abook/HISTORY
> index 4770ddc..95b33e8 100644
> --- a/mail/abook/HISTORY
> +++ b/mail/abook/HISTORY
> @@ -1,3 +1,6 @@
> +2006-06-13 David Kowis <dkowis AT shlrm.org>
> + * DETAILS: version 0.5.5
> +
> 2005-11-29 Seth Woolley <seth AT tautology.org>
> * DETAILS: MD5 -> SHA512
>
> diff --git a/mail/anomy-sanitizer/BUILD b/mail/anomy-sanitizer/BUILD
> index 43a44cd..9b62123 100755
> --- a/mail/anomy-sanitizer/BUILD
> +++ b/mail/anomy-sanitizer/BUILD
> @@ -1,10 +1,2 @@
> -(
> -
> - sedit 's:$ENV{"ANOMY"} . "/bin":"/usr/lib":' bin/sanitizer.pl
> &&
> - sedit 's:$ENV{"ANOMY"} . "/bin":"/usr/lib":' bin/simplify.pl
> &&
> - prepare_install
> &&
> - cp -a -r $SOURCE_DIRECTORY/bin/Anomy /usr/lib/
> &&
> - cp -a $SOURCE_DIRECTORY/bin/*.pl /usr/sbin/
> &&
> - chown -R root.root /usr/sbin/sanitizer.pl /usr/sbin/simplify.pl
> &&
> - chmod 0555 /usr/sbin/sanitizer.pl /usr/sbin/simplify.pl
> -) > $C_FIFO 2>&1
> +sedit 's:$ENV{"ANOMY"} . "/bin":"/usr/lib":' bin/sanitizer.pl &&
> +sedit 's:$ENV{"ANOMY"} . "/bin":"/usr/lib":' bin/simplify.pl
> diff --git a/mail/anomy-sanitizer/DEPENDS b/mail/anomy-sanitizer/DEPENDS
> index d5aef12..83cf8a5 100755
> --- a/mail/anomy-sanitizer/DEPENDS
> +++ b/mail/anomy-sanitizer/DEPENDS
> @@ -1,5 +1,2 @@
> depends perl &&
> -depends lynx &&
> depends mime-base64 &&
> -depends lwp &&
> -depends md5
> diff --git a/mail/anomy-sanitizer/DETAILS b/mail/anomy-sanitizer/DETAILS
> index e058b48..e028819 100755
> --- a/mail/anomy-sanitizer/DETAILS
> +++ b/mail/anomy-sanitizer/DETAILS
> @@ -1,21 +1,17 @@
> SPELL=anomy-sanitizer
> - VERSION=1.62
> + VERSION=1.76
> SOURCE=$SPELL-$VERSION.tar.gz
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> SOURCE_URL[0]=http://mailtools.anomy.net/dist/$SOURCE
>
> SOURCE_URL[1]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
> -
> SOURCE_HASH=sha512:e223495092fefd64ad871b8bf5f71f27304ceb173f7ce676eee2dff98ef1ec93e27cee6f783f627426b5ebfd8e214ba739e82eff0ad5cfa1e32dc2735cf04756
> +
> SOURCE_HASH=sha512:4ba805f733f291af71f6ec514274f27bedd132c8613ea5a96eb6bffce9ee6fed15eaf73562f69c77327174bb91e101ce36f2e24917af61efa1b88a8acb721b41
> WEB_SITE=http://mailtools.anomy.net
> ENTERED=20020427
> UPDATED=20020427
> MAINTAINER=djcomputer AT gmx.net
> LICENSE=GPL
> KEYWORDS="email mail"
> - BUILD_API=1
> SHORT="An efficient filter for sanitizing email messages."
> - MENU_ITEM[0]=${SPELL}
> - MENU_EXEC[0]="sanitizer.pl"
> - MENU_DESC[0]=${SHORT}
> cat << EOF
> The Anomy mail sanitizer is a filter designed to block
> email-based security risks, such as trojans and viruses. It
> diff --git a/mail/anomy-sanitizer/HISTORY b/mail/anomy-sanitizer/HISTORY
> index 4d51f5e..45e2d35 100644
> --- a/mail/anomy-sanitizer/HISTORY
> +++ b/mail/anomy-sanitizer/HISTORY
> @@ -1,3 +1,8 @@
> +2006-06-13 David Kowis <dkowis AT shlrm.org>
> + * DETAILS: Updated to latest version
> + * DEPENDS: removed dependencies not listed as required
> + * BUILD: Updated to API=2
> +
> 2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
> * DETAILS: inserted BUILD_API=1 line
>
> diff --git a/mail/nail/BUILD b/mail/mailx/BUILD
> similarity index 100%
> rename from mail/nail/BUILD
> rename to mail/mailx/BUILD
> diff --git a/mail/mailx/DETAILS b/mail/mailx/DETAILS
> new file mode 100755
> index 0000000..46d2a5d
> --- /dev/null
> +++ b/mail/mailx/DETAILS
> @@ -0,0 +1,21 @@
> + SPELL=mailx
> + VERSION=12.0
> + SOURCE=$SPELL-$VERSION.tar.bz2
> +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> + SOURCE_URL[0]=$SOURCEFORGE_URL/heirloom/$SOURCE
> +
> SOURCE_HASH=sha512:489dae1e37fa404d9feb65e74a011fad1d8ba167012ad64fa80fb3085dd14ae844e334b44623dd8d5c17f0ddce30d2564607ac7b37491f579ca3de58cedd3f99
> + WEB_SITE=http://heirloom.sourceforge.net/mailx.html
> + ENTERED=20020625
> + UPDATED=20050420
> + LICENSE[0]=BSD
> + BUILD_API=2
> + KEYWORDS="client mail"
> + SHORT="Heirloom mailx (previously known as nail) is a mail user
> agent for Unix systems."
> +cat << EOF
> +Heirloom mailx is a mail user agent derived from Berkeley Mail 8.1 and
> contains builtin
> +support for MIME messages. This means it can handle international character
> +sets as well as attachments. In recent system environments, nail is
> +Unicode/UTF-8 capable. It further contains some minor enhancements like the
> +ability to set a From: address
> +Lots of highlights at: http://heirloom.sourceforge.net/mailx.html
> +EOF
> diff --git a/mail/nail/HISTORY b/mail/mailx/HISTORY
> similarity index 96%
> rename from mail/nail/HISTORY
> rename to mail/mailx/HISTORY
> index 99a8f49..3b4b72f 100644
> --- a/mail/nail/HISTORY
> +++ b/mail/mailx/HISTORY
> @@ -1,3 +1,7 @@
> +2006-06-13 David Kowis <dkowis AT shlrm.org>
> + * DETAILS: moved from nail to mailx
> + Version bumped
> +
> 2006-03-13 David Kowis <dkowis AT shlrm.org>
> * POST_INSTALL: removed because it's not needed
>
> diff --git a/mail/nail/INSTALL b/mail/mailx/INSTALL
> similarity index 100%
> rename from mail/nail/INSTALL
> rename to mail/mailx/INSTALL
> diff --git a/mail/nail/PROVIDES b/mail/mailx/PROVIDES
> similarity index 100%
> rename from mail/nail/PROVIDES
> rename to mail/mailx/PROVIDES
> diff --git a/mail/msmtp/DETAILS b/mail/msmtp/DETAILS
> index 5a39fab..e6b12e5 100755
> --- a/mail/msmtp/DETAILS
> +++ b/mail/msmtp/DETAILS
> @@ -1,9 +1,9 @@
> SPELL=msmtp
> - VERSION=1.4.4
> + VERSION=1.4.5
> SOURCE=$SPELL-$VERSION.tar.bz2
> SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> -
> SOURCE_HASH=sha512:4745229ecb534d8637c1041bff75ef17a3e9dbaedd46bcf99f15434ecfe1c4baee5f9db14631520a0b8be470805c97f4072f6259892e87098c3aa39e49d40d50
> +
> SOURCE_HASH=sha512:f5174b52279f20bd79e526caa8c23e9c16370e8f2a5f1fec7ffe6fbb2745d1581b1222b2823722162aa3487af3e8fd3186d0408a06ce7c0e76d7bcd068043323
> WEB_SITE=http://msmtp.sourceforge.net/
> ENTERED=20040412
> UPDATED=20040412
> diff --git a/mail/msmtp/HISTORY b/mail/msmtp/HISTORY
> index 235ae61..580995b 100644
> --- a/mail/msmtp/HISTORY
> +++ b/mail/msmtp/HISTORY
> @@ -1,3 +1,6 @@
> +2006-06-13 David Kowis <dkowis AT shlrm.org>
> + * DETAILS: Updated to 1.4.5
> +
> 2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
> * DETAILS: (automated) Add KEYWORDS
>
> diff --git a/mail/nail/DETAILS b/mail/nail/DETAILS
> deleted file mode 100755
> index 40f1a6f..0000000
> --- a/mail/nail/DETAILS
> +++ /dev/null
> @@ -1,20 +0,0 @@
> - SPELL=nail
> - VERSION=11.25
> - SOURCE=$SPELL-$VERSION.tar.bz2
> -SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> - SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
> -
> SOURCE_HASH=sha512:4a95d5105f1fb536edc2fb9fea80c24e655e84c0ac625aa3be61dcddc0e3d2896879c5f98a17a7db2d8f64d99b46dd49493af3b000ac5f8f62f557b472e0e330
> - WEB_SITE=http://nail.sf.net/
> - ENTERED=20020625
> - UPDATED=20050420
> - LICENSE[0]=BSD
> - BUILD_API=2
> - KEYWORDS="server mail"
> - SHORT="A simple command line MTA"
> -cat << EOF
> -Nail is a mail user agent derived from Berkeley Mail 8.1 and contains
> builtin
> -support for MIME messages. This means it can handle international character
> -sets as well as attachments. In recent system environments, nail is
> -Unicode/UTF-8 capable. It further contains some minor enhancements like the
> -ability to set a From: address
> -EOF
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page