New commits:
commit 9a44e32bddff91c8a099f8391ee7b8e4fe02a576
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
cproto 4.7l
commit 0f7bff1a42436f343ca2e30727890954491e0cc7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
texmacs 1.99.2
commit 9979ba2ce055a0e0c29860fc544f2faf902ce12a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
ghc 7.8.4
commit e02a7db7717d6b2a2b4946cae2cb15c0e4dc43cf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
paco: Deprecate in favor of porg
commit 57b3b9fe346ee6b8806e1bac042a674791cfa088
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
porg: new spell, Source Code Package Organizer
commit e0297c87cdbdbe93a644646d9812f2b3ef09e7af
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
lyx 2.1.2.2
commit ebf49ab79c81e2f70d560481ec95860ba72205f2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
axel: PATCHLEVEL++; Allow larger number of redirects, like wget
commit f47be07a0b758a73a18f9bcbcf3427a5e0b5e4da
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
git 2.2.2
commit ac6636ac07b050a0a866e5bfdd162bb8f47f2f12
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>
gettext 0.19.4
commit 09f3dbd5565ed06adad111e958a9e38e53ac164c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
seamonkey: => 2.32 [security]
commit ffa42421a8fae3fa255dea3dd6aed8d73603d2e6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
bip: new spell, Sexy IRC proxy
commit bb9bc51aa05745df737ab4e2dd240297cc1bf4d9
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
http/firefox: updated to 35.0
commit 54cb12363f3b2c304e96648f75cc20b1fce276b5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
dvtm 0.13
commit 36aa0d53ed4599583f6ca1b8d1eaf9ef9242830d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
cairo: update to 1.12.18 and ditch LTO stuff (update needed to fix
firefox scrolling crash)
commit abbf832c0fe2b556c0f4d45cee0ae3f1b12c39c0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
bluez5-5.27
commit c5efc5ebf271a369af743f386732c85d29946ce9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
update kernel.gpg
diff --git a/ChangeLog b/ChangeLog
index 1479500..2002459 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * chat-irc/bip: new spell, Sexy IRC proxy
+ * archive/porg: new spell, Source Code Package Organizer
+
2015-01-12 Ismael Luceno <ismael AT sourcemage.org>
* {audio-soft->python-pypi}/eyed3: spell moved
* audio-libs/libshout-idjc: new spell, libshout plus some extensions
@@ -11,6 +15,10 @@
* emacs-lisp/popup-el: new spell, Visual Popup Interface
Library for Emacs
+2015-01-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * kernel.gpg: Add 1DCF2659 "Marcel Holtmann <marcel AT holtmann.org>"
+ * utils/bluez5: new spell, v5 Bluetooth
+
2015-01-11 Ismael Luceno <ismael AT sourcemage.org>
* chat-irc/ii: new spell, Minimalist filesystem-based IRC client
* utils/lsw: new spell, List windows titles
diff --git a/archive/paco/BUILD b/archive/paco/BUILD
index d485fcf..27ba77d 100755
--- a/archive/paco/BUILD
+++ b/archive/paco/BUILD
@@ -1,2 +1 @@
- OPTS="${OPTS} ${PACO_OPTS}" &&
- default_build
+true
diff --git a/archive/paco/CONFIGURE b/archive/paco/CONFIGURE
deleted file mode 100755
index d912584..0000000
--- a/archive/paco/CONFIGURE
+++ /dev/null
@@ -1,4 +0,0 @@
-config_query GPACO "Build Gnome version?" n &&
-config_query_option PACO_OPTS "Install superpaco script?" y
"--enable-superpaco" "" &&
-config_query_option PACO_OPTS "Install a2paco script?" n
"--enable-a2paco" "" &&
-config_query_option PACO_OPTS "Install pacoball script?" n
"--enable-pacoball" ""
diff --git a/archive/paco/DEPENDS b/archive/paco/DEPENDS
deleted file mode 100755
index a3c00cb..0000000
--- a/archive/paco/DEPENDS
+++ /dev/null
@@ -1,11 +0,0 @@
-if [ "$PACO_OPTS" ]; then
- depends cpio &&
- depends rpmunpack
-fi &&
-
-if [ "$GPACO" = "y" ]; then
- depends pkgconfig &&
- depends gtk+2
-else
- PACO_OPTS="${PACO_OPTS} --disable-gpaco"
-fi
diff --git a/archive/paco/DETAILS b/archive/paco/DETAILS
index 8e9cc32..84caa35 100755
--- a/archive/paco/DETAILS
+++ b/archive/paco/DETAILS
@@ -1,20 +1,7 @@
- SPELL=paco
- VERSION=1.10.2
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/paco/$SOURCE
-
SOURCE_HASH=sha512:20733bef8102d7de094649ed993228ba63128bd434e94cf872e5baca1c1251731da9b3a72c780f804eb220c75347f2abe289ab4bf111c5be914f78f5b43bccb2
- WEB_SITE=http://paco.sourceforge.net/
- ENTERED=20041107
- LICENSE[0]=GPL
- KEYWORDS="archive"
- SHORT="Aid package management when installing binary packages"
-cat << EOF
-Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package
-management
-when installing programs from source code, paco for command line, gpaco
-for gnome
-and script called SuperPaco that installs Debian, RPM or Slackware binary
-packages
-whithout dpkg, rpm or pkgtool, and logs the installation with paco.
-EOF
+ SPELL=paco
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by porg]
+ EOF
diff --git a/archive/paco/DOWNLOAD b/archive/paco/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/archive/paco/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/archive/paco/HISTORY b/archive/paco/HISTORY
index c71eeff..3b6aec0 100644
--- a/archive/paco/HISTORY
+++ b/archive/paco/HISTORY
@@ -1,3 +1,8 @@
+2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [Project renamed]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2011-10-14 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: fixed long description wrap (scripted)
diff --git a/archive/paco/INSTALL b/archive/paco/INSTALL
index 1cec3d3..27ba77d 100755
--- a/archive/paco/INSTALL
+++ b/archive/paco/INSTALL
@@ -1,2 +1 @@
-default_install &&
-mkdir /var/log/paco
+true
diff --git a/archive/paco/PRE_BUILD b/archive/paco/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/archive/paco/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/archive/paco/UP_TRIGGERS b/archive/paco/UP_TRIGGERS
new file mode 100755
index 0000000..80a98b0
--- /dev/null
+++ b/archive/paco/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger paco dispel_self
+up_trigger porg cast_self
diff --git a/archive/porg/DETAILS b/archive/porg/DETAILS
new file mode 100755
index 0000000..75c3c32
--- /dev/null
+++ b/archive/porg/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=porg
+ VERSION=0.7
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:9e51bbc711251bf92178c304af4731dbf8d92ef58072efe0d1b828460e46694d2be04f5edccc521bfe99656981f12b4ef7ceb0d1334a6ec56059afe0f071778c
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://porg.sourceforge.net"
+ LICENSE[0]="GPL"
+ ENTERED=20150112
+ KEYWORDS=""
+ SHORT="Source Code Package Organizer"
+cat << EOF
+porg (formerly known as paco), is a program to aid management of software
+packages installed from source code.
+
+After the installation of such packages, one is usually left with having no
+idea of what it was installed and where it all went, making it difficult to
+uninstall the package in the future. Porg was written to solve this problem
+in a quite simple fashion.
+
+When installing a package from sources, porg wraps the install command
+(e.g. "make install"), and saves installation information into a text
database.
+EOF
diff --git a/archive/porg/HISTORY b/archive/porg/HISTORY
new file mode 100644
index 0000000..a298e85
--- /dev/null
+++ b/archive/porg/HISTORY
@@ -0,0 +1,2 @@
+2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created
diff --git a/chat-irc/bip/DEPENDS b/chat-irc/bip/DEPENDS
new file mode 100755
index 0000000..09706da
--- /dev/null
+++ b/chat-irc/bip/DEPENDS
@@ -0,0 +1 @@
+depends SSL
diff --git a/chat-irc/bip/DETAILS b/chat-irc/bip/DETAILS
new file mode 100755
index 0000000..ceee7d0
--- /dev/null
+++ b/chat-irc/bip/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=bip
+ VERSION=0.8.9
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ RDIR=61
+
SOURCE_URL[0]=https://projects.duckcorp.org/attachments/download/$RDIR/$SOURCE
+
SOURCE_HASH=sha512:572adb6e0982d74a39b0380ef6af51ba7f55b880f78e110b93e09616e6345bb4a9a60475df644ec891cae368287d502ba00bbf734370ba50c57b29de6934c138
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://projects.duckcorp.org/projects/bip/"
+ LICENSE[0]="GPL"
+ ENTERED=20150114
+ KEYWORDS=""
+ SHORT="Sexy IRC proxy"
+cat << EOF
+Bip is an IRC proxy, which means it keeps connected to your preferred IRC
+servers, can store the logs for you, and even send them back to your IRC
+client(s) upon connection.
+
+You may want to use bip to keep your logfiles (in a unique format and on
+a unique computer) whatever your client is, when you connect from multiple
+workstations, or when you simply want to have a playback of what was said
+while you were away.
+EOF
diff --git a/chat-irc/bip/HISTORY b/chat-irc/bip/HISTORY
new file mode 100644
index 0000000..9057baf
--- /dev/null
+++ b/chat-irc/bip/HISTORY
@@ -0,0 +1,2 @@
+2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/devel/cproto/DETAILS b/devel/cproto/DETAILS
index 9d4f2f0..c13d5f6 100755
--- a/devel/cproto/DETAILS
+++ b/devel/cproto/DETAILS
@@ -1,10 +1,10 @@
SPELL=cproto
- VERSION=4.6
- SOURCE="$SPELL-$VERSION.tar.gz"
- SOURCE_URL[0]=$SOURCEFORGE_URL/project/$SPELL/$SPELL/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:328e32815c422e5bb646870995dc035e650799ad3e15b7a695e1fb525bfb687815654b5bedc32b3f4b29385169b3e2feb3f482da18c44405a382dc27b413f936
+ VERSION=4.7l
+ SOURCE="$SPELL-$VERSION.tgz"
+ SOURCE_URL[0]=ftp://invisible-island.net/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d764164a34a6c57c993a8b321bff2ebd24bf7ca71836cba0984954d51a1aaa97aeb0295fb84e527dc2e5c26f9633acb000978607b1b326ae810f3d5b222f4e66
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="http://cproto.sourceforge.net/"
+ WEB_SITE=http://invisible-island.net/cproto/
LICENSE[0]="public domain"
ENTERED=20141231
KEYWORDS=""
diff --git a/devel/cproto/HISTORY b/devel/cproto/HISTORY
index 1e54957..87c9b1d 100644
--- a/devel/cproto/HISTORY
+++ b/devel/cproto/HISTORY
@@ -1,2 +1,6 @@
+2015-01-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 4.7l
+
2014-12-31 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created
diff --git a/devel/ghc/DETAILS b/devel/ghc/DETAILS
index 43e1d29..590b2d1 100755
--- a/devel/ghc/DETAILS
+++ b/devel/ghc/DETAILS
@@ -1,9 +1,9 @@
SPELL=ghc
- VERSION=7.8.3
+ VERSION=7.8.4
SOURCE=$SPELL-$VERSION-src.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.haskell.org/${SPELL}/dist/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:2cc8c2aa6f18ba565c1e2aa637045e246f1214c2a77e95c2a97dfb97203b8983e4ad3cc13178b4b51aff70c58d59a1f68f94cd813d043745cb02411bad04bb00
+ SOURCE_URL[0]=http://downloads.haskell.org/~$SPELL/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:493d860fd76ff22240b5046aacf12b5e3ed731cd2e0f95fe3a022d3e8cab8d4a67d2e10974fb5a0114176592641868643f000f0db3e13aeca5904322905e1f4d
if [[ ! -x /usr/bin/ghc ]] ; then
ARCH="$(uname -m)"
if [[ "$ARCH" = i686 ]]; then
@@ -12,7 +12,7 @@ if [[ ! -x /usr/bin/ghc ]] ; then
SOURCE2=${SPELL}-${VERSION}-${ARCH}-unknown-linux-centos65.tar.xz
SOURCE2_URL[0]=http://www.haskell.org/${SPELL}/dist/${VERSION}/${SOURCE2}
if [ "$ARCH" = "x86_64" ]; then
-
SOURCE2_HASH=sha512:184366c39c9c8effbf798906a8496f70044e7cd2ca1351d25dd3b8036c045017eb58b1f1775a5cd9f6b9b40213641aa623adbe94ddc51290152c16731befb0c2
+
SOURCE2_HASH=sha512:22f93f57f53aaed99fa603d62d53ca557696d6beeb5b70b65d3d467f76719766a7792a69741015213555a35d508f7b1d9731e261b4060775bab8bd2c56a24752
else
SOURCE2_HASH=sha512:b962cc71ad4b2d08724ee65c03aa45ed262a80346103a425500c8466a452bf9b3e63370bc182ae271db09a5fa3977741bbb88e8fec63088e8b391ba2666f6382
fi
diff --git a/devel/ghc/HISTORY b/devel/ghc/HISTORY
index 38667c8..c1b0fef 100644
--- a/devel/ghc/HISTORY
+++ b/devel/ghc/HISTORY
@@ -1,3 +1,6 @@
+2015-01-13 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 7.8.4
+
2014-11-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 7.8.3
@@ -86,12 +86,18 @@ depends OPENGL &&
optional_depends gstreamer \
--{en,dis}able-gstreamer \
'for gstreamer based AV support' &&
+if is_depends_enabled $SPELL gstreamer; then
+ depends gst-plugins-base
+fi &&
if ! is_depends_enabled $SPELL gstreamer; then
optional_depends gstreamer-1.0 \
'--enable-gstreamer=1.0' \
'' \
- 'for gstreamer 1.0 based AV support'
+ 'for gstreamer 1.0 based AV support' &&
+ if is_depends_enabled $SPELL gstreamer-1.0; then
+ depends gst-plugins-base-1.0
+ fi
fi &&