Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1e7013578708a6e8d407d6fd4b086b9059ec12a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1e7013578708a6e8d407d6fd4b086b9059ec12a7)
  • Date: Thu, 2 Aug 2007 14:46:57 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/db/DETAILS | 4
database/db/HISTORY | 4
dev/null |binary
graphics-libs/poppler/DEPENDS | 2
graphics-libs/poppler/HISTORY | 3
printer/hpijs/BUILD | 10 --
printer/hpijs/CONFLICTS | 1
printer/hpijs/DEPENDS | 2
printer/hpijs/DETAILS | 28 +-----
printer/hpijs/DOWNLOAD | 1
printer/hpijs/HISTORY | 116
----------------------------
printer/hpijs/INSTALL | 1
printer/hpijs/PRE_BUILD | 1
printer/hpijs/TRIGGERS | 1
printer/hpijs/hpijs-2.1.4.tar.gz.sig | 0
printer/hplip/DEPENDS | 4
printer/hplip/DETAILS | 4
printer/hplip/HISTORY | 4
printer/hpoj/BUILD | 12 --
printer/hpoj/CONFIGURE | 11 --
printer/hpoj/DEPENDS | 39 ---------
printer/hpoj/DETAILS | 25 +-----
printer/hpoj/DOWNLOAD | 1
printer/hpoj/FINAL | 6 -
printer/hpoj/HISTORY | 90 ---------------------
printer/hpoj/INSTALL | 1
printer/hpoj/Makefile.patch | 31 -------
printer/hpoj/PRE_BUILD | 1
printer/hpoj/TRIGGERS | 11 --
printer/hpoj/init.d/hpoj | 10 --
telephony/telepathy-mission-control/DETAILS | 4
telephony/telepathy-mission-control/HISTORY | 3
telephony/telepathy-sofiasip/DETAILS | 5 -
telephony/telepathy-sofiasip/HISTORY | 3
34 files changed, 58 insertions(+), 381 deletions(-)

New commits:
commit 1e7013578708a6e8d407d6fd4b086b9059ec12a7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

db-4.6.18

commit e2d1e330a1afe484785e961b4c6e4d69b40eb868
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

poppler - change depends

commit fbce463df33af9de2563810f79567fec6835856d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate printer/hpijs [replaced by hplip]

commit 65e080c349437436541197de2b0bc3b7da3da01b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate printer/hpoj [replaced by hplip]

commit 8f288df2006e630f611c0cb96f79582cef31a764
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

hplip-2.7.7

commit 08fd4c91cd05dbadeaf76f590004e0239f35c8b4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

telepathy-mission-control-4.31

commit 1e5b3491288ddbce4640188b3a0cfc2ef5a63651
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

telepathy-sofiasip-0.3.26.1

diff --git a/database/db/DETAILS b/database/db/DETAILS
index ac5b6fd..516559e 100755
--- a/database/db/DETAILS
+++ b/database/db/DETAILS
@@ -1,6 +1,6 @@
SPELL=db
- VERSION=4.5.20
-
SOURCE_HASH=sha512:c34907a53323158627971f464c32b9a5b00aff0fa779c67117826ebeea86a4731e272a5dc6dc5ae32f16284ff15c79d93050273795381acaaefd48e18dc2d612
+ VERSION=4.6.18
+
SOURCE_HASH=sha512:3721e15b098505549b13e915483e41565d67af16b22de25bf9dd2386aa88826567c20b753473dca4c05d00714f5e7170317718a504dd63d37a77d7c286c0f99a
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.oracle.com/berkeley-db/$SOURCE
diff --git a/database/db/HISTORY b/database/db/HISTORY
index f3ebec6..a3cbe30 100644
--- a/database/db/HISTORY
+++ b/database/db/HISTORY
@@ -1,3 +1,7 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.6.18
+ note that the format of the logfile has changed
+
2007-03-03 Jeremy Blosser <jblosser-smgl AT firinn.org>
* BUILD: Replace bad TRACK_ROOT usage (automated).

diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index fe5134e..2725d7c 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -13,7 +13,7 @@ optional_depends jpeg \
"--enable-libjpeg" \
"--disable-libjpeg" \
"for jpeg support" &&
-optional_depends glib2 \
+optional_depends gtk+2 \
"--enable-poppler-glib" \
"--disable-poppler-glib" \
"for glib wrapper" &&
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 8bdf4c2..cda03cc 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: change glib2 to gtk+2
+
2007-07-08 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add full qt4 support

diff --git a/printer/hpijs/BUILD b/printer/hpijs/BUILD
index 1a817d0..27ba77d 100755
--- a/printer/hpijs/BUILD
+++ b/printer/hpijs/BUILD
@@ -1,9 +1 @@
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- $OPTS &&
-
-sedit "s:CFLAGS = \-O2 \-Wall:CFLAGS = $CFLAGS:g" Makefile &&
-sedit "s:CXXFLAGS = \-O2 \-Wall:CXXFLAGS = $CXXFLAGS:g" Makefile &&
-
-make
+true
diff --git a/printer/hpijs/CONFLICTS b/printer/hpijs/CONFLICTS
deleted file mode 100755
index 4b87990..0000000
--- a/printer/hpijs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts hplip
diff --git a/printer/hpijs/DEPENDS b/printer/hpijs/DEPENDS
index 685ebad..57f110a 100755
--- a/printer/hpijs/DEPENDS
+++ b/printer/hpijs/DEPENDS
@@ -1 +1 @@
-depends POSTSCRIPT-INTERPRETER
+depends hplip
diff --git a/printer/hpijs/DETAILS b/printer/hpijs/DETAILS
index bc9fa55..a034794 100755
--- a/printer/hpijs/DETAILS
+++ b/printer/hpijs/DETAILS
@@ -1,26 +1,8 @@
SPELL=hpijs
- VERSION=2.1.4
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$SOURCEFORGE_URL/hpinkjet/$SOURCE
- WEB_SITE=http://hpinkjet.sourceforge.net
- ENTERED=20020202
- UPDATED=20020324
- LICENSE[0]=BSD
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- KEYWORDS="printer"
- SHORT="Hewlett Packard's drivers for HP Inkjet printers."
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-PLEASE NOTE:
-HP are replacing hpijs with hplip for most of their printers. hplip also
-supports their printer/scanner multifunction devices. You probably want to
-cast hplip rather than hpijs, but you should check the list of the few
devices
-that still need hpijs at hpinkjet.sourceforge.net to be sure.
-
-These are HP's open source printer drivers for their inkjet printers. For
-further information on getting your HP inkjet working under linux, see
-http://www.linuxprinting.org. If you find your ghostscript does not support
-hpijs (test this be following the instructions at
-http://hpinkjet.sourceforge.net), you may need to recompile ghostscript using
-"cast -r -c ghostscript".
+deprecated spell [replaced by hplip]
EOF
+
diff --git a/printer/hpijs/DOWNLOAD b/printer/hpijs/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/hpijs/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/printer/hpijs/HISTORY b/printer/hpijs/HISTORY
index 46b68ca..ed2b1bf 100644
--- a/printer/hpijs/HISTORY
+++ b/printer/hpijs/HISTORY
@@ -1,112 +1,4 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-10-23 Jason Flatt <jflatt AT sourcemage.org>
- * BUILD: Added ${INSTALL_ROOT}.
- * CONFIGURE: Removed, since the warning contained therein is false,
- per http://hpinkjet.sourceforge.net/faqs.php
- * DEPENDS: Removed postscript warning.
- * DETAILS: Version bump to 2.1.4.
- Converted to GPG checking.
-
-2005-09-16 Gareth Clay <gareth AT caffeinefuelled.co.uk>
- * DETAILS: added information about the hplip spell
- * CONFIGURE: added a message about the hplip spell
- * CONFLICTS: added conflict with hplip
-
-2005-01-29 Arjan Bouter <abouter AT sourcemage.org>
- * DEPENDS: spell_installed -> spell_ok conversion
-
-2004-10-30 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.7.1
-
-2004-09-18 Jason Flatt <jflatt AT sourcemage.org>
- * DETAILS: Updated to version 1.6.2.
-
-2004-07-10 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated to 1.6.1
- BUILD_API=2
- * BUILD: Converted to BUILD_API 2
-
-2004-04-14 Jason Flatt <jflatt AT sourcemage.org>
- * BUILD: Added to ensure the compile process uses the users' settings.
- (Thanks to Laurent Wandrebeck (low). Sorry it took so long to fix.)
-
-2004-04-14 Jason Flatt <jflatt AT sourcemage.org>
- * DETAILS: Version bump to 1.6.
- Removed MAINTAINER.
-
-2003-10-30 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Upper-case provides
-
-2003-10-20 Jason Flatt <jason AT flattfamily.com>
- * HISTORY: Reformatted this file based on new standard.
-
-2003-10-04 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Version bump to 1.5.
-
-2003-07-11 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Version bump to 1.4.1.
-
-2003-05-19 Jason Flatt <jason AT flattfamily.com>
- * Minor code reformat.
-
-2003-04-25 Jason Flatt <jason AT flattfamily.com>
- * DETAILS: Updated MAINTAINER e-mail address.
-
-2003-02-06 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Version bump from 1.3 to 1.3.1.
-
-2002-11-06 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Version bump from 1.2.2 to 1.3 (w/MD5 change).
-
-2002-10-14 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Modified to address bug #1180.
-
-2002-09-24 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated MD5 to reflect version update to 1.2.2 done
previously
- (but not commented on).
-
-2002-08-27 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Changed to use postscript-interpreter.
- * DETAILS: Updated from 1.2 to 1.2.1 (bug #764).
- * HISTORY: Reformatted this file.
-
-2002-08-02 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Changed LICENSE= and MD5= to LICENSE[x]= and MD5[x]=.
- * HISTORY: Reformatted this file.
-
-2002-07-17 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated version from 1.1 to 1.2.
-
-2002-07-04 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Modified SOURCE_URL[0] to use $SOURCEFORGE_URL variable.
- Removed SOURCE_URL[1] and SOURCE_URL[2].
-
-2002-06-23 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Added LICENSE and MD5 to DETAILS.
-
-2002-06-10 Jason Flatt <jasonflatt AT wizard.com>
- * USEGCC2: Removed as it compiles w/gcc 3.1 and executes.
-
-2002-05-29 Jason Flatt <jasonflatt AT wizard.com>
- * USEGCC2: Added in preparation for gcc3 upgrade.
-
-2002-05-18 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated VERSION from 1.0.4 to 1.1.
-
-2002-05-08 Jason Flatt <jasonflatt AT wizard.com>
- * HISTORY: Reformatted to conform to new template.
-
-2002-05-07 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated SOURCE_URLs to reflect SourceForge mirror change.
- Modified long description for improved readability when executing
"gaze
- what hpijs" command.
-
-2002-03-24 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated version from 1.0.2 to 1.0.4.
- * HISTORY: Added this file.
-
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by hplip]
diff --git a/printer/hpijs/INSTALL b/printer/hpijs/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/hpijs/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/printer/hpijs/PRE_BUILD b/printer/hpijs/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/hpijs/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/printer/hpijs/TRIGGERS b/printer/hpijs/TRIGGERS
new file mode 100755
index 0000000..34382e1
--- /dev/null
+++ b/printer/hpijs/TRIGGERS
@@ -0,0 +1 @@
+on_cast hpijs dispel_self
diff --git a/printer/hpijs/hpijs-2.1.4.tar.gz.sig
b/printer/hpijs/hpijs-2.1.4.tar.gz.sig
deleted file mode 100644
index d202857..0000000
Binary files a/printer/hpijs/hpijs-2.1.4.tar.gz.sig and /dev/null differ
diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS
index a5691aa..82939a6 100755
--- a/printer/hplip/DEPENDS
+++ b/printer/hplip/DEPENDS
@@ -10,8 +10,8 @@ optional_depends net-snmp \
"network support" &&

optional_depends libgphoto2 \
- " " \
- " "PhotoCard support" &&
+ "" "" \
+ "PhotoCard support" &&

optional_depends sane-backends \
"--enable-scan-build" \
diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS
index 1d25ded..19ff836 100755
--- a/printer/hplip/DETAILS
+++ b/printer/hplip/DETAILS
@@ -1,6 +1,6 @@
SPELL=hplip
- VERSION=2.7.6
-
SOURCE_HASH=sha512:b187db9801b43f332de6e065a6ce47789f63dc4b6748229e92a76320d9f5d3ecabf387c2dac0e7e929193741ece74c64f75a59d35d30edee7bcd068bd346dfad
+ VERSION=2.7.7
+
SOURCE_HASH=sha512:0dc8f058b5709cb6cebbd911d454cce87bf1096b8197c799abd68cc13e8b574ca60b7bee5435e953ca3f272859bd3b220a15d8d97d65492349f93b9b0ddb91d1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index f1d292f..9d76019 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,7 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.7.7
+ * DEPENDS: fix typo
+
2007-06-23 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: activate libgphoto2
pyqt -> PYQT
diff --git a/printer/hpoj/BUILD b/printer/hpoj/BUILD
index eb17aea..27ba77d 100755
--- a/printer/hpoj/BUILD
+++ b/printer/hpoj/BUILD
@@ -1,11 +1 @@
-./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- $OPTS &&
-
-patch -p0 < ${SCRIPT_DIRECTORY}/Makefile.patch &&
-sedit "s:/share/doc/hpoj:/doc/hpoj:g" Makefile &&
-
-make_single &&
-make &&
-make_normal
+true
diff --git a/printer/hpoj/CONFIGURE b/printer/hpoj/CONFIGURE
deleted file mode 100755
index 1e80fd6..0000000
--- a/printer/hpoj/CONFIGURE
+++ /dev/null
@@ -1,11 +0,0 @@
-if ! grep -q 'CONFIGURED=\"y\"' ${DEPENDS_CONFIG}/hpoj; then
- if query "Disable parallel port support? " n; then
- echo 'OPTS="${OPTS} --without-par"' >> ${SPELL_CONFIG}
- fi
-
- if query "Disable USB port support? " n; then
- echo 'OPTS="${OPTS} --without-usb"' >> ${SPELL_CONFIG}
- fi
-
- echo 'CONFIGURED="y"' >> ${SPELL_CONFIG}
-fi
diff --git a/printer/hpoj/DEPENDS b/printer/hpoj/DEPENDS
index e8df130..57f110a 100755
--- a/printer/hpoj/DEPENDS
+++ b/printer/hpoj/DEPENDS
@@ -1,38 +1 @@
-# I'm commenting these out as I don't believe they are actually used by hpoj.
-# Feel free to correct me if I am wrong. -- Jason
-#depends jpeg &&
-#depends libmng &&
-#depends libpng &&
-#depends zlib &&
-
-depends perl &&
-
-optional_depends "net-snmp" \
- "--with-snmp=/usr/include/net-snmp" \
- "--without-snmp" \
- "for JetDirect (network printing) support" &&
-
-optional_depends POSTSCRIPT-INTERPRETER \
- "" \
- "" \
- "for improved quality printing on non-PostScript models
(if you are using CUPS, choose espgs)" &&
-optional_depends "hpijs" \
- "" \
- "" \
- "for improved quality printing on non-PostScript models"
&&
-
-optional_depends "xsane" \
- "" \
- "" \
- "for scanning support" &&
-
-optional_depends "mtools" \
- "" \
- "" \
- "for photo-card support" &&
-
-optional_depends "qt-x11" \
- "--with-qt" \
- "--without-qt" \
- "for installation and use of the GUI xojpanel program"
-
+depends hplip
diff --git a/printer/hpoj/DETAILS b/printer/hpoj/DETAILS
index 416191c..bbd4c24 100755
--- a/printer/hpoj/DETAILS
+++ b/printer/hpoj/DETAILS
@@ -1,23 +1,8 @@
SPELL=hpoj
- VERSION=0.91
- SOURCE=${SPELL}-${VERSION}.tgz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:fff34e97735552032e695ff3f9e8be0f2bba716dc0b32b0a33ca88aeac567550e945a29c238d7e944e4c1a2672aaf36f1290ac0ffe022d54625eec526bc8e61c
- WEB_SITE=http://hpoj.sourceforge.net/
- ENTERED=20020210
- UPDATED=20031009
- LICENSE[0]=GPL
- KEYWORDS="printer"
- SHORT="HP OfficeJet Linux driver"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-This is an HP-sponsored project to develop Linux support for most
-Hewlett-Packard OfficeJet, PSC, LaserJet, and PhotoSmart printer all-in-one
-peripherals (also known as Multi-Function Peripherals or MFPs), which
-depending on the model can print, scan, copy, fax, and/or access digital
-camera memory cards.
-
-It is a work in progress, but printing and scanning are supported on most
-models, when either connected to the parallel port or USB on a Linux (Intel
or
-Alpha) workstation, or to a LAN with selected HP JetDirect print servers.
+deprecated spell [replaced by hplip]
EOF
+
diff --git a/printer/hpoj/DOWNLOAD b/printer/hpoj/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/hpoj/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/printer/hpoj/FINAL b/printer/hpoj/FINAL
deleted file mode 100755
index 378bc01..0000000
--- a/printer/hpoj/FINAL
+++ /dev/null
@@ -1,6 +0,0 @@
-cat << EOF
-
-** You now need to run '/usr/sbin/ptal-init setup'
-** as root to setup your printer.
-
-EOF
diff --git a/printer/hpoj/HISTORY b/printer/hpoj/HISTORY
index e70165d..ed2b1bf 100644
--- a/printer/hpoj/HISTORY
+++ b/printer/hpoj/HISTORY
@@ -1,86 +1,4 @@
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2006-06-25 George Sherwood <george AT beernabeer.com>
- * TRIGGERS: Added check for cups-old
-
-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-04-07 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed MAKE_NJOBS=1 and MAINTAINER
- Added BUILD_API=2
- * BUILD: Run make_single before make and make_normal afterwards
- Converted to build_api 2
- * POST_INSTALL,FINAL: POST_INSTALL renamed to FINAL
-
-2005-01-29 Arjan Bouter <abouter AT sourcemage.org>
- * TRIGGERS: spell_installed -> spell_ok conversion
-
-2003-10-20 Jason Flatt <jason AT flattfamily.com>
- * DEPENDS: Version bump to 0.91.
-
-2003-10-30 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Upper-case provides
-
-2003-10-20 Jason Flatt <jason AT flattfamily.com>
- * HISTORY: Reformatted this file based on new standard.
-
-2003-10-08 Jason Flatt <jasonflatt AT wizard.com>
- * BUILD: Added to eliminate duplicate documentation install and
- sysvinit script install.
- * CONFIGURE: Added to allow for disabling the parallel and/or USB
ports.
- * DEPENDS: Modified greatly to reflect reality and fill-in optional
- components.
- * DETAILS: Added MAKE_NJOBS=1 (doesn't compile when >1), updated
- UPDATED due to all the changes.
- * init.d/hpoj: Added for simpleinit compliance.
- * Makefile.patch: Added to eliminate the sysvinit script install.
- * POST_INSTALL: Added for comments at the end of cast.
- * TRIGGERS: Commented out trigger for zlib, and added one for cups.
-
-2002-10-19 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Forgot to update the UPDATED tag.
-
-2002-10-19 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Glenn Shannon on the benefits of explicit dependencies.
- * TRIGGERS: Added to deal w/zlib.
-
-2002-10-07 Jason Flatt <jasonflatt AT wizard.com>
- * DEPENDS: Removed xfree86 and zlib from DEPENDS.
-
-2002-08-24 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Updated SOURCE_URL to reflect change to SourceForge. (I
thought
- I did that last time.)
-
-2002-08-21 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Version update from 0.8 to 0.90. Updated MD5.
- * HISTORY: Reformatted this file (again and for the last time).
- * USEGCC2: Removed as it now compiles w/gcc3.
-
-2002-08-02 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Changed LICENSE= and MD5= to LICENSE[x]= and MD5[x]=.
- Reformatted long description.
- * HISTORY: Reformatted this file.
-
-2002-07-14 Jason Flatt <jasonflatt AT wizard.com>
- * USEGCC2: Readded. Apparently it doesn't work w/GCC 3.
-
-2002-06-23 Jason Flatt <jasonflatt AT wizard.com>
- * DETAILS: Added LICENSE and MD5 to DETAILS.
-
-2002-06-10 Jason Flatt <jasonflatt AT wizard.com>
- * USEGCC2: Removed as it compiles w/gcc 3.1 and executes.
-
-2002-05-29 Jason Flatt <jasonflatt AT wizard.com>
- * USEGCC2: Added in preparation for gcc3 upgrade.
-
-2002-05-08 Jason Flatt <jasonflatt AT wizard.com>
- * HISTORY: Reformatted to conform to new template.
-
-2002-03-24 Jason Flatt <jasonflatt AT wizard.com>
- * HISTORY: Added this file.
-
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by hplip]
diff --git a/printer/hpoj/INSTALL b/printer/hpoj/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/hpoj/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/printer/hpoj/Makefile.patch b/printer/hpoj/Makefile.patch
deleted file mode 100644
index aa75fd6..0000000
--- a/printer/hpoj/Makefile.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.orig 2003-10-08 21:22:54.000000000 -0700
-+++ Makefile 2003-10-09 05:31:19.000000000 -0700
-@@ -127,28 +127,6 @@
- echo "You may need to add $(sbindir) and $(bindir) to
your PATH." ; \
- fi ; \
- echo ; \
-- for dir in /etc/init.d /etc/rc.d/init.d /sbin/init.d XXXX ;
do \
-- if test $$dir = XXXX ; then \
-- if ! test -d /usr/local/etc/rc.d ; then \
-- echo "Warning: couldn't find SysV
init script directory!" ; \
-- echo "Refer to
setup-build-details.html for instructions on manually"; \
-- echo "setting ptal-init to start at
bootup."; \
-- else \
-- echo "Setting
/usr/local/etc/rc.d/ptal-init.sh symlink." ; \
-- $(LN_S) -f $(sbindir)/ptal-init
/usr/local/etc/rc.d/ptal-init.sh ; \
-- fi ; \
-- elif test -d $$dir ; then \
-- echo "Setting $$dir/ptal-init symlink." ; \
-- $(LN_S) -f $(sbindir)/ptal-init
$$dir/ptal-init ; \
-- if ! chkconfig --add ptal-init ; then \
-- echo "Warning: chkconfig not
available to set up SysV init script symlinks!" ; \
-- echo "Refer to
setup-build-details.html for instructions on manually"; \
-- echo "setting ptal-init to start at
bootup."; \
-- fi ; \
-- break ; \
-- fi ; \
-- done ; \
-- echo ; \
- if test -n "$(CUPS_BACKEND_DIR)" ; then \
- echo "Setting $(CUPS_BACKEND_DIR)/ptal symlink." ; \
- $(LN_S) -f $(sbindir)/ptal-cups
$(CUPS_BACKEND_DIR)/ptal ; \
diff --git a/printer/hpoj/PRE_BUILD b/printer/hpoj/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/hpoj/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/printer/hpoj/TRIGGERS b/printer/hpoj/TRIGGERS
index 3b9cf6c..bcab408 100755
--- a/printer/hpoj/TRIGGERS
+++ b/printer/hpoj/TRIGGERS
@@ -1,10 +1 @@
-# I'm commenting this out as I don't believe it is actually used by hpoj.
-# Feel free to correct me if I am wrong. -- Jason
-#on_cast zlib cast_self
-
-if spell_ok cups; then
- on_cast cups cast_self
-fi &&
-if spell_ok cups-old; then
- on_cast cups-old cast_self
-fi
+on_cast hpoj dispel_self
diff --git a/printer/hpoj/init.d/hpoj b/printer/hpoj/init.d/hpoj
deleted file mode 100644
index d6d6a60..0000000
--- a/printer/hpoj/init.d/hpoj
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-PROGRAM=/usr/sbin/ptal-init
-RUNLEVEL=3
-NEEDS="+remote_fs"
-
-start() { loadproc $PROGRAM start ; }
-stop() { loadproc $PROGRAM stop ; }
-
-. /etc/init.d/smgl_init
diff --git a/telephony/telepathy-mission-control/DETAILS
b/telephony/telepathy-mission-control/DETAILS
index 080f3ad..d343cf2 100755
--- a/telephony/telepathy-mission-control/DETAILS
+++ b/telephony/telepathy-mission-control/DETAILS
@@ -1,6 +1,6 @@
SPELL=telepathy-mission-control
- VERSION=4.30
-
SOURCE_HASH=sha512:6d5461da605924c7241a0e51cb22aa9dc24dc18c2a6168ecbfe438a714f7259121621fb6671d9cdf8f3e62f7fd9556115d00b755f39645bd6b17d4fec2fe701a
+ VERSION=4.31
+
SOURCE_HASH=sha512:b3deaf2c05a83e170ebcaa09c4097808e71314868caaff34580122835b2fa1637bf332b74a2768647f4f46f0ae39185e3570fb7bf8c9de111162ed62b324c9d3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/mission-control/$SOURCE
diff --git a/telephony/telepathy-mission-control/HISTORY
b/telephony/telepathy-mission-control/HISTORY
index 84952a6..8143d1b 100644
--- a/telephony/telepathy-mission-control/HISTORY
+++ b/telephony/telepathy-mission-control/HISTORY
@@ -1,3 +1,6 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.31
+
2007-07-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.30

diff --git a/telephony/telepathy-sofiasip/DETAILS
b/telephony/telepathy-sofiasip/DETAILS
index f1e31f1..29ebcc6 100755
--- a/telephony/telepathy-sofiasip/DETAILS
+++ b/telephony/telepathy-sofiasip/DETAILS
@@ -1,9 +1,8 @@
SPELL=telepathy-sofiasip
- VERSION=0.3.22
-
SOURCE_HASH=sha512:a263453c0ad589bec78ee507ae7315f97888b48c3d1566c2251ab6c8277ae21457ab6146a94e3263facaefe7fe518173620fdad13c457334c36a131f734c5e8f
+ VERSION=0.3.26.1
+
SOURCE_HASH=sha512:00691dde671fd3aa3261dd5d634dfcda680f4175a725c3d75ef0359adc0cfee8f5706170adb6e034501489f853f7f9b7ab84386a11fb49d8b556710845b72e8f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
WEB_SITE=http://sourceforge.net/projects/tp-sofiasip
SOURCE_URL[0]=$SOURCEFORGE_URL/tp-sofiasip/$SOURCE
LICENSE[0]=LGPL
diff --git a/telephony/telepathy-sofiasip/HISTORY
b/telephony/telepathy-sofiasip/HISTORY
index 3b7bafd..9ec57bb 100644
--- a/telephony/telepathy-sofiasip/HISTORY
+++ b/telephony/telepathy-sofiasip/HISTORY
@@ -1,3 +1,6 @@
+2007-08-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.26.1
+
2007-07-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.3.22




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1e7013578708a6e8d407d6fd4b086b9059ec12a7), Treeve Jelbert, 08/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page