Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel grimoire by Eric Sandall (56f1084828daed60cdef66d9913eaf82ec9e615c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel grimoire by Eric Sandall (56f1084828daed60cdef66d9913eaf82ec9e615c)
  • Date: Wed, 23 Jan 2008 19:11:25 -0600

GIT changes to devel grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 ++
utils/vrms/BUILD | 1
utils/vrms/DETAILS | 44
++++++++++++++++++++++++++++++++++++++++
utils/vrms/HISTORY | 3 ++
utils/vrms/INSTALL | 6 +++++
utils/vrms/vrms_1.13.tar.gz.sig |binary
6 files changed, 57 insertions(+)

New commits:
commit 56f1084828daed60cdef66d9913eaf82ec9e615c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

vrms: Added a utility from Debian to list non-free packages
WIP: Needs to be modified to work with SMGL

diff --git a/ChangeLog b/ChangeLog
index cc71c17..35310c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-23 Eric Sandall <sandalle AT sourcemage.org>
+ * utils/vrms: Utility to list non-free packages
+
2007-03-15 Eric Sandall <sandalle AT sourcemage.org>
* audio-soft/alsamixergui: ALSA mixer GUI based on FLTK

diff --git a/utils/vrms/BUILD b/utils/vrms/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/vrms/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/vrms/DETAILS b/utils/vrms/DETAILS
new file mode 100755
index 0000000..ae39b92
--- /dev/null
+++ b/utils/vrms/DETAILS
@@ -0,0 +1,44 @@
+ SPELL=vrms
+ VERSION=1.13
+ SOURCE=${SPELL}_$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+
SOURCE_URL[0]=http://ftp.de.debian.org/debian/pool/main/v/vrms/vrms_1.13.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
+ WEB_SITE=http://vrms.alioth.debian.org/
+ KEYWORDS="utils"
+ ENTERED=20080123
+ SHORT='utility to remove non-free software'
+cat << EOF
+In the early 1980's Richard M. Stallman created the GNU project, whose goal
was
+to provide the world with a Free Operating System (with the word "Free" with
+the same meaning as in "Freedom").
+
+Since then, a lot of Free Software was developed and entire operating systems
+based only on Free Software were created. Unfortunately, some data is still
+stored in a format that is proprietary, secret and non-standard, made by
+corporations that want to retain control over the users of the software that
+generates such data.
+
+This, of course, is meant to keep the users following the newer versions of
the
+software that "control" the users' data (so that the users can still have
+access to their own creations).
+
+Also, unfortunately, most of the time, the software for manipulating such
data
+is not Free in the sense desired by Richard Stallman. Software that does not
+allow all the freedoms stipulated by Richard Stallman is called non-free
+software.
+
+The vrms program provides the facility for users of Debian-based Operating
+Systems (like Ubuntu Linux to detect if their systems have any non-free
+software installed, so that the users can keep their computer "pure", without
+non-free software.
+
+The package is now maintained by a team of developers including Bdale Garbee
+(the original author of the package), Stephen Moraco and Rogério Brito on
+Debian's alioth system.
+
+The source code is maintained with a version control system called
Subversion.
+Anybody can obtain the source code for the vrms package from
alioth.debian.org
+and any collaboration is highly appreciated.
+EOF
diff --git a/utils/vrms/HISTORY b/utils/vrms/HISTORY
new file mode 100644
index 0000000..e596924
--- /dev/null
+++ b/utils/vrms/HISTORY
@@ -0,0 +1,3 @@
+2008-01-23 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: Created
+
diff --git a/utils/vrms/INSTALL b/utils/vrms/INSTALL
new file mode 100755
index 0000000..c026a4a
--- /dev/null
+++ b/utils/vrms/INSTALL
@@ -0,0 +1,6 @@
+cd $SOURCE_DIRECTORY &&
+chown -R root:root . &&
+install -m 0755 vrms $INSTALL_ROOT/usr/bin/vrms &&
+install -m 0644 vrms.1 $INSTALL_ROOT/usr/share/man/man1/vrms.1 &&
+mkdir -p $INSTALL_ROOT/usr/share/$SPELL &&
+cp -a reasons $INSTALL_ROOT/usr/share/$SPELL
diff --git a/utils/vrms/vrms_1.13.tar.gz.sig b/utils/vrms/vrms_1.13.tar.gz.sig
new file mode 100644
index 0000000..0507fbc
Binary files /dev/null and b/utils/vrms/vrms_1.13.tar.gz.sig differ



  • [SM-Commit] GIT changes to devel grimoire by Eric Sandall (56f1084828daed60cdef66d9913eaf82ec9e615c), Eric Sandall, 01/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page