diff options
Diffstat (limited to 'freebsd/applications/graphics/potracegui')
4 files changed, 60 insertions, 0 deletions
diff --git a/freebsd/applications/graphics/potracegui/Makefile b/freebsd/applications/graphics/potracegui/Makefile new file mode 100644 index 000000000..27ce225dd --- /dev/null +++ b/freebsd/applications/graphics/potracegui/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/graphics/potracegui + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= potracegui-trinity +COMMENT= TDE frontend for potrace +TDE_PREVERSION= +MASTER_SITE_SUBDIR= p/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= graphics x11 +DIST_SUBDIR= TDE/applications/graphics + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + +RUN_DEPENDS+= potrace:graphics/potrace + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/graphics/potracegui/distinfo b/freebsd/applications/graphics/potracegui/distinfo new file mode 100644 index 000000000..35ef93602 --- /dev/null +++ b/freebsd/applications/graphics/potracegui/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1729174571 +SHA256 (TDE/applications/graphics/potracegui-trinity_14.1.3.orig.tar.xz) = 55fb92a0e4729453b8f1fcac61ced5606eece869dd370f1835e3dffeb6fcefc9 +SIZE (TDE/applications/graphics/potracegui-trinity_14.1.3.orig.tar.xz) = 50708 diff --git a/freebsd/applications/graphics/potracegui/pkg-descr b/freebsd/applications/graphics/potracegui/pkg-descr new file mode 100644 index 000000000..044db6a5d --- /dev/null +++ b/freebsd/applications/graphics/potracegui/pkg-descr @@ -0,0 +1,8 @@ +TDE frontend for potrace + +A TDE interface for the commandline tracing tools potrace and/or autotrace. It +supports drag and drop as well as all image types recognized by TDE, which are +a lot more than the 4 recognized by the potrace commandline tool. Loading of +remote files (web, ftp, ...) is also supported. + +Homepage: http://potracegui.sourceforge.net diff --git a/freebsd/applications/graphics/potracegui/pkg-plist b/freebsd/applications/graphics/potracegui/pkg-plist new file mode 100644 index 000000000..6ea9140d8 --- /dev/null +++ b/freebsd/applications/graphics/potracegui/pkg-plist @@ -0,0 +1,11 @@ +bin/potracegui +share/applications/tde/potracegui.desktop +share/apps/potracegui/potraceguiui.rc +share/doc/tde/HTML/en/potracegui/common +share/doc/tde/HTML/en/potracegui/index.cache.bz2 +share/doc/tde/HTML/en/potracegui/index.docbook +share/icons/hicolor/16x16/apps/potracegui.png +share/icons/hicolor/32x32/apps/potracegui.png +share/locale/de/LC_MESSAGES/potracegui.mo +share/locale/tr/LC_MESSAGES/potracegui.mo +share/man/man1/potracegui.1.gz |