Commit graph

33 commits

Author SHA1 Message Date
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
jmcneill
bb8d3ebbf0 - add user-destdir support
- install the icons that the .desktop file requests in the right place
- bump PKGREVISION
2009-02-05 00:53:09 +00:00
wiz
89a0532aee Update to 1.4.0.118 based on wip/skype by rillig.
Changes unknown, but this version starts and runs on amd64.
2008-08-24 10:08:39 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
wiz
dcccbb9891 Add missing dependencies. Bump PKGREVISION.
XXX: now segfaults on NetBSD-4.99.30/amd64, instead of not starting
at all before.
2007-09-07 23:06:13 +00:00
wiz
93bcc9c89b Fix WRKSRC after PKGNAME fix :) 2007-09-03 21:57:52 +00:00
wiz
b3b19ae2c5 Fix PKGNAME. 2007-09-03 21:50:47 +00:00
rillig
9feebcf105 Added the URL for the change log. 2007-08-20 23:14:01 +00:00
rillig
9ea09da5b1 Updated skype to 1.4.0.99. Changes unknown. 2007-08-20 13:29:52 +00:00
gdt
45f9011e7e Sort LICENSE before RESTRICTED. Reword RESTRICTED. Add
NO_SRC_ON_FTP.
2007-07-30 19:38:19 +00:00
wiz
4f7de8c884 Needs libstdc++.so.5, so add suse*compat dependency. 2007-07-30 19:20:29 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
ghen
21332cf09a pkglint says: Alignment of variable values should be done with tabs,
not spaces.
2006-08-28 07:54:05 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
abs
0b4abf5233 use ${SUSE_DIR_PREFIX} appropriately 2006-05-09 09:31:42 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
1f6a39a84e First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
2005-12-12 14:43:23 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
abs
d84e98fda1 Update net/skype to 1.2.0.18 (from 1.2.0.11)
25.10.2005 Skype for Linux version 1.2.0.18

    * bugfix: fixed a bug in networking code that made Skype
      vulnerable to remotely induced crash (Skype Security Bulletin
      SKYPE-SB/2005-003)

22.09.2005 Skype for Linux version 1.2.0.17

    * change: New multilingual EULA in Help.Licence
    * change: Call quality improvements
    * change: "Find in chat" engine rewritten
    * change: Refreshing icons on start tab
    * change: Cleaned up RPM packaging
    * bugfix: Menu items not disabled when going offline
    * bugfix: Crash when a new message was received
    * bugfix: Crash when password changed
    * bugfix: Crash when chat search string contained "+331234567"
    * bugfix: Crash when chat search string contained emoticon
    * bugfix: Auth requests from previous user being shown
    * bugfix: Crash while history was loading
    * bugfix: Find crash when searching for empty text
    * bugfix: Auth request remaining on event panel after authorization

Only minimally startup tested as there is a font issue (seen in both old and
new versions) on my NetBSD-3 xorg system...
2005-11-02 20:11:47 +00:00
xtraeme
cbef737df2 Update to 1.2.0.11
28.07.2005 Skype for Linux version 1.2.0.11

    * feature: "Find dialog" in chat
    * change: no Start tab anymore > new event panel
    * change: new voicemail icons in call list
    * change: echo123 is always seen as online user
    * bugfix: Can't open URL in multichat window
    * bugfix: sending message to someone who is using older version of skype - cosmetic
    * bugfix: Missing Services section
    * bugfix: Renaming groups - duplicated counter
    * bugfix: file transfer: send-file  write permission
    * bugfix: file transfer: send-file  inexact error dialog
    * bugfix: Changing password  it was possible to enter illegal characters
    * bugfix: inexact information dialog
    * bugfix: Inexact dialog content when calling to paid number
    * bugfix: Authorization request should contain Call button
    * bugfix: incorrect order of buttons, if you send or receive a file
    * bugfix: Can't interrupt third party in conference call
    * bugfix: skype's network traffic is stopped, if presence is set to offline
    * bugfix: proper header selections in multichat window
    * bugfix: upsell msgs to VM/SI for non-subscribers
2005-08-04 13:27:18 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jmmv
df98cd8020 Update to 1.0.0.20:
18.03.2005 Skype for Linux version 1.0.0.20

* feature: SkypeIn
* feature: voicemail sending and receiving
* feature: contact grouping
* feature: Central Contact List
* feature: drag and drop between contact groups
* change: chat window doesn't steal focus
* change: contact list (x/y) indicators
* bugfix: calling to too long SkypeOut numbers crash
* bugfix: start tab texts messed up with nondefault font size
* bugfix: showing/hiding offline contacts
* bugfix: adding/removing SkypeOut contacts
* bugfix: startconference, addtochat windows are modal
* bugfix: Skype crashes, if there is incoming conference call
* bugfix: callhistory bugs, show calls which are redirected to voicemail,
          dont show missed calls under incoming calls. after delete update
          the filter
* bugfix: Missing title bar, if you call to emergency number
* bugfix: problem with user counter on start tab
* bugfix: don't show already deleted voicemails on start tab
* bugfix: sometimes System Tray icon blinks without any reason
* bugfix: does not ignore incoming call
* known issue: Start tab does not yet show SkypeIn and Voicemail service
               status. You can check current service status on My Account page

14.02.2005 Skype for Linux version 1.0.0.7

* change: Call tab no longer closes if remote does not accept call because of
          won't close, if you have privacy problems
* change: prank call prevention suggestion
* change: new Options layout
* change: addressbar behaviour should depend on General option (start chat /
          start call)
* bugfix: limit field lengths in profile editor
* bugfix: voicemail sending crashfixes
* bugfix: icon fix when adding a blocked contact to contact list
* bugfix: Hold button on toolbar should be disabled until call is picked up.
* bugfix: crash when context menu remains open in call
* bugfix: call holding and resuming - context menu and toolbar button sync
* bugfix: "hang up call" sound works
* bugfix: crash when context menu remains open in call
* bugfix: e-mail and full name locations changed in profile editor
* bugfix: search results order fix when doing several searches after one
          another
* bugfix: "away" and "not available" should allow 3 digits
* bugfix: search someone who is already in Contact list - can't add twice
* bugfix: tab order in advanced search form
* bugfix: icons have names for non-taskbar window managers
* bugfix: tray alert does not blink any more when there are no missed
          events/chats
2005-04-09 19:53:09 +00:00
jmmv
6eb97b8c5e Get rid of the non-standard variable DIST_VERSION. 2005-04-09 19:38:31 +00:00
jmmv
462c4c9c50 Generate the launcher script at build time. 2005-04-09 19:33:03 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
martti
251f0c721b Updated skype to 1.0.0.1
Changes unknown (I tested this on Linux).
2005-02-18 12:48:10 +00:00
rh
9c3c1989b5 Update skype to 0.93.0.3. Changes include:
* feature: system tray alerts for contacts coming online,
               incoming calls, IM-s (configurable in Options)
    * feature: configurable/overridable resource directory
    * feature: "ringing" sound for caller
    * feature: incoming IM notifications (incoming im sound && typo on
               start page)
    * feature: call duration and time displaying
    * feature: tooltips in Contact List
    * change: send contacts error dialogs
    * change: accessing "Send Contacts" function
    * change: Contacts should be sorted in conference dialog
    * change: 'Add a contact' dialog behaviour
    * change: delete contact using Del key
    * change: renaming Contact - dialog behaviour
    * change: use DISPLAYNAME instead of FULLNAME in call list and
              elsewhere
    * change: Put active call on hold - missing dialog
    * change: Dismiss conference - missing dialog
    * change: new items to Help menu
    * bugfix: Gnome floating tray icon
    * bugfix: some buttons and functions should be disabled, if you have
              blocked someone
    * bugfix: Add a SkypeOut contact- ugly dialog window
    * bugfix: Information dialog is not correct when trying to send file
              to blocked user
    * bugfix: Receive a file - header is missing in some languages
    * bugfix: Recycle bin button in Call History should be disabled if
              filter doesn't contain any calls
    * bugfix: Incorrect IM sorting logic
    * bugfix: Enter key in block dialog
    * bugfix: Time display in authorization request window
    * bugfix: missing context menu items
    * bugfix: Ugly highlight color
    * bugfix: too long "about" text messes profile viewer up
    * bugfix: Start tab watermark problems with missed
              ims/calls/authrequests
    * bugfix: Conference dialog shouldn't contain blocked users
    * bugfix: Start tab event cosmetics
2004-12-23 20:49:32 +00:00
xtraeme
990f7425ac This package requires fontconfig and freetype2 libs, which are
available using the suse91 packages, add missing dependencies; pointed
out by agc@.

Bump PKGREVISION.
2004-11-17 11:35:16 +00:00
xtraeme
c59b3bc8b4 Initial import of skype-0.92.0.12 into the NetBSD packages collection.
Skype is a free program that uses the latest P2P technology to bring
affordable and high-quality voice communications to people all over
the world.
2004-11-16 20:20:04 +00:00