Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (25a09bf4ce829f97f5d8c44b7e0ed522dd431fb9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (25a09bf4ce829f97f5d8c44b7e0ed522dd431fb9)
  • Date: Mon, 24 Mar 2014 14:50:16 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
mail/smtpc/BUILD | 5 +++++
mail/smtpc/DEPENDS | 1 +
mail/smtpc/DETAILS | 17 +++++++++++++++++
mail/smtpc/HISTORY | 2 ++
mail/smtpc/INSTALL | 1 +
mail/smtpc/PRE_BUILD | 4 ++++
7 files changed, 33 insertions(+)

New commits:
commit 25a09bf4ce829f97f5d8c44b7e0ed522dd431fb9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

smtpc: new spell, test smtp client

diff --git a/ChangeLog b/ChangeLog
index 6e930d7..2b6dd65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * mail/smtpc: new spell, test smtp client
+
2014-03-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* audio-plugins/calf-plugins: new spell, professional-grade audio
plugins
for jack
diff --git a/mail/smtpc/BUILD b/mail/smtpc/BUILD
new file mode 100755
index 0000000..73252f6
--- /dev/null
+++ b/mail/smtpc/BUILD
@@ -0,0 +1,5 @@
+make &&
+
+if list_find "$LDFLAGS" "-s"; then
+ strip -v smtpc
+fi
diff --git a/mail/smtpc/DEPENDS b/mail/smtpc/DEPENDS
new file mode 100755
index 0000000..ed472ed
--- /dev/null
+++ b/mail/smtpc/DEPENDS
@@ -0,0 +1 @@
+depends openssl
diff --git a/mail/smtpc/DETAILS b/mail/smtpc/DETAILS
new file mode 100755
index 0000000..78e5956
--- /dev/null
+++ b/mail/smtpc/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=smtpc
+ VERSION=1.53
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=http://www-uxsup.csx.cam.ac.uk/~fanf2/hermes/src/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:7658e5569220e9bf4216ba2c234eb2946f9874ed7430e215ef7b5a89c4eb0c4fc2cdfd991a24840159e3dcdc3fd2165abe3f728b94d34625c04d5fb0afc3d03d
+ DOCS="ChangeLog"
+ WEB_SITE=http://www-uxsup.csx.cam.ac.uk/~fanf2/
+ ENTERED=20140324
+ LICENSE[0]=GPL
+ KEYWORDS="smtp mail"
+ SHORT="test smtp client"
+cat << EOF
+smtpc is a small SMTP client for testing complicated MTA configurations
+involving cryptography and authentication. It's a bit rough-and-ready at the
+moment.
+EOF
diff --git a/mail/smtpc/HISTORY b/mail/smtpc/HISTORY
new file mode 100644
index 0000000..4cc9e25
--- /dev/null
+++ b/mail/smtpc/HISTORY
@@ -0,0 +1,2 @@
+2014-03-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE,}BUILD, INSTALL: created spell
diff --git a/mail/smtpc/INSTALL b/mail/smtpc/INSTALL
new file mode 100755
index 0000000..daa734d
--- /dev/null
+++ b/mail/smtpc/INSTALL
@@ -0,0 +1 @@
+install -vm 755 smtpc "$INSTALL_ROOT/usr/bin"
diff --git a/mail/smtpc/PRE_BUILD b/mail/smtpc/PRE_BUILD
new file mode 100755
index 0000000..199d812
--- /dev/null
+++ b/mail/smtpc/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sedit "s:-o:$CFLAGS -o:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (25a09bf4ce829f97f5d8c44b7e0ed522dd431fb9), Vlad Glagolev, 03/24/2014

Archive powered by MHonArc 2.6.24.

Top of Page