1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add LICENSE

- Fix shebangs
- Add NO_ARCH
- Regenerate patches
- Fix WWW:
This commit is contained in:
Dmitry Marakasov 2017-04-21 08:43:45 +00:00
parent 0699acadc7
commit 3e6e43a99f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439029
6 changed files with 20 additions and 15 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= dynagui
PORTVERSION= 0.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= dynagui
@ -11,11 +11,16 @@ DIST_SUBDIR= dynagui
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI frontend to the dynamips router simulator
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= dynagen:emulators/dynagen
USES= python
USES= python shebangfix
SHEBANG_FILES= dynagui.py
USE_PYTHON= distutils
IMGDIR= ${STAGEDIR}${PREFIX}/share/${PORTNAME}/img
NO_ARCH= yes
post-install:
@${MKDIR} ${IMGDIR}

View File

@ -1,6 +1,6 @@
--- dynagui.py.orig 2007-12-13 16:04:43.000000000 -0500
+++ dynagui.py 2009-02-05 18:42:36.000000000 -0500
@@ -27,17 +27,17 @@
--- dynagui.py.orig 2007-12-13 21:04:43 UTC
+++ dynagui.py
@@ -27,17 +27,17 @@ import sys
import pygtk; pygtk.require('2.0')
import gtk
import gobject
@ -29,7 +29,7 @@
ui_popup = \
@@ -509,7 +509,7 @@
@@ -509,7 +509,7 @@ class DynaguiFrame(gtk.Window):
if len(lab.devices)>0:
text = 'Select routers from which to extract configuration'
rcd = RouterSelectionDialog(lab.devices, text, show_path=True)

View File

@ -1,6 +1,6 @@
--- libs/canvas.py.orig 2007-09-24 17:33:03.000000000 -0400
+++ libs/canvas.py 2009-02-05 18:43:07.000000000 -0500
@@ -25,19 +25,19 @@
--- libs/canvas.py.orig 2007-09-24 21:33:03 UTC
+++ libs/canvas.py
@@ -25,19 +25,19 @@ import gtk
import time
from gtk import gdk
import dynamips_lib

View File

@ -1,6 +1,6 @@
--- libs/gui_c7200.py.orig 2009-02-09 14:29:55.000000000 -0500
+++ libs/gui_c7200.py 2009-02-09 14:30:28.000000000 -0500
@@ -412,7 +412,7 @@
--- libs/gui_c7200.py.orig 2007-10-31 18:55:27 UTC
+++ libs/gui_c7200.py
@@ -412,7 +412,7 @@ class GuiC7200_IO_2FE(PA_C7200_IO_2FE):
class GuiC7200(C7200, GuiRouter):
pixmap = cairo.ImageSurface.create_from_png(

View File

@ -1,5 +1,5 @@
--- setup.py.orig 1969-12-31 19:00:00.000000000 -0500
+++ setup.py 2009-02-09 11:03:10.000000000 -0500
--- setup.py.orig 2017-04-20 14:00:44 UTC
+++ setup.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+

View File

@ -2,4 +2,4 @@ Dynagui is a GUI frontend to the dynamips Cisco 7200/36XX router
simulator. It uses the dyna-gen library in order to communicate
with the dynamips hypervisor.
WWW: http://dynagui.sourceforge.net
WWW: http://dynagui.sourceforge.net/