Opened 19 years ago

Closed 18 years ago

#4150 closed defect (fixed)

NEW: lopster-1.2.2

Reported by: mellon85@… Owned by: yeled@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Portfile is attached

It's a client for the Open Napster network, well a lot of people thinks that this is the best one

Attachments (4)

Portfile (1.5 KB) - added by mellon85@… 19 years ago.
Portfile
patch-global.c (2.1 KB) - added by mellon85@… 19 years ago.
First Patch file (global.c)
patch-mtypes.c (1.6 KB) - added by mellon85@… 19 years ago.
Second Patch file (mtypes.c)
patch-wizard.c (1.4 KB) - added by mellon85@… 19 years ago.
Last Patch file (wizard.c)

Download all attachments as: .zip

Change History (17)

Changed 19 years ago by mellon85@…

Attachment: Portfile added

Portfile

Changed 19 years ago by mellon85@…

Attachment: patch-global.c added

First Patch file (global.c)

Changed 19 years ago by mellon85@…

Attachment: patch-mtypes.c added

Second Patch file (mtypes.c)

comment:1 Changed 19 years ago by mellon85@…

attachments.description: First Patch fileFirst Patch file (global.c)

Changed 19 years ago by mellon85@…

Attachment: patch-wizard.c added

Last Patch file (wizard.c)

comment:2 Changed 19 years ago by mellon85@…

(From update of attachment 3097) # $Id: $

PortSystem 1.0 name lopster version 1.2.2 categories net maintainers mellon85@… description GTK+ Open Napster client homepage http://lopster.sourceforge.net/ platforms darwin freebsd

long_description Lopster is a Napster Client developed in C using the GTK user interface. \

Napster is a protocol for sharing MP3 files between users. With

Napster, \

the files stay on the client machine, never passing through the server.

\

The server provides the ability to search for particular files and \ initiate a direct transfer between the clients. In addition, chat

forums \

similar to IRC are available.

master_sites sourceforge http://lopster.sourceforge.net/download/lopster-1.2.2.tar.gz

checksums md5 ae857116eddd01f1f7d2769908a142c0

patchfiles patch-global.c patch-mtypes.c patch-wizard.c

depends_lib lib:libgtk.1:gtk1

variant ogg { configure.args-delete --without-ogg

configure.args-append --with-ogg=${prefix} depends_lib-append lib:libogg:libogg

}

variant flac { configure.args-delete --without-flac

configure.args-append --with-flac=${prefix} depends_lib-append lib:libFLAC:flac

}

configure.env CFLAGS="-O2 -pipe"

configure.args --prefix=${prefix} --without-ogg --without-flac --mandir=
\${prefix}/share/man --infodir=
\${prefix}/share/info

destroot.destdir prefix=${destroot}${prefix}

comment:3 Changed 19 years ago by mellon85@…

(From update of attachment 3097)

# $Id: $

PortSystem 1.0 name lopster version 1.2.2 categories net maintainers mellon85@… description GTK+ Open Napster client homepage http://lopster.sourceforge.net/ platforms darwin freebsd

long_description Lopster is a Napster Client developed in C using the GTK user interface. \

Napster is a protocol for sharing MP3 files between users. With Napster, \ the files stay on the client machine, never passing through the server. \ The server provides the ability to search for particular files and \ initiate a direct transfer between the clients. In addition, chat forums \ similar to IRC are available.

master_sites sourceforge http://lopster.sourceforge.net/download/lopster-1.2.2.tar.gz

checksums md5 ae857116eddd01f1f7d2769908a142c0

patchfiles patch-global.c patch-mtypes.c patch-wizard.c

depends_lib lib:libgtk.1:gtk1

variant ogg { configure.args-delete --without-ogg

configure.args-append --with-ogg=${prefix} depends_lib-append lib:libogg:libogg

}

variant flac { configure.args-delete --without-flac

configure.args-append --with-flac=${prefix} depends_lib-append lib:libFLAC:flac

}

configure.env CFLAGS="-O2 -pipe"

configure.args --prefix=${prefix} --without-ogg --without-flac --mandir=
\${prefix}/share/man --infodir=
\${prefix}/share/info

destroot.destdir prefix=${destroot}${prefix}

comment:4 Changed 19 years ago by mellon85@…

(From update of attachment 3097) depends_lib-append lib:flac:libFLAC

must be corrected to

depends_lib-append lib:libFLAC:flac

comment:5 Changed 19 years ago by mww@…

what about just enabling flac & ogg support by default - when installing something like gtk you dont care anymore for something tiny as flac or ogg...

comment:6 Changed 19 years ago by mellon85@…

(From update of attachment 3097)

# $Id: $

PortSystem 1.0 name lopster version 1.2.2 categories net maintainers mellon85@… description GTK+ Open Napster client homepage http://lopster.sourceforge.net/ platforms darwin freebsd

long_description Lopster is a Napster Client developed in C using the GTK user interface. \

Napster is a protocol for sharing MP3 files between users. With Napster, \ the files stay on the client machine, never passing through the server. \ The server provides the ability to search for particular files and \ initiate a direct transfer between the clients. In addition, chat forums \ similar to IRC are available.

master_sites sourceforge http://lopster.sourceforge.net/download/lopster-1.2.2.tar.gz

checksums md5 ae857116eddd01f1f7d2769908a142c0

patchfiles patch-global.c patch-mtypes.c patch-wizard.c

depends_lib lib:libgtk.1:gtk1 lib:libFLAC:flac lib:libogg:libogg

configure.env CFLAGS="-O2 -pipe"

configure.args --prefix=${prefix} --without-ogg --without-flac --mandir=
\${prefix}/share/man --infodir=
\${prefix}/share/info --with-ogg=${prefix} --with-flac=${prefix}

destroot.destdir prefix=${destroot}${prefix}

comment:7 Changed 19 years ago by mellon85@…

Yeah, right, i didn't mind that

comment:8 Changed 19 years ago by mellon85@…

How much time usually new ports wait here ?

comment:9 Changed 19 years ago by yeled@…

Status: newassigned

(In reply to comment #11)

How much time usually new ports wait here ?

perhaps on Monday I will install gtk on my new macmini at work and test this.

comment:10 Changed 19 years ago by yeled@…

Owner: changed from darwinports-bugs@… to yeled@…
Status: assignednew

comment:11 Changed 18 years ago by mellon85@…

op_sys: Mac OS X 10.0SunOS

...still waiting test?

comment:12 Changed 18 years ago by yeled@…

woops.

comment:13 Changed 18 years ago by yeled@…

Resolution: fixed
Status: newclosed

committed with a few tweaks. thanks.

Note: See TracTickets for help on using tickets.