diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pwg/Makefile | 24 | ||||
-rw-r--r-- | sysutils/pwg/distinfo | 1 | ||||
-rw-r--r-- | sysutils/pwg/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/pwg/pkg-plist | 24 |
5 files changed, 54 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 6733afcc4ba0..52c96d3d17ae 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -205,6 +205,7 @@ SUBDIR += psmisc SUBDIR += pstack SUBDIR += pstree + SUBDIR += pwg SUBDIR += pwgen SUBDIR += pyfind SUBDIR += qlogtools diff --git a/sysutils/pwg/Makefile b/sysutils/pwg/Makefile new file mode 100644 index 000000000000..815716e2d778 --- /dev/null +++ b/sysutils/pwg/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pwg +# Date created: 19 May 2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ +# + +PORTNAME= pwg +PORTVERSION= 0.2 +CATEGORIES= sysutils kde +MASTER_SITES= http://www.8ung.at/tuxsoft/pwg/ + +MAINTAINER= ponomarew@oberon.net +COMMENT= A small tool to generate secure, random passwords + +USE_BZIP2= yes +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/sysutils/pwg/distinfo b/sysutils/pwg/distinfo new file mode 100644 index 000000000000..25c2eb0df0c5 --- /dev/null +++ b/sysutils/pwg/distinfo @@ -0,0 +1 @@ +MD5 (pwg-0.2.tar.bz2) = ae769020998ca7baf365d5f084f72222 diff --git a/sysutils/pwg/pkg-descr b/sysutils/pwg/pkg-descr new file mode 100644 index 000000000000..0ba1470c92e2 --- /dev/null +++ b/sysutils/pwg/pkg-descr @@ -0,0 +1,4 @@ +PwG is a small tool to generate secure, random passwords. It's +based on the KDE-3.1 and QT-3.1 libs. + +WWW: http://www.8ung.at/tuxsoft/pwg.html diff --git a/sysutils/pwg/pkg-plist b/sysutils/pwg/pkg-plist new file mode 100644 index 000000000000..0dbdae976dca --- /dev/null +++ b/sysutils/pwg/pkg-plist @@ -0,0 +1,24 @@ +bin/pwg +share/applnk/Applications/pwg.desktop +share/apps/pwg/pics/pwg-back1.png +share/apps/pwg/pics/pwg-back2.png +share/apps/pwg/pics/pwg-back3.png +share/apps/pwg/pics/pwg-back4.png +share/apps/pwg/pics/pwg-back5.png +share/apps/pwg/pics/pwg-back6.png +share/icons/hicolor/16x16/apps/pwg.png +share/icons/hicolor/32x32/apps/pwg.png +share/icons/locolor/16x16/apps/pwg.png +share/icons/locolor/32x32/apps/pwg.png +@dirrm share/apps/pwg/pics +@dirrm share/apps/pwg +@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true +@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true +@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true +@unexec rmdir %D/share/applnk 2>/dev/null || true |