diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-12 01:54:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-12 01:54:27 +0800 |
commit | 61de1838aeb4e553e0df558bd89870a22b1936e2 (patch) | |
tree | 620da2a5f2b2eca1e63e04d4ab0ae5ce2afc08e3 /graphics | |
parent | e97853faef8990d982cdf202511c885db328fa6d (diff) | |
download | freebsd-ports-gnome-61de1838aeb4e553e0df558bd89870a22b1936e2.tar.gz freebsd-ports-gnome-61de1838aeb4e553e0df558bd89870a22b1936e2.tar.zst freebsd-ports-gnome-61de1838aeb4e553e0df558bd89870a22b1936e2.zip |
add gsubedit 0.3
GNOME Subtitle Editor
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gsubedit/Makefile | 28 | ||||
-rw-r--r-- | graphics/gsubedit/distinfo | 1 | ||||
-rw-r--r-- | graphics/gsubedit/files/patch-pixmaps::Makefile.in | 11 | ||||
-rw-r--r-- | graphics/gsubedit/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gsubedit/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/gsubedit/pkg-plist | 13 |
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 |