aboutsummaryrefslogtreecommitdiff
path: root/www/screem
Commit message (Collapse)AuthorAgeFilesLines
* With portmgr hat on, reset maintainership of these ports. Maintainer'sMark Linimon2005-02-131-1/+1
| | | | | | | | | | | | old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ... Notes: svn path=/head/; revision=128714
* Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.Jeremy Messenger2004-12-211-4/+0
| | | | | | | | | | | | deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus Notes: svn path=/head/; revision=124646
* Update to 0.12.1.Joe Marcus Clarke2004-11-253-18/+17
| | | | | | | | Submitted by: Radek Kozlowski <radek@raadradd.com> Approved by: maintainer on leave Notes: svn path=/head/; revision=122372
* Properly handle the installed .desktop file.Joe Marcus Clarke2004-11-101-0/+2
| | | | Notes: svn path=/head/; revision=121278
* Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x hasJeremy Messenger2004-11-101-0/+1
| | | | | | | | | | lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is taking care of gconf key and schemas files for pkg-plist. Pav has committed by re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump PORTREVISION to correct our pkg-plist database installed. Notes: svn path=/head/; revision=121277
* Fix build by removing a dynamically generated file from the plist.Joe Marcus Clarke2004-11-092-2/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=121229
* Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).Joe Marcus Clarke2004-11-077-117/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release notes detailing all of the new goodies in GNOME 2.8 can be found at http://www.gnome.org/start/2.8/notes/, and the list of what was fixed in GNOME 2.8.1 can be found at http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html. This release, as well as all of our others, would not have been possible without the great efforts of our FreeBSD GNOME Team. The list of current members can be found at http://www.freebsd.org/gnome/contact.html (including our newest member, Michael Johnson <ahze@FreeBSD.org>). Special thanks also goes out to all of the loyal FreeBSD GNOME users that put up with crashes and hangs to test and debug GNOME on FreeBSD. We would especially like to thank those users that provided patches for GNOME 2.7 and 2.8: Franz Klammer <klammer@webonaut.com> Piotr Smyrak <piotr.smyrak@heron.pl> Radek Kozlowski <radek@raadradd.com> Khairil Yusof <kaeru@pd.jaring.my> Yasuda Keisuke <kysd@po.harenet.ne.jp> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Vladimir Grebenschikov <vova@fbsd.ru> GNOME 2.8 also features a new, FreeBSD-specific splashscreen that was designed by jimmac for GNOME 2.8, then daemonized by Franz Klammer <klammer@webonaut.com> and Radek Kozlowski <radek@raadradd.com>. As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh that will aid in the upgrade process. Full documentation on the GNOME 2.8 upgrade is coming following this commit. From all of us at FreeBSD GNOME, ENJOY! Notes: svn path=/head/; revision=121068
* Fix build with gcc 3.4.Adam Weinberger2004-08-121-0/+20
| | | | Notes: svn path=/head/; revision=116034
* Remove the hack to manually create ${PREFIX}/etc/gconf/gconf.xml.defaultsAdam Weinberger2004-07-221-5/+0
| | | | | | | | | as this is now done by bsd.gnome.mk. Asked, but didn't bother waiting for a reply from: maintainer Notes: svn path=/head/; revision=114444
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* Update to 0.10.2Joe Marcus Clarke2004-07-082-6/+9
| | | | | | | | PR: 68791 Submitted by: maintainer Notes: svn path=/head/; revision=113178
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-26/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Chase the libcroco shared lib version.Joe Marcus Clarke2004-04-181-2/+2
| | | | Notes: svn path=/head/; revision=107459
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* - Update to 0.10.1Kirill Ponomarev2004-04-026-151/+110
| | | | | | | | | | | | - Add lthack and intlhack - Correct the pkg-plist PR: ports/64973 Submitted by: Mezz <mezz7@cox.net> Approved by: maintainer Notes: svn path=/head/; revision=105991
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Now that www/neon is at an appropriate version, re-enable building www/screemJoe Marcus Clarke2004-02-083-3/+27
| | | | | | | | | | | | | with it. NOTE!!! www/screem will not build if krb5-config exists AND Kerberos V is not installed (a separte PR has been filed). PR: 62514 Submitted by: maintainer Notes: svn path=/head/; revision=100355
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* Fix packaging by not listing files installed by other GNOME componentsJoe Marcus Clarke2003-11-101-17/+0
| | | | | | | | | in the plist. Reported by: bento via kris Notes: svn path=/head/; revision=93668
* * Update to 0.8.2Joe Marcus Clarke2003-11-018-98/+172
| | | | | | | | | | | * Fix some portlint -A reported bugs * Use the bundled neon since www/neon is out-of-date PR: 58795 Submitted by: maintainer Notes: svn path=/head/; revision=92799
* Update to 0.6.2.Adam Weinberger2003-04-213-17/+16
| | | | | | | | | PR: 51206 Submitted by: Pav Lucistnik <pav@oook.cz> Approved by: maintainer Notes: svn path=/head/; revision=79399
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* * Re-add libgnomeprint[ui]-2.0 support and unbreakJoe Marcus Clarke2003-02-202-3/+2
| | | | | | | * De-pkg-comment where applicable Notes: svn path=/head/; revision=75972
* Chase libgnomeui's shared lib version.Joe Marcus Clarke2003-02-071-2/+4
| | | | Notes: svn path=/head/; revision=75046
* Update to 0.5.9.Joe Marcus Clarke2003-01-055-54/+47
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=72557
* Chase the neon shared lib version.Joe Marcus Clarke2003-01-051-1/+2
| | | | Notes: svn path=/head/; revision=72553
* Add USE_PERL5.Joe Marcus Clarke2002-12-121-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=71583
* Update to 0.5.6 which fixes some persistent crashes.Joe Marcus Clarke2002-12-034-33/+24
| | | | | | | | Submitted by: maintainer Approved by: portmgr (kris) Notes: svn path=/head/; revision=71333
* Update to 0.5.5 which makes screem a GNOME 2 app. Yay!Joe Marcus Clarke2002-11-159-315/+160
| | | | | | | | PR: 45302 Submitted by: maintainer Notes: svn path=/head/; revision=70155
* Bump PORTREVISION after the gtkhtml version bump.Joe Marcus Clarke2002-11-121-1/+1
| | | | Notes: svn path=/head/; revision=69934
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-251-8/+7
| | | | | | | | PR: 41992 Submitted by: maintainer (with slight modifications) Notes: svn path=/head/; revision=64976
* Fix finding the gnomevfs headersPatrick Li2002-02-261-1/+1
| | | | | | | | PR: 35337 Submitted by: maintainer Notes: svn path=/head/; revision=55280
* Add missed #include "support.h" into uploadWizard.c, so that there is noMaxim Sobolev2001-12-122-1/+14
| | | | | | | | | undefined reference to screem_show_warning() function. Prompted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=51374
* Move <sys/types.h> upward to prevent breakage on a very recent -current.Maxim Sobolev2001-12-111-0/+15
| | | | Notes: svn path=/head/; revision=51361
* Add full HTML documentation.Steve Price2001-12-033-31/+83
| | | | | | | | PR: 32093 Submitted by: maintainer Notes: svn path=/head/; revision=50934
* Add missed USE_OPENSSL=yes (my fault).Maxim Sobolev2001-11-141-0/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=50014
* - Update to 0.4.1;Maxim Sobolev2001-11-135-11/+40
| | | | | | | | | - assign maintainership to John Merryweather Cooper <john_m_cooper@yahoo.com>. Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com> Notes: svn path=/head/; revision=49982
* Clean up dependency chains after moving gtkhtml/gal inside theAde Lovett2001-06-191-3/+1
| | | | | | | USE_GNOME knob Notes: svn path=/head/; revision=44213
* Various patches (mainly shared library revision changes) for thoseAde Lovett2001-05-041-6/+3
| | | | | | | ports that depend on GNOME and need to change for 1.4 Notes: svn path=/head/; revision=42259
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Update to 0.4.0.Maxim Sobolev2001-02-283-27/+51
| | | | Notes: svn path=/head/; revision=38884
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* PLIST fixes to ports which I touched recently. Not all caused by myJeremy Lea2000-10-131-0/+1
| | | | | | | breakage. Notes: svn path=/head/; revision=33762
* Fix my breakage. Put gnome files in the right places, and plugins in lib.Jeremy Lea2000-10-102-15/+15
| | | | | | | Noticed by: asami Notes: svn path=/head/; revision=33675
* Implement USE_GNOME, part 2.Jeremy Lea2000-10-051-19/+6
| | | | Notes: svn path=/head/; revision=33429
* Update to 0.3.0.Maxim Sobolev2000-08-214-3/+78
| | | | Notes: svn path=/head/; revision=31813
* Re-sobomize to use pre-patch instead of post-extractAde Lovett2000-08-041-1/+1
| | | | | | | Wrists slapped by: knu, sheldon Notes: svn path=/head/; revision=31320
* Update for new shlib revision from guile 1.4Ade Lovett2000-08-041-1/+1
| | | | Notes: svn path=/head/; revision=31281
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272