diff options
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/steadyflow/Makefile | 36 | ||||
-rw-r--r-- | deskutils/steadyflow/distinfo | 2 | ||||
-rw-r--r-- | deskutils/steadyflow/pkg-descr | 5 | ||||
-rw-r--r-- | deskutils/steadyflow/pkg-plist | 41 |
5 files changed, 85 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index e869200291b5..1147bb2d69ba 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -253,6 +253,7 @@ SUBDIR += snotes SUBDIR += splashsetter SUBDIR += sshmenu + SUBDIR += steadyflow SUBDIR += strigi SUBDIR += sugarcrm SUBDIR += superkaramba-lwp diff --git a/deskutils/steadyflow/Makefile b/deskutils/steadyflow/Makefile new file mode 100644 index 000000000000..88ff4e4633d5 --- /dev/null +++ b/deskutils/steadyflow/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: steadyflow +# Date created: 2011-01-28 +# Whom: Olivier Duchateau <duchateau.olivier@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= steadyflow +PORTVERSION= 0.1.5 +CATEGORIES= deskutils +MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \ + https://launchpadlibrarian.net/56276785/ + +MAINTAINER= duchateau.olivier@gmail.com +COMMENT= Simple download manager + +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + gee.2:${PORTSDIR}/devel/libgee \ + notify.1:${PORTSDIR}/devel/libnotify \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala + +LICENSE= GPLv3 + +USE_CMAKE= yes +USE_GNOME= desktopfileutils glib20 gtk20 pkgconfig +USE_GETTEXT= yes +INSTALLS_ICONS= yes + +CMAKE_ARGS= -DWANT_GSETTINGS:BOOL=OFF \ + -DWANT_AYATANA:BOOL=OFF + +post-install: + @-update-desktop-database + +.include <bsd.port.mk> diff --git a/deskutils/steadyflow/distinfo b/deskutils/steadyflow/distinfo new file mode 100644 index 000000000000..e8f87b284b41 --- /dev/null +++ b/deskutils/steadyflow/distinfo @@ -0,0 +1,2 @@ +SHA256 (steadyflow-0.1.5.tar.gz) = 97a61fc31c7279997f7675a7078dc79579969a71bc9124db00a0f904dec15912 +SIZE (steadyflow-0.1.5.tar.gz) = 105124 diff --git a/deskutils/steadyflow/pkg-descr b/deskutils/steadyflow/pkg-descr new file mode 100644 index 000000000000..9ae44d2ab6bb --- /dev/null +++ b/deskutils/steadyflow/pkg-descr @@ -0,0 +1,5 @@ +Steadyflow is a GTK+ based download manager that aims for minimalism, and +ease of use. It should be easy to control, whether from the GUI, command +line, or D-Bus. + +WWW: https://launchpad.net/steadyflow diff --git a/deskutils/steadyflow/pkg-plist b/deskutils/steadyflow/pkg-plist new file mode 100644 index 000000000000..ead4e9b26df8 --- /dev/null +++ b/deskutils/steadyflow/pkg-plist @@ -0,0 +1,41 @@ +bin/steadyflow +share/applications/steadyflow.desktop +share/icons/hicolor/16x16/apps/steadyflow.svg +share/icons/hicolor/22x22/apps/steadyflow.svg +share/icons/hicolor/24x24/apps/steadyflow.svg +share/icons/hicolor/32x32/apps/steadyflow.svg +share/icons/hicolor/48x48/apps/steadyflow.svg +share/icons/hicolor/64x64/apps/steadyflow.svg +share/icons/hicolor/scalable/apps/steadyflow.svg +share/locale/ar/LC_MESSAGES/steadyflow.mo +share/locale/be/LC_MESSAGES/steadyflow.mo +share/locale/bg/LC_MESSAGES/steadyflow.mo +share/locale/bn/LC_MESSAGES/steadyflow.mo +share/locale/cs/LC_MESSAGES/steadyflow.mo +share/locale/de/LC_MESSAGES/steadyflow.mo +share/locale/en_GB/LC_MESSAGES/steadyflow.mo +share/locale/es/LC_MESSAGES/steadyflow.mo +share/locale/fa/LC_MESSAGES/steadyflow.mo +share/locale/fr/LC_MESSAGES/steadyflow.mo +share/locale/he/LC_MESSAGES/steadyflow.mo +share/locale/hi/LC_MESSAGES/steadyflow.mo +share/locale/hu/LC_MESSAGES/steadyflow.mo +share/locale/it/LC_MESSAGES/steadyflow.mo +share/locale/ml/LC_MESSAGES/steadyflow.mo +share/locale/nb/LC_MESSAGES/steadyflow.mo +share/locale/nl/LC_MESSAGES/steadyflow.mo +share/locale/pl/LC_MESSAGES/steadyflow.mo +share/locale/pt/LC_MESSAGES/steadyflow.mo +share/locale/pt_BR/LC_MESSAGES/steadyflow.mo +share/locale/ro/LC_MESSAGES/steadyflow.mo +share/locale/ru/LC_MESSAGES/steadyflow.mo +share/locale/sv/LC_MESSAGES/steadyflow.mo +share/locale/tr/LC_MESSAGES/steadyflow.mo +share/locale/uk/LC_MESSAGES/steadyflow.mo +share/locale/zh_CN/LC_MESSAGES/steadyflow.mo +share/steadyflow/net.launchpad.steadyflow.ini +share/steadyflow/ui/AddFileDialog.ui +share/steadyflow/ui/MainWindow.ui +share/steadyflow/ui/PreferencesDialog.ui +@dirrm share/steadyflow/ui +@dirrm share/steadyflow |