New port: pwg

PwG is a small tool to generate secure, random passwords. It's
based on the KDE-3.1 and QT-3.1 libs.

Submitted by:	Kirill Ponomarew
This commit is contained in:
Max Khon 2003-05-19 13:25:00 +00:00
parent 200a9fe1f9
commit f3af85f50a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81383
5 changed files with 54 additions and 0 deletions

View File

@ -205,6 +205,7 @@
SUBDIR += psmisc
SUBDIR += pstack
SUBDIR += pstree
SUBDIR += pwg
SUBDIR += pwgen
SUBDIR += pyfind
SUBDIR += qlogtools

24
sysutils/pwg/Makefile Normal file
View File

@ -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>

1
sysutils/pwg/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (pwg-0.2.tar.bz2) = ae769020998ca7baf365d5f084f72222

4
sysutils/pwg/pkg-descr Normal file
View File

@ -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

24
sysutils/pwg/pkg-plist Normal file
View File

@ -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