diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-29 18:18:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-29 18:18:12 +0800 |
commit | 570eace6a22bf5026f503a66f36ee13402fad2e2 (patch) | |
tree | 3ec43c88f5a324ffcb6aad7b073072520d5e05ce /sysutils | |
parent | f8e337522961754b35c6ceaf4ca2cc944e7a0d79 (diff) | |
download | marcuscom-ports-570eace6a22bf5026f503a66f36ee13402fad2e2.tar marcuscom-ports-570eace6a22bf5026f503a66f36ee13402fad2e2.tar.gz marcuscom-ports-570eace6a22bf5026f503a66f36ee13402fad2e2.tar.bz2 marcuscom-ports-570eace6a22bf5026f503a66f36ee13402fad2e2.tar.lz marcuscom-ports-570eace6a22bf5026f503a66f36ee13402fad2e2.tar.xz marcuscom-ports-570eace6a22bf5026f503a66f36ee13402fad2e2.tar.zst marcuscom-ports-570eace6a22bf5026f503a66f36ee13402fad2e2.zip |
Update to 2.27.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12533 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pessulus/Makefile | 39 | ||||
-rw-r--r-- | sysutils/pessulus/distinfo | 3 | ||||
-rw-r--r-- | sysutils/pessulus/files/patch-data_Makefile.in | 11 | ||||
-rw-r--r-- | sysutils/pessulus/pkg-descr | 6 | ||||
-rw-r--r-- | sysutils/pessulus/pkg-plist | 162 |
5 files changed, 221 insertions, 0 deletions
diff --git a/sysutils/pessulus/Makefile b/sysutils/pessulus/Makefile new file mode 100644 index 000000000..1e6a2d03c --- /dev/null +++ b/sysutils/pessulus/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: pessulus +# Date created: 14 March 2006 +# Whom: FreeBSD GNOME Team +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= pessulus +PORTVERSION= 2.27.5 +CATEGORIES= sysutils gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A lockdown editor for GNOME + +USE_GMAKE= yes +USE_BZIP2= yes +USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomedesktop +WANT_GNOME= yes +USE_PYTHON= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +DOCS= AUTHORS COPYING ChangeLog HACKING \ + MAINTAINERS NEWS README TODO + +.ifndef (NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for i in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/sysutils/pessulus/distinfo b/sysutils/pessulus/distinfo new file mode 100644 index 000000000..74445d163 --- /dev/null +++ b/sysutils/pessulus/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/pessulus-2.27.5.tar.bz2) = 5813ab0c1f6bba8a8d0be5fd9f3fdc81 +SHA256 (gnome2/pessulus-2.27.5.tar.bz2) = d65fa7befc817f7fc2927485b8ebd74ced22c6f9a94e2464e56b7601909692db +SIZE (gnome2/pessulus-2.27.5.tar.bz2) = 167749 diff --git a/sysutils/pessulus/files/patch-data_Makefile.in b/sysutils/pessulus/files/patch-data_Makefile.in new file mode 100644 index 000000000..e6233c448 --- /dev/null +++ b/sysutils/pessulus/files/patch-data_Makefile.in @@ -0,0 +1,11 @@ +--- data/Makefile.in.orig 2008-09-22 12:27:32.000000000 +0200 ++++ data/Makefile.in 2008-09-22 12:27:59.000000000 +0200 +@@ -422,7 +422,7 @@ uninstall-am: uninstall-desktopDATA unin + @INTLTOOL_DESKTOP_RULE@ + + install-icons: +- for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir --parents $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done ++ for size in 16x16 22x22 24x24 32x32 48x48 scalable; do mkdir -p $(DESTDIR)/$(datadir)/icons/hicolor/$$size/apps; done + + install -m 644 $(srcdir)/pessulus-16.png $(DESTDIR)/$(datadir)/icons/hicolor/16x16/apps/pessulus.png + install -m 644 $(srcdir)/pessulus-22.png $(DESTDIR)/$(datadir)/icons/hicolor/22x22/apps/pessulus.png diff --git a/sysutils/pessulus/pkg-descr b/sysutils/pessulus/pkg-descr new file mode 100644 index 000000000..f1105467e --- /dev/null +++ b/sysutils/pessulus/pkg-descr @@ -0,0 +1,6 @@ +Pessulus is a lockdown editor for GNOME, written in python. It enables +administrators to set mandatory settings in GConf. The users can not change +these settings. Use of pessulus can be useful on computers that are open to +use by everyone, e.g. in an internet cafe. + +WWW: http://www.gnome.org/~vuntz/pessulus/ diff --git a/sysutils/pessulus/pkg-plist b/sysutils/pessulus/pkg-plist new file mode 100644 index 000000000..78aa89faa --- /dev/null +++ b/sysutils/pessulus/pkg-plist @@ -0,0 +1,162 @@ +bin/pessulus +%%PYTHON_SITELIBDIR%%/Pessulus/__init__.py +%%PYTHON_SITELIBDIR%%/Pessulus/__init__.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/__init__.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/config.py +%%PYTHON_SITELIBDIR%%/Pessulus/config.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/config.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.py +%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/disabledapplets.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.py +%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/globalvar.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/icons.py +%%PYTHON_SITELIBDIR%%/Pessulus/icons.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/icons.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.py +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownapplier.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.py +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownappliergconf.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.py +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/lockdownbutton.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.py +%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/lockdowncheckbutton.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/main.py +%%PYTHON_SITELIBDIR%%/Pessulus/main.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/main.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.py +%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/maindialog.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.py +%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/safeprotocols.pyo +%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.py +%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyc +%%PYTHON_SITELIBDIR%%/Pessulus/simpleeditabletreeview.pyo +share/applications/pessulus.desktop +share/icons/hicolor/16x16/apps/pessulus.png +share/icons/hicolor/22x22/apps/pessulus.png +share/icons/hicolor/24x24/apps/pessulus.png +share/icons/hicolor/32x32/apps/pessulus.png +share/icons/hicolor/48x48/apps/pessulus.png +share/icons/hicolor/scalable/apps/pessulus.svg +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/HACKING +%%PORTDOCS%%%%DOCSDIR%%/MAINTAINERS +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +share/locale/ar/LC_MESSAGES/pessulus.mo +share/locale/as/LC_MESSAGES/pessulus.mo +share/locale/bal/LC_MESSAGES/pessulus.mo +share/locale/be/LC_MESSAGES/pessulus.mo +share/locale/be@latin/LC_MESSAGES/pessulus.mo +share/locale/bg/LC_MESSAGES/pessulus.mo +share/locale/bn/LC_MESSAGES/pessulus.mo +share/locale/bn_IN/LC_MESSAGES/pessulus.mo +share/locale/ca/LC_MESSAGES/pessulus.mo +share/locale/ca@valencia/LC_MESSAGES/pessulus.mo +share/locale/crh/LC_MESSAGES/pessulus.mo +share/locale/cs/LC_MESSAGES/pessulus.mo +share/locale/cy/LC_MESSAGES/pessulus.mo +share/locale/da/LC_MESSAGES/pessulus.mo +share/locale/de/LC_MESSAGES/pessulus.mo +share/locale/dz/LC_MESSAGES/pessulus.mo +share/locale/el/LC_MESSAGES/pessulus.mo +share/locale/en_CA/LC_MESSAGES/pessulus.mo +share/locale/en_GB/LC_MESSAGES/pessulus.mo +share/locale/es/LC_MESSAGES/pessulus.mo +share/locale/et/LC_MESSAGES/pessulus.mo +share/locale/eu/LC_MESSAGES/pessulus.mo +share/locale/fi/LC_MESSAGES/pessulus.mo +share/locale/fr/LC_MESSAGES/pessulus.mo +share/locale/gl/LC_MESSAGES/pessulus.mo +share/locale/gu/LC_MESSAGES/pessulus.mo +share/locale/he/LC_MESSAGES/pessulus.mo +share/locale/hi/LC_MESSAGES/pessulus.mo +share/locale/hu/LC_MESSAGES/pessulus.mo +share/locale/id/LC_MESSAGES/pessulus.mo +share/locale/it/LC_MESSAGES/pessulus.mo +share/locale/ja/LC_MESSAGES/pessulus.mo +share/locale/ka/LC_MESSAGES/pessulus.mo +share/locale/ko/LC_MESSAGES/pessulus.mo +share/locale/kn/LC_MESSAGES/pessulus.mo +share/locale/ku/LC_MESSAGES/pessulus.mo +share/locale/lt/LC_MESSAGES/pessulus.mo +share/locale/lv/LC_MESSAGES/pessulus.mo +share/locale/mk/LC_MESSAGES/pessulus.mo +share/locale/ml/LC_MESSAGES/pessulus.mo +share/locale/mn/LC_MESSAGES/pessulus.mo +share/locale/mr/LC_MESSAGES/pessulus.mo +share/locale/nb/LC_MESSAGES/pessulus.mo +share/locale/ne/LC_MESSAGES/pessulus.mo +share/locale/nl/LC_MESSAGES/pessulus.mo +share/locale/nn/LC_MESSAGES/pessulus.mo +share/locale/oc/LC_MESSAGES/pessulus.mo +share/locale/or/LC_MESSAGES/pessulus.mo +share/locale/pa/LC_MESSAGES/pessulus.mo +share/locale/pl/LC_MESSAGES/pessulus.mo +share/locale/ps/LC_MESSAGES/pessulus.mo +share/locale/pt/LC_MESSAGES/pessulus.mo +share/locale/pt_BR/LC_MESSAGES/pessulus.mo +share/locale/ro/LC_MESSAGES/pessulus.mo +share/locale/ru/LC_MESSAGES/pessulus.mo +share/locale/si/LC_MESSAGES/pessulus.mo +share/locale/sk/LC_MESSAGES/pessulus.mo +share/locale/sl/LC_MESSAGES/pessulus.mo +share/locale/sq/LC_MESSAGES/pessulus.mo +share/locale/sr/LC_MESSAGES/pessulus.mo +share/locale/sr@latin/LC_MESSAGES/pessulus.mo +share/locale/sv/LC_MESSAGES/pessulus.mo +share/locale/ta/LC_MESSAGES/pessulus.mo +share/locale/te/LC_MESSAGES/pessulus.mo +share/locale/th/LC_MESSAGES/pessulus.mo +share/locale/tr/LC_MESSAGES/pessulus.mo +share/locale/uk/LC_MESSAGES/pessulus.mo +share/locale/vi/LC_MESSAGES/pessulus.mo +share/locale/zh_CN/LC_MESSAGES/pessulus.mo +share/locale/zh_HK/LC_MESSAGES/pessulus.mo +share/locale/zh_TW/LC_MESSAGES/pessulus.mo +%%DATADIR%%/glade/pessulus.glade +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/Pessulus +@dirrmtry share/applications +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si +@dirrmtry share/locale/ps/LC_MESSAGES +@dirrmtry share/locale/ps +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/crh/LC_MESSAGES +@dirrmtry share/locale/crh +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrmtry share/locale/bal/LC_MESSAGES +@dirrmtry share/locale/bal +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as |