aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-08-06 03:13:24 +0800
committerkwm <kwm@FreeBSD.org>2015-08-06 03:13:24 +0800
commitbc6e07a29987571d80b4d847a2dc03a3b52e9d60 (patch)
treee398c7b6ea5203fd3953999e6dd9d6c83c9ec931 /archivers
parentef524082a34d7a98c929937172fd0785d168ad45 (diff)
downloadfreebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.gz
freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.tar.zst
freebsd-ports-gnome-bc6e07a29987571d80b4d847a2dc03a3b52e9d60.zip
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/file-roller/Makefile11
-rw-r--r--archivers/file-roller/distinfo4
-rw-r--r--archivers/file-roller/pkg-plist1
-rw-r--r--archivers/gnome-autoar/Makefile22
-rw-r--r--archivers/gnome-autoar/distinfo2
-rw-r--r--archivers/gnome-autoar/pkg-descr4
-rw-r--r--archivers/gnome-autoar/pkg-plist46
8 files changed, 84 insertions, 7 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 6d458a0dc93a..5d3460c8e548 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -32,6 +32,7 @@
SUBDIR += freeze
SUBDIR += gcab
SUBDIR += gcpio
+ SUBDIR += gnome-autoar
SUBDIR += grzip
SUBDIR += gtar
SUBDIR += gzip
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 0ff2903b5dfd..417459e32f60 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -1,11 +1,10 @@
# Created by: Anders Nordby <anders@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/archivers/file-roller/Makefile 20062 2014-11-10 22:05:52Z gusi $
PORTNAME= file-roller
-PORTVERSION= 3.14.2
-PORTEPOCH= 1
+PORTVERSION= 3.16.3
PORTREVISION= 1
+PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -17,9 +16,11 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \
unzip:${PORTSDIR}/archivers/unzip
-USES= desktop-file-utils gettext gmake libtool libarchive \
+PORTSCOUT= limitw:1,even
+
+USES= desktop-file-utils gettext gmake libarchive libtool \
pathfix pkgconfig tar:xz
-USE_GNOME= gnomeprefix gtk30 intlhack introspection:build
+USE_GNOME= gtk30 intlhack introspection:build
USE_XORG= sm
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo
index 327dfe809297..522e300f8f5b 100644
--- a/archivers/file-roller/distinfo
+++ b/archivers/file-roller/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome3/file-roller-3.14.2.tar.xz) = 1815e736715afe8c0f3fbda41c76c07289220d4855345f779c632adf5e074e50
-SIZE (gnome3/file-roller-3.14.2.tar.xz) = 1387784
+SHA256 (gnome3/file-roller-3.16.3.tar.xz) = 2b3a1111caba26e67b96559a3118a700dbfb6a4c6ad7ebd3e509df227995411c
+SIZE (gnome3/file-roller-3.16.3.tar.xz) = 1411360
diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist
index d0eb897a29f0..32bb58a9231c 100644
--- a/archivers/file-roller/pkg-plist
+++ b/archivers/file-roller/pkg-plist
@@ -339,6 +339,7 @@ share/icons/hicolor/24x24/apps/file-roller.png
share/icons/hicolor/256x256/apps/file-roller.png
share/icons/hicolor/32x32/apps/file-roller.png
share/icons/hicolor/48x48/apps/file-roller.png
+share/icons/hicolor/scalable/apps/file-roller-symbolic.svg
share/locale/af/LC_MESSAGES/file-roller.mo
share/locale/am/LC_MESSAGES/file-roller.mo
share/locale/an/LC_MESSAGES/file-roller.mo
diff --git a/archivers/gnome-autoar/Makefile b/archivers/gnome-autoar/Makefile
new file mode 100644
index 000000000000..46ae7a8830c0
--- /dev/null
+++ b/archivers/gnome-autoar/Makefile
@@ -0,0 +1,22 @@
+# Created by: Koop Mast <kwm@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gnome-autoar
+PORTVERSION= 0.1
+CATEGORIES= archivers
+MASTER_SITES= LOCAL/kwm
+#MASTER_SITES= GNOME
+#DISTDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Glib wrapper around libarchives
+
+USES= gmake libarchive libtool pathfix pkgconfig tar:xz
+USE_GNOME= gtk30 introspection:build
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+
+GLIB_SCHEMAS= org.gnome.desktop.archives.enums.xml \
+ org.gnome.desktop.archives.gschema.xml
+
+.include <bsd.port.mk>
diff --git a/archivers/gnome-autoar/distinfo b/archivers/gnome-autoar/distinfo
new file mode 100644
index 000000000000..ca18087884cb
--- /dev/null
+++ b/archivers/gnome-autoar/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome-autoar-0.1.tar.xz) = 78d01effa0a0873ddd9cfe5dfcec5b3ea43a3bed2a8be3644ca798bb337cd334
+SIZE (gnome-autoar-0.1.tar.xz) = 284168
diff --git a/archivers/gnome-autoar/pkg-descr b/archivers/gnome-autoar/pkg-descr
new file mode 100644
index 000000000000..d9471be943a3
--- /dev/null
+++ b/archivers/gnome-autoar/pkg-descr
@@ -0,0 +1,4 @@
+Gnome-autoar provides functions, widgets, and gschemas for GNOME applications
+which want to use archives as a convient method to tranfer directories over
+the internet.
+
diff --git a/archivers/gnome-autoar/pkg-plist b/archivers/gnome-autoar/pkg-plist
new file mode 100644
index 000000000000..6f53c0bcee14
--- /dev/null
+++ b/archivers/gnome-autoar/pkg-plist
@@ -0,0 +1,46 @@
+include/gnome-autoar/autoar-create.h
+include/gnome-autoar/autoar-extract.h
+include/gnome-autoar/autoar-format-filter.h
+include/gnome-autoar/autoar-gtk-chooser.h
+include/gnome-autoar/autoar-gtk.h
+include/gnome-autoar/autoar-misc.h
+include/gnome-autoar/autoar-pref.h
+include/gnome-autoar/autoar.h
+lib/girepository-1.0/GnomeAutoar-0.1.typelib
+lib/girepository-1.0/GnomeAutoarGtk-0.1.typelib
+lib/libgnome-autoar-gtk.a
+lib/libgnome-autoar-gtk.so
+lib/libgnome-autoar-gtk.so.0
+lib/libgnome-autoar-gtk.so.0.0.0
+lib/libgnome-autoar.a
+lib/libgnome-autoar.so
+lib/libgnome-autoar.so.0
+lib/libgnome-autoar.so.0.0.0
+libdata/pkgconfig/gnome-autoar-gtk.pc
+libdata/pkgconfig/gnome-autoar.pc
+share/gir-1.0/GnomeAutoar-0.1.gir
+share/gir-1.0/GnomeAutoarGtk-0.1.gir
+share/gtk-doc/html/gnome-autoar/AutoarCreate.html
+share/gtk-doc/html/gnome-autoar/AutoarExtract.html
+share/gtk-doc/html/gnome-autoar/AutoarPref.html
+share/gtk-doc/html/gnome-autoar/annotation-glossary.html
+share/gtk-doc/html/gnome-autoar/api-index-full.html
+share/gtk-doc/html/gnome-autoar/ch01.html
+share/gtk-doc/html/gnome-autoar/ch02.html
+share/gtk-doc/html/gnome-autoar/ch03.html
+share/gtk-doc/html/gnome-autoar/deprecated-api-index.html
+share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-format-filter.html
+share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-gtk-chooser.html
+share/gtk-doc/html/gnome-autoar/gnome-autoar-autoar-misc.html
+share/gtk-doc/html/gnome-autoar/gnome-autoar.devhelp2
+share/gtk-doc/html/gnome-autoar/home.png
+share/gtk-doc/html/gnome-autoar/index.html
+share/gtk-doc/html/gnome-autoar/index.sgml
+share/gtk-doc/html/gnome-autoar/left-insensitive.png
+share/gtk-doc/html/gnome-autoar/left.png
+share/gtk-doc/html/gnome-autoar/object-tree.html
+share/gtk-doc/html/gnome-autoar/right-insensitive.png
+share/gtk-doc/html/gnome-autoar/right.png
+share/gtk-doc/html/gnome-autoar/style.css
+share/gtk-doc/html/gnome-autoar/up-insensitive.png
+share/gtk-doc/html/gnome-autoar/up.png