From c1b51b5502f36ed68ae1402917499f6706b1da88 Mon Sep 17 00:00:00 2001 From: Charlie Date: Fri, 19 Mar 2010 12:45:38 -0700 Subject: [PATCH] update Fri Mar 19 12:37:00 PDT 2010 --- bootstrap/bootstrap | 4 +- doc/CHANGES-2010 | 3 +- lang/squeak/Makefile | 26 ++++++------- lang/squeak/PLIST | 8 ++-- lang/squeak/distinfo | 14 +++---- net/ttt/Makefile | 9 ++++- news/newsx/Makefile | 6 ++- news/newsx/distinfo | 3 +- news/newsx/patches/patch-ad | 14 +++++++ wip/gnome-js-common/DESCR | 2 + wip/gnome-js-common/Makefile | 25 ++++++++++++ wip/gnome-js-common/PLIST | 10 +++++ wip/gnome-js-common/distinfo | 7 ++++ wip/gnome-js-common/patches/patch-aa | 40 +++++++++++++++++++ wip/gnome-js-common/patches/patch-ab | 19 +++++++++ wip/gwget/DESCR | 10 +++++ wip/gwget/Makefile | 35 +++++++++++++++++ wip/gwget/PLIST | 58 ++++++++++++++++++++++++++++ wip/gwget/distinfo | 5 +++ wip/gwget/options.mk | 25 ++++++++++++ wip/py-telepathy/Makefile | 2 +- 21 files changed, 294 insertions(+), 31 deletions(-) create mode 100644 news/newsx/patches/patch-ad create mode 100644 wip/gnome-js-common/DESCR create mode 100644 wip/gnome-js-common/Makefile create mode 100644 wip/gnome-js-common/PLIST create mode 100644 wip/gnome-js-common/distinfo create mode 100644 wip/gnome-js-common/patches/patch-aa create mode 100644 wip/gnome-js-common/patches/patch-ab create mode 100644 wip/gwget/DESCR create mode 100644 wip/gwget/Makefile create mode 100644 wip/gwget/PLIST create mode 100644 wip/gwget/distinfo create mode 100644 wip/gwget/options.mk diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 9b5643f96915..21bd8e06b551 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.156 2010/02/06 10:28:54 obache Exp $ +# $NetBSD: bootstrap,v 1.157 2010/03/19 14:11:11 seanb Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -639,6 +639,8 @@ OSF1) QNX) root_group=root need_bsd_install=yes + need_awk=yes + need_sed=yes set_opsys=no groupsprog="id -gn" whoamiprog="id -un" diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index d77cca6761ce..b1cc494e99df 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.1345 2010/03/19 12:50:24 wiz Exp $ +$NetBSD: CHANGES-2010,v 1.1347 2010/03/19 14:44:09 asau Exp $ [Please note that pkgsrc is in a freeze in preparation for the pkgsrc-2010Q1 branch right now. No new packages in pkgsrc, please, @@ -1595,3 +1595,4 @@ Changes to the packages collection and infrastructure in 2010: Updated databases/guile-pg to 0.39 [gdt 2010-03-19] Updated devel/devhelp to 2.28.1nb2 [obache 2010-03-19] Updated pkgtools/pkg_install to 20100319 [wiz 2010-03-19] + Updated lang/squeak to 4.0 [asau 2010-03-19] diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index c42f497da349..259f79a001b4 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.41 2010/02/11 02:18:34 asau Exp $ +# $NetBSD: Makefile,v 1.42 2010/03/19 14:41:56 asau Exp $ # -SQUEAK_VERSION= 3.11.3.2135 # see lang/squeak-vm +SQUEAK_VERSION= 4.0 +SQUEAK_SOURCES= SqueakV40.sources -DISTNAME= Squeak3.10.2-7179-basic -PKGNAME= squeak-3.10.2.7179 +DISTNAME= Squeak$(SQUEAK_VERSION)-basic +PKGNAME= squeak-$(SQUEAK_VERSION) CATEGORIES= lang -MASTER_SITES= http://ftp.squeak.org/3.10/ +MASTER_SITES= http://ftp.squeak.org/$(SQUEAK_VERSION)/ EXTRACT_SUFX= .zip -DISTFILES= $(DISTNAME)$(EXTRACT_SUFX) SqueakV39.sources.gz +DISTFILES= $(DISTNAME)$(EXTRACT_SUFX) $(SQUEAK_SOURCES).gz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://squeakvm.org/unix/ +HOMEPAGE= http://squeak.org/ COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows +LICENCE= mit AND apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir @@ -22,16 +24,14 @@ DIST_SUBDIR= squeak USE_TOOLS+= gzip unzip NO_BUILD= yes -INSTALLATION_DIRS= lib/squeak/$(SQUEAK_VERSION) - -SQUEAK_SOURCES= SqueakV39.sources +INSTALLATION_DIRS= share/squeak/$(SQUEAK_VERSION) post-extract: $(GZIP_CMD) -dc $(DISTDIR)/$(DIST_SUBDIR)/$(SQUEAK_SOURCES).gz > $(WRKDIR)/$(SQUEAK_SOURCES) do-install: - $(INSTALL_DATA) $(WRKDIR)/$(DISTNAME:=.image) $(DESTDIR)$(PREFIX)/lib/squeak/$(SQUEAK_VERSION)/ - $(INSTALL_DATA) $(WRKDIR)/$(DISTNAME:=.changes) $(DESTDIR)$(PREFIX)/lib/squeak/$(SQUEAK_VERSION)/ - $(INSTALL_DATA) $(WRKDIR)/$(SQUEAK_SOURCES) $(DESTDIR)$(PREFIX)/lib/squeak/$(SQUEAK_VERSION)/$(SQUEAK_SOURCES) + $(INSTALL_DATA) $(WRKDIR)/$(DISTNAME:=.image) $(DESTDIR)$(PREFIX)/share/squeak/$(SQUEAK_VERSION)/ + $(INSTALL_DATA) $(WRKDIR)/$(DISTNAME:=.changes) $(DESTDIR)$(PREFIX)/share/squeak/$(SQUEAK_VERSION)/ + $(INSTALL_DATA) $(WRKDIR)/$(SQUEAK_SOURCES) $(DESTDIR)$(PREFIX)/share/squeak/$(SQUEAK_VERSION)/$(SQUEAK_SOURCES) .include "../../mk/bsd.pkg.mk" diff --git a/lang/squeak/PLIST b/lang/squeak/PLIST index b2fa3b7d7d06..c9b51c2c567e 100644 --- a/lang/squeak/PLIST +++ b/lang/squeak/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2010/02/11 02:18:34 asau Exp $ -lib/squeak/3.11.3.2135/Squeak3.10.2-7179-basic.changes -lib/squeak/3.11.3.2135/Squeak3.10.2-7179-basic.image -lib/squeak/3.11.3.2135/SqueakV39.sources +@comment $NetBSD: PLIST,v 1.8 2010/03/19 14:41:56 asau Exp $ +share/squeak/${PKGVERSION}/Squeak${PKGVERSION}-basic.changes +share/squeak/${PKGVERSION}/Squeak${PKGVERSION}-basic.image +share/squeak/${PKGVERSION}/SqueakV40.sources diff --git a/lang/squeak/distinfo b/lang/squeak/distinfo index 6c3c30943035..b5cd631517b0 100644 --- a/lang/squeak/distinfo +++ b/lang/squeak/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2010/03/18 22:37:38 bad Exp $ +$NetBSD: distinfo,v 1.16 2010/03/19 14:41:56 asau Exp $ -SHA1 (squeak/Squeak3.10.2-7179-basic.zip) = 9eb3c6a617b1e6605867102081b24351dc425697 -RMD160 (squeak/Squeak3.10.2-7179-basic.zip) = ba89642f16de25b521f1ca11bf4799589a06f9ff -Size (squeak/Squeak3.10.2-7179-basic.zip) = 7470879 bytes -SHA1 (squeak/SqueakV39.sources.gz) = 9bff10f168d9e0f9ce9ec259a647e384c5b2df38 -RMD160 (squeak/SqueakV39.sources.gz) = 8f63c7c0c98ab164b4e31bc8bf88ad455a5abe97 -Size (squeak/SqueakV39.sources.gz) = 4185101 bytes +SHA1 (squeak/Squeak4.0-basic.zip) = b4ef370ee962b5bb1bdf0393f4172cbc61da40c2 +RMD160 (squeak/Squeak4.0-basic.zip) = c9d544261ed9167a5270470a59d68b15a3cbc606 +Size (squeak/Squeak4.0-basic.zip) = 6199754 bytes +SHA1 (squeak/SqueakV40.sources.gz) = 967cd0499c5619b4ec3807aa3297638cc6656211 +RMD160 (squeak/SqueakV40.sources.gz) = c0041fdbfe5dd6dbd29b7b52ca96cbe940db7e2a +Size (squeak/SqueakV40.sources.gz) = 4005474 bytes diff --git a/net/ttt/Makefile b/net/ttt/Makefile index f30e77de1cbf..3a99f8a692ec 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2010/02/11 23:06:39 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2010/03/19 15:04:05 joerg Exp $ # DISTNAME= ttt-1.8.2 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.sonycsl.co.jp/pub/kjc/ @@ -19,6 +20,12 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ exec_prefix=${DESTDIR}${PREFIX} \ mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} +REPLACE_INTERPRETER+= sys-BLTWISH +REPLACE.sys-BLTWISH.old= .*bltwish +REPLACE.sys-BLTWISH.new= ${PREFIX}/bin/bltwish +REPLACE_FILES.sys-BLTWISH= ttt.tcl + + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" diff --git a/news/newsx/Makefile b/news/newsx/Makefile index 4fa315b70fd6..4969bd7bba5d 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/01/31 21:14:28 zafer Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/19 17:17:05 joerg Exp $ # DISTNAME= newsx-1.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= news MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ @@ -21,5 +21,7 @@ CONFIGURE_ARGS+= --with-rnews=${INN_PATHBIN}/rnews CONFIGURE_ARGS+= --with-inews=${INN_PATHBIN}/inews CONFIGURE_ARGS+= --with-history-mode=indexed +MAKE_DIRS_PERMS+= ${INN_DATA_DIR}/inhosts ${INN_USER} ${INN_GROUP} 0775 + .include "../../news/inn/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/news/newsx/distinfo b/news/newsx/distinfo index edba1ba23aa2..9dc656515e9b 100644 --- a/news/newsx/distinfo +++ b/news/newsx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2008/07/28 16:27:42 cube Exp $ +$NetBSD: distinfo,v 1.5 2010/03/19 17:17:05 joerg Exp $ SHA1 (newsx-1.6.tar.gz) = e128e89ba161ceb4ab6d652d8c132ae3a33fbb20 RMD160 (newsx-1.6.tar.gz) = e9d1785ad94510055ffcd5d3d15aeafbc16c4f46 @@ -6,3 +6,4 @@ Size (newsx-1.6.tar.gz) = 302821 bytes SHA1 (patch-aa) = b0996217c88e250ed38900ad1f706d16b9900550 SHA1 (patch-ab) = d3ca5f2231f14b27ff4ee375c1b19b5c158b71be SHA1 (patch-ac) = bc188323938a83c8d5bfeefe389fd6c6f3720c2f +SHA1 (patch-ad) = 2b5c5ede77aab5b5d2f269452f30664b8a270e61 diff --git a/news/newsx/patches/patch-ad b/news/newsx/patches/patch-ad new file mode 100644 index 000000000000..e460f4c7440a --- /dev/null +++ b/news/newsx/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2010/03/19 17:17:05 joerg Exp $ + +--- src/Makefile.in.orig 2010-03-19 17:07:10.000000000 +0000 ++++ src/Makefile.in +@@ -488,8 +488,7 @@ info-am: + + install-data-am: + +-install-exec-am: install-binPROGRAMS install-binSCRIPTS \ +- install-exec-local ++install-exec-am: install-binPROGRAMS install-binSCRIPTS + + install-info: install-info-am + diff --git a/wip/gnome-js-common/DESCR b/wip/gnome-js-common/DESCR new file mode 100644 index 000000000000..c4c542fcb006 --- /dev/null +++ b/wip/gnome-js-common/DESCR @@ -0,0 +1,2 @@ +gnome-js-common is a module holding tests and JavaScript code useful +or common to both Seed and gjs. diff --git a/wip/gnome-js-common/Makefile b/wip/gnome-js-common/Makefile new file mode 100644 index 000000000000..a73c6fa007ca --- /dev/null +++ b/wip/gnome-js-common/Makefile @@ -0,0 +1,25 @@ +# $NetBSD$ +# + +DISTNAME= gnome-js-common-0.1.1 +CATEGORIES= devel gnome +MASTER_SITES= ftp://ftp.gnome.org/pub/gnome/sources/gnome-js-common/0.1/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc.gnome@gmail.com +HOMEPAGE= ftp://ftp.gnome.org/pub/gnome/sources/gnome-js-common/0.1/ +COMMENT= GNOME JavaScript common modules and tests +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config intltool msgfmt + +PKGCONFIG_OVERRIDE+= gnome-js-common.pc.in + +CONFIGURE_ARGS+= --enable-seed +CONFIGURE_ARGS+= --enable-gjs + +.include "../../mk/bsd.pkg.mk" diff --git a/wip/gnome-js-common/PLIST b/wip/gnome-js-common/PLIST new file mode 100644 index 000000000000..44a1c253bef1 --- /dev/null +++ b/wip/gnome-js-common/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD$ +lib/gnome-js/ArrayUtils.js +lib/gnome-js/JSON.js +lib/gnome-js/lang.js +lib/gnome-js/signals.js +lib/gnome-js/tweener/equations.js +lib/gnome-js/tweener/tweenList.js +lib/gnome-js/tweener/tweener.js +lib/pkgconfig/gnome-js-common.pc +@pkgdir doc/gnome_js_common diff --git a/wip/gnome-js-common/distinfo b/wip/gnome-js-common/distinfo new file mode 100644 index 000000000000..5995bd266e95 --- /dev/null +++ b/wip/gnome-js-common/distinfo @@ -0,0 +1,7 @@ +$NetBSD$ + +SHA1 (gnome-js-common-0.1.1.tar.bz2) = 0297b768f5a91b8d9e4bbc6e7b9c73f3e7f915ba +RMD160 (gnome-js-common-0.1.1.tar.bz2) = 11608b34c66b077b6ccf0b8042721cbb8155627d +Size (gnome-js-common-0.1.1.tar.bz2) = 274010 bytes +SHA1 (patch-aa) = f0d375bbdd4305b177be32450263151328f1b552 +SHA1 (patch-ab) = 1f7c2a709186cd4d2c9e3b08892387ec9a563227 diff --git a/wip/gnome-js-common/patches/patch-aa b/wip/gnome-js-common/patches/patch-aa new file mode 100644 index 000000000000..f527f230161e --- /dev/null +++ b/wip/gnome-js-common/patches/patch-aa @@ -0,0 +1,40 @@ +$NetBSD$ + +--- configure.orig 2010-03-19 18:12:44.000000000 +0000 ++++ configure 2010-03-19 18:13:55.000000000 +0000 +@@ -15204,7 +15204,7 @@ + fi + + +-if test x"$want_seed" == x"yes" ; then ++if test x"$want_seed" = x"yes" ; then + + + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then +@@ -15332,7 +15332,7 @@ + have_seed=no + fi + +- if test x"$have_seed" == x"yes" ; then ++ if test x"$have_seed" = x"yes" ; then + + pkg_failed=no + { $as_echo "$as_me:$LINENO: checking for SEED" >&5 +@@ -15461,7 +15461,7 @@ + fi + + +-if test x"$want_gjs" == x"yes" ; then ++if test x"$want_gjs" = x"yes" ; then + if test -n "$PKG_CONFIG" && \ + { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gjs-gi-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "gjs-gi-1.0") 2>&5 +@@ -15473,7 +15473,7 @@ + have_gjs=no + fi + +- if test x"$have_gjs" == x"yes" ; then ++ if test x"$have_gjs" = x"yes" ; then + + pkg_failed=no + { $as_echo "$as_me:$LINENO: checking for GJS" >&5 diff --git a/wip/gnome-js-common/patches/patch-ab b/wip/gnome-js-common/patches/patch-ab new file mode 100644 index 000000000000..99ede4acadab --- /dev/null +++ b/wip/gnome-js-common/patches/patch-ab @@ -0,0 +1,19 @@ +$NetBSD$ + +--- Makefile.in.orig 2010-03-19 18:21:35.000000000 +0000 ++++ Makefile.in 2010-03-19 18:22:04.000000000 +0000 +@@ -228,14 +228,6 @@ + top_srcdir = @top_srcdir@ + SUBDIRS = po modules tests + gnome_js_commondocdir = ${prefix}/doc/gnome_js_common +-gnome_js_commondoc_DATA = \ +- README \ +- COPYING \ +- AUTHORS \ +- ChangeLog \ +- INSTALL \ +- NEWS +- + INTLTOOL_FILES = intltool-extract.in \ + intltool-merge.in \ + intltool-update.in diff --git a/wip/gwget/DESCR b/wip/gwget/DESCR new file mode 100644 index 000000000000..e321853e15a5 --- /dev/null +++ b/wip/gwget/DESCR @@ -0,0 +1,10 @@ +Gwget is a download manager for the Gnome Desktop. The main features are: + +* Resume: By default, gwget tries to continue any download. +* Notification: Gwget tries to use the Gnome notification area support, + if available. You can close the main window and gwget runs in the background. +* Recursivity: Gwget detects when you put a html, php, asp or a web page dir in + the url to download, and ask you to only download certain files (multimedia, + only the index, and so on). +* Drag & Drop: You can d&d a url to the main gwget window or the notification + area icon to add a new download. diff --git a/wip/gwget/Makefile b/wip/gwget/Makefile new file mode 100644 index 000000000000..06f6fe8896b7 --- /dev/null +++ b/wip/gwget/Makefile @@ -0,0 +1,35 @@ +# $NetBSD$ +# + +DISTNAME= gwget-1.0.4 +CATEGORIES= gnome net +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gwget/1.0/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc.gnome@gmail.com +HOMEPAGE= http://projects.gnome.org/gwget/ +COMMENT= GNOME wget front-end +LICENSE= gnu-gpl-v2 + +DEPENDS+= wget>=1.12:../../net/wget + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config intltool msgfmt gmake + +GCONF_SCHEMAS+= data/gwget.schemas + +.include "options.mk" + +.include "../../devel/GConf/schemas.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../devel/libglade/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/wip/gwget/PLIST b/wip/gwget/PLIST new file mode 100644 index 000000000000..62e5f557c95d --- /dev/null +++ b/wip/gwget/PLIST @@ -0,0 +1,58 @@ +@comment $NetBSD$ +bin/gwget +lib/epiphany/2.28/extensions/gwget.xml +lib/epiphany/2.28/extensions/libgwgetextension.la +share/applications/gwget.desktop +share/dbus-1/services/org.gnome.gwget.service +share/gconf/schemas/gwget.schemas +share/gwget/downloading.png +share/gwget/gwget-large.png +share/gwget/gwget-off.png +share/gwget/gwget.png +share/gwget/gwget.ui +share/gwget/gwget.xpm +share/gwget/newdownload.png +share/gwget/preferences.ui +share/locale/ar/LC_MESSAGES/gwget.mo +share/locale/bg/LC_MESSAGES/gwget.mo +share/locale/ca/LC_MESSAGES/gwget.mo +share/locale/cs/LC_MESSAGES/gwget.mo +share/locale/da/LC_MESSAGES/gwget.mo +share/locale/de/LC_MESSAGES/gwget.mo +share/locale/dz/LC_MESSAGES/gwget.mo +share/locale/el/LC_MESSAGES/gwget.mo +share/locale/en_CA/LC_MESSAGES/gwget.mo +share/locale/en_GB/LC_MESSAGES/gwget.mo +share/locale/es/LC_MESSAGES/gwget.mo +share/locale/eu/LC_MESSAGES/gwget.mo +share/locale/fi/LC_MESSAGES/gwget.mo +share/locale/fr/LC_MESSAGES/gwget.mo +share/locale/he/LC_MESSAGES/gwget.mo +share/locale/hu/LC_MESSAGES/gwget.mo +share/locale/it/LC_MESSAGES/gwget.mo +share/locale/ja/LC_MESSAGES/gwget.mo +share/locale/lt/LC_MESSAGES/gwget.mo +share/locale/lv/LC_MESSAGES/gwget.mo +share/locale/mk/LC_MESSAGES/gwget.mo +share/locale/nb/LC_MESSAGES/gwget.mo +share/locale/ne/LC_MESSAGES/gwget.mo +share/locale/nl/LC_MESSAGES/gwget.mo +share/locale/oc/LC_MESSAGES/gwget.mo +share/locale/pa/LC_MESSAGES/gwget.mo +share/locale/pl/LC_MESSAGES/gwget.mo +share/locale/pt/LC_MESSAGES/gwget.mo +share/locale/pt_BR/LC_MESSAGES/gwget.mo +share/locale/ro/LC_MESSAGES/gwget.mo +share/locale/ru/LC_MESSAGES/gwget.mo +share/locale/rw/LC_MESSAGES/gwget.mo +share/locale/sk/LC_MESSAGES/gwget.mo +share/locale/sq/LC_MESSAGES/gwget.mo +share/locale/sv/LC_MESSAGES/gwget.mo +share/locale/th/LC_MESSAGES/gwget.mo +share/locale/tr/LC_MESSAGES/gwget.mo +share/locale/uk/LC_MESSAGES/gwget.mo +share/locale/vi/LC_MESSAGES/gwget.mo +share/locale/zh_CN/LC_MESSAGES/gwget.mo +share/locale/zh_HK/LC_MESSAGES/gwget.mo +share/locale/zh_TW/LC_MESSAGES/gwget.mo +share/pixmaps/gwget.png diff --git a/wip/gwget/distinfo b/wip/gwget/distinfo new file mode 100644 index 000000000000..e2a1dfcf63ad --- /dev/null +++ b/wip/gwget/distinfo @@ -0,0 +1,5 @@ +$NetBSD$ + +SHA1 (gwget-1.0.4.tar.bz2) = d2cc6eafb23488798939f99f6aad4e1a87f1d7c0 +RMD160 (gwget-1.0.4.tar.bz2) = 461bc7823aaf5043def1dbf15b07fb098216086d +Size (gwget-1.0.4.tar.bz2) = 444843 bytes diff --git a/wip/gwget/options.mk b/wip/gwget/options.mk new file mode 100644 index 000000000000..5abe2954bcde --- /dev/null +++ b/wip/gwget/options.mk @@ -0,0 +1,25 @@ +# $NetBSD$ +# + +PKG_OPTIONS_VAR= PKG_OPTIONS.gwget +PKG_SUPPORTED_OPTIONS= libnotify epiphany-extension epiphany-version +PKG_SUGGESTED_OPTIONS= libnotify epiphany-extension epiphany-version + +.include "../../mk/bsd.options.mk" + +.if !empty (PKG_OPTIONS:Mepiphany-extension) +DEPENDS+= epiphany-extensions>=2.28.1:../../www/epiphany-extensions +CONFIGURE_ARGS+= --enable-epiphany-extension +.endif + +.if !empty(PKG_OPTIONS:Mepiphany-version) +CONFIGURE_ARGS+= --with-epiphany-version +. include "../../www/epiphany/buildlink3.mk" +.endif + +.if !empty (PKG_OPTIONS:Mlibnotify) +BUILDLINK_API_DEPENDS.libnotify+= libnotify>=0.3.2 +. include "../../sysutils/libnotify/buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-libnotify +.endif diff --git a/wip/py-telepathy/Makefile b/wip/py-telepathy/Makefile index 36d79cc8900a..1bb095f91b6b 100644 --- a/wip/py-telepathy/Makefile +++ b/wip/py-telepathy/Makefile @@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-telepathy-0.15.15 CATEGORIES= chat MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-python/ -MAINTAINER= kamelderouiche@yahoo.com +MAINTAINER= pkgsrc.gnome@gmail.com HOMEPAGE= http://telepathy.freedesktop.org/releases/telepathy-python/ COMMENT= Python bindings for the Telepathy framework LICENSE= gnu-lgpl-v2.1 -- 2.41.0