diff options
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 35 | ||||
-rw-r--r-- | deskutils/nautilus-actions/distinfo | 3 | ||||
-rw-r--r-- | deskutils/nautilus-actions/pkg-descr | 4 | ||||
-rw-r--r-- | deskutils/nautilus-actions/pkg-plist | 41 | ||||
-rw-r--r-- | deskutils/nautilus-locked-folder/Makefile | 38 | ||||
-rw-r--r-- | deskutils/nautilus-locked-folder/distinfo | 3 | ||||
-rw-r--r-- | deskutils/nautilus-locked-folder/files/patch-configure | 11 | ||||
-rw-r--r-- | deskutils/nautilus-locked-folder/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/eiciel/Makefile | 37 | ||||
-rw-r--r-- | sysutils/eiciel/distinfo | 3 | ||||
-rw-r--r-- | sysutils/eiciel/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/eiciel/pkg-message | 6 | ||||
-rw-r--r-- | sysutils/eiciel/pkg-plist | 52 |
13 files changed, 244 insertions, 0 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile new file mode 100644 index 000000000..c1896f35e --- /dev/null +++ b/deskutils/nautilus-actions/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: nautilus-actions +# Date created: 2005-08-31 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= nautilus-actions +PORTVERSION= 1.4 +PORTREVISION= 2 +CATEGORIES= deskutils +MASTER_SITES= ftp://ftp2.grumz.net/grumz/ + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Extension for Nautilus to configure programs to launch on files + +LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid + +BROKEN= Need to be update with new Nautilus 2.22 + +INSTALLS_ICONS= yes +USE_GETTEXT= yes +USE_GNOME= nautilus2 intlhack +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_XLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-1.0 + +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/deskutils/nautilus-actions/distinfo b/deskutils/nautilus-actions/distinfo new file mode 100644 index 000000000..4c043f918 --- /dev/null +++ b/deskutils/nautilus-actions/distinfo @@ -0,0 +1,3 @@ +MD5 (nautilus-actions-1.4.tar.gz) = c3434900718401e13432533eab10e681 +SHA256 (nautilus-actions-1.4.tar.gz) = 61f05fcf7557eda96c9f275de5fb132858e80c8b7a33b04fbd06caafff4b056b +SIZE (nautilus-actions-1.4.tar.gz) = 800222 diff --git a/deskutils/nautilus-actions/pkg-descr b/deskutils/nautilus-actions/pkg-descr new file mode 100644 index 000000000..38c86c282 --- /dev/null +++ b/deskutils/nautilus-actions/pkg-descr @@ -0,0 +1,4 @@ +An extension for Nautilus, the gnome file manager, which allow to configure +program to be launch on files selected into Nautilus interface. + +WWW: http://www.grumz.net/index.php?q=node/8 diff --git a/deskutils/nautilus-actions/pkg-plist b/deskutils/nautilus-actions/pkg-plist new file mode 100644 index 000000000..3ca1f4709 --- /dev/null +++ b/deskutils/nautilus-actions/pkg-plist @@ -0,0 +1,41 @@ +bin/nautilus-actions-config +bin/nautilus-actions-convert +bin/nautilus-actions-new-config +lib/nautilus/extensions-1.0/libnautilus-actions.la +lib/nautilus/extensions-1.0/libnautilus-actions.so +share/applications/nact.desktop +share/icons/hicolor/16x16/apps/nautilus-actions.png +share/icons/hicolor/22x22/apps/nautilus-actions.png +share/icons/hicolor/48x48/apps/nautilus-actions.png +share/icons/hicolor/scalable/apps/nautilus-actions.svg +share/locale/bg/LC_MESSAGES/nautilus-actions.mo +share/locale/bn/LC_MESSAGES/nautilus-actions.mo +share/locale/ca/LC_MESSAGES/nautilus-actions.mo +share/locale/cs/LC_MESSAGES/nautilus-actions.mo +share/locale/da/LC_MESSAGES/nautilus-actions.mo +share/locale/de/LC_MESSAGES/nautilus-actions.mo +share/locale/en_CA/LC_MESSAGES/nautilus-actions.mo +share/locale/es/LC_MESSAGES/nautilus-actions.mo +share/locale/fi/LC_MESSAGES/nautilus-actions.mo +share/locale/fr/LC_MESSAGES/nautilus-actions.mo +share/locale/gl/LC_MESSAGES/nautilus-actions.mo +share/locale/gu/LC_MESSAGES/nautilus-actions.mo +share/locale/he/LC_MESSAGES/nautilus-actions.mo +share/locale/ja/LC_MESSAGES/nautilus-actions.mo +share/locale/lt/LC_MESSAGES/nautilus-actions.mo +share/locale/lv/LC_MESSAGES/nautilus-actions.mo +share/locale/nb/LC_MESSAGES/nautilus-actions.mo +share/locale/nl/LC_MESSAGES/nautilus-actions.mo +share/locale/pa/LC_MESSAGES/nautilus-actions.mo +share/locale/pt_BR/LC_MESSAGES/nautilus-actions.mo +share/locale/sv/LC_MESSAGES/nautilus-actions.mo +share/locale/th/LC_MESSAGES/nautilus-actions.mo +share/locale/vi/LC_MESSAGES/nautilus-actions.mo +share/locale/zh_CN/LC_MESSAGES/nautilus-actions.mo +share/locale/zh_HK/LC_MESSAGES/nautilus-actions.mo +share/locale/zh_TW/LC_MESSAGES/nautilus-actions.mo +share/nautilus-actions/nact/nautilus-actions-config.glade +@dirrm share/nautilus-actions/nact +@dirrm share/nautilus-actions +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile new file mode 100644 index 000000000..a07db68af --- /dev/null +++ b/deskutils/nautilus-locked-folder/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: nautilus-locked-folder +# Date created: 2005-09-17 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= nautilus-locked-folder +PORTVERSION= 1.0.0 +PORTREVISION= 3 +CATEGORIES= deskutils security +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= pav + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder + +BROKEN= Need to be update with new Nautilus 2.22 + +USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes +USE_GNOME= nautilus2 +PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \ + LDFLASG="-L${LOCALBASE}/lib -L${X11BASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \ + LIBS="-lssl" +PLIST_FILES= lib/nautilus/extensions-1.0/libnautilus-locked-folder.a \ + lib/nautilus/extensions-1.0/libnautilus-locked-folder.la \ + lib/nautilus/extensions-1.0/libnautilus-locked-folder.so + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/icons/hicolor/32x32/stock/data/|${LOCALBASE}/share/icons/hicolor/32x32/stock/data/|' \ + ${WRKSRC}/src/lockedfolder-extension.c + @${REINPLACE_CMD} -e 's|gladedir)"\\" \\|gladedir)"\\"|g ; \ + s|.*-Werror||g' ${WRKSRC}/src/Makefile.in + +.include <bsd.port.mk> diff --git a/deskutils/nautilus-locked-folder/distinfo b/deskutils/nautilus-locked-folder/distinfo new file mode 100644 index 000000000..e1eaf91dc --- /dev/null +++ b/deskutils/nautilus-locked-folder/distinfo @@ -0,0 +1,3 @@ +MD5 (nautilus-locked-folder-1.0.0.tar.gz) = b83dd18fa26b524a61f6d61bfbcaf55c +SHA256 (nautilus-locked-folder-1.0.0.tar.gz) = d806007493359d6501a8f9696fba8f9960a456a319a5fe58cb534453d2d75602 +SIZE (nautilus-locked-folder-1.0.0.tar.gz) = 336027 diff --git a/deskutils/nautilus-locked-folder/files/patch-configure b/deskutils/nautilus-locked-folder/files/patch-configure new file mode 100644 index 000000000..f6801cb4b --- /dev/null +++ b/deskutils/nautilus-locked-folder/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Aug 31 07:17:44 2005 ++++ configure Sat Sep 17 00:31:55 2005 +@@ -19277,7 +19277,7 @@ + echo "$as_me:$LINENO: checking for libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED openssl >= $OPENSSL_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" >&5 + echo $ECHO_N "checking for libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED openssl >= $OPENSSL_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED... $ECHO_C" >&6 + +- if $PKG_CONFIG --exists "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED openssl >= $OPENSSL_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" ; then ++ if $PKG_CONFIG --exists "libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED glib-2.0 >= $GLIB_REQUIRED libglade-2.0 >= $LIBGLADE_REQUIRED libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED" ; then + echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6 + succeeded=yes diff --git a/deskutils/nautilus-locked-folder/pkg-descr b/deskutils/nautilus-locked-folder/pkg-descr new file mode 100644 index 000000000..a3afbc579 --- /dev/null +++ b/deskutils/nautilus-locked-folder/pkg-descr @@ -0,0 +1,6 @@ +This is a plugin for Nautilus that adds a 'Lock folder' item to the +right-click menus of folders. Locking a folder encrypts its contents +and converts it into a '.locked' format archive. This archive can then +be decrypted by right-clicking it and selecting 'Unlock folder'. + +WWW: http://www.gnome.org/projects/nautilus-locked-folders/ diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile new file mode 100644 index 000000000..4767249e1 --- /dev/null +++ b/sysutils/eiciel/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: eiciel +# Date created: July 20, 2005 +# Whom: andreas@syndrom23.de +# +# $FreeBSD$ +# + +PORTNAME= eiciel +PORTVERSION= 0.9.5.1 +CATEGORIES= sysutils security +MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A GNOME-based ACL editor, with integration into Nautilus + +LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 + +BROKEN= Need to be update with new Nautilus 2.22 + +USE_BZIP2= yes +USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 +USE_GETTEXT= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= eiciel.1 + +post-patch: + @${REINPLACE_CMD} -e '/^libeiciel_nautilus_la_LDFLAGS/ s|= |= -avoid-version -module |' \ + ${WRKSRC}/src/Makefile.in + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/sysutils/eiciel/distinfo b/sysutils/eiciel/distinfo new file mode 100644 index 000000000..3747ce2d1 --- /dev/null +++ b/sysutils/eiciel/distinfo @@ -0,0 +1,3 @@ +MD5 (eiciel-0.9.5.1.tar.bz2) = ccee80921789f7b8c5657fc1aadd4e3f +SHA256 (eiciel-0.9.5.1.tar.bz2) = 7394dbaa53e1a5b251c0ba60e903d8addf2de63d0fa30ef66b68cfba0d7b3dd0 +SIZE (eiciel-0.9.5.1.tar.bz2) = 577616 diff --git a/sysutils/eiciel/pkg-descr b/sysutils/eiciel/pkg-descr new file mode 100644 index 000000000..4e72a1c9a --- /dev/null +++ b/sysutils/eiciel/pkg-descr @@ -0,0 +1,5 @@ +Eiciel allows you to visually edit file ACL entries. You can add and remove +users and groups who will be granted permissions through the graphical +interface. + +WWW: http://rofi.pinchito.com/eiciel/ diff --git a/sysutils/eiciel/pkg-message b/sysutils/eiciel/pkg-message new file mode 100644 index 000000000..606ad447a --- /dev/null +++ b/sysutils/eiciel/pkg-message @@ -0,0 +1,6 @@ +=============================================================================== +To use the eiciel Nautilus extension, Nautilus has to be restarted. + +ACLs are not enabled by default. To enable them, use "tunefs -a" (only works +on unmounted file systems) or the "acls" mount(8) option. +=============================================================================== diff --git a/sysutils/eiciel/pkg-plist b/sysutils/eiciel/pkg-plist new file mode 100644 index 000000000..ae437ab24 --- /dev/null +++ b/sysutils/eiciel/pkg-plist @@ -0,0 +1,52 @@ +bin/eiciel +lib/nautilus/extensions-1.0/libeiciel-nautilus.a +lib/nautilus/extensions-1.0/libeiciel-nautilus.la +lib/nautilus/extensions-1.0/libeiciel-nautilus.so +share/applications/eiciel.desktop +%%DATADIR%%/img/altres-default.png +%%DATADIR%%/img/altres.png +%%DATADIR%%/img/grup-acl-default.png +%%DATADIR%%/img/grup-acl.png +%%DATADIR%%/img/grup-default.png +%%DATADIR%%/img/grup.png +%%DATADIR%%/img/icona_eiciel_16.png +%%DATADIR%%/img/icona_eiciel_24.png +%%DATADIR%%/img/icona_eiciel_32.png +%%DATADIR%%/img/icona_eiciel_48.png +%%DATADIR%%/img/icona_eiciel_64.png +%%DATADIR%%/img/mascara-default.png +%%DATADIR%%/img/mascara.png +%%DATADIR%%/img/usuari-acl-default.png +%%DATADIR%%/img/usuari-acl.png +%%DATADIR%%/img/usuari-default.png +%%DATADIR%%/img/usuari.png +share/gnome/help/eiciel/C/eiciel.xml +share/gnome/help/eiciel/C/figures/altres-default.png +share/gnome/help/eiciel/C/figures/altres.png +share/gnome/help/eiciel/C/figures/detall_mascara.png +share/gnome/help/eiciel/C/figures/entrada_acl.png +share/gnome/help/eiciel/C/figures/grup-acl-default.png +share/gnome/help/eiciel/C/figures/grup-acl.png +share/gnome/help/eiciel/C/figures/grup-default.png +share/gnome/help/eiciel/C/figures/grup.png +share/gnome/help/eiciel/C/figures/mascara-default.png +share/gnome/help/eiciel/C/figures/mascara.png +share/gnome/help/eiciel/C/figures/obrir_fitxer.png +share/gnome/help/eiciel/C/figures/obrir_fitxer_nautilus.png +share/gnome/help/eiciel/C/figures/pantalla_ea.png +share/gnome/help/eiciel/C/figures/permisos_acl.png +share/gnome/help/eiciel/C/figures/permisos_ugo.png +share/gnome/help/eiciel/C/figures/usuari-acl-default.png +share/gnome/help/eiciel/C/figures/usuari-acl.png +share/gnome/help/eiciel/C/figures/usuari-default.png +share/gnome/help/eiciel/C/figures/usuari.png +share/locale/ca/LC_MESSAGES/eiciel.mo +share/locale/de/LC_MESSAGES/eiciel.mo +share/locale/es/LC_MESSAGES/eiciel.mo +share/locale/sv/LC_MESSAGES/eiciel.mo +@dirrm %%DATADIR%%/img +@dirrm %%DATADIR%% +@dirrm share/gnome/help/eiciel/C/figures +@dirrm share/gnome/help/eiciel/C +@dirrm share/gnome/help/eiciel +@dirrmtry share/applications |