diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/ascii0/Makefile | 45 | ||||
-rw-r--r-- | graphics/ascii0/distinfo | 3 | ||||
-rw-r--r-- | graphics/ascii0/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/ascii0/pkg-plist | 45 |
5 files changed, 100 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 11402d02e269..8974c61e0991 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -27,6 +27,7 @@ SUBDIR += aoi SUBDIR += aolserver-nsgd SUBDIR += aqsis + SUBDIR += ascii0 SUBDIR += autopano-sift SUBDIR += autoq3d SUBDIR += autotrace diff --git a/graphics/ascii0/Makefile b/graphics/ascii0/Makefile new file mode 100644 index 000000000000..0a75ec10c33a --- /dev/null +++ b/graphics/ascii0/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: ascii0 +# Date created: Mon Apr 22 13:48:17 CEST 2008 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ascii0 +PORTVERSION= 0.95 +CATEGORIES= graphics +MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ + CRITICAL +DISTNAME= App-Asciio-${PORTVERSION}_01 + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= A Perl/GTK application that lets you draw ASCII charts using a GUI + +BUILD_DEPENDS= ${SITE_PERL}/Directory/Scratch.pm:${PORTSDIR}/devel/p5-Directory-Scratch \ + ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + ${SITE_PERL}/${PERL_ARCH}/Compress/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Bzip2 \ + ${SITE_PERL}/Test/Block.pm:${PORTSDIR}/devel/p5-Test-Block \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/Test/Distribution.pm:${PORTSDIR}/devel/p5-Test-Distribution \ + ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \ + ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \ + ${SITE_PERL}/Test/Strict.pm:${PORTSDIR}/devel/p5-Test-Strict \ + ${SITE_PERL}/Test/Dependencies.pm:${PORTSDIR}/devel/p5-Test-Dependencies \ + ${SITE_PERL}/Test/Spelling.pm:${PORTSDIR}/devel/p5-Test-Spelling \ + ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \ + ${SITE_PERL}/Data/TreeDumper/Renderer/GTK.pm:${PORTSDIR}/devel/p5-Data-TreeDumper-Renderer-GTK \ + ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ + ${SITE_PERL}/Data/Compare.pm:${PORTSDIR}/devel/p5-Data-Compare \ + ${SITE_PERL}/Module/Util.pm:${PORTSDIR}/devel/p5-Module-Util \ + ${SITE_PERL}/Sub/Exporter.pm:${PORTSDIR}/devel/p5-Sub-Exporter \ + ${SITE_PERL}/Eval/Context.pm:${PORTSDIR}/devel/p5-Eval-Context +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= App::Asciio::setup::import_export::perl.3 \ + App::Asciio.3 \ + App::Asciio::setup::hooks::canonize_connections.3 \ + App::Asciio::Undo.3 + +.include <bsd.port.mk> diff --git a/graphics/ascii0/distinfo b/graphics/ascii0/distinfo new file mode 100644 index 000000000000..7d8c8227aec2 --- /dev/null +++ b/graphics/ascii0/distinfo @@ -0,0 +1,3 @@ +MD5 (App-Asciio-0.95_01.tar.gz) = 2c518772b911900a1860fde0db7c3af6 +SHA256 (App-Asciio-0.95_01.tar.gz) = 3d5445d67e4a6d46badb1d624d377d52494f765bf51631a4a91dc5813bd14767 +SIZE (App-Asciio-0.95_01.tar.gz) = 57665 diff --git a/graphics/ascii0/pkg-descr b/graphics/ascii0/pkg-descr new file mode 100644 index 000000000000..6b24cde4a460 --- /dev/null +++ b/graphics/ascii0/pkg-descr @@ -0,0 +1,6 @@ +A Perl/GTK application that lets you draw ASCII charts using a GUI. Objects on +the screen are sizable and have all the properties you'd expect in a drawing +tool (titles for the boxes, bullets, etc), but the end result is plain text +that's embeddable in your code. + +WWW: http://search.cpan.org/dist/App-Asciio/ diff --git a/graphics/ascii0/pkg-plist b/graphics/ascii0/pkg-plist new file mode 100644 index 000000000000..78d76db80515 --- /dev/null +++ b/graphics/ascii0/pkg-plist @@ -0,0 +1,45 @@ +bin/asciio +%%SITE_PERL%%/App/Asciio.pm +%%SITE_PERL%%/App/Asciio/Actions.pm +%%SITE_PERL%%/App/Asciio/Ascii.pm +%%SITE_PERL%%/App/Asciio/Connections.pm +%%SITE_PERL%%/App/Asciio/Dialogs.pm +%%SITE_PERL%%/App/Asciio/Elements.pm +%%SITE_PERL%%/App/Asciio/Io.pm +%%SITE_PERL%%/App/Asciio/Menues.pm +%%SITE_PERL%%/App/Asciio/Setup.pm +%%SITE_PERL%%/App/Asciio/Undo.pm +%%SITE_PERL%%/App/Asciio/stripes/editable_arrow2.pm +%%SITE_PERL%%/App/Asciio/stripes/editable_box2.pm +%%SITE_PERL%%/App/Asciio/stripes/if_box.pm +%%SITE_PERL%%/App/Asciio/stripes/process_box.pm +%%SITE_PERL%%/App/Asciio/stripes/section_wirl_arrow.pm +%%SITE_PERL%%/App/Asciio/stripes/single_stripe.pm +%%SITE_PERL%%/App/Asciio/stripes/stripes.pm +%%SITE_PERL%%/App/Asciio/stripes/wirl_arrow.pm +%%SITE_PERL%%/App/Asciio/setup/actions/align.pl +%%SITE_PERL%%/App/Asciio/setup/actions/clipboard.pl +%%SITE_PERL%%/App/Asciio/setup/actions/context_menu_multi_wirl.pl +%%SITE_PERL%%/App/Asciio/setup/actions/debug.pl +%%SITE_PERL%%/App/Asciio/setup/actions/elements_manipulation.pl +%%SITE_PERL%%/App/Asciio/setup/actions/file.pl +%%SITE_PERL%%/App/Asciio/setup/actions/mouse.pl +%%SITE_PERL%%/App/Asciio/setup/actions/new_elements.pl +%%SITE_PERL%%/App/Asciio/setup/actions/unsorted.pl +%%SITE_PERL%%/App/Asciio/setup/asciio_object/basic.pl +%%SITE_PERL%%/App/Asciio/setup/hooks/canonize_connections.pl +%%SITE_PERL%%/App/Asciio/setup/import_export/ascii.pl +%%SITE_PERL%%/App/Asciio/setup/import_export/asciioe.pl +%%SITE_PERL%%/App/Asciio/setup/import_export/perl.pl +%%SITE_PERL%%/App/Asciio/setup/setup.ini +%%SITE_PERL%%/App/Asciio/setup/stencils/types.asciio +%%SITE_PERL%%/App/Asciio/setup/stencils/user_types.asciio +@dirrm %%SITE_PERL%%/App/Asciio/stripes +@dirrm %%SITE_PERL%%/App/Asciio/setup/stencils +@dirrm %%SITE_PERL%%/App/Asciio/setup/import_export +@dirrm %%SITE_PERL%%/App/Asciio/setup/hooks +@dirrm %%SITE_PERL%%/App/Asciio/setup/asciio_object +@dirrm %%SITE_PERL%%/App/Asciio/setup/actions +@dirrm %%SITE_PERL%%/App/Asciio/setup +@dirrm %%SITE_PERL%%/App/Asciio +@dirrmtry %%SITE_PERL%%/App |