Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ea3d8a907822bf44ecbdcff43b38d884855c18d1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ea3d8a907822bf44ecbdcff43b38d884855c18d1)
  • Date: Wed, 20 Jun 2007 08:22:14 -0500

GIT changes to master grimoire by Remko van der Vossen <wich AT stack.nl>:

ChangeLog | 3 +++
smgl/mime-support/DETAILS | 20 ++++++++++++++++++++
smgl/mime-support/HISTORY | 3 +++
smgl/mime-support/INSTALL | 4 ++++
4 files changed, 30 insertions(+)

New commits:
commit ea3d8a907822bf44ecbdcff43b38d884855c18d1
Author: Remko van der Vossen <wich AT stack.nl>
Commit: Remko van der Vossen <wich AT stack.nl>

smgl/mime-support: new spell, mime.types, mailcap and support tools

diff --git a/ChangeLog b/ChangeLog
index 96fac47..89165ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-20 Remko van der Vossen <wich AT stack.nl>
+ * smgl/mime-support: new spell, mime.types, mailcap and support tools
+
2007-06-20 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* mobile/plptools: libs and utils for communication with Psion palms
#10582

diff --git a/smgl/mime-support/BUILD b/smgl/mime-support/BUILD
new file mode 100755
index 0000000..e69de29
diff --git a/smgl/mime-support/DETAILS b/smgl/mime-support/DETAILS
new file mode 100755
index 0000000..8fd4c01
--- /dev/null
+++ b/smgl/mime-support/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=mime-support
+ VERSION=3.39-1
+ SOURCE=${SPELL}_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/m/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:20603262ceb0592a4d2d3519af7498eb790c2b57887ba7c59cddb48e497b3d3ba567cd7882bc35d7dd0b07bbbf0f2a750ae92f3a540c3d5b124baf1d8211eff1
+ WEB_SITE=http://packages.debian.org/stable/source/mime-support/
+ ENTERED=20070620
+ LICENSE[0]=PD
+ KEYWORDS="mime mailcap"
+ SHORT="mime.types, mailcap and support tools"
+cat << EOF
+This is the Debian Linux "Mime-Support" package.
+
+This package was written by Brian White <bcwhite AT pobox.com> and contains
+public information compiled from around the 'net and many people.
+
+The "update-mime" program was written by Brian White and has been
+placed in the public domain.
+EOF
diff --git a/smgl/mime-support/HISTORY b/smgl/mime-support/HISTORY
new file mode 100644
index 0000000..40c0b22
--- /dev/null
+++ b/smgl/mime-support/HISTORY
@@ -0,0 +1,3 @@
+2007-06-20 Remko van der Vossen <wich AT stack.nl>
+ * Initial version of spell
+
diff --git a/smgl/mime-support/INSTALL b/smgl/mime-support/INSTALL
new file mode 100755
index 0000000..08e28d6
--- /dev/null
+++ b/smgl/mime-support/INSTALL
@@ -0,0 +1,4 @@
+cd $SOURCE_DIRECTORY &&
+install -m 755 -v run-mailcap ${INSTALL_ROOT}/usr/bin &&
+install_config_file mime.types ${INSTALL_ROOT}/etc/mime.types &&
+install -m 644 -v run-mailcap.man
${INSTALL_ROOT}/usr/share/man/man1/run-mailcap.1



  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ea3d8a907822bf44ecbdcff43b38d884855c18d1), Remko van der Vossen, 06/20/2007

Archive powered by MHonArc 2.6.24.

Top of Page