pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Upgrade nzbget to version 17.1.
Module Name: pkgsrc-wip
Committed By: Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By: amoibos
Date: Sun Jan 8 23:38:57 2017 +0000
Changeset: 6bc3fe5f08b71113f42b5428e7342f0c4bd7e264
Modified Files:
nzbget/Makefile
nzbget/PLIST
nzbget/distinfo
Log Message:
Upgrade nzbget to version 17.1.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6bc3fe5f08b71113f42b5428e7342f0c4bd7e264
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nzbget/Makefile | 40 ++++++++++++++++++++++++----------------
nzbget/PLIST | 42 ++++++++++++++++++++++++++++++++++++++----
nzbget/distinfo | 8 ++++----
3 files changed, 66 insertions(+), 24 deletions(-)
diffs:
diff --git a/nzbget/Makefile b/nzbget/Makefile
index 9f3a632..deb8fd7 100644
--- a/nzbget/Makefile
+++ b/nzbget/Makefile
@@ -1,39 +1,47 @@
# $NetBSD: Makefile,v 1.17 2012/10/03 18:15:33 asau Exp $
#
-
-DISTNAME= nzbget-0.7.0
+VERSION= 17.1
+PKGNAME= nzbget-${VERSION}
+DISTNAME= ${PKGNAME}
+GITHUB_TAG= v${VERSION}
CATEGORIES= news
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nzbget/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=nzbget/}
-MAINTAINER= martijn.van.buul%gmail.com@localhost
+MAINTAINER= amoibos%gmail.com@localhost
HOMEPAGE= http://nzbget.sourceforge.net/
COMMENT= Binary newsreader with NZB support
LICENSE= gnu-gpl-v2
-USE_TOOLS+= gmake
-USE_TOOLS+= autoconf
+#USE_TOOLS+= gmake
+#USE_TOOLS+= autoconf
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+CHECK_PORTABILITY_SKIP= Makefile.am configure
+
+CONFIGURE_ARGS+= --with-libcurses-includes=${DESTDIR}${PREFIX}/include \
+ --with-libcurses-libraries=${DESTDIR}${PREFIX}/lib
INSTALLATION_DIRS= share/examples/nzbget
-EXAMPLES= nzbget.conf.example postprocess-example.conf \
- postprocess-example.sh
+EXAMPLES= nzbget.conf
+
+SUBST_CLASSES+= python
+SUBST_STAGE.python= pre-configure
+SUBST_FILES.python= scripts/EMail.py scripts/Logger.py
+SUBST_SED.python= -e 's,/usr/bin/env python,${PYTHONBIN},'
-pre-configure:
- cd ${WRKSRC} && autoconf
+#pre-configure:
+# cd ${WRKSRC} && autoconf
post-install:
.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/examples/nzbget
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${INSTALLATION_DIRS}
.endfor
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../converters/uulib/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../wip/libpar2/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+#.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/nzbget/PLIST b/nzbget/PLIST
index 65c8961..90b90ae 100644
--- a/nzbget/PLIST
+++ b/nzbget/PLIST
@@ -1,5 +1,39 @@
-@comment $NetBSD: PLIST,v 1.4 2010/11/09 21:32:46 mjoellnir Exp $
+@comment $NetBSD$
bin/nzbget
-share/examples/nzbget/nzbget.conf.example
-share/examples/nzbget/postprocess-example.conf
-share/examples/nzbget/postprocess-example.sh
+share/doc/nzbget/COPYING
+share/doc/nzbget/ChangeLog
+share/doc/nzbget/README
+share/examples/nzbget/nzbget.conf
+share/nzbget/nzbget.conf
+share/nzbget/scripts/EMail.py
+share/nzbget/scripts/Logger.py
+share/nzbget/webui/config.js
+share/nzbget/webui/downloads.js
+share/nzbget/webui/edit.js
+share/nzbget/webui/fasttable.js
+share/nzbget/webui/feed.js
+share/nzbget/webui/history.js
+share/nzbget/webui/img/download-anim-green-2x.png
+share/nzbget/webui/img/download-anim-orange-2x.png
+share/nzbget/webui/img/favicon.ico
+share/nzbget/webui/img/icons-2x.png
+share/nzbget/webui/img/icons.png
+share/nzbget/webui/img/transmit-file.gif
+share/nzbget/webui/img/transmit-reload-2x.gif
+share/nzbget/webui/img/transmit.gif
+share/nzbget/webui/index.html
+share/nzbget/webui/index.js
+share/nzbget/webui/lib/bootstrap.css
+share/nzbget/webui/lib/bootstrap.js
+share/nzbget/webui/lib/bootstrap.min.js
+share/nzbget/webui/lib/elycharts.js
+share/nzbget/webui/lib/elycharts.min.js
+share/nzbget/webui/lib/jquery.js
+share/nzbget/webui/lib/jquery.min.js
+share/nzbget/webui/lib/raphael.js
+share/nzbget/webui/lib/raphael.min.js
+share/nzbget/webui/messages.js
+share/nzbget/webui/status.js
+share/nzbget/webui/style.css
+share/nzbget/webui/upload.js
+share/nzbget/webui/util.js
diff --git a/nzbget/distinfo b/nzbget/distinfo
index e569dba..3c209f7 100644
--- a/nzbget/distinfo
+++ b/nzbget/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2011/01/02 10:38:53 mjoellnir Exp $
-SHA1 (nzbget-0.7.0.tar.gz) = e47cfcc37adbb756f4b449914cbfc6dcaaeebaec
-RMD160 (nzbget-0.7.0.tar.gz) = b8ff4d454a51f5d1a5b4246437adad57c918500c
-Size (nzbget-0.7.0.tar.gz) = 316059 bytes
-SHA1 (patch-aa) = be7151d7c2bc3b1bd57cec5a7a18d542ad1a6204
+SHA1 (nzbget-17.1.tar.gz) = b72c99ccbd60bf87b000223e7d560107c31d0dff
+RMD160 (nzbget-17.1.tar.gz) = 464df7627689e8095df4951dafcce53df9b87ccf
+SHA512 (nzbget-17.1.tar.gz) = 85647087492443c93eba9bf1b02606585975f7194b400ee20252465141eb9dce9800bb7e7d89645f9e08c421710d0a9762aee337c63e218eeaad03802a5faf78
+Size (nzbget-17.1.tar.gz) = 1612896 bytes
Home |
Main Index |
Thread Index |
Old Index