Bug 169383 - New Port: graphics/puf Photographer productivity tool to make image selects
Summary: New Port: graphics/puf Photographer productivity tool to make image selects
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-24 21:40 UTC by Waitman Gobble
Modified: 2012-09-18 22:07 UTC (History)
0 users

See Also:


Attachments
file.shar (1.96 KB, text/plain)
2012-06-24 21:40 UTC, Waitman Gobble
no flags Details
puf.shar (1.96 KB, application/octet-stream)
2012-06-25 04:58 UTC, Waitman Gobble
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Waitman Gobble 2012-06-24 21:40:10 UTC
should run OK on 9/8, needs QT4
attached shar of port makefile.
thank you.

Fix: Patch attached with submission follows:
Comment 1 Waitman Gobble 2012-06-25 04:58:30 UTC
needed to make clean and repackage src dist, therefor checksum changed. 
new puf.shar attached.


-- 
Waitman Gobble
San Jose California USA
Comment 2 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-13 13:25:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-13 18:19:20 UTC
Hi Waitman

As I understand you are the author of the program. Could you rename distfile to include program version in its name? un-versioned distfiles are very inconvenient to work with.

Thanks,
Max
Comment 4 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-13 18:20:47 UTC
State Changed
From-To: open->feedback

Feedback requested.
Comment 5 Waitman Gobble 2012-09-13 18:30:58 UTC
Max Brazhnikov <makc@freebsd.org> wrote ..
> Hi Waitman
> 
> As I understand you are the author of the program. Could you rename distfile to
> include program version in its name? un-versioned distfiles are very inconvenient
> to work with.
> 
> Thanks,
> Max

Hi Max,

Thanks for writing. Yes I'll rename the distfile. One thing, I didn't realize there was already a port named 'puf' until a while afterwards (in a completely different category, unrelated software). 

yikes!

/usr/ports/ftp/puf 
"A parallel HTTP downloader similar to wget"


it might be a good idea if i completely rename my package, i wasn't stuck on that name anyhow. (?)

Thank you,

-- 
Waitman Gobble
San Jose California USA
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-13 19:02:17 UTC
On Thu, 13 Sep 2012 10:30:58 -0700 (PDT), Waitman Gobble wrote:
> Thanks for writing. Yes I'll rename the distfile. One thing, I didn't realize there was already a port named 'puf' until a while afterwards (in a completely different category, unrelated software). 
> 
> yikes!
> 
> /usr/ports/ftp/puf 
> "A parallel HTTP downloader similar to wget"

Well, it's not a problem to have the same portname in different categories, the only requirement for ports - to have unique UNIQUENAME.

> it might be a good idea if i completely rename my package, i wasn't stuck on that name anyhow. (?)

Up to you, but yes, sounds good.

Cheers,
Max
Comment 7 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-18 21:52:19 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 8 dfilter service freebsd_committer freebsd_triage 2012-09-18 21:58:39 UTC
Author: makc
Date: Tue Sep 18 20:58:30 2012
New Revision: 304465
URL: http://svn.freebsd.org/changeset/ports/304465

Log:
  Add new port graphics/burplex:
  
  This Qt 4 based program allows to browse directory tree, preview
  and select images. The list of selected images is stored in a file
  which can be used for further batch processing.
  
  WWW: http://www.burplex.com
  
  PR:		based on ports/169383
  Submitted by:	Waitman Gobble <uzimac at da3m0n8t3r.com>

Added:
  head/graphics/burplex/
  head/graphics/burplex/Makefile   (contents, props changed)
  head/graphics/burplex/distinfo   (contents, props changed)
  head/graphics/burplex/files/
  head/graphics/burplex/files/patch-burplex.pro   (contents, props changed)
  head/graphics/burplex/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Sep 18 20:56:49 2012	(r304464)
+++ head/graphics/Makefile	Tue Sep 18 20:58:30 2012	(r304465)
@@ -69,6 +69,7 @@
     SUBDIR += box
     SUBDIR += boxer
     SUBDIR += bugle
+    SUBDIR += burplex
     SUBDIR += c-a-i-r
     SUBDIR += cadubi
     SUBDIR += cairo

Added: head/graphics/burplex/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/burplex/Makefile	Tue Sep 18 20:58:30 2012	(r304465)
@@ -0,0 +1,42 @@
+# $FreeBSD$
+
+PORTNAME=	burplex
+PORTVERSION=	1.0.0
+CATEGORIES=	graphics
+MASTER_SITES=	http://www.burplex.com/ \
+		http://www.da3m0n8t3r.com/
+
+MAINTAINER=	waitman@waitman.net
+COMMENT=	Preview and select images for batch processing
+
+LICENSE=	BSD
+
+RUN_DEPENDS=	${LOCALBASE}/bin/dcraw:${PORTSDIR}/graphics/dcraw
+
+USE_QT4=	gui qmake_build uic_build moc_build rcc_build \
+		imageformats_run
+HAS_CONFIGURE=	yes
+QMAKE_ARGS=	-recursive PREFIX=${PREFIX}
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+MAN7=		burplex.7
+PLIST_FILES=	bin/${PORTNAME}
+
+DESKTOP_ENTRIES=	"burplex" "${COMMENT}" ""  \
+			"burplex" "" "false"
+
+post-patch:
+	${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' \
+		${WRKSRC}/mainwindow.cpp
+
+do-configure:
+	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+		${QMAKE} ${QMAKE_ARGS} ${QMAKEFLAGS}
+
+do-install:
+	${MKDIR} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${MKDIR} ${MANPREFIX}/man/man7
+	${INSTALL_MAN} ${WRKSRC}/burplex.7 ${MANPREFIX}/man/man7
+
+.include <bsd.port.mk>

Added: head/graphics/burplex/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/burplex/distinfo	Tue Sep 18 20:58:30 2012	(r304465)
@@ -0,0 +1,2 @@
+SHA256 (burplex-1.0.0.tar.gz) = f5c4c7ef578779ab1ea1caf1cf355a63490469765d4710feb1718e18538973e5
+SIZE (burplex-1.0.0.tar.gz) = 105614

Added: head/graphics/burplex/files/patch-burplex.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/burplex/files/patch-burplex.pro	Tue Sep 18 20:58:30 2012	(r304465)
@@ -0,0 +1,11 @@
+--- ./burplex.pro.orig	2012-09-14 04:03:26.000000000 +0000
++++ ./burplex.pro	2012-09-14 11:48:42.097704719 +0000
+@@ -4,7 +4,7 @@
+ #
+ #-------------------------------------------------
+ 
+-QT       += core gui webkit
++QT       += core gui
+ 
+ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+ 

Added: head/graphics/burplex/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/burplex/pkg-descr	Tue Sep 18 20:58:30 2012	(r304465)
@@ -0,0 +1,5 @@
+This Qt 4 based program allows to browse directory tree, preview
+and select images. The list of selected images is stored in a file
+which can be used for further batch processing.
+
+WWW: http://www.burplex.com
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 9 Max Brazhnikov freebsd_committer freebsd_triage 2012-09-18 22:07:00 UTC
State Changed
From-To: open->closed

New port added with some modifications. Thanks!