Bug 144083 - New port: palm/picsnvideos
Summary: New port: palm/picsnvideos
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-18 23:50 UTC by Sascha Klauder
Modified: 2010-03-18 18:10 UTC (History)
0 users

See Also:


Attachments
picsnvideos.shar (2.09 KB, text/plain)
2010-02-18 23:50 UTC, Sascha Klauder
no flags Details
picsnvideos1.shar (2.32 KB, application/x-shar)
2010-03-10 09:09 UTC, Sascha Klauder
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Klauder 2010-02-18 23:50:01 UTC
	New port for picsnvideos, which is a plugin for palm/jpilot
	to download photos and videos from Palm smartphones.

	Note: I'm not sure about the naming; portlint warns about
	using a hyphen in PORTNAME, but port should probably be 
	named jpilot-picsnvideos (like jpilot-db). Please advise.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-09 16:47:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov 2010-03-09 16:56:18 UTC
* Sascha Klauder (sklauder@trimind.de) wrote:

> 	New port for picsnvideos, which is a plugin for palm/jpilot
> 	to download photos and videos from Palm smartphones.
> 
> 	Note: I'm not sure about the naming; portlint warns about
> 	using a hyphen in PORTNAME, but port should probably be 
> 	named jpilot-picsnvideos (like jpilot-db). Please advise.

The port directory should be named jpilot-picsnvideos, PORTNAME and
PKGNAMEPREFIX should be left as is.

Also,

> XCATEGORIES=	palm
may also add comms and/or graphics.

> XMASTER_SITES=	SF/project/picsnvideos/source%20code/${PORTVERSION}/
should be SF/${PORTNAME}/source%20code/${PORTVERSION}

> XBUILD_DEPENDS=	jpilot:${PORTSDIR}/palm/jpilot
since this port is a plugin, there should also be a run dependency on host

> X.include <bsd.port.pre.mk>
not really needed, last line should be .include <bsd.port.mk>

> XPlugin for JPilot (jpilot.org) to download pictures, photos and videos from
> XPalm smartphones. Supports: Centro, Treo 600, Treo 650, Treo 680, Treo 700p,
> XTreo 755p & xplor m68.
no WWW: ?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-09 16:56:40 UTC
State Changed
From-To: open->feedback

Awaiting submitters feedback
Comment 4 Sascha Klauder 2010-03-10 09:09:48 UTC
Hello Dmitry,

 I have incorporated all your suggested changes.  Revised port is
attached.  Thank you for your time and advice.

Cheers,
-sascha
Comment 5 Dmitry Marakasov 2010-03-18 01:38:25 UTC
* Sascha Klauder (sklauder@trimind.de) wrote:

>  I have incorporated all your suggested changes.  Revised port is
> attached.  Thank you for your time and advice.

This looks fine. The only change I'll add if you don't mind:

+post-patch:
+	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+		${WRKSRC}/configure

Without it, it fails with custom LOCALBASE:
http://people.freebsd.org/~amdmi3/jpilot-picsnvideos-0.2.log

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
Comment 6 Sascha Klauder 2010-03-18 08:04:38 UTC
On Thu, Mar 18, 2010 at 04:38:25AM +0300, Dmitry Marakasov wrote:
> This looks fine. The only change I'll add if you don't mind:
> 
> +post-patch:
> +	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
> +		${WRKSRC}/configure

 Alright with me. I'll have to remember checking for this.

Cheers,
-sascha
Comment 7 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-18 18:03:23 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-03-18 18:03:27 UTC
amdmi3      2010-03-18 18:03:13 UTC

  FreeBSD ports repository

  Modified files:
    palm                 Makefile 
  Added files:
    palm/jpilot-picsnvideos Makefile distinfo pkg-descr 
  Log:
  Plugin for JPilot (jpilot.org) to download pictures, photos and videos from
  Palm smartphones. Supports: Centro, Treo 600, Treo 650, Treo 680, Treo 700p,
  Treo 755p & xplor m68.
  
  WWW: http://sourceforge.net/projects/picsnvideos/
  
  PR:             144083
  Submitted by:   Sascha Klauder <sklauder@trimind.de>
  
  Revision  Changes    Path
  1.79      +1 -0      ports/palm/Makefile
  1.1       +41 -0     ports/palm/jpilot-picsnvideos/Makefile (new)
  1.1       +3 -0      ports/palm/jpilot-picsnvideos/distinfo (new)
  1.1       +5 -0      ports/palm/jpilot-picsnvideos/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"