Skip to content

Commit

Permalink
Bug:
Browse files Browse the repository at this point in the history
Submitted by:   jmpp@
Reviewed by:    jmpp@
Approved by:    jmpp@
Obtained from:

-) Change maintainer address to my brand new @opendarwin.org one, woot!
-) Add NetWVers variable of my own to help keep the three ports in the NetW bundle in synch
-) Use ${NetWVers} variable in dependency declarations rather than explicit numbers
-) Move html documentation from share/doc/${name} to share/doc/${name}/html
-) General re-tabbing
-) Uprev the Portfile

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@9274 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
jmpalacios committed Nov 13, 2004
1 parent a32aae6 commit df99144
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions net/netwag/Portfile
@@ -1,18 +1,21 @@
# $Id: Portfile,v 1.2 2004/10/29 06:19:03 mww Exp $ # $Id: Portfile,v 1.3 2004/11/13 01:41:52 jmpp Exp $


PortSystem 1.0 PortSystem 1.0


name netwag name netwag
version 5.26.0 version 5.26.0
categories net revision 1
platforms darwin set NetWVers 526
maintainers jmpalacios@ml1.net categories net
description Graphical front end for the netwox toolkbox. platforms darwin
long_description Netwag is a TCL/TK based graphical frontend for the netwox \ maintainers jmpp@opendarwin.org
network toolbox, based on the netwib library. It allows one to \
easily search amongst tools proposed in netwox and run them, \ description Graphical front end for the netwox toolkbox.
construct command line instructions, keep a history of \ long_description Netwag is a TCL/TK based graphical frontend for the netwox \
commands, etc. network toolbox, based on the netwib library. It allows one to \
easily search amongst tools proposed in netwox and run them, \
construct command line instructions, keep a history of \
commands, etc.


homepage http://www.laurentconstantin.com/ homepage http://www.laurentconstantin.com/
master_sites ${homepage}common/netw/${name}/download/v5/ \ master_sites ${homepage}common/netw/${name}/download/v5/ \
Expand All @@ -24,7 +27,7 @@ checksums ${distname}-src${extract.suffix} md5 0b3fc9a9b1ae9f3b5c90cd4be9fab4c2
${distname}-doc_html${extract.suffix} md5 f602c0aa7073a4b51a64f19048aa1f1d ${distname}-doc_html${extract.suffix} md5 f602c0aa7073a4b51a64f19048aa1f1d


depends_lib bin:wish:tk \ depends_lib bin:wish:tk \
bin:netwox525:netwox bin:netwox${NetWVers}:netwox


worksrcdir ${distname}-src/src worksrcdir ${distname}-src/src


Expand All @@ -35,12 +38,12 @@ pre-configure {
reinplace "s|share/man1|man1|g" config.dat reinplace "s|share/man1|man1|g" config.dat
} }


configure.pre_args configure.pre_args {}
configure.cmd ./genemake configure.cmd ./genemake


post-destroot { post-destroot {
xinstall -d -m 755 ${destroot}${prefix}/share/doc/ xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
file copy ${workpath}/${distname}-doc_html ${destroot}${prefix}/share/doc/${name} file copy ${workpath}/${distname}-doc_html ${destroot}${prefix}/share/doc/${name}/html
xinstall -m 644 -v -W ${worksrcpath}/../doc/ changelog.txt credits.txt \ xinstall -m 644 -v -W ${worksrcpath}/../doc/ changelog.txt credits.txt \
todo.txt ${destroot}${prefix}/share/doc/${name}/ todo.txt ${destroot}${prefix}/share/doc/${name}/
} }
Expand Down

0 comments on commit df99144

Please sign in to comment.