summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-11 17:54:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-11 17:54:27 +0000
commitd304349064740062b4ba113e8c5763dfeba017fe (patch)
tree1af3f4535008a0673378f55033c75a984b59e858 /graphics
parentUpdate gtk/glib to the version 2.0 and other related ports to the latest (diff)
add gsubedit 0.3
GNOME Subtitle Editor
Notes
Notes: svn path=/head/; revision=55875
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/gsubedit/Makefile28
-rw-r--r--graphics/gsubedit/distinfo1
-rw-r--r--graphics/gsubedit/files/patch-pixmaps::Makefile.in11
-rw-r--r--graphics/gsubedit/pkg-comment1
-rw-r--r--graphics/gsubedit/pkg-descr6
-rw-r--r--graphics/gsubedit/pkg-plist13
7 files changed, 61 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 7afb8827a9e6..3124962505fd 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -100,6 +100,7 @@
SUBDIR += graphviz
SUBDIR += gridpix
SUBDIR += gsculpt
+ SUBDIR += gsubedit
SUBDIR += gthumb
SUBDIR += gtkdps
SUBDIR += gtkfig
diff --git a/graphics/gsubedit/Makefile b/graphics/gsubedit/Makefile
new file mode 100644
index 000000000000..95cad49fa091
--- /dev/null
+++ b/graphics/gsubedit/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: gsubedit
+# Date created: Mar 12, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= gsubedit
+PORTVERSION= 0.3
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_X_PREFIX= yes
+USE_BISON= yes
+USE_GNOME= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gnome
+USE_GMAKE= yes
+
+post-patch:
+ @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/configure
+ @${PERL} -pi -e "s,doc/,share/doc/,g" ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/graphics/gsubedit/distinfo b/graphics/gsubedit/distinfo
new file mode 100644
index 000000000000..de7c5a91ba33
--- /dev/null
+++ b/graphics/gsubedit/distinfo
@@ -0,0 +1 @@
+MD5 (gsubedit-0.3.tar.gz) = 7a6ca020c7a3eff1782666f546179659
diff --git a/graphics/gsubedit/files/patch-pixmaps::Makefile.in b/graphics/gsubedit/files/patch-pixmaps::Makefile.in
new file mode 100644
index 000000000000..d0740b8a5471
--- /dev/null
+++ b/graphics/gsubedit/files/patch-pixmaps::Makefile.in
@@ -0,0 +1,11 @@
+--- pixmaps/Makefile.in.orig Tue Mar 12 01:34:16 2002
++++ pixmaps/Makefile.in Tue Mar 12 01:36:23 2002
+@@ -119,7 +119,7 @@
+ cflags_set = @cflags_set@
+ cxxflags_set = @cxxflags_set@
+
+-gsubedit_pixmapsdir = $(prefix)/@NO_PREFIX_PACKAGE_PIXMAPS_DIR@
++gsubedit_pixmapsdir = $(prefix)/share/gnome/pixmaps/gsubedit
+
+ gsubedit_pixmaps_DATA = \
+ gsubedit_icon.png
diff --git a/graphics/gsubedit/pkg-comment b/graphics/gsubedit/pkg-comment
new file mode 100644
index 000000000000..675a933a8f53
--- /dev/null
+++ b/graphics/gsubedit/pkg-comment
@@ -0,0 +1 @@
+GNOME Subtitle Editor
diff --git a/graphics/gsubedit/pkg-descr b/graphics/gsubedit/pkg-descr
new file mode 100644
index 000000000000..df2d986858fd
--- /dev/null
+++ b/graphics/gsubedit/pkg-descr
@@ -0,0 +1,6 @@
+GSubEdit, or GNOME Subtitle Editor, is a tool for editing and converting
+DivX ;-) subtitles. It currently features read/write of SubRip (.srt) and
+MicroDVD (.sub) subtitles. Framerate conversion and frame displacement
+(Increase/decrease all frames by a given offset) is also supported.
+
+WWW: http://gsubedit.sourceforge.net/
diff --git a/graphics/gsubedit/pkg-plist b/graphics/gsubedit/pkg-plist
new file mode 100644
index 000000000000..e17f1514a555
--- /dev/null
+++ b/graphics/gsubedit/pkg-plist
@@ -0,0 +1,13 @@
+bin/gsubedit
+share/doc/gsubedit/ABOUT-NLS
+share/doc/gsubedit/AUTHORS
+share/doc/gsubedit/COPYING
+share/doc/gsubedit/ChangeLog
+share/doc/gsubedit/INSTALL
+share/doc/gsubedit/README
+share/doc/gsubedit/TODO
+share/gnome/apps/Applications/gsubedit.desktop
+share/gnome/help/gsubedit/C/index.html
+share/gnome/help/gsubedit/C/topic.dat
+share/gnome/locale/sv/LC_MESSAGES/gsubedit.mo
+share/gnome/pixmaps/gsubedit/gsubedit_icon.png