Skip to content

Commit

Permalink
castget: Update to 1.2.4
Browse files Browse the repository at this point in the history
CHANGES:
This is a summary of changes between each release. See the commit log on
https://github.com/mlj/castget/commits/master for a details.

Version 1.2.4 (2017/05/17):

  * Fix build issues involving man pages (issue #20)

Version 1.2.3 (2017/05/16):

  * Fix lack of support for https (issue #10, issue #14, PR #15)
  * Fix broken handling of COLUMNS environment variable etc. (PR #16)
  * Improve error reporting when enclosure download fails
  * Check sanity of reported length of enclosures in feeds
  * Fix MacOS build
  * Replace ChangeLog and NEWS files with CHANGES file

Version 1.2.2 (2016/01/26):

  * Fix width of the progress bar.

Version 1.2.1 (2016/01/04):

  * Fix broken enclosure filenames.

Version 1.2.0 (2013/07/10):

  * Add command line option -p for an optional progress bar.
  * Add command line option --debug for optional connection debugging.
  * Use glib's option parsing.
  * Fix incorrect memory allocation when enclosure download fails.
  * Document proxy configuration.
  • Loading branch information
Ryosuke Moro committed May 8, 2019
1 parent e6e8507 commit 52e6001
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
19 changes: 14 additions & 5 deletions castget/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.15 2012/09/24 18:26:52 asau Exp $
#

DISTNAME= castget-1.1.0
DISTNAME= castget-1.2.4
CATEGORIES= audio www
MASTER_SITES= http://savannah.nongnu.org/download/castget/
MASTER_SITES= http://download.savannah.gnu.org/releases/castget/
EXTRACT_SUFX= .tar.bz2

MAINTAINER= netbsd@guigui2.net
HOMEPAGE= http://castget.nongnu.org/
HOMEPAGE= https://castget.johndal.com/
COMMENT= Command-line RSS enclosures dowloader
LICENSE= gnu-lgpl-v2.1

Expand All @@ -22,8 +21,18 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/castgetrc.example \
${DESTDIR}${PREFIX}/share/examples/castgetrc.example

.include "../../www/curl/buildlink3.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.castget
PKG_SUPPORTED_OPTIONS= id3
PKG_SUGGESTED_OPTIONS= id3

.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mid3)
.include "../../audio/id3lib/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-id3lib
.endif

.include "../../www/curl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
2 changes: 1 addition & 1 deletion castget/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2010/04/27 05:22:20 guigui2 Exp $
@comment $NetBSD$
bin/castget
man/man1/castget.1
man/man5/castgetrc.5
Expand Down
7 changes: 4 additions & 3 deletions castget/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.4 2010/04/27 05:22:20 guigui2 Exp $

SHA1 (castget-1.1.0.tar.bz2) = 924eb2aa1be1983336d9103bdf7ec0e534be9cd5
RMD160 (castget-1.1.0.tar.bz2) = cb9e66966266d8b7f7ec8c5a66886a3eb776fd46
Size (castget-1.1.0.tar.bz2) = 250840 bytes
SHA1 (castget-1.2.4.tar.bz2) = 852f5821bef8eb351e6dc934ebc6dd8c9fde45d5
RMD160 (castget-1.2.4.tar.bz2) = d2d2605a00bd5fb36395dd55711f607d76ce665d
SHA512 (castget-1.2.4.tar.bz2) = 568b8a0eb8ced082b8004c0d724098c9ea165b9e276d74aafabcbcba6022be036892ca14fd51cc4718da9dcac959bc93ee64d311e3af544a09a7d790dd21669f
Size (castget-1.2.4.tar.bz2) = 302845 bytes

0 comments on commit 52e6001

Please sign in to comment.