mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1002 B
Tcl
26 lines
1002 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup tytso pwgen 2.08 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
categories sysutils
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
description password generator
|
|
long_description \
|
|
This program spits out passwords which are virtually \
|
|
guaranteed not to be found in the dictionary, but are \
|
|
(usually) pronounceable to speakers of English.
|
|
master_sites sourceforge:project/${name}/${name}/${version}/
|
|
|
|
checksums sha1 6406deba61297784888c2ec0c14e3c735a85a2b6 \
|
|
rmd160 2a6550c8aebf570d7116deb28e927ad7f40ae55b \
|
|
sha256 dab03dd30ad5a58e578c5581241a6e87e184a18eb2c3b2e0fffa8a9cf105c97b \
|
|
size 54884
|
|
|
|
configure.args-append --mandir=${prefix}/share/man
|