forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kris Moore
committed
Sep 5, 2014
1 parent
1911633
commit eb502a8
Showing
138 changed files
with
2,596 additions
and
1,320 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# Created by: Koop Mast <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/accessibility/caribou/Makefile 19804 2014-08-13 14:55:11Z kwm $ | ||
# $MCom: ports/trunk/accessibility/caribou/Makefile 19845 2014-09-04 05:31:44Z gusi $ | ||
|
||
PORTNAME= caribou | ||
PORTVERSION= 0.4.13 | ||
PORTREVISION= 1 | ||
PORTVERSION= 0.4.14 | ||
CATEGORIES= accessibility gnome | ||
MASTER_SITES= GNOME | ||
DIST_SUBDIR= gnome3 | ||
|
@@ -20,7 +19,8 @@ LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ | |
libxklavier.so:${PORTSDIR}/x11/libxklavier | ||
RUN_DEPENDS= py2?-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi | ||
|
||
USES= gettext gmake pathfix pkgconfig python:2 shebangfix tar:xz | ||
USES= gettext gmake libtool pathfix pkgconfig python:2 \ | ||
shebangfix tar:xz | ||
USE_GNOME= gnomehier gtk30 intlhack introspection:build libxml2 \ | ||
libxslt:build pygobject3 | ||
SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (gnome3/caribou-0.4.13.tar.xz) = 953ba618621fda8a828d0d797fc916dbe35990dc01d7aa99d15e5e2241ee2782 | ||
SIZE (gnome3/caribou-0.4.13.tar.xz) = 404560 | ||
SHA256 (gnome3/caribou-0.4.14.tar.xz) = 291c5fd856c081ddaedd6fabd510bbe21c15ac689274ab99c88174a609a7e1c1 | ||
SIZE (gnome3/caribou-0.4.14.tar.xz) = 405860 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Created by: Anders Nordby <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/archivers/file-roller/Makefile 19814 2014-08-15 20:17:00Z gusi $ | ||
# $MCom: ports/trunk/archivers/file-roller/Makefile 19822 2014-08-20 08:57:46Z gusi $ | ||
|
||
PORTNAME= file-roller | ||
PORTVERSION= 3.12.2 | ||
PORTREVISION= 1 | ||
PORTEPOCH= 1 | ||
CATEGORIES= archivers gnome | ||
MASTER_SITES= GNOME | ||
|
@@ -13,11 +14,11 @@ MAINTAINER= [email protected] | |
COMMENT= Archive manager for zip files, tar, etc | ||
|
||
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool | ||
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ | ||
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip | ||
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ | ||
unzip:${PORTSDIR}/archivers/unzip | ||
|
||
USES= desktop-file-utils gettext gmake pathfix \ | ||
pkgconfig tar:xz | ||
USES= desktop-file-utils gettext gmake libtool \ | ||
pathfix pkgconfig tar:xz | ||
USE_GNOME= gnomeprefix gtk30 intlhack introspection:build | ||
USE_XORG= sm | ||
INSTALLS_ICONS= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Created by: Alexander Nedotsukov <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/audio/goobox/Makefile 19571 2014-04-25 18:12:46Z kwm $ | ||
# $MCom: ports/trunk/audio/goobox/Makefile 19823 2014-08-20 09:28:14Z gusi $ | ||
|
||
PORTNAME= goobox | ||
PORTVERSION= 3.3.2 | ||
PORTREVISION= 1 | ||
CATEGORIES= audio gnome | ||
MASTER_SITES= GNOME | ||
DIST_SUBDIR= gnome3 | ||
|
@@ -26,6 +27,7 @@ GNU_CONFIGURE= yes | |
INSTALLS_ICONS= yes | ||
CPPFLAGS+= -I${LOCALBASE}/include | ||
LDFLAGS+= -L${LOCALBASE}/lib | ||
INSTALL_TARGET= install-strip | ||
|
||
OPTIONS_DEFINE= NOTIFY | ||
OPTIONS_DEFAULT=NOTIFY | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Created by: Joe Marcus Clarke <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/audio/pulseaudio/Makefile 19813 2014-08-15 19:44:33Z gusi $ | ||
# $MCom: ports/trunk/audio/pulseaudio/Makefile 19840 2014-09-02 15:32:35Z kwm $ | ||
# | ||
# !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by | ||
# PORTREVISION bumps of depending ports. | ||
|
@@ -20,7 +20,7 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ | |
libfftw3.so:${PORTSDIR}/math/fftw3 \ | ||
libfftw3f.so:${PORTSDIR}/math/fftw3-float \ | ||
liborc-0.4.so:${PORTSDIR}/devel/orc \ | ||
libjson.so:${PORTSDIR}/devel/json-c \ | ||
libjson-c.so:${PORTSDIR}/devel/json-c \ | ||
libdbus-1.so:${PORTSDIR}/devel/dbus \ | ||
libck-connector.so:${PORTSDIR}/sysutils/consolekit | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Created by: Joe Marcus Clarke <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/audio/rhythmbox/Makefile 19692 2014-05-26 07:42:16Z gusi $ | ||
# $MCom: ports/trunk/audio/rhythmbox/Makefile 19823 2014-08-20 09:28:14Z gusi $ | ||
|
||
PORTNAME= rhythmbox | ||
PORTVERSION= 3.0.3 | ||
PORTREVISION= 2 | ||
PORTREVISION= 3 | ||
CATEGORIES= audio gnome | ||
MASTER_SITES= GNOME | ||
DIST_SUBDIR= gnome3 | ||
|
@@ -41,6 +41,7 @@ INSTALLS_ICONS= yes | |
USE_LDCONFIG= yes | ||
CPPFLAGS+= -I${LOCALBASE}/include | ||
LDFLAGS+= -L${LOCALBASE}/lib | ||
INSTALL_TARGET= install-strip | ||
|
||
PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Created by: Alexander Nedotsukov <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/audio/sound-juicer/Makefile 19679 2014-05-23 14:35:58Z gusi $ | ||
# $MCom: ports/trunk/audio/sound-juicer/Makefile 19823 2014-08-20 09:28:14Z gusi $ | ||
|
||
PORTNAME= sound-juicer | ||
PORTVERSION= 3.12.0 | ||
PORTREVISION= 1 | ||
CATEGORIES= audio gnome | ||
MASTER_SITES= GNOME | ||
DIST_SUBDIR= gnome3 | ||
|
@@ -28,6 +29,7 @@ INSTALLS_ICONS= yes | |
CFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral | ||
LDFLAGS+= -L${LOCALBASE}/lib | ||
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} | ||
INSTALL_TARGET= install-strip | ||
|
||
GLIB_SCHEMAS= org.gnome.sound-juicer.gschema.xml | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
# Created by: Adam Weinberger <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/databases/glom/Makefile 19804 2014-08-13 14:55:11Z kwm $ | ||
# $MCom: ports/trunk/databases/glom/Makefile 19822 2014-08-20 08:57:46Z gusi $ | ||
|
||
PORTNAME= glom | ||
PORTVERSION= 1.24.0 | ||
PORTREVISION= 1 | ||
CATEGORIES= databases gnome | ||
MASTER_SITES= GNOME | ||
DIST_SUBDIR= gnome3 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= GNOME database designer and user interface | ||
|
||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ | ||
BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ | ||
libepc>=0.4.0:${PORTSDIR}/www/libepc \ | ||
${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \ | ||
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql | ||
libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \ | ||
libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql | ||
LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \ | ||
libepc-1.0.so:${PORTSDIR}/www/libepc \ | ||
libgoocanvasmm-2.0.so:${PORTSDIR}/graphics/goocanvasmm2 \ | ||
libevview3.so:${PORTSDIR}/graphics/evince | ||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ | ||
${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \ | ||
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql | ||
RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ | ||
libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \ | ||
libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql | ||
|
||
GNU_CONFIGURE= yes | ||
USES= desktop-file-utils gettext gmake pathfix pkgconfig \ | ||
python shared-mime-info tar:xz | ||
USES= desktop-file-utils gettext gmake libtool pathfix \ | ||
pkgconfig python shared-mime-info tar:xz | ||
USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 \ | ||
gtksourceviewmm3 libgdamm5 | ||
USE_LDCONFIG= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Created by: Gustau Perez <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/deskutils/california/Makefile 19781 2014-07-20 19:30:11Z gusi $ | ||
# $MCom: ports/trunk/deskutils/california/Makefile 19821 2014-08-20 08:42:08Z gusi $ | ||
|
||
PORTNAME= california | ||
PORTVERSION= 0.1.2 | ||
PORTVERSION= 0.1.4 | ||
CATEGORIES= deskutils gnome | ||
MASTER_SITES= GNOME | ||
DIST_SUBDIR= gnome3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (gnome3/california-0.1.2.tar.xz) = 5b67abf6187d99a861ed1eac9654b0a3bade1fb810f10452dc3021fce1e18d2c | ||
SIZE (gnome3/california-0.1.2.tar.xz) = 698224 | ||
SHA256 (gnome3/california-0.1.4.tar.xz) = 3d92f361bc3514d694144a18a42c56884fc54f935b499fc1ea840576024b141b | ||
SIZE (gnome3/california-0.1.4.tar.xz) = 774800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Created by: Joe Marcus Clarke <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/deskutils/gnome-dictionary/Makefile 19814 2014-08-15 20:17:00Z gusi $ | ||
# $MCom: ports/trunk/deskutils/gnome-dictionary/Makefile 19822 2014-08-20 08:57:46Z gusi $ | ||
|
||
PORTNAME= gnome-dictionary | ||
PORTVERSION= 3.10.0 | ||
PORTREVISION= 1 | ||
CATEGORIES= deskutils gnome | ||
MASTER_SITES= GNOME | ||
DIST_SUBDIR= gnome3 | ||
|
@@ -16,7 +17,7 @@ BUILD_DEPENDS= gtkdoc-check:${PORTSDIR}/textproc/gtk-doc \ | |
|
||
CONFLICTS= gnome-utils-2.[0-9]* | ||
|
||
USES= gettext gmake pathfix pkgconfig tar:xz | ||
USES= gettext gmake libtool pathfix pkgconfig tar:xz | ||
USE_GNOME= gnomeprefix intlhack gtk30 | ||
INSTALLS_ICONS= yes | ||
USE_LDCONFIG= yes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Created by: Gustau Perez i Querol <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/deskutils/gnome-shell-extension-mediaplayer/Makefile 19807 2014-08-14 07:04:43Z gusi $ | ||
# $MCom: ports/trunk/deskutils/gnome-shell-extension-mediaplayer/Makefile 19843 2014-09-03 08:49:27Z gusi $ | ||
|
||
PORTNAME= gnome-shell-extension-mediaplayer | ||
PORTVERSION= 0.0.0.20140520 | ||
PORTVERSION= 0.0.0.20140830 | ||
CATEGORIES= deskutils gnome | ||
DIST_SUBDIR= gnome3 | ||
|
||
|
@@ -15,7 +15,7 @@ BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ | |
RUN_DEPENDS= gnome-shell>=0:${PORTSDIR}/x11/gnome-shell \ | ||
gsettings-desktop-schemas>=3.12.0:${PORTSDIR}/devel/gsettings-desktop-schemas | ||
|
||
WRKSRC= ${WRKDIR}/eonpatapon-gnome-shell-extensions-mediaplayer-bacb60e | ||
WRKSRC= ${WRKDIR}/eonpatapon-gnome-shell-extensions-mediaplayer-6e547ee | ||
|
||
USES= gettext gmake libtool pkgconfig tar:xz | ||
USE_GNOME= glib20 intltool | ||
|
@@ -29,8 +29,8 @@ GLIB_SCHEMAS= org.gnome.shell.extensions.mediaplayer.gschema.xml | |
|
||
GH_ACCOUNT= eonpatapon | ||
GH_PROJECT= gnome-shell-extensions-mediaplayer | ||
GH_TAGNAME= bacb60e73c | ||
GH_COMMIT= bacb60e73c | ||
GH_TAGNAME= 6e547ee70d | ||
GH_COMMIT= 6e547ee70d | ||
|
||
PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SHA256 (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140520.tar.xz) = 6acfe335405ff4df766d8f010f9207d4d04b8515d9fc9d9e7766f9134a35fcac | ||
SIZE (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140520.tar.xz) = 264677 | ||
SHA256 (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140830.tar.xz) = b1501111230cf0a078bcf2a47e4bed9f25434d0f0826444f5a4a32d6cecd42c0 | ||
SIZE (gnome3/gnome-shell-extension-mediaplayer-0.0.0.20140830.tar.xz) = 265098 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Created by: Gustau Perez i Querol <[email protected]> | ||
# $FreeBSD$ | ||
# $MCom: ports/trunk/deskutils/gnome-shell-extension-recentitems/Makefile 19842 2014-09-03 08:48:11Z gusi $ | ||
|
||
PORTNAME= gnome-shell-extension-recent-items | ||
PORTVERSION= 0.0.0.20140903 | ||
CATEGORIES= deskutils gnome | ||
MASTER_SITES= http://www.bananenfisch.net/code/ | ||
DISTFILES= RecentItems-9.tar.gz | ||
DIST_SUBDIR= gnome3 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Recent items extensions for the GNOME3 shell | ||
|
||
WRKSRC= ${WRKDIR}/[email protected] | ||
|
||
USES= tar:xz | ||
USE_GNOME= glib20 | ||
USE_LDCONFIG= yes | ||
|
||
PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves | ||
|
||
NO_BUILD= yes | ||
|
||
do-install: | ||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/[email protected] | ||
@(cd ${WRKSRC} && ${CP} -pPR * \ | ||
${STAGEDIR}${PREFIX}/share/gnome-shell/extensions/[email protected]) | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SHA256 (gnome3/RecentItems-9.tar.gz) = e17d54beae1bdd6ee383a36f71f0e9c008b353420a3755eb00e4272b8f896fa9 | ||
SIZE (gnome3/RecentItems-9.tar.gz) = 2309 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Extension to configure how the notifications appear in GNOME3 | ||
|
||
WWW: https://github.com/jenslody/gnome-shell-extension-panel-osd |
Oops, something went wrong.