pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_notify Initial import of pkg_notify-0.3 f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/688a18dceb45
branches:  trunk
changeset: 486410:688a18dceb45
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Dec 28 00:26:20 2004 +0000

description:
Initial import of pkg_notify-0.3 from pkgsrc-wip, packaged/coded
by Imil <imil%gcu.info@localhost>.

pkg_notify notifies package maintainer when a new version of the
software is available.

diffstat:

 pkgtools/pkg_notify/DESCR    |   2 ++
 pkgtools/pkg_notify/MESSAGE  |  16 ++++++++++++++++
 pkgtools/pkg_notify/Makefile |  37 +++++++++++++++++++++++++++++++++++++
 pkgtools/pkg_notify/PLIST    |   2 ++
 pkgtools/pkg_notify/distinfo |   4 ++++
 5 files changed, 61 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r d0d5feb718b6 -r 688a18dceb45 pkgtools/pkg_notify/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/pkg_notify/DESCR Tue Dec 28 00:26:20 2004 +0000
@@ -0,0 +1,2 @@
+pkg_notify notifies package maintainer when a new version of the
+software is available.
diff -r d0d5feb718b6 -r 688a18dceb45 pkgtools/pkg_notify/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/pkg_notify/MESSAGE       Tue Dec 28 00:26:20 2004 +0000
@@ -0,0 +1,16 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/12/28 00:26:20 xtraeme Exp $
+
+Create the ${PKG_SYSCONFDIR}/pkg_notify.list file containing the package
+list you want to be informed on, following this format :
+
+$ cat ${PKG_SYSCONFDIR}/pkg_notify.list
+wip/foo
+net/bar
+www/foobar-devel
+
+or invoke pkg_notify this way :
+
+$ pkg_notify category/foo another/bar and/so-on
+
+===========================================================================
diff -r d0d5feb718b6 -r 688a18dceb45 pkgtools/pkg_notify/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/pkg_notify/Makefile      Tue Dec 28 00:26:20 2004 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 00:26:21 xtraeme Exp $
+#
+
+DISTNAME=      pkg_notify-0.3.0
+CATEGORIES=    pkgtools
+MASTER_SITES=  http://imil.net/NetBSD/
+
+MAINTAINER=    imil%gcu.info@localhost
+HOMEPAGE=      http://imil.net/
+COMMENT=       Notifies package maintainer when a new version is available
+
+DEPENDS+=      p5-libwww>=5.76:../../www/p5-libwww
+
+WRKSRC=                ${WRKDIR}/pkg_notify
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+NO_BUILDLINK=  yes
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+USE_PERL5=     yes
+
+INSTALLATION_DIRS=     bin
+
+SUBST_CLASSES+=        pkg_notify
+SUBST_MESSAGE.pkg_notify=      "Setting up hardcoded path."
+SUBST_STAGE.pkg_notify=                post-patch
+SUBST_FILES.pkg_notify=                pkg_notify
+SUBST_SED.pkg_notify=          -e 's|/usr/pkgsrc|${PKGSRCDIR}|'        \
+                               -e 's|/usr/pkg|${LOCALBASE}|g'          \
+                               -e 's|/usr/bin/make|${MAKE}|g'          \
+                               -e 's|/usr/pkg/bin/perl|${PERL5}|g'
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/pkg_notify ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r d0d5feb718b6 -r 688a18dceb45 pkgtools/pkg_notify/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/pkg_notify/PLIST Tue Dec 28 00:26:20 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 00:26:21 xtraeme Exp $
+bin/pkg_notify
diff -r d0d5feb718b6 -r 688a18dceb45 pkgtools/pkg_notify/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/pkgtools/pkg_notify/distinfo      Tue Dec 28 00:26:20 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/28 00:26:21 xtraeme Exp $
+
+SHA1 (pkg_notify-0.3.0.tar.gz) = d6874516f0a3be8aecbc2d17620d7d2f0e3ff5f0
+Size (pkg_notify-0.3.0.tar.gz) = 4625 bytes



Home | Main Index | Thread Index | Old Index