Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cf0217097e9540c761b3616f65f4ffbb0b31407a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cf0217097e9540c761b3616f65f4ffbb0b31407a)
  • Date: Sat, 30 Sep 2017 21:41:43 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 ++
disk/lufs/BUILD | 18 ----------------
disk/lufs/CONFIGURE | 4 ---
disk/lufs/DEPENDS | 16 --------------
disk/lufs/DETAILS | 29 --------------------------
disk/lufs/HISTORY | 49
--------------------------------------------
video-libs/libmpeg3/DETAILS | 1
video-libs/libmpeg3/HISTORY | 4 +++
video-libs/libmpeg3/INSTALL | 5 ++++
9 files changed, 13 insertions(+), 116 deletions(-)

New commits:
commit cf0217097e9540c761b3616f65f4ffbb0b31407a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lufs: remove, the project is dead

commit d82bea40f4ee6d92d4695467086a2a118aa9b67c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libmpeg3: install library, PATCHLEVEL++

diff --git a/ChangeLog b/ChangeLog
index d79680b..d6a9add 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-30 Ismael Luceno <ismael AT sourcemage.org>
+ * disk/lufs: removed, the project is dead
+
2017-09-29 Ismael Luceno <ismael AT sourcemage.org>
* crypto/shfs: removed, the project is dead

diff --git a/disk/lufs/BUILD b/disk/lufs/BUILD
deleted file mode 100755
index 76aa990..0000000
--- a/disk/lufs/BUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-if [ "$LUFS_CARDFS" = "y" ]; then
- OPTS="$OPTS --enable-cardfs"
-fi &&
-
-if [ "$LUFS_CEFS" = "y" ]; then
- OPTS="$OPTS --enable-cefs"
-fi &&
-
-if [ "$LUFS_SUID" = "n" ]; then
- OPTS="$OPTS --disable-suid"
-fi &&
-
-if [ "$LUFS_KERNEL" = "y" ]; then
- OPTS="$OPTS --disable-kernel-support"
-fi &&
-
-sedit "s:\-O2:${CFLAGS}:g" configure &&
-default_build
diff --git a/disk/lufs/CONFIGURE b/disk/lufs/CONFIGURE
deleted file mode 100755
index 05ead9c..0000000
--- a/disk/lufs/CONFIGURE
+++ /dev/null
@@ -1,4 +0,0 @@
-config_query LUFS_CARDFS "Enable cardfs support?"
n &&
-config_query LUFS_CEFS "Enable cefs support?"
n &&
-config_query LUFS_SUID "Enable suid support (allows normal users to
mount)?" y &&
-config_query LUFS_KERNEL "Has kernel already been patched for lufs
support?" n
diff --git a/disk/lufs/DEPENDS b/disk/lufs/DEPENDS
deleted file mode 100755
index 30b4167..0000000
--- a/disk/lufs/DEPENDS
+++ /dev/null
@@ -1,16 +0,0 @@
-depends autoconf &&
-
-optional_depends "openssh" \
- "" \
- "--without-ssh" \
- "for remote SSH file system support" &&
-
-optional_depends "gnome-vfs" \
- "" \
- "" \
- "for remote GNOME virtual file system support" &&
-
-optional_depends "autofs" \
- "--enable-autofs-install" \
- "" \
- "for autofs config file installation"
diff --git a/disk/lufs/DETAILS b/disk/lufs/DETAILS
deleted file mode 100755
index 1095355..0000000
--- a/disk/lufs/DETAILS
+++ /dev/null
@@ -1,29 +0,0 @@
- SPELL=lufs
- VERSION=0.9.7
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:c7c70de89bd3f31e4fbae3e4a4acb04a6c29d0dac2b52e18a99dd2563db57ca9b3ff5e3fef53b45b9eea4b689122a30fef887973a9eb6e13b12c38fc957bfb91
- WEB_SITE=http://lufs.sourceforge.net/
- ENTERED=20021114
- LICENSE[0]=GPL
- KEYWORDS="filesystem disk"
- SHORT="Hybrid userspace transparent filesystem framework"
-cat << EOF
-LUFS is a hybrid userspace filesystem framework supporting an indefinite
-number of filesystems transparently for any application. It consists of a
-kernel module and an userspace daemon. Basically it delegates most of the
-VFS calls to a specialized daemon which handles them.
-
-Currently supported filesystems are:
-* autofs
-* cardfs
-* cefs
-* ftpfs (including Novel Netware FTP)
-* gvfs (GNOME VFS)
-* localfs
-* locasefs
-* nfs
-* own_fs
-* sshfs
-EOF
diff --git a/disk/lufs/HISTORY b/disk/lufs/HISTORY
deleted file mode 100644
index b6dd2cd..0000000
--- a/disk/lufs/HISTORY
+++ /dev/null
@@ -1,49 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2011-10-14 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: fixed long description wrap (scripted)
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed MAINTAINER.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-01-27 Flavien Bridault <disk AT sourcemage.org>
- * CONFIGURE: Replaced all "query" by "config_query"
- * BUILD : use now configuration options here
- * BUILD, DETAILS : converted to BUILD_API 2
-
-2003-11-24 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 0.9.7
- * CONFIGURE: added --disable-kernel-support option
- * DEPENDS: added --without-ssh option
- * HISTORY: reformatted
-
-2003-09-20 Eric Sandall <sandalle AT sourcemage.org>
- * Updated to 0.9.6 (Fixes Bug #3216)
- * Added option for autofs support
-
-2003-04-29 Eric Sandall <sandalle AT sourcemage.org>
- * Updated to 0.9.5 (Bug #3216, thanks to Sergey)
- * Removed the "--disable-" lines, as they actually enable. :(
-
-2003-01-25 Eric Sandall <sandalle AT sourcemage.org>
- * Updated to 0.9.1 (Bug #2365, thanks to Snakebyte)
-
-2002-12-02 Eric Sandall <sandalle AT sourcemage.org>
- * Updated to v0.8.1, thanks to Sergey Lipnevich
- * <sergey AT sourcemage.org>
- * Added autofs and own_fs to description list of supported filesystems
-
-2002-11-14 Eric Sandall <sandalle AT sourcemage.org>
- * Created spell
- * Added to grimoire
-
diff --git a/video-libs/libmpeg3/DETAILS b/video-libs/libmpeg3/DETAILS
index c06ba9a..02a62ed 100755
--- a/video-libs/libmpeg3/DETAILS
+++ b/video-libs/libmpeg3/DETAILS
@@ -1,5 +1,6 @@
SPELL=libmpeg3
VERSION=1.8
+ PATCHLEVEL=1

SOURCE_HASH=sha512:e381f07d46d47d391c6db420791a065e3572e17ca63966eb52712560867866683505693f73b25869059319eec66fd1c2f923dbef1fdca5ef9efbe598e217d60e
SOURCE=$SPELL-$VERSION-src.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video-libs/libmpeg3/HISTORY b/video-libs/libmpeg3/HISTORY
index 1383c55..3085199 100644
--- a/video-libs/libmpeg3/HISTORY
+++ b/video-libs/libmpeg3/HISTORY
@@ -1,3 +1,7 @@
+2017-09-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * INSTALL: added, to install library and headers
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/video-libs/libmpeg3/INSTALL b/video-libs/libmpeg3/INSTALL
new file mode 100755
index 0000000..689d971
--- /dev/null
+++ b/video-libs/libmpeg3/INSTALL
@@ -0,0 +1,5 @@
+arch="$(uname -m)" &&
+pfx="$INSTALL_ROOT"/usr &&
+make DST="$pfx"/bin install &&
+install -m644 -D -t "$pfx"/include/libmpeg3 *.h &&
+install -m644 -D -t "$pfx"/lib "$arch"/libmpeg3.a



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cf0217097e9540c761b3616f65f4ffbb0b31407a), Ismael Luceno, 09/30/2017

Archive powered by MHonArc 2.6.24.

Top of Page